With the launch of the new My Support Portal, we replaced the identity management system behind the OpenText Connect authentication tool with OpenText™ Identity and Access Management (IAM) as your single-entry point to OpenText developer and OpenText support resources.
For our Developer Trial users, if you experience any issues signing in to the Developer site or our Developer console, please refer to these articles.
For our Developer Trial users, if you experience any issues signing in to the Developer site or our Developer console, please refer to these articles.
DAR Installation fails post repository upgrade to 22.1
Hello All,
We have done an in place upgrade of Production repository from 16.5 to 22.1. DAR installation was failed with normal upgrade so we are trying to install DARs using headless composer post upgrade. Same process worked in our lower environment.
We are getting below error when we try to install the DARs.
[ERROR] Unexpected error occured while authenticating user credentials java.lang.NullPointerException at com.documentum.fc.client.impl.docbase.DocbaseDateFormat.getSeparator(DocbaseDateFormat.java:119) at com.documentum.fc.client.impl.docbase.DocbaseDateFormat.parseDatePart(DocbaseDateFormat.java:189) at com.documentum.fc.client.impl.docbase.DocbaseDateFormat.<init>(DocbaseDateFormat.java:43) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.buildArgumentsFromClientInfo(DocbaseConnection.java:354) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.beginSession(DocbaseConnection.java:330) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(DocbaseConnection.java:142) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>(DocbaseConnection.java:112) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>(DocbaseConnection.java:72) at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDocbaseConnection(DocbaseConnectionFactory.java:32)
Kindly suggest how to fix the issue.
Thanks
Tagged:
0
Comments
-
Try to add -Djava.locale.providers=COMPAT,SPI when you launch the DAR installer.
0 -
Hello Hicham,
Thank you. This solution worked.
Best Regards
0