Bugs item #421293, was updated on 2001-05-04 03:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=421293&group_id=22866 Category: JBossServer Group: v2.2.1 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: The first lookup of a bean never returns Initial Comment: I have a serious problem with JBoss-2.2/2.2.1 running on my Linux box (SuSE 6.4): The first lookup for a certain bean after a server restart or redeployment always hangs. This happens to my own beans but also to the provided tomcat-test application. The symptoms are: 0. Restart JBoss. 1. Call http://localhost:8080/jboss/servlet/HelloEJB in your browser. It never returns. Stop the request. 2. Call http://localhost:8080/jboss/servlet/HelloEJB again in your browser. It never returns, too. Stop the request. 3. Call the URL a third time. Now the call succeeds. The first call hangs at the lookup of the NonOptimized bean, the second hangs at the lookup of the Optimized bean and after this everything works fine (maybe InitialContext has a cache for paths?). I've tested IBMJava2-13, Blackdown's j2sdk1.3.0 and SUN's jdk1.3.0_02 in any combinations with JBoss-2.2/2.2.1, but it didn't help. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=421293&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
