Joe Gittings wrote:
> 
> There's the rub. I've modified the servlet to print the stack trace: I just
> get
> 
> java.lang.NullPointerException
>         <<no stack trace available>>
> 
> As I say, it's occurring at the home.create() i.e.
> t1 = home.create("User1");
> 
> I know that home is not null because I'm tracing that out. I get:
> 
> home=sb.JOnASOpHome_Stub[org.objectweb.jeremie.libs.stub_factories.std.R
> efImpl[0.0.0.0:3005:974131589930(remote)]]
> 
> One possible clue here is that RefImpl.toString() is reporting an IP
> address of 0.0.0.0, which doesn't seem right. I presume that port 3005 is
> dynamically allocated by the jeremie runtime.
> 
> Thanks,
> Joe


The "0.0.0.0" does indeed look wrong. Try using the property
"-Djonathan.tcpip.verbose=true" when you run java to trace out
the ports and host names discovered/allocated by the runtime. 
On the server side, in case the runtime can't for some reason 
figure out the local address (maybe a security problem?), try 
using "-Djonathan.tcpip.localhost=<IP address>" with the IP address 
of the server filled in manually, and see whether that works.

Kathleen
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to