1 Reply Latest reply on Jun 15, 2005 3:13 PM by wendy.sue

    org.apache.struts.action.RequestProcessor Error

    wendy.sue

      All,

      For some strange reason I'm getting an org.apache.struts.action.RequestProcessor null pointer exception thrown error. Can someone please tell me why and how to fix it.

      This problem seems to magically disappear and reappear during deployments. We have attempted to reboot jboss and redeploy the application and the problem persists.

        • 1. Re: org.apache.struts.action.RequestProcessor Error
          wendy.sue

          Here is an update on my current error verbatm:

          WARN [org.apache.struts.action.RequestProcessor] Unhandled Exception thrown: class java.lang.NullPointerException

          ERROR [org.jboss.web.localhost.Enginer]
          StandardWrapperValve[projName]:Servlet.service() for projName threw exception java.lang.NullPointerException at ../../../../../.HibernateUtil.getSession()

          The .getSession class:


          session = HibernateContext.getSession(java:hibernate/SessionFactory);


          Hmmmm.


          Also I noticed that when I redeploy the jboss server, I print out two of my logger messages that have to do with a class called: Roles.java. These are application roles not once for jboss or the db?????? Why would this happen on deploy?