Weblogic nodemanager错误/超时

时间:2015-01-27 19:50:55

标签: weblogic

在NAS上运行Windows域,我们很少看到此错误。我们担心可能是我们的配置导致问题,可能是某些nodemanager.properties设置,WLST呼叫等。

最终我们无法通过JMX和WLST命令NodeManager。在NM工作但不是一个好的解决方案。我们可以通过WLST尝试其他的东西吗?

<Jan 22, 2015 6:09:28 PM> <SEVERE> <Domain1> <ms1> <Unexpected error while monitoring server>
java.lang.Error: java.io.IOException: The semaphore timeout period has expired
        at sun.nio.ch.FileKey.create(FileKey.java:27)
        at sun.nio.ch.FileChannelImpl$SharedFileLockTable.<init>(FileChannelImpl.java:1037)
        at sun.nio.ch.FileChannelImpl.fileLockTable(FileChannelImpl.java:806)
        at sun.nio.ch.FileChannelImpl.lock(FileChannelImpl.java:823)
        at java.nio.channels.FileChannel.lock(FileChannel.java:860)
        at weblogic.nodemanager.util.ConcurrentLockedFile.read(ConcurrentLockedFile.java:54)
        at weblogic.nodemanager.common.StateInfo.load(StateInfo.java:130)
        at weblogic.nodemanager.server.AbstractServerMonitor.loadStateInfo(AbstractServerMonitor.java:497)
        at weblogic.nodemanager.server.AbstractServerMonitor.runMonitor(AbstractServerMonitor.java:273)
        at weblogic.nodemanager.server.AbstractServerMonitor.run(AbstractServerMonitor.java:246)
        at weblogic.nodemanager.server.ServerMonitor.run(ServerMonitor.java:25)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: The semaphore timeout period has expired
        at sun.nio.ch.FileKey.init(Native Method)
        at sun.nio.ch.FileKey.create(FileKey.java:25)
        ... 11 more

0 个答案:

没有答案