1 Reply Latest reply on Dec 15, 2002 4:06 AM by amalcolm

    triggered event, principal=null

    madalin

      Hi,
      I am using jboss-3.0.0_tomcat-4.0.3 with a database model authentication is working fine, up to the moment when I am scheduling an event (using the Timer example). When the event is triggered, I get a principal=null;I think it is somehow correct to get it, but how do I fix it?

      Thank You,
      Madalin

      11:15:00,041 ERROR [SecurityInterceptor] Authentication exception, principal=null
      11:15:00,041 ERROR [STDERR] java.rmi.RemoteException: checkSecurityAssociation; nested exception is:
      java.lang.SecurityException: Authentication exception, principal=null
      11:15:00,042 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityAssociation(SecurityIntercepto
      r.java:170)
      11:15:00,043 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:93)
      11:15:00,043 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:109)
      11:15:00,043 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:300
      )
      11:15:00,043 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:726)
      11:15:00,044 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      11:15:00,044 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
      11:15:00,044 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
      11:15:00,044 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
      11:15:00,044 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
      11:15:00,045 ERROR [STDERR] at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
      11:15:00,045 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
      11:15:00,045 ERROR [STDERR] at $Proxy65.create(Unknown Source)