[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread thirumalmarugan
no it is jboss-4.0.5.GA

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038364#4038364

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038364
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread thirumalmarugan
hi i have given netstat command but 1099 is not available ie) not assigned to 
any ip

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038266#4038266

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038266
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
for me the below command is also not working

./twiddle.sh -s 10.143.2.110 serverinfo -d jboss
./twiddle.sh -s remoteip serverinfo -d jboss

./twiddle.sh -s toki:1099 serverinfo -d jboss

i also try out with the remote hostname also

it is working for the local host only

and i am getting the same error 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038225#4038225

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038225
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
hi i have already disable the firewall

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038206#4038206

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038206
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
  hi i have invoke twiddle in the local host for getting the server info.it 
display the result.if i invoke the same command from remote machine it says 
error..
the error i have got is:

05:22:45,848 ERROR [Twiddle] Exec failed
org.jboss.util.NestedRuntimeException: Could not obtain connection to any of 
these urls: 0.0.0.0:1099 and discovery failed with error: 
javax.naming.CommunicationException: Receive timed out caused by 
java.net.SocketTimeoutException: Receive timed out; - nested throwable: 
(javax.naming.CommunicationException: Could not obtain connection to any of 
these urls: 0.0.0.0:1099 and discovery failed with error: 
javax.naming.CommunicationException: Receive timed out caused by 
java.net.SocketTimeoutException: Receive timed out caused by 
javax.naming.CommunicationException: Failed to retrieve stub from server 
0.0.0.0:1099 caused by java.io.IOException: Exception thrown from readObject() 
on class java.rmi.server.RemoteObject: java.lang.ExceptionInInitializerError)
   at org.jboss.console.twiddle.Twiddle$1.getServer(Twiddle.java:143)
   at 
org.jboss.console.twiddle.command.MBeanServerCommand.getMBeanServer(MBeanServerCommand.java:59)
   at org.jboss.console.twiddle.command.GetCommand.execute(GetCommand.java:149)
   at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:305)
Caused by: javax.naming.CommunicationException: Could not obtain connection to 
any of these urls: 0.0.0.0:1099 and discovery failed with error: 
javax.naming.CommunicationException: Receive timed out caused by 
java.net.SocketTimeoutException: Receive timed out caused by 
javax.naming.CommunicationException: Failed to retrieve stub from server 
0.0.0.0:1099 caused by java.io.IOException: Exception thrown from readObject() 
on class java.rmi.server.RemoteObject: java.lang.ExceptionInInitializerError
   at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
   at javax.naming.InitialContext.lookup(libgcj.so.7rh)
   at 
org.jboss.console.twiddle.Twiddle.createMBeanServerConnection(Twiddle.java:250)
   at org.jboss.console.twiddle.Twiddle.connect(Twiddle.java:268)
   at org.jboss.console.twiddle.Twiddle.access$300(Twiddle.java:62)
   at org.jboss.console.twiddle.Twiddle$1.getServer(Twiddle.java:139)
   ...3 more

but when i invoke it  in the local host  it has been executed.so you please 
help me in this issue.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037873#4037873

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: while accessing twiddle i got errors

2007-03-08 Thread thirumalmarugan
hi sri
when i try to access the service from there its showing error...
[EMAIL PROTECTED] bin]# ./twiddle.sh get "jboss.system:service=threadpool"
16:11:46,958 ERROR [Twiddle] Exec failed
javax.management.InstanceNotFoundException: jboss.system:service=threadpool is 
not registered.
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509)
at 
org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:649)
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:585)
at 
org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:250)
at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:775)
at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:382)
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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:460)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown 
Source)
at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:118)
at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:96)
at 
org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:58)
at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
at 
org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:59)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
at $Proxy0.getMBeanInfo(Unknown Source)
  ddle.command.GetCommand.execute(GetCommand.java:142)
at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:288)
[EMAIL PROTECTED] bin]# 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026196#4026196

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026196
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - while accessing twiddle i got errors

2007-03-07 Thread thirumalmarugan
hi
i am running jboss on linux system ...when i was try to 
./twiddle.sh get jboss.system:type=serverInfo FreeMemory ActiveThreadCount
10:15:54,822 ERROR [Twiddle] Exec failed
javax.management.InstanceNotFoundException: jboss.system:type=serverInfo is not 
registered.
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509)
at 
org.jboss.mx.server.MBeanServerImpl.getAttributes(MBeanServerImpl.java:545)
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:585)
at 
org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:250)
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:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:775)
at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:382)
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:585)
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:460)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown 
Source)
at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:118)
at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:96)
at 
org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:58)
at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
at 
org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:59)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
at $Proxy0.getAttributes(Unknown Source)
at 
org.jboss.console.twiddle.command.GetCommand.execute(GetCommand.java:156)
at org.jboss.console.twiddle.Twiddle.main(Twiddle.java:288)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026120#4026120

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026120
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Advanced Documentation] - from where we can read the service provided by jboss

2007-03-05 Thread thirumalmarugan
hellow sir,
 i am doing my final sem project.my topic is to monitor the jboss 
through nagios.for that we want to create a plugin.but i had doubt in jboss 
wheather jboss provide any service for getting these details or not.if yes 
means from which service we can fetch the information.i really need your help 
for creating the plugin.please reply as soon as possible.tell the file name or 
class name and other things which will help me to proceed my project

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024992#4024992

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024992
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-26 Thread thirumalmarugan

my terminal having this after the server starting command has been 
given. in not disply the home page while typing http://localhost:8080..
what can i do for that
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:396)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:293)
at org.jboss.Main.boot(Main.java:151)
at org.jboss.Main$1.run(Main.java:405)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.naming.NameNotFoundException: comp not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:529)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:508)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at 
org.jboss.web.AbstractWebDeployer.parseWebAppDescriptors(AbstractWebDeployer.java:470)
at 
org.jboss.web.AbstractWebDeployer$DescriptorParser.parseWebAppDescriptors(AbstractWebDeployer.java:989)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:128)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:83)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:370)
... 93 more
13:10:08,171 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war
  altDD: null
  lastDeployed: 1172561998872
  lastModified: 1172561998000
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1172561999253
  lastModified: 117247808
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1172561999628
  lastModified: 117247808
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/META-INF/jboss-service.xml
  altDD: null
  lastDeployed: 1172561999628
  lastModified: 117247808
  mbeans:
jboss:service=Ebxmlrr state: Registered

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jmx-console.war/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jmx-console.war/WEB-INF/web.xml
  altDD: null
  lastDe

[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread thirumalmarugan
 My Hosts file contains the following 

# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain   localhost

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019208#4019208

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019208
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Server started but not working

2007-02-19 Thread thirumalmarugan
 hellow everybody,
   i have installed the jboss in Linux.the server is also started 
but while typing http:\\localhost:8080 in browser .it showing the following 
errors.i am using the fedro 6 and jboss latest version.

Error
Server Error
The following error occurred:

[code=CANT_CONNECT_LOOPBACK] Cannot connect due to potential loopback problems
Please contact the administrator. 

what can i do for that...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018715#4018715

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018715
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user