webMethods Integration Server 在重启后立即关闭
webMethods Integration Server is getting shutdown just after restart
我正在尝试通过 运行 server.sh
文件重新启动 webMethods Integration Server。在服务器日志中,我可以在重启后看到它正在关闭。以下是我认为导致此错误的服务器日志的一部分。如何解决这个问题
2016-04-30 01:39:21:752 EDT [CommonLib.MWS.0002I] No registered exception delegate
2016-04-30 01:39:21:976 EDT [CommonLib.MWS.0002W] Unable to load logger from: com.webmethods.sc.mws.CDSJournalLogger
2016-04-30 01:39:21:993 EDT [ISS.0024.0012I] Central User Management initialized successfully.
2016-04-30 01:39:22:236 EDT [ISS.0014.0054C] Error occurred while initializing server: com.wm.util.coder.InvalidDatatypeException: [ISC.0076.9009] Root element is null at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:280) at com.wm.util.coder.Coder.readFromFile(Coder.java:149) at com.wm.app.b2b.server.ACLManager.loadGenericAclMap(ACLManager.java:684) at com.wm.app.b2b.server.ACLManager.loadWriteAcl(ACLManager.java:1679) at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:124) at com.wm.app.b2b.server.Server.run(Server.java:350)
2016-04-30 01:39:23:240 EDT [CommonLib.MWS.0002I] MWS Shutdown Hook Shutting down...
2016-04-30 01:39:23:240 EDT [CommonLib.MWS.0002I] java.lang.Exception: SHUTDOWN
at com.webmethods.portal.system.PortalSystem.shutdown(PortalSystem.java:912)
at com.webmethods.portal.system.PortalSystem.run(PortalSystem.java:887)
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: PortalServer
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: postInit
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: bizPolicy
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: command
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: bizPolicy
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: mechanics
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: mechanics
2016-04-30 01:39:23:252 EDT [CommonLib.MWS.0002I] Shutting down components of: CoreServices
Removing existing subscription: 15482016-04-30 01:39:23:269 EDT [CommonLib.MWS.0002I] Shutting down components of: portlet
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: DataPhaseOne
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: meta
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: default
2016-04-30 01:39:23:272 EDT [CommonLib.MWS.0002I] Shutting down components of: cache
2016-04-30 01:39:23:274 EDT [CommonLib.MWS.0002I] JMSProvider.onReconnect entering for queues
2016-04-30 01:39:23:280 EDT [CommonLib.MWS.0002I] Shutting down components of: miePhaseTwo
2016-04-30 01:39:23:280 EDT [CommonLib.MWS.0002I] Shutting down components of: global
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Shutting down components of: cluster
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Shutting down components of: miePhaseOne
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Stopped sending JDK log messages to Log4j
服务器文件系统已满,所有 ACL 配置文件已损坏。从 /config/backup 恢复文件并重新启动服务器。服务器恢复正常。
我正在尝试通过 运行 server.sh
文件重新启动 webMethods Integration Server。在服务器日志中,我可以在重启后看到它正在关闭。以下是我认为导致此错误的服务器日志的一部分。如何解决这个问题
2016-04-30 01:39:21:752 EDT [CommonLib.MWS.0002I] No registered exception delegate
2016-04-30 01:39:21:976 EDT [CommonLib.MWS.0002W] Unable to load logger from: com.webmethods.sc.mws.CDSJournalLogger
2016-04-30 01:39:21:993 EDT [ISS.0024.0012I] Central User Management initialized successfully.
2016-04-30 01:39:22:236 EDT [ISS.0014.0054C] Error occurred while initializing server: com.wm.util.coder.InvalidDatatypeException: [ISC.0076.9009] Root element is null at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:280) at com.wm.util.coder.Coder.readFromFile(Coder.java:149) at com.wm.app.b2b.server.ACLManager.loadGenericAclMap(ACLManager.java:684) at com.wm.app.b2b.server.ACLManager.loadWriteAcl(ACLManager.java:1679) at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:124) at com.wm.app.b2b.server.Server.run(Server.java:350)
2016-04-30 01:39:23:240 EDT [CommonLib.MWS.0002I] MWS Shutdown Hook Shutting down...
2016-04-30 01:39:23:240 EDT [CommonLib.MWS.0002I] java.lang.Exception: SHUTDOWN
at com.webmethods.portal.system.PortalSystem.shutdown(PortalSystem.java:912)
at com.webmethods.portal.system.PortalSystem.run(PortalSystem.java:887)
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: PortalServer
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: postInit
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: bizPolicy
2016-04-30 01:39:23:241 EDT [CommonLib.MWS.0002I] Shutting down components of: command
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: bizPolicy
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: mechanics
2016-04-30 01:39:23:247 EDT [CommonLib.MWS.0002I] Shutting down components of: mechanics
2016-04-30 01:39:23:252 EDT [CommonLib.MWS.0002I] Shutting down components of: CoreServices
Removing existing subscription: 15482016-04-30 01:39:23:269 EDT [CommonLib.MWS.0002I] Shutting down components of: portlet
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: DataPhaseOne
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: meta
2016-04-30 01:39:23:271 EDT [CommonLib.MWS.0002I] Shutting down components of: default
2016-04-30 01:39:23:272 EDT [CommonLib.MWS.0002I] Shutting down components of: cache
2016-04-30 01:39:23:274 EDT [CommonLib.MWS.0002I] JMSProvider.onReconnect entering for queues
2016-04-30 01:39:23:280 EDT [CommonLib.MWS.0002I] Shutting down components of: miePhaseTwo
2016-04-30 01:39:23:280 EDT [CommonLib.MWS.0002I] Shutting down components of: global
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Shutting down components of: cluster
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Shutting down components of: miePhaseOne
2016-04-30 01:39:23:281 EDT [CommonLib.MWS.0002I] Stopped sending JDK log messages to Log4j
服务器文件系统已满,所有 ACL 配置文件已损坏。从 /config/backup 恢复文件并重新启动服务器。服务器恢复正常。