Agile URL PX Fails with java.lang.reflect.UndeclaredThrowableException: null After Applying Patch to WebLogic Server Where the URL PX Is Deployed
(Doc ID 2880635.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
After applying WLS STACK PATCH BUNDLE 12.2.1.4.220418 (<Patch 34080315>) on the WebLogic server where the URL Process Extension (PX) is deployed, getting below error when running the URL PX:
Error
06-14 10:56:25 ERROR xxxxxxxxxxxxxxxxxxxxxxx - null
java.lang.reflect.UndeclaredThrowableException: null
at com.sun.proxy.$Proxy1374.checkFCSActivityIsExist(Unknown Source) ~[?:?]
at xxxxxxxxxxxxxxxxxxxxxxx [_wl_cls_gen.jar:?]
at xxxxxxxxxxxxxxxxxxxxxxx [_wl_cls_gen.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [javax.servlet.javax.servlet-api.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet.javax.servlet-api.jar:3.1.0]
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:295) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:260) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:137) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:353) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:121) [spring-web-4.2.4.RELEASE.jar:4.2.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.2.4.RELEASE.jar:4.2.4.RELEASE]
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78) [com.oracle.weblogic.servlet.jar:12.2.1.4]
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:32) [com.oracle.weblogic.servlet.jar:12.2.1.4]
... (truncated) ...
Caused by: com.agile.api.pc.PCAPIException: Call APIException.getRootCause() for details.
at com.agile.api.pc.APIObject.createError(APIObject.java:153) ~[?:?]
at com.agile.api.pc.program.TableSchedule.access$200(TableSchedule.java:37) ~[?:?]
at com.agile.api.pc.program.TableSchedule$LoadKeysAction.doSdkAction(TableSchedule.java:167) ~[?:?]
at com.agile.api.common.SDKAction.run(SDKAction.java:23) ~[?:?]
at com.agile.api.common.Security.doAs(Security.java:59) ~[?:?]
at com.agile.api.common.Security.doAs(Security.java:109) ~[?:?]
at com.agile.api.pc.program.TableSchedule.loadKeys(TableSchedule.java:69) ~[?:?]
at com.agile.api.pc.program.TableProgram.getVoKeyIterator(TableProgram.java:63) ~[?:?]
at com.agile.api.pc.program.TableProgram$GetTotalCountAction.doSdkAction(TableProgram.java:288) ~[?:?]
at com.agile.api.common.SDKAction.run(SDKAction.java:23) ~[?:?]
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:386) ~[com.oracle.weblogic.security.subject.jar:12.2.1.4]
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:163) ~[com.oracle.weblogic.security.subject.jar:12.2.1.4]
at weblogic.security.Security.runAs(Security.java:62) ~[com.oracle.weblogic.security.jar:12.2.1.4]
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.program.TableProgram.size(TableProgram.java:121) ~[?:?]
at xxxxxxxxxxxxxxxxxxxxxxx ~[_wl_cls_gen.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
at xxxxxxxxxxxxxxxxxxxxxxx ~[_wl_cls_gen.jar:?]
... 35 more
Environmental Detail
URL PX is deployed on the WebLogic server which is different from the WebLogic where Agile Application Server is deployed
Steps
The issue can be reproduced at will with the following steps:
- On the WebLogic server machine where the URL PX is deployed, apply Patch 34080315
- Log into Web Client, and run URL PX
- Gets the error in the PX log
Changes
Applied WebLogic patch to the WebLogic server where the URL PX is deployed
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 |