Bugs item #637730, was opened at 2002-11-13 04:37
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Marko Strukelj (mstruk)
>Assigned to: Scott M Stark (starksm)
Summary: client-server JNDI lookup fails
Initial Comment:
This is an issue on JBoss 3.0.4 only. JBoss 3.0.3 works
fine.
If jboss is restarted all remote objects become invalid -
this is perfectly normal.
Any automatic recovery of remote objects would then
have to do something like:
InitialContext ctx = new InitialContext();
MyServiceHome home = (MyServiceHome)ctx.lookup
("MyService");
sess = home.create();
The problem is that ctx.lookup returns null if jboss has
been restarted. It can return null several times and then
suddenly return home interface. Or sometimes it will
always return null no matter how many times you try.
It does not throw any exception it just returns null.
Only restart of the client application helps.
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2002-11-13 13:16
Message:
Logged In: YES
user_id=175228
This is due to a change in the connection logic that is
attempting to deal with overloaded accept queues. I have
fixed the problem for the 3.0.5 release. In the interim you can
obtain the source from the 3.0 branch and use the jnp-
client.jar from the jboss-all/naming module build.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about
your web server security? Click here for a FREE Thawte
Apache SSL Guide and answer your Apache SSL security
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development