1 Reply Latest reply on Mar 10, 2004 4:58 PM by fisch

    jk2 - local worker?

    fisch

      i'm getting a 500 error in one frame of a page (DB query results) when i deploy to a 2 node cluster - 3.2.3 and jk2.0.2. it only happens on the initial page load - when i reload the page the frame draws correctly.

      i never see the error when i deploy non-clustered.

      i was wondering if it has something to do with "localworker" as i don't see how to call that out for jk2?


      thank you, and best of luck

      -mike (i'm not understanding everything i know about the subject)

      500 error snips:
      javax.servlet.ServletException
      at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545)
      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486)

      root cause
      java.lang.NullPointerException
      at com.healthcare.web.model.PatientIdentificationSelectionMD.(PatientIdentificationSelectionMD.java:53)
      at com.healthcare.web.action.PatientListAC.execute(PatientListAC.java:100)