[jboss-jira] [JBoss JIRA] Updated: (JBASPECT-22) NPE in InvokeRemoteInterceptor

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Jun 6 04:58:20 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBASPECT-22?page=all ]

Andrew Lee Rubinger updated JBASPECT-22:
----------------------------------------

    Affects Version/s: 1.0.1.CR2
          Description: 
As shown from EJB3 "invoker" tests:

test-with-jvmargs:
   [delete] Deleting: /home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/trunk/testsuite/target/log/test.log
    [junit] Running org.jboss.ejb3.test.invoker.unit.InvokerTestCase
    [junit] java.lang.NullPointerException
    [junit] 	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:61)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:73)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.proxy.handler.stateless.StatelessRemoteProxyInvocationHandler.invoke(StatelessRemoteProxyInvocationHandler.java:110)
    [junit] 	at $Proxy2.echo(Unknown Source)
    [junit] 	at org.jboss.ejb3.test.invoker.unit.InvokerTestCase.testHttp(InvokerTestCase.java:59)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] 	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:73)
    [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
    [junit] 	at org.jboss.ejb3.proxy.handler.stateless.StatelessRemoteProxyInvocationHandler.invoke(StatelessRemoteProxyInvocationHandler.java:110)
    [junit] 	at $Proxy2.echo(Unknown Source)
    [junit] 	at org.jboss.ejb3.test.invoker.unit.InvokerTestCase.testHttp(InvokerTestCase.java:59)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.088 sec
[server:stop] Shutting down server: invoker
[server:stop] Shutting down server: /opt/sun/java/jdk1.5.0_14/bin/java -cp /home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://localhost:1099 --shutdown
[server:stop] shutdownTimeout will be=45


  was:
As shown from EJB3 "invoker" tests:



> NPE in InvokeRemoteInterceptor
> ------------------------------
>
>                 Key: JBASPECT-22
>                 URL: http://jira.jboss.com/jira/browse/JBASPECT-22
>             Project: JBoss Aspects
>          Issue Type: Bug
>          Components: remoting
>    Affects Versions: 1.0.1.CR2
>            Reporter: Andrew Lee Rubinger
>         Assigned To: Andrew Lee Rubinger
>
> As shown from EJB3 "invoker" tests:
> test-with-jvmargs:
>    [delete] Deleting: /home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/trunk/testsuite/target/log/test.log
>     [junit] Running org.jboss.ejb3.test.invoker.unit.InvokerTestCase
>     [junit] java.lang.NullPointerException
>     [junit] 	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:61)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:73)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.proxy.handler.stateless.StatelessRemoteProxyInvocationHandler.invoke(StatelessRemoteProxyInvocationHandler.java:110)
>     [junit] 	at $Proxy2.echo(Unknown Source)
>     [junit] 	at org.jboss.ejb3.test.invoker.unit.InvokerTestCase.testHttp(InvokerTestCase.java:59)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
>     [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
>     [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
>     [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>     [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
>     [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
>     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
>     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
>     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
>     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
>     [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>     [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
>     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>     [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
>     [junit] 	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:73)
>     [junit] 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
>     [junit] 	at org.jboss.ejb3.proxy.handler.stateless.StatelessRemoteProxyInvocationHandler.invoke(StatelessRemoteProxyInvocationHandler.java:110)
>     [junit] 	at $Proxy2.echo(Unknown Source)
>     [junit] 	at org.jboss.ejb3.test.invoker.unit.InvokerTestCase.testHttp(InvokerTestCase.java:59)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
>     [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
>     [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
>     [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
>     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>     [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
>     [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
>     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
>     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
>     [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
>     [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
>     [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>     [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
>     [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
>     [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
>     [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.088 sec
> [server:stop] Shutting down server: invoker
> [server:stop] Shutting down server: /opt/sun/java/jdk1.5.0_14/bin/java -cp /home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/home/deployer/.hudson/jobs/EJB3_Plugin_AS_TRUNK/workspace/jbossas_trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://localhost:1099 --shutdown
> [server:stop] shutdownTimeout will be=45

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

        



More information about the jboss-jira mailing list