8.2 Integration Server start up failing after power outage

Running into a problem bring up the IS after a power failure. I have tried the -safemode and -debug paramters with no luck. The log only shows below…The environment until now has been rock solid. Here is a look @ the console log

C:\webmethods82\IntegrationServer\bin>server -safemode
Windows version is 6.1.7601
Starting as an application using Java.
Debug options:
file:/C:/webmethods82/profiles/IS/bin/.options loaded
Registering Software AG Platform Hooks …
log4j:WARN No appenders could be found for logger (com.softwareag.platform.jaas.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
[Journal Logger Initializer] INFO: Reading config root “com.softwareag.platform.logging.configroot”
[Journal Logger Initializer] INFO: Resolved config root to “com.softwareag.platform.logging.configroot”.
Nov 7, 2013 10:53:08 AM com.webMethods.sc.config.ConfigurationLogger log
INFO: Out-of-band file changes will be monitored every ‘60000’ milliseconds
Persistence bundle starting…
Persistence bundle started.
Nov 7, 2013 10:53:09 AM com.webMethods.sc.config.ConfigurationLogger log
WARNING: Failed to process OOB file-change event on file ‘C:\webmethods82\profiles\IS\configuration\org.eclipse.equinox.app.manager.tmp7779850759803990372.instance’
Nov 7, 2013 10:53:09 AM com.webMethods.sc.config.ConfigurationLogger log
WARNING: Failed to process OOB file-change event on file ‘C:\webmethods82\profiles\IS\configuration\org.eclipse.core.runtime.manager.tmp8743931617370863963.instance’
Nov 7, 2013 10:53:10 AM Log InfoDeviceManager started
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No installable units to add.
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No IU properties to add.
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No installable units to remove.
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No IU properties to remove.
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No installable units to move.
[p2] Thu Nov 07 10:53:11 CST 2013 - [Start Level Event Dispatcher] [reconciler] No extra requirements.
Starting Integration Server
Nov 7, 2013 10:53:17 AM com.webMethods.sc.config.ConfigurationLogger log
INFO: Out-of-band file changes will be monitored every ‘60000’ milliseconds
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:C:/webmethods82/common/lib/ext/slf4j-log4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:C:/webmethods82/WS-Stack/lib/shared/slf4j-jdk14-1.5.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
No value provided for [com.webMethods.sc.mws.db.cleanup.period]. Default value [10000] is used.
No value provided for [com.webMethods.sc.mws.db.max.waittime]. Default value [90000] is used.
Initializing component: com.webMethods.rtl.util.FileUtil
Initializing component: com.webMethods.rtl.util.SystemPaths
Initializing component: com.webMethods.rtl.util.Debug
com.wm.util.coder.InvalidDatatypeException: [ISC.0076.9010] Sibling root element is null rootTag:Values localName:null root:Text:

    at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:294)
    at com.wm.util.coder.Coder.readFromFile(Coder.java:149)
    at com.wm.app.b2b.server.ACLManager.load(ACLManager.java:458)
    at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:133)
    at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:105)
    at com.wm.app.b2b.server.Server.run(Server.java:376)

!SESSION 2013-11-07 10:53:07.809 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_27
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -safemode
Command-line arguments: -safemode

Error indicates, there is some problem with ACL. Can you try deleting acl*.cnf (take backup before deleting) from /config directory and restart the server again?

-Senthil

1 Like

Senthil, Thanks for your help. That did solve the issue.