Menu

Exception in the client side

Help
2009-05-25
2013-04-08
  • Nobody/Anonymous

    Hi

    i have implemented OpenRDS to my project. i have developed both nodes and client also successfully..

    But the problem is, while running the client in the middle, it gives the following error

    Exceptionjava.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    net.sf.openrds.ProcessingException: Exception trap from requisition execution; nested exception is:
    java.lang.NullPointerException

    org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class java.lang.NullPointerException
    org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet action threw exception
    java.lang.NullPointerException

    Then at that time i restarted the process node then again it is running to some what extent. But after some time same error is repeating and also i restarted again and again the process node....

    I am not understanding where could i done the mistake.. i have followed the document given by openRDS...

    Please help...

     
    • Rodrigo Rosauro

      Rodrigo Rosauro - 2009-05-25

      Hello,

      The ProcessingException means that an exception has occurred on the code of your requisition (a NullPointerException).

      To track the error, add a try..catch block on your requisition and log the stack of the error there... this will make it easier to find it.

      Rodrigo

       
    • Nobody/Anonymous

      Thanx for the reply..

       

Log in to post a comment.