Initialization error "Unable to register plugin InformationCommandHandler" using Websphere 9 in RSA Identity Governance and Lifecycle
2 years ago
Originally Published: 2018-12-17
Article Number
000040283
Applies To
RSA Product Set: Identity Governance and Lifecycle
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 7.1.0
Platform: WebSphere 9
 
Issue
Initialization fails with the following error

**************************** 
Initialization Status 

Initialization operations completed with errors. Please resolve the problem(s) before the applciation server can accpet requests. 

Unable to register plugin InformationCommandHandler.java.langClassNotfoundException:com.aveksa.server.command.InformationCommandHandler 

********************************* 

SystemOut.log show java stack as:
00000077 SystemOut     O ERROR (server.startup : 2) [PlugInManager] Unable to register plugin InformationCommandHandler.
java.lang.ClassNotFoundException: com.aveksa.server.command.InformationCommandHandler
                at java.lang.Class.forNameImpl(Native Method)
                at java.lang.Class.forName(Class.java:219)
                at com.aveksa.server.plugins.CommandHandlerPlugInType.createInstance(CommandHandlerPlugInType.java:41)
                at com.aveksa.server.plugins.CommandHandlerPlugInType.createInstance(CommandHandlerPlugInType.java:26)
                at com.aveksa.server.plugins.PlugInManager.registerPlugIns(PlugInManager.java:149)
                at com.aveksa.server.core.Container.initialize(Container.java:98)
                at com.aveksa.server.runtime.AveksaSystem.doStartupOperations(AveksaSystem.java:362)
                at com.aveksa.server.runtime.AveksaSystem.initialize(AveksaSystem.java:335)