6 Replies Latest reply on Aug 17, 2007 8:42 AM by thomas.diesler

    WS Samples-Failed to authenticate principal=null

    johnurban

      Digging, but can't find the answer to this one.

      I am able to compile all of the example w/o errors (following the steps buried in this forum). When I go to run the test for just the jsr181pojo by typing:

      ant tests

      Here is what I get:


      C:\JavaTools\jbossws-samples-1.0.3.GA\jsr181pojo>ant tests
      Buildfile: build.xml

      init:
      [echo] jboss.home = C:/JavaTools/jboss-4.0.5.GA
      [echo] tomcat.home = C:/JavaTools/apache-tomcat-5.5.20
      [echo] java.home = C:\Program Files\Java\jdk1.5.0_07\jre
      [echo] node0 = CTULT40000798


      compile15:

      copy-resources:

      generate-sources:
      [wstools] log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools).
      [wstools] log4j:WARN Please initialize the log4j system properly.
      [move] Moving 4 files to C:\JavaTools\jbossws-samples-1.0.3.GA\output\wstools\java

      compile-generated:
      [javac] Compiling 4 source files to C:\JavaTools\jbossws-samples-1.0.3.GA\output\classes

      copy-generated:
      [copy] Copying 2 files to C:\JavaTools\jbossws-samples-1.0.3.GA\output\resources

      jars:
      [jar] Building jar: C:\JavaTools\jbossws-samples-1.0.3.GA\output\libs\jbossws-samples-jsr181pojo-client.jar
      [jar] Building jar: C:\JavaTools\jbossws-samples-1.0.3.GA\output\libs\jbossws-samples-jsr181pojo-docwrapped-client.jar

      tests:

      init:
      [echo] jboss.home = C:/JavaTools/jboss-4.0.5.GA
      [echo] tomcat.home = C:/JavaTools/apache-tomcat-5.5.20
      [echo] java.home = C:\Program Files\Java\jdk1.5.0_07\jre
      [echo] node0 = CTULT40000798


      test:
      [junit] Running org.jboss.test.ws.samples.jsr181pojo.JSR181WebServiceJSETestCase
      [junit] java.lang.SecurityException: Failed to authenticate principal=null, securityDomain=jmx-console
      [junit] at org.jboss.jmx.connector.invoker.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:97)
      [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
      [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
      [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      [junit] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
      [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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
      [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
      [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
      [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
      [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
      [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
      [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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
      [junit] at sun.rmi.transport.Transport$1.run(Transport.java:153)
      [junit] at java.security.AccessController.doPrivileged(Native Method)
      [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
      [junit] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
      [junit] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
      [junit] at java.lang.Thread.run(Thread.java:595)
      [junit] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
      [junit] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
      [junit] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
      [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
      [junit] at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
      [junit] at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
      [junit] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
      [junit] at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
      [junit] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
      [junit] at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
      [junit] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
      [junit] at $Proxy0.invoke(Unknown Source)
      [junit] at org.jboss.test.ws.JBossTestDeployer.deploy(JBossTestDeployer.java:44)
      [junit] at org.jboss.test.ws.JBossWSTestHelper.deploy(JBossWSTestHelper.java:45)
      [junit] at org.jboss.test.ws.JBossWSTestSetup.setUp(JBossWSTestSetup.java:70)
      [junit] at junit.extensions.TestSetup$1.protect(TestSetup.java:22)
      [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: 0, Failures: 0, Errors: 1, Time elapsed: 0.781 sec
      [junit] Test org.jboss.test.ws.samples.jsr181pojo.JSR181WebServiceJSETestCase FAILED

      BUILD SUCCESSFUL
      Total time: 5 seconds


      What does:

      java.lang.SecurityException: Failed to authenticate principal=null, securityDomain=jmx-console

      mean? I have removed all security-constraints from jmx-console and I am able to get to my localhost:8080/jmx-console w/o logging in?