JBoss Community

Facing error while Shutting down JBoss AS 6.

created by Arfat Shaikh in Beginner's Corner - View the full discussion

Facing below error while shutting down JBoss.

 

./shutdown.sh -S

Exception in thread "main" java.lang.SecurityException: JMXConnectorAuthenticator requires userid/password credentials to be passed in

        at org.jboss.system.server.jmx.JMXConnectorAuthenticator.authenticate(JMXConnectorAuthenticator.java:61)

        at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:213)

        at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:180)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)

        at sun.rmi.transport.Transport$1.run(Transport.java:159)

        at java.security.AccessController.doPrivileged(Native Method)

        at sun.rmi.transport.Transport.serviceCall(Transport.java:155)

        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)

        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)

        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

        at java.lang.Thread.run(Thread.java:662)

        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)

        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)

        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)

        at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)

        at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2327)

        at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)

        at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)

        at org.jboss.Shutdown.main(Shutdown.java:235)

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community