Hi,
Weblogic 8.1 with SP4 in production mode with admin server & managed server configured as a Windows services.
so when ever i Restarted the windows service of the managed server. The ear previously got deployed is not getting Redeployed once the service is up againg I have the admin serve on 7001 and managed server 7004 ports
it is throwing an exception as
javax.naming.CommunicationException [Root exception is java.net.ConnectException:
t3://10.1.134.117:7004: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination]
can any one help me out
regards
Sudhakar
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:47)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:636)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:306)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:239)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.InitialContext.<init>(InitialContext.java:195)