0 Replies Latest reply on May 6, 2003 2:10 PM by aweissman

    principal=null Under Load - Non Newbie

    aweissman

      I have Jboss running with a remote instance of Tomcat and am currently load testing a small struts-based application on it. I am using a filter within tomcat to peform the subject propogation via a simple callbackHandler (based on Peter Doornbosch's example)

      When under load, I am receiving this message fairly often and non-deterministically:

      2003-05-06 14:56:44,022 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException, causedBy:
      java.lang.SecurityException: Authentication exception, principal=null
      at org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityAssociation(SecurityInterceptor.java:173)
      at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:94)
      at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:129)
      at org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:300)
      at org.jboss.ejb.Container.invoke(Container.java:730)
      ...

      This message does not seem to be causing the operation to fail, as my load testing software is not getting an error from it.

      Has anyone else run into this or just know what could be causing it?

      Thanks,
      Alan