[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem Starting RMI service
sandyts
do-not-reply at jboss.com
Thu Oct 9 07:21:15 EDT 2008
Hi,
I recently inherited a Jboss Application server version 4.03SP1 running on HP-UX and have been using twiddle.sh to get various information on Jboss.
My problem is that twiddle is spewing out info errors that it could not connect to the remote jboss server running at port 1099. Looking at the runnning services at this server, using netstat -an I noticed that there is no jboss service bound to that port (1099). I am left to assume that the RMI service of jboss is not starting properly. Can you give me some points to look for why this service is not starting.
twiddle log excerts:
19:15:01,340 DEBUG [GetCommand] attribute names: [AvailableConnectionCount]
19:15:01,411 DEBUG [NamingContext] Failed to connect to irisapp1:1099
javax.naming.CommunicationException: Failed to connect to server irisapp1:1099 [ Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server irisapp1:1099 [Root exception is java.net.ConnectException: Connection r efused (errno:239)]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:254)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1370)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:579)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.console.twiddle.Twiddle.createMBeanServerConnection(Twiddle .java:235)
at org.jboss.console.twiddle.Twiddle.connect(Twiddle.java:253)
at org.jboss.console.twiddle.Twiddle.access$300(Twiddle.java:47)
at org.jboss.console.twiddle.Twiddle$1.getServer(Twiddle.java:124)
at org.jboss.console.twiddle.command.MBeanServerCommand.getMBeanServer(M BeanServerCommand.java:47)
at org.jboss.console.twiddle.command.GetCommand.execute(GetCommand.java: 137)
at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:290)
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server irisapp1:1099 [Root exception is java.net.ConnectException: Connection refused (errno:239)]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:228)
... 11 more
note: no firewall or port limitation is currently set at port 1099.
TIA.
Sandy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181216#4181216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181216
More information about the jboss-user
mailing list