java.lang.reflect.InvocationTargetException

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

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!

okay, i did more testing and the main exception seems to be


java.net.BindException: Cannot assign requested address: bind
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at com.sun.gi.utils.nio.NIOSocketManager.acceptConnectionsOn(NIOSocketManager.java:168)

when using my WAN ip on the JME-enabled SGS
any ideas?

okay, nevermind, figured it out already ;D