【发布时间】:2013-12-30 13:12:33
【问题描述】:
我想在集群上运行 Web 应用程序。有 2 台服务器(10.0.0.32 和 10.0.0.192)。当我尝试在 10.0.0.192 上运行此应用程序时,出现以下错误。
顺便说一句,我在 10.0.0.32 上使用 adminserver。我可以从 10.0.0.32 adminserver 毫无问题地控制服务器 10.0.0.192。
####<Dec 30, 2013 3:02:36 PM EET> <Error> <HTTP> <dell-PC> <10-0-0-192> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1388408556025> <BEA-101083> <Connection failure.
java.io.IOException: A complete message could not be read on socket: 'weblogic.servlet.internal.MuxableSocketHTTP@4bd7f3dd:Socket[addr=/10.0.0.32,port=55179,localport=7002] - idle timeout: '30000' ms, socket timeout: '5000' ms', in the configured timeout period of '60' secs
at weblogic.socket.SocketMuxer$TimerListenerImpl.timerExpired(SocketMuxer.java:1076)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:293)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
【问题讨论】:
-
请检查下面的链接可能有用...stackoverflow.com/questions/1307154/…
-
@TataraoVana 我更改了 jta 但超时错误仍然存在。我可以无错误地控制 10.0.0.192 服务器我的意思是我可以从 10.0.0.32 adminconsole 启动-重启-停止该服务器,但我无法从 10.0.0.32 adminconsole 将任何应用程序部署到 10.0.0.192。
-
部署时遇到什么样的错误?
-
@TataraoVana 问题中的相同错误。当我打开服务器监控选项卡时,它显示“当前无法访问此服务器。没有其他可用的监控信息。”但我可以控制这台服务器(启动-重启-停止)。
-
尝试重新启动控制其他服务器的服务器....跟踪日志以查找任何其他警告或错误...
标签: weblogic weblogic12c