Agile (MOSC)

MOSC Banner

Not able to create Agile session, error thrown: java.lang.NoClassDefFoundError: weblogic/security/sp

edited Oct 14, 2016 5:00AM in Agile (MOSC) 3 commentsAnswered

Hi,

I am not able to create agile session in small Java standalone program. I am seeing the error:

Error code:60086

weblogic.rjvm.PeerGoneException: ; nested exception is:

    weblogic.utils.NestedException: java.lang.NoClassDefFoundError: weblogic/security/spi/WLSUser

I see the error when I tried to create session for Dev/TST in our current setup.

Below is the piece of code I am using to create the session and error stack has also been attached.

---------------------------------------------------------------------------------------------------------

public IAgileSession getSession()throws APIException{

        System.out.println("in get session");

        AgileSessionFactory factory= AgileSessionFactory.getInstance("http://agileapptest.powellind.pri:9003/Agile");

       

          HashMap params = new HashMap();

        params.put(AgileSessionFactory.USERNAME, "XXXXX");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center