Standalone PX Program using IItem.setValue Gives Error code : 60086 "Root Cause exception : weblogic.rjvm.PeerGoneException: ; nested exception is: weblogic.utils.NestedException: java.lang.ExceptionInInitializerError"
(Doc ID 2780517.1)
Last updated on SEPTEMBER 03, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
Standalone PX Program using IItem.setValue gives error
Getting error while executing the below line of code
objItem.setValue(ItemConstants.ATT_TITLE_BLOCK_NUMBER, strItemWOP);
ERROR
-----------------------
Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : weblogic.rjvm.PeerGoneException: ; nested exception is:
weblogic.utils.NestedException: java.lang.ExceptionInInitializerError
at com.agile.api.pc.APIObject.createError(APIObject.java:131)
at com.agile.api.pc.TablePC$LoadServerTableAction.doSdkAction(TablePC.java:318)
at com.agile.api.common.SDKAction.run(SDKAction.java:23)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:370)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:163)
at weblogic.security.Security.runAs(Security.java:62)
at com.agile.api.common.WebLogicAuthenticator.doAs(WebLogicAuthenticator.java:111)
at com.agile.api.common.Security.doAs(Security.java:54)
at com.agile.api.common.Security.doAs(Security.java:109)
at com.agile.api.pc.TablePC.loadServerTable(TablePC.java:96)
at com.agile.api.pc.TablePC.reload(TablePC.java:72)
at com.agile.api.pc.Table.getVOTable(Table.java:984)
at com.agile.api.pc.Table.containsAttribute(Table.java:632)
at com.agile.api.pc.Table.containsAttribute(Table.java:621)
at com.agile.api.pc.DataObject.getTableForAttribute(DataObject.java:126)
at com.agile.api.pc.DataObject.setValue(DataObject.java:196)
at com.gehc.sqcs.DuplicateItems.main(DuplicateItems.java:59)
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. executing the API
2. objItem.setValue(ItemConstants.ATT_TITLE_BLOCK_NUMBER, strItemWOP);
3. Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : weblogic.rjvm.PeerGoneException: ; nested exception is:
weblogic.utils.NestedException: java.lang.ExceptionInInitializerError
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |