11-11-05 10:45 PM
Hi Trustin,
I'm using the jar file from
[url]http://svn.apache.org/repository/directory-network/distributions/mina-0.8.1.zip[/u
rl]
and I get this exception when I try to start my application:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/vladium/emma/rt/RT
at
org.apache.mina.registry.SimpleServiceRegistry.$VRi(SimpleServiceRegistry.ja
va)
at
org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceRegistr
y.java)
at
it.ludonet.util.net.server.mina.ServerSocketHandlerImpl.<init>(ServerSocketH
andlerImpl.java:53)
at
it.ludonet.surface.server.services.GenericService.start(GenericService.java:
108)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.startService(VMCon
troller.java:344)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.<init>(VMControlle
r.java:197)
at
it.ludonet.surface.server.admin.vmcontroller.VMController.main(VMController.
java:38)
This jar file size is 294 kb while this one
http://svn.apache.org/repository/di.../mina-0.8.1.jar
is 241 kb and it doesn't gives any exception.
Paolo
> It should not. Please let me know which version of MINA jar is
> depending on an EMMA JAR.
>
> Thanks,
> Trustin
>
> 2005/11/11, Alex Burmester <adb@...
> <http://www.nabble.com/user/SendEmai...ost=1435821&i=0>>:
>
> Question, is the mina runtime jar now dependent on this Emma classes?
>
> I get this when trying to start my server (upgraded from 0.7.4)
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> com/vladium/emma/rt/RT
> at
> org.apache.mina.registry.SimpleServiceRegistry.$VRi
> (SimpleServiceRegistry.java)
> at
> org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceR
egistry.java)
>
>
> Thanks,
>
> Alex.
>
>
>
>
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
[ Post a follow-up to this message ]
|