Weblogic JARs cause issue in DevTest
search cancel

Weblogic JARs cause issue in DevTest

book

Article ID: 113041

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder)

Issue/Introduction

Trying to login to portal but getting below error:
-----
Portal error, can not authenticate user. Please make sure the Portal service is running.
----


Also see the JMS connectivity issue with the below exception:
---
Error: Error creating connection with factory INT 719 Connection Factory: [JMSClientExceptions:055053]Error creating connection to the server: java.rmi.MarshalException: CORBA MARSHAL 0 No; nested exception is: 
-----

Environment

All supported DevTest releases

Cause

Below Weblogic jars in DevTest_Home/lib folder caused the issue.
weblogic.jar 
wlclient.jar 
wljmsclient.jar 

Resolution

Moving the Weblogic JARs from DevTest/lib -->DevTest/lib/shared folder resolved the issue.

Additional Information

Recommended to add any third party JARs to DevTest_Home/lib/shared folder instead of DevTest/lib folder.