java.lang.ClassNotFoundException: com.agile.admin.security.weblogic.WLSUserImpl When Creating Session Using Agile SDK or Web Service
(Doc ID 572385.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to create session using SDK or Web Service, following error occurs:
Error
<Socket> <BEA-000421> <Uncaught Throwable in processSockets
java.lang.AssertionError: Exception creating response stream。
java.lang.AssertionError: Exception creating response stream
at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:294)
at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:213)
at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:498)
at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:330)
at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:327)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: com.agile.admin.security.weblogic.WLSUserImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
Fact
SDK or Web Service is running on WebLogic which is on different domain with WebLogic where Agile Application Server is running.
What is Working
The same program is running fine when running the program on the WebLogic same as Agile Application Server
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 |