I am facing an issue while starting the integration server, it is stuck at “Package Manager started”.Please advice what needs to be done, below is the log for the same:
2015-11-04 15:47:01 CET [ISS.0025.0006C] License Manager started
2015-11-04 15:47:01 CET [ISS.0014.0033V1] Connecting to the configured Repository …
2015-11-04 15:47:01 CET [ISS.0014.0034V1] Successfully connected to the configured Repository.
2015-11-04 15:47:01 CET [ISS.0025.0041C] FIPS mode not initialized
2015-11-04 15:47:03 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:WmRepository4/FSD
2015-11-04 15:47:03 CET [ISS.0025.0017C] Repository Manager started
2015-11-04 15:47:03 CET [ISS.0025.0024C] JDBC Connection Manager started
2015-11-04 15:47:03 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:audit/data/AuditStore.
2015-11-04 15:47:04 CET [ISS.0025.0023C] Audit Log Manager started
2015-11-04 15:47:04 CET [ISS.0025.0021C] ACL Manager started
2015-11-04 15:47:04 CET [ISS.0025.0008C] State Manager started
2015-11-04 15:47:04 CET [ISS.0025.0010C] Service Manager started
2015-11-04 15:47:04 CET [ISS.0025.0020C] Validation Processor started
2015-11-04 15:47:04 CET [ISS.0025.0022C] Statistics Processor started
2015-11-04 15:47:04 CET [ISS.0025.0018C] Invoke Manager started
2015-11-04 15:47:04 CET [ISS.0025.0012C] Cache Manager started
2015-11-04 15:47:04 CET [ISS.0098.0009V2] Dispatcher initializing configuration from file: ./config/dispatch.cnf
2015-11-04 15:47:04 CET [ISS.0098.0028V2] CommsFactory registering and initializing Transport Factory: BROKERTRANSPORTFACTORY
2015-11-04 15:47:04 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:DocumentStore/ISTransStore
2015-11-04 15:47:05 CET [ISS.0098.0026D] Document Store DefaultStore initialized
2015-11-04 15:47:05 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:DocumentStore/TriggerStore
2015-11-04 15:47:06 CET [ISS.0098.0026D] Document Store VolatileTriggerStore initialized
2015-11-04 15:47:06 CET [ISS.0098.0026D] Document Store TriggerStore initialized
2015-11-04 15:47:06 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:DocumentStore/ISResubmitStore
2015-11-04 15:47:07 CET [ISS.0098.0026D] Document Store ResubmitStore initialized
2015-11-04 15:47:07 CET [ISS.0106.0001D] Join Manager initialized
2015-11-04 15:47:07 CET [ISS.0025.0032C] Dispatcher initialized
2015-11-04 15:47:07 CET [ISS.0098.0009V2] Dispatcher initializing configuration from file: ./config/XARecoveryStore.cnf
2015-11-04 15:47:07 CET [BAS.0123.0001C] FSData full consistency check is being performed. Db:XAStore/DefaultXAStore
2015-11-04 15:47:07 CET [SCC.0121.0093D] XA Recovery Store initialized
2015-11-04 15:47:07 CET [ISS.0025.0004C] Flow Service Manager started
2015-11-04 15:47:07 CET [ISS.0025.0002C] Package Manager started
The error that I get after executing " server.bat -log none -debug 6 " is:
2015-11-05 08:10:38 CET [ISS.0025.0002C] Package Manager started
java.lang.NullPointerException
at com.wm.app.b2b.server.PackageReplicator.replacePublisherHandles(PackageReplicator.java:306)
at com.wm.app.b2b.server.PackageReplicator.replaceHandles(PackageReplicator.java:268)
at com.wm.app.b2b.server.PackageReplicator.loadRegistry(PackageReplicator.java:129)
at com.wm.app.b2b.server.PackageReplicator.init(PackageReplicator.java:94)
at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:221)
at com.wm.app.b2b.server.Server.run(Server.java:411)
Srijansil – Did you fix this issue ? If you are able to update the forum, it will be helpful to others who may face the same one in future. Thanks for your time in advance.