I just had the same problem and it took a minute to realize that one of my
windows services was using port 1099 which is the default port for JNP.  Do
a "netstat" to check to see if the port is available.

-Rick

| -----Original Message-----
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED]]On Behalf Of Ricky
| Sent: Sunday, February 25, 2001 11:32 PM
| To: JBoss-User
| Subject: [jBoss-User] Connection refused
|
|
| Hi all ,
|   Everything is ok when I am testing jboss for our company . Except when
| i called home.create() method , the records created did not
|   display on my database(posted already in the mailinglist).
|
|   However , when i tried to test the debug the bugs , I have the error
| below . The jboss container is running and i did not why
|   I have this error message.
|
|   Anybody can explain it to me ?  I read that are some bugs in
| jBoss-2.0_FINAL.zip file which i have installed in my Linux6.1.
|
| javax.naming.ServiceUnavailableException: Connection refused.  Root
| exception is java.net.ConnectException: Connection refused
|       at java.net.Socket.<init>(Socket.java:268)
|       at java.net.Socket.<init>(Socket.java:94)
|       at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:94)
|       at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:693)
|       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:286)
|       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:279)
|       at javax.naming.InitialContext.lookup(InitialContext.java:354)
|       at mybean.Untitled1.main(Untitled1.java:28)
|
|
| --
| --------------------------------------------------------------
| To subscribe:        [EMAIL PROTECTED]
| To unsubscribe:      [EMAIL PROTECTED]
| List Help?:          [EMAIL PROTECTED]
|



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to