hi,
i tried using Project Darkstar and our app (J2ME based) works perfectly on a LAN connection. The problem is, when I started testing using our WAN IP, (all port forwarding taken care of) the console window displays a java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.sun.gi.framework.install.impl.SimulationContextImpl.start(SimulationContextImpl.java:222)
at com.sun.gi.framework.install.impl.DeployerImpl.startContext(DeployerImpl.java:166)
at com.sun.gi.framework.install.impl.DeployerImpl.firstStart(DeployerImpl.java:156)
at com.sun.gi.framework.install.impl.DeployerImpl.<init>(DeployerImpl.java:136)
at com.sun.gi.SGS.<init>(SGS.java:128)
at com.sun.gi.SGS.main(SGS.java:197)
Caused by: java.lang.InstantiationException
at com.sun.gi.comm.users.server.impl.JMEHttpUserManager.startServletContainer(JMEHttpUserManager.java:180)
at com.sun.gi.comm.users.server.impl.JMEHttpUserManager.init(JMEHttpUserManager.java:144)
at com.sun.gi.comm.users.server.impl.JMEHttpUserManager.<init>(JMEHttpUserManager.java:118)
... 10 more
Caused by: java.lang.InstantiationException
at com.sun.gi.comm.users.server.impl.JMEHttpUserManager.startServer(JMEHttpUserManager.java:191)
at com.sun.gi.comm.users.server.impl.JMEHttpUserManager.startServletContainer(JMEHttpUserManager.java:176)
... 12 more
tried changing the port used, but it still returns the same exception. Are there any other config files I need to modify?
discovery.xml and the application xml seems correct
thanks a lot!