Getting an error with ldapbind in an environment that is normally not ldapbound, but we are binding in order to test a few things. I have run the ldapbind in this environment before, and feel confident in my procedure. Note - I was in LID when the ldapbind encountered the error message, so I cannot guarantee I got the same message shown here. I ran the ssoconfig -l of the backup file in an SSH client when I got this message. Any ideas/help would be greatly appreciated.
Got exception: com.lawson.lawsec.authen.LSFSecurityAuthenException:Error parsing XML. Message: java.lang.ClassCastException: com.lawson.lawsec.authen.LawsonIdentityImpl$EncryptedCred incompatible with java.lang.String
Stack Trace : java.lang.ClassCastException: com.lawson.lawsec.authen.LawsonIdentityImpl$EncryptedCred incompatible with java.lang.String
at com.lawson.lawsec.authen.LawsonIdentityImpl.getUniqueIdentityString(LawsonIdentityImpl.java:513)
at com.lawson.lawsec.authen.LawsonService.applyXRefForResource(LawsonService.java:1160)
at com.lawson.lawsec.authen.LawsonSecurityXRefImpl.setIdentityForService(LawsonSecurityXRefImpl.java:1401)
at com.lawson.lawsec.authen.LawsonIdentityImpl.loadIdentityNodeForSAX2(LawsonIdentityImpl.java:2154)
at com.lawson.lawsec.authen.SAXEventHandler3.endElement(SAXEventHandler3.java:245)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at com.lawson.lawsec.authen.LawsonServiceLDAPUtil.loadServiceFile(LawsonServiceLDAPUtil.java:84)
at com.lawson.lawsec.authen.LawsonServiceLDAPUtil.loadServiceFile(LawsonServiceLDAPUtil.java:56)
at com.lawson.lawsec.authen.LawsonServiceLDAPUtil.loadServiceFile(LawsonServiceLDAPUtil.java:50)
at com.lawson.lawsec.authen.SSOMainMenuHandler.processNonInteractiveConfiguration(SSOMainMenuHandler.java:444)
at com.lawson.lawsec.authen.SSOConfig.processOptionLoad(SSOConfig.java:537)
at com.lawson.lawsec.authen.SSOConfig.main(SSOConfig.java:126)