Hi
I record a script with open script . it replay successfully then i use oracle load test tool to run a load test. but after running the error message show : "Error communicating with Oracle Load Testing Agent Manager on oats-am://localhost:9001: Timed out after 90 seconds. "
the OATS service is started and both 9001 and 8088 ports are listening .
please help me
agentmanager Log :
2017-01-11 10:53:49,680 INFO [AgentManagerAuthenticator] Authentication config has been updated on Thu Jan 05 15:41:29 IST 2017
2017-01-11 10:53:50,397 INFO [AgentProcessDescriptorManager] Loaded process descriptor <AgentProcessDescriptor
descriptorFile=C:\OracleATS\agentmanager\processDescriptors\DataCollector.properties
typeId=olt-dc-java-agent.exe
exe=C:\OracleATS\jdk\jre\bin\olt-dc-java-agent.exe
workingDir=C:\OracleATS\DataCollector\bin
settingsHandler=oracle.oats.agents.processDescriptors.DataCollector.SettingsHandler />
2017-01-11 10:53:50,460 INFO [AgentProcessDescriptorManager] Loaded process descriptor <AgentProcessDescriptor
descriptorFile=C:\OracleATS\agentmanager\processDescriptors\JavaAgent.properties
typeId=empJAgent.exe
exe=C:\OracleATS\jdk\jre\bin\olt-agent.exe
workingDir=C:\OracleATS\agent
settingsHandler=oracle.oats.agents.processDescriptors.JavaAgent.SettingsHandler />
2017-01-11 10:53:50,491 INFO [AgentProcessDescriptorManager] Loaded process descriptor <AgentProcessDescriptor
descriptorFile=C:\OracleATS\agentmanager\processDescriptors\OpenScript.properties
typeId=openScriptCML.exe
exe=C:\OracleATS\jdk\jre\bin\otm-ose-agent.exe
workingDir=C:\OracleATS\agent
settingsHandler=oracle.oats.agents.processDescriptors.OpenScript.SettingsHandler />
2017-01-11 10:53:50,553 INFO [AgentProcessDescriptorManager] Loaded process descriptor <AgentProcessDescriptor
descriptorFile=C:\OracleATS\agentmanager\processDescriptors\ThirdPartyTest.properties
typeId=thirdPartyTest.exe
exe=C:\OracleATS\jdk\jre\bin\otm-3rdparty-agent.exe
workingDir=C:\OracleATS\agent
settingsHandler=oracle.oats.agents.processDescriptors.ThirdPartyTest.SettingsHandler />
2017-01-11 10:53:50,741 INFO [Messenger] Messenger Loaded....
2017-01-11 10:53:50,741 INFO [EmpStartMain] PortListener Loaded....
2017-01-11 10:53:50,850 INFO [ProcessRunnerFactory] Constructed Generic process runner
2017-01-11 10:53:50,975 INFO [EmpStartMain] EmpStart initialization complete: port=9001, agentManagerDir=C:\OracleATS\agentmanager, version=12.5.0.2.537
2017-01-11 10:53:54,313 INFO [EmpStartMain] Listening on port: 9001
2017-01-11 12:29:34,106 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-11 12:29:38,878 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-11 12:29:38,893 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-11 12:31:04,141 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-11 12:31:08,702 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-11 12:31:08,734 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-11 12:33:57,052 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-11 12:34:01,997 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-11 12:34:02,028 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-11 12:35:27,114 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-11 12:35:33,223 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-11 12:35:33,255 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:42:23,515 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:42:28,066 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:42:28,097 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:43:53,531 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:43:59,611 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:43:59,642 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:49:00,941 ERROR [EmpStartMain] oracle.oats.empstart.PortListener
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:882)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:154)
at java.io.BufferedReader.readLine(BufferedReader.java:317)
at java.io.BufferedReader.readLine(BufferedReader.java:382)
at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:142)
at oracle.oats.empstart.PortListener.run(PortListener.java:90)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:482)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
... 13 more
2017-01-12 13:49:08,212 ERROR [EmpStartMain] oracle.oats.empstart.PortListener
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:882)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:154)
at java.io.BufferedReader.readLine(BufferedReader.java:317)
at java.io.BufferedReader.readLine(BufferedReader.java:382)
at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:142)
at oracle.oats.empstart.PortListener.run(PortListener.java:90)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:482)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
... 13 more
2017-01-12 13:49:21,851 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:49:26,559 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:49:26,590 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:50:51,890 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:50:56,803 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:50:56,834 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:52:22,167 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:52:26,515 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:52:26,546 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 13:53:52,206 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 13:53:56,718 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 13:53:56,749 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 15:18:06,879 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 15:18:11,905 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 15:18:11,907 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 15:19:36,890 INFO [Messenger] Try server=t3://INHYIZPC05171.TechMahindra.com:8088 destination=oracle/oats/queue/AgentPoolNotificationQueue
2017-01-12 15:19:41,823 ERROR [Messenger] JNDI Error:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.empstart.Messenger.startConnection(Messenger.java:115)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:502)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://INHYIZPC05171.TechMahindra.com:8088: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
... 18 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.SocketException: Permission denied: connect; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
... 24 more
2017-01-12 15:19:41,825 ERROR [EmpStartMain] Exception in main thread
java.lang.NullPointerException
at oracle.oats.empstart.Messenger.endConnection(Messenger.java:159)
at oracle.oats.empstart.EmpStartMain.<init>(EmpStartMain.java:515)
at oracle.oats.empstart.EmpStartMain.main(EmpStartMain.java:393)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:105)
at java.lang.Thread.run(Thread.java:745)
2017-01-12 15:20:07,980 ERROR [EmpStartMain] oracle.oats.empstart.PortListener
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:882)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:154)
at java.io.BufferedReader.readLine(BufferedReader.java:317)
at java.io.BufferedReader.readLine(BufferedReader.java:382)
at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:142)
at oracle.oats.empstart.PortListener.run(PortListener.java:90)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:482)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
... 13 more
2017-01-12 15:21:00,790 ERROR [EmpStartMain] oracle.oats.empstart.PortListener
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:946)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:882)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:154)
at java.io.BufferedReader.readLine(BufferedReader.java:317)
at java.io.BufferedReader.readLine(BufferedReader.java:382)
at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:142)
at oracle.oats.empstart.PortListener.run(PortListener.java:90)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:482)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
... 13 more
agen