[jboss-user] [Installation, Configuration & Deployment] - Re: My JBoss takes more than 6 minutes to stop ...

sylobsa do-not-reply at jboss.com
Wed Nov 8 05:34:15 EST 2006


Hi,

I'm sorry to insist like that but I'm really don't know what's wrong.
If it was only to stop JBoss I could use kill -9 to stop JBoss, but the problem appears also in my application which blocks.

I think the problem is about the network configuration of my Linux box because after a long moment, I got the error message :

Exception in thread "main" javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 66.226.75.118; nested exception is:
        java.net.ConnectException: Connection timed out]
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:649)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.Shutdown.main(Shutdown.java:188)
Caused by: java.rmi.ConnectException: Connection refused to host: 66.226.75.118; nested exception is:
        java.net.ConnectException: Connection timed out
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530)
        ... 3 more

I don't know neither why host 66.226.75.118 tries to connect to my JBoss nor why there is a lookup outside my local network.

nslookup gives :

# nslookup 66.226.75.118
Server:         192.168.1.253
Address:        192.168.1.253#53

Non-authoritative answer:
118.75.226.66.in-addr.arpa      name = 66-226-75-118.dedicated.abac.net.

Authoritative answers can be found from:
75.226.66.in-addr.arpa  nameserver = ns1.abac.com.
75.226.66.in-addr.arpa  nameserver = ns2.abac.com.
ns1.abac.com    internet address = 216.55.128.4
ns2.abac.com    internet address = 216.55.144.4

Is there anybody to help me ?

Regards
A. ROY


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984050#3984050

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984050



More information about the jboss-user mailing list