First off, thanks to all of you that help out on this list.  It is greatly appreciated.

Is there someone out there that has been successful at deploying JBoss 3.0.0 Final
on a different machine than Tomcat 4.0.3?

Everything works fine for us as long as JBoss and Tomcat are on the same machine.
It seems that no matter what properties we set or where we put the jndi.properties 
file,
the jnp classes try to use 127.0.0.1 to connect to JBoss.  Hence the following 
(partial)
error stack:

javax.naming.CommunicationException.  Root exception is java.rmi.ConnectException: 
Connection refused to host: 127.0.0.1; nested exception is: 
        java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129)
        at java.net.Socket.(Socket.java:273)
        at java.net.Socket.(Socket.java:100)
        at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:25)
        at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:120)
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:499)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:190)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:174)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:83)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:445)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:429)
        at javax.naming.InitialContext.lookup(InitialContext.java:350)

Tomcat is being started with -nonaming.


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to