This is a shot in the dark....have you made sure that all of your IP
addresses are set correctly? (i.e. not hardcoded, and correctly
configured in the jcml file?

Steve

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Hunter
Hillegas
Sent: Friday, July 06, 2001 6:31 PM
To: JBoss 2
Subject: [JBoss-user] JBoss 2.2.2 Won't Deploy My Bean on Linux - Works
on OSX - HELP!


I've posted this question twice before but got zero responses. Searched
the
archives and couldnąt find anything similar. This is a showstopper. If
anyone can help, I would greatly appreciate it. Seriously.

I have a jar with two beans in it, one an MDB. They deploy and run fine
on
JBoss 2.2.2 on MacOS X. When I try to deploy the EJB on my Linux server,
I
get the following messages during the deploy:

[Container factory] java.net.ConnectException: Connection refused
[Container factory]     at java.net.PlainSocketImpl.socketConnect(Native
Method)
[Container factory]     at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
[Container factory]     at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
[Container factory]     at
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
[Container factory]     at java.net.Socket.<init>(Socket.java:273)
[Container factory]     at java.net.Socket.<init>(Socket.java:127)
[Container factory]     at
org.jbossmq.distributed.server.DistributedJMSServerOILClient.createConne
ctio
n(DistributedJMSServerOILClient.java:65)

and

[Container factory] java.rmi.RemoteException: Cannot contact the remote
object
[Container factory]     at
org.jbossmq.distributed.server.DistributedJMSServerUILClient.failure(Dis
trib
utedJMSServerUILClient.java:127)

and tons of other exceptions that all have to do with JMS and this MDB.
All
the other JBoss services seem to start normally. Since it works on my
MacOS
X machine I figured that it must be some kind of configuration problem.
I
compared the two and couldn't find anything different. JBoss starts
normally
when I don't try to deploy  this jar.

This is running Linux kernel 2.4.3 and Sun JDK1.3.1 with Hotspot.

I'm a JBoss newbie and I have no idea where to look so your help will be
invaluable to solving my problem.

Thanks,
Hunter


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

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

Reply via email to