Hi Trustin,

I'm using the jar file from http://svn.apache.org/repository/directory-network/distributions/mina-0.8.1.zip
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.java) at org.apache.mina.registry.SimpleServiceRegistry.<clinit>(SimpleServiceRegistry.java) at it.ludonet.util.net.server.mina.ServerSocketHandlerImpl.<init>(ServerSocketHandlerImpl.java:53) at it.ludonet.surface.server.services.GenericService.start(GenericService.java:108) at it.ludonet.surface.server.admin.vmcontroller.VMController.startService(VMController.java:344) at it.ludonet.surface.server.admin.vmcontroller.VMController.<init>(VMController.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/directory-network/jars/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 <[EMAIL PROTECTED] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=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>(SimpleServiceRegistry.java)


    Thanks,

    Alex.




--
what we call human nature is actually human habit
--
http://gleamynode.net/

Reply via email to