hello list members,

i have a strange problem with jboss:

the EJBs and the webapplication are developed under win2k. 
everything works fine. then, copying the same configuration to a 
Linux box, i get an exception while accessing a bean:

javax.naming.NameNotFoundException: data not bound
         at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer
(StreamRemoteCall.java:245)
         at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
         at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
         at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
         at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333)
         at javax.naming.InitialContext.lookup(InitialContext.java:350)
  <etc...>

the exception is not thrown on every access to a bean. the same 
bean works quite well at a different place of the SAME application!

the Linux is SuSE linux 8.0 and i am using jboss 2.2.2 with tomcat 
3.2.2. any help or suggestions are appreciated. it worked a couple 
of weeks ago using Debian Linux.

is it possible, that it depends on the JDK?

i already checked the firewall settings, but even without the 
firewall, the same problem occurs.

thank you,

moritz.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to