cancel
Showing results for 
Search instead for 
Did you mean: 

Error while logging in Agentry through test client

Former Member
0 Kudos

Hi,

   I am working on Syclo Work Manager for Maximo(S4MxWM_7030_Server_DB2_x64) . I have done a fresh installation of the same and the server is starting w/o any errors but the moment I try to log in to the server through Test Client I get an error :

01/15/2015 13:30:09, 1,   20,   18, Thr  4704, java.lang.NoClassDefFoundError: psdi/util/MXException

    at com.syclo.maximomobile.workmanager.Server.createUser(Unknown Source)

Caused by: java.lang.ClassNotFoundException: psdi.util.MXException

    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 1 more

I have checked and both the path and classpath variabables seem to be correct . I read on one of the other blogs and there it was written that it could be a jdk issue so I tried with both 6 and 7 version .

     Any pointers on this issue?????

Message was edited by: Michael Appleby

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for replying guys the issue was because of a corrupt businessobjects.jar file . I replaced the file and it got fixed . Now I am facing another issue while logging in through ATE .

com.syclo.agentry.PasswordInvalidException: no such object in table

        at com.syclo.maximomobile.ExceptionHandlerImpl.handle(Unknown Source)

        at com.syclo.maximomobile.User.doNativeAuthentication(Unknown Source)

        at com.syclo.maximomobile.User.initMxSession(Unknown Source)

        at com.syclo.maximomobile.Server.login(Unknown Source)

        at com.syclo.maximomobile.ConnectTest.main(Unknown Source)

Caused by: java.rmi.NoSuchObjectException: no such object in table

        at surn.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow

n Source)

        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)

        at sun.rmi.server.UnicastRef.invoke(Unknown Source)

        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)

        at java.rmi.Naming.lookup(Unknown Source)

        at psdi.util.RMISession.getMXServer(RMISession.java:252)

        at psdi.util.RMISession.getMessage(RMISession.java:541)


The Userid/Pwd and the port are correct .

agentry_src
Active Contributor
0 Kudos

Hi Tejender,

Please open a new Discussion for your new question.  Your original question was answered, so you need to mark this Discussion with a Correct Answer and Helpful Answer where appropriate.  See http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why   Even if you discovered the solution without any outside contributions, it helps others to understand what the solution turned out to be.

Regards, Mike (Moderator)
SAP P&I Technology RIG

Former Member
0 Kudos

Hello , As bill said , please check your businnes object .jar file in java.be files . Thanks & Regards, Kunal Varaiya

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The error indicates that you are missing the businessobjects.jar file or the path wrong.  Please get the businessobjects.jar from your Maximo server and try again.

I would also recommend upgrading to the newer Work Manager version as well.

--Bill