[JBoss Tools (users)] - Debug problem in JBDS
by sambolino
greetings!
i'm working in JBDS 1.0.0 and Jboss AS 4.2.2 and every once in a while (say 10 days) debug mode detoriates to the point it's impossible to work with (startup time is not so terrible, 1:30 to 2 minutes but delay between application responses is huge). i got the impression that it's a touchy place, tends to happen when roughly handled (e.g killing server while process is still unfinished) but that it will happen anyway eventually. it doesn't affect normal server mode. only way i know to fix this is to reinstall whole studio. server removal, adding another instance (even other version of the server) etc don't help; it's a pretty annoying way to handle the problem and also to anticipate that the problem may reoccur when you're in the heat.
any help appreciated, thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172260#4172260
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172260
17 years, 8 months
[Installation, Configuration & DEPLOYMENT] - Re: Hostname problem while starting jboss
by sahidkhn
I am using jboss-4.2.2.GA and jdk 1.5.0_15-b04.
The problem is jboss boot process fails with the following message
anonymous wrote :
| [sahid@unknown001cc051e93b ~]$ /usr/local/jboss/bin/run.sh -c all --host 0.0.0.0
| =========================================================================
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: /usr/local/jboss
|
| JAVA: /usr/java/bin/java
|
| JAVA_OPTS: -Dprogram.name=run.sh -Djava.io.tmpdir=/usr/local/tmp -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
|
| CLASSPATH: /usr/local/jboss/bin/run.jar:/usr/java/lib/tools.jar
|
| =========================================================================
|
| 15:46:32,916 INFO [Server] Starting JBoss (MX MicroKernel)...
| 15:46:32,916 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
| 15:46:32,917 INFO [Server] Home Dir: /usr/local/jboss-4.2.2.GA
| 15:46:32,917 INFO [Server] Home URL: file:/usr/local/jboss-4.2.2.GA/
| 15:46:32,917 INFO [Server] Patch URL: null
| 15:46:32,917 INFO [Server] Server Name: all
| 15:46:32,917 INFO [Server] Server Home Dir: /usr/local/jboss-4.2.2.GA/server/all
| 15:46:32,918 INFO [Server] Server Home URL: file:/usr/local/jboss-4.2.2.GA/server/all/
| 15:46:32,918 INFO [Server] Server Log Dir: /usr/local/jboss-4.2.2.GA/server/all/log
| 15:46:32,918 INFO [Server] Server Temp Dir: /usr/local/jboss-4.2.2.GA/server/all/tmp
| 15:46:32,918 INFO [Server] Root Deployment Filename: jboss-service.xml
| 15:46:33,147 INFO [ServerInfo] Java version: 1.5.0_15,Sun Microsystems Inc.
| 15:46:33,147 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_15-b04,Sun Microsystems Inc.
| 15:46:33,148 INFO [ServerInfo] OS-System: Linux 2.6.18-53.el5,i386
| 15:46:33,338 INFO [Server] Core system initialized
| 15:46:35,598 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@da2cef)]
| 15:46:35,611 ERROR [MainDeployer] Could not create deployment: file:/usr/local/jboss-4.2.2.GA/server/all/conf/jboss-service.xml
| org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
| ...
| [snipped]
| ....
| Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@da2cef)]
| at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
| at sun.reflect.GeneratedMethodAccessor1.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:155)
| ... 51 more
| Caused by: java.lang.RuntimeException: Exception creating identity: unknown001cc051e93b: unknown001cc051e93b
| at org.jboss.remoting.ident.Identity.get(Identity.java:211)
| at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
| at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
| at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
| at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
| ... 56 more
| 15:46:35,720 INFO [Server] Runtime shutdown hook called, forceHalt: true
| 15:46:35,721 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
| 15:46:35,724 INFO [Server] Shutdown complete
| Shutdown complete
| Halting VM
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172251#4172251
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172251
17 years, 8 months