[jboss-jira] [JBoss JIRA] Commented: (JBAS-5078) Validate SRP Configuration

Stefan Guilhen (JIRA) jira-events at lists.jboss.org
Wed Sep 24 10:15:31 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBAS-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430989#action_12430989 ] 

Stefan Guilhen commented on JBAS-5078:
--------------------------------------

With the proper unlimited strength crypto files installes, all SRPLoginModuleUnitTestCase tests pass successfully. I can see only one error in the SRPUnitTestCase's testEchoArgs() method:

        java.lang.IllegalStateException: Security Context is null" type="java.rmi.ServerException">java.rmi.ServerException: RuntimeException; nested exception is:
        java.lang.IllegalStateException: Security Context is null
        at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:421)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:136)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:640)
        at org.jboss.ejb.Container.invoke(Container.java:1045)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
        at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:815)
        at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:416)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.IllegalStateException: Security Context is null
        at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:229)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:199)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)

I am now investigating why this is happening.

> Validate SRP Configuration
> --------------------------
>
>                 Key: JBAS-5078
>                 URL: https://jira.jboss.org/jira/browse/JBAS-5078
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Security, Test Suite
>    Affects Versions: JBossAS-5.0.0.Beta2
>            Reporter: Anil Saldhana
>            Assignee: Stefan Guilhen
>             Fix For: JBossAS-5.0.0.GA
>
>
> Validate the SRP Configuration for AS5.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list