Getting NoClassDefFoundError in Weblogic when running URL PX

Hello,

we have configured a URL PX which is deployed in the Agile Tomcat folder.

the PX uses the current agile session and gets the item change history.
this is working for some items and failing for some.
whenever it fails we get the below error message in the Log file.

“Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : weblogic.rjvm.PeerGoneException: ; nested exception is:
weblogic.utils.NestedException: java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/Serializer”

there seems to be some missing jar files in weblogic server.
our current weblogic version is 12c.

Please provide your comments or suggestions to resolve this issue.

Add Comment
3 Answer(s)

I have not seen this issue and when I search on it, it would appear that this particular problem was solved in version 6.1 pack 7.  Have you opened a ticket with Oracle directly for help?  Unless someone here has experienced the same and can advise.

Agile Angel Answered on July 28, 2015.
Add Comment

After trying out different approaches and a long time, the error got resolved when the change history being retrieved was implemented as a webservice.

Agile User Answered on August 7, 2015.
Add Comment

Thank you for the feedback.

Agile Angel Answered on August 7, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.