Hi,
I found a twiddle.log in the bin directory of JBoss.
It contains the following:
[code08:54:06,562 DEBUG [Twiddle] args[0]=-s
08:54:06,562 DEBUG [Twiddle] args[1]=localhost:1099
08:54:06,562 DEBUG [Twiddle] args[2]=-a
08:54:06,562 DEBUG [Twiddle] args[3]=jmx/rmi/RMIAdaptor
08:54:06,562 DEBUG [Twiddle] args[4]=get
08:54:06,562 DEBUG [Twiddle] args[5]=jboss.system:type=Server
08:54:06,562 DEBUG [Twiddle] args[6]=Started
08:54:06,562 DEBUG [Twiddle] Command name: get
08:54:06,578 DEBUG [Twiddle] Command arguments: jboss.system:type=Server,Started
08:54:06,578 DEBUG [Twiddle] command proto type properties:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/bin/twiddle.jar!/org/jboss/console/twiddle/commands.properties
08:54:06,578 DEBUG [Twiddle] Adding command 'jsr77'; proto:
org.jboss.console.twiddle.command.JSR77Command@133f1d7
08:54:06,578 DEBUG [Twiddle] Adding command 'xmbean'; proto:
org.jboss.console.twiddle.command.XMBeanCommand@a01335
08:54:06,578 DEBUG [Twiddle] Adding command 'info'; proto:
org.jboss.console.twiddle.command.InfoCommand@bf32c
08:54:06,578 DEBUG [Twiddle] Adding command 'get'; proto:
org.jboss.console.twiddle.command.GetCommand@f81843
08:54:06,578 DEBUG [Twiddle] Adding command 'invoke'; proto:
org.jboss.console.twiddle.command.InvokeCommand@c4bcdc
08:54:06,578 DEBUG [Twiddle] Adding command 'create'; proto:
org.jboss.console.twiddle.command.CreateCommand@128e20a
08:54:06,578 DEBUG [Twiddle] Adding command 'setattrs'; proto:
org.jboss.console.twiddle.command.SetAttrsCommand@e4f972
08:54:06,578 DEBUG [Twiddle] Adding command 'unregister'; proto:
org.jboss.console.twiddle.command.UnregisterCommand@1bf52a5
08:54:06,578 DEBUG [Twiddle] Adding command 'query'; proto:
org.jboss.console.twiddle.command.QueryCommand@10b9d04
08:54:06,593 DEBUG [Twiddle] Adding command 'set'; proto:
org.jboss.console.twiddle.command.SetCommand@1404536
08:54:06,593 DEBUG [Twiddle] Adding command 'serverinfo'; proto:
org.jboss.console.twiddle.command.ServerInfoCommand@7d8483
08:54:06,593 DEBUG [GetCommand] processing arguments: jboss.system:type=Server,Started
08:54:06,593 DEBUG [GetCommand] mbean name: jboss.system:type=Server
08:54:06,593 DEBUG [GetCommand] adding attribute name: Started
08:54:06,593 DEBUG [GetCommand] attribute names: [Started]
08:54:06,953 DEBUG [GetCommand] as string[]: Started
08:54:06,953 DEBUG [SecurityAssociation] Using ThreadLocal: false
08:54:06,984 ERROR [Twiddle] Exec failed
java.lang.SecurityException: Failed to authenticate principal=null,
securityDomain=jmx-console
at
org.jboss.jmx.connector.invoker.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:97)
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:659)
at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at
org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
at $Proxy0.getAttributes(Unknown Source)
at org.jboss.console.twiddle.command.GetCommand.execute(GetCommand.java:168)
at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:305)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986530#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...