If domain admin port is enabled, starting of managed serever causes "java.net.SocketTimeoutException
Hi,
When Admin port is enabled in Weblogic domain , then while starting managed server there are errors in Admin server logs (no issues with http or https port but only with admin port) :
"####<Feb 18, 2015 12:37:38 PM CET> <Warning> <DeploymentService> <Machine> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1424259458403> <BEA-290064> <Deployment service servlet encountered an Exception while handling the deployment service message for request id "-1" from server "Managed1". Exception is: "java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)"
If we disable the admin port this issue is not there , means if managed server is communicating via http or https port.