When I try to start my IS instance, I get the following error:
Error occurred while initializing server: java.lang.NullPointerException at com.wm.app.b2b.server.UserManager.get(UserManager.java:453) at com.wm.app.b2b.server.UserManager.getGroup(UserManager.java:300) at com.wm.app.b2b.server.ACLGroup.convertToGroup(ACLGroup.java:131) at com.wm.app.b2b.server.ACLGroup.setValue(ACLGroup.java:83) at com.wm.util.coder.XMLCoder.doRecordDecode(XMLCoder.java:1324) at com.wm.util.coder.XMLCoder.doRecordDecode(XMLCoder.java:1278) at com.wm.util.coder.XMLCoder.doRecordDecode(XMLCoder.java:1278) at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:317) at com.wm.util.coder.Coder.readFromFile(Coder.java:124) at com.wm.app.b2b.server.ACLManager.load(ACLManager.java:471) at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:142) at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:111) at com.wm.app.b2b.server.ACLManager.init(ACLManager.java:106) at com.wm.app.b2b.server.Server.run(Server.java:399)
I have no clue what the error is and how to resolve it. If anyone can help me out - it would be greatly appreciated!
Is this a new installation?
Seems it has issue loading either user config or ACL config files.
Check if the account you are using to run IS has the privilege to read/write the config directory and files under it.
Check files under it are not corrupted.
Kristopher – It may be the issue with ACL files, if it a fresh installation and till now you don’t succeed on this, then better un-install, re-install again.