I am trying to upgrade a DCNM Linux installation and I can't get DCNM to stop to perform the upgrade.
I have tried to stop it using both normal user and root but I get the following message:
[netops@dcnm1 init.d]$ ./jboss stop
JBOSS_CMD_START = cd /usr/local/cisco/dcm/jboss-4.2.2.GA/bin; /usr/local/cisco/dcm/jboss-4.2.2.GA/../dcnm/bin/startdcnm.sh -c dcnm -b 10.4.37.21
Exception in thread "main" java.net.ConnectException: Connection refused
at gnu.java.net.PlainSocketImpl.connect(libgcj.so.7rh)
at java.net.Socket.connect(libgcj.so.7rh)
at java.net.Socket.connect(libgcj.so.7rh)
at java.net.Socket.<init>(libgcj.so.7rh)
at java.net.Socket.<init>(libgcj.so.7rh)
at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:244)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1533)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(libgcj.so.7rh)
at org.jboss.Shutdown.main(Shutdown.java:214)
Anyone run into this before?
Thanks,
Joe