Advertisement

05.23.2005 at 01:19PM PDT, ID: 21433968
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

Please get JBoss 4.0.2 (with MySql backend) up; without errors.

Asked by natgross in Java Programming Language

Tags: , , ,

Hi;
I have beem running on JBoss 4.0.1SP for a while, using MySql as the database (replaced all Hypersonic stuff) without problems. I decided to move to JBoss 4.0.2, and since I am not very well versed in JBoss (but not ignorant either) I simply coped MySql related files to the new (4.0.2) 'default'  deploy directory, edited some files to match those in the old structure, BUT it is not connecting to MySql (to build its own tables) and gives me two types of boot errors. One, relating to MySQl, and Two complains about duplicate modules. Here is what it reports on the terminal at startup.
==========================
[nat@oldserver bin]$ pwd
/usr/share/ez/prog/appServers/jboss-4.0.2/bin
[nat@oldserver bin]$ ./run.sh
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /usr/share/ez/prog/appServers/jboss-4.0.2

  JAVA: /opt/jdk1.5.0_03/bin/java

  JAVA_OPTS: -server -Xms128m -Xmx256m -Dprogram.name=run.sh

  CLASSPATH: /usr/share/ez/prog/appServers/jboss-4.0.2/bin/run.jar:/opt/jdk1.5.0_03/lib/tools.jar

=========================================================================

16:05:57,864 INFO  [Server] Starting JBoss (MX MicroKernel)...
16:05:57,866 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
16:05:57,867 INFO  [Server] Home Dir: /usr/share/ez/prog/appServers/jboss-4.0.2
16:05:57,871 INFO  [Server] Home URL: file:/usr/share/ez/prog/appServers/jboss-4.0.2/
16:05:57,871 INFO  [Server] Library URL: file:/usr/share/ez/prog/appServers/jboss-4.0.2/lib/
16:05:57,873 INFO  [Server] Patch URL: null
16:05:57,878 INFO  [Server] Server Name: default
16:05:57,878 INFO  [Server] Server Home Dir: /usr/share/ez/prog/appServers/jboss-4.0.2/server/default
16:05:57,879 INFO  [Server] Server Home URL: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/
16:05:57,879 INFO  [Server] Server Data Dir: /usr/share/ez/prog/appServers/jboss-4.0.2/server/default/data
16:05:57,885 INFO  [Server] Server Temp Dir: /usr/share/ez/prog/appServers/jboss-4.0.2/server/default/tmp
16:05:57,885 INFO  [Server] Server Config URL: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/conf/
16:05:57,886 INFO  [Server] Server Library URL: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/lib/
16:05:57,886 INFO  [Server] Root Deployment Filename: jboss-service.xml
16:05:57,927 INFO  [Server] Starting General Purpose Architecture (GPA)...
16:05:58,706 INFO  [ServerInfo] Java version: 1.5.0_03,Sun Microsystems Inc.
16:05:58,706 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_03-b07,Sun Microsystems Inc.
16:05:58,707 INFO  [ServerInfo] OS-System: Linux 2.6.11-1.14_FC3,i386
16:06:00,322 INFO  [Server] Core system initialized
16:06:06,978 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
16:06:07,205 INFO  [WebService] Using RMI server codebase: http://oldserver.633.oneeasysystem.com:8083/
16:06:07,743 INFO  [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
16:06:24,207 INFO  [Embedded] Catalina naming disabled
16:06:25,016 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
16:06:25,021 INFO  [Catalina] Initialization processed in 702 ms
16:06:25,026 INFO  [StandardService] Starting service jboss.web
16:06:25,035 INFO  [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.9
16:06:25,105 INFO  [StandardHost] XML validation disabled
16:06:25,191 INFO  [Catalina] Server startup in 170 ms
16:06:25,456 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/
16:06:25,988 INFO  [WebappLoader] Dual registration of jndi stream handler: factory already defined
16:06:27,127 INFO  [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/tmp/deploy/tmp63821jboss-ws4ee.war/
16:06:27,458 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/
16:06:29,206 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
16:06:33,939 ERROR [MainDeployer] could not create deployment: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jms/mysql-jdbc2-service.xml
org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.mq:service=DestinationManager
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:70)
        at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:153)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
        at org.jboss.system.ServiceController.install(ServiceController.java:202)
        at sun.reflect.GeneratedMethodAccessor47.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy4.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:220)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at sun.reflect.GeneratedMethodAccessor48.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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy8.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
        at sun.reflect.GeneratedMethodAccessor2.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:418)
        at sun.reflect.GeneratedMethodAccessor9.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
        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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
        at org.jboss.Main.boot(Main.java:195)
        at org.jboss.Main$1.run(Main.java:463)
        at java.lang.Thread.run(Thread.java:595)
16:06:34,576 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/management/console-mgr.sar/web-console.war/
16:06:35,996 INFO  [MailService] Mail Service bound to java:/Mail
16:06:37,658 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jboss-ha-local-jdbc.rar
16:06:38,056 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jboss-ha-xa-jdbc.rar
16:06:38,522 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jboss-local-jdbc.rar
16:06:39,430 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jboss-xa-jdbc.rar
16:06:39,759 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jms/jms-ra.rar
16:06:40,044 INFO  [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/mail-ra.rar
16:06:41,908 INFO  [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS to JNDI name 'java:DefaultDS'
16:06:42,969 INFO  [A] Bound to JNDI name: queue/A
16:06:43,015 INFO  [B] Bound to JNDI name: queue/B
16:06:43,033 INFO  [C] Bound to JNDI name: queue/C
16:06:43,051 INFO  [D] Bound to JNDI name: queue/D
16:06:43,068 INFO  [ex] Bound to JNDI name: queue/ex
16:06:43,119 INFO  [testTopic] Bound to JNDI name: topic/testTopic
16:06:43,138 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
16:06:43,155 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
16:06:43,174 INFO  [testQueue] Bound to JNDI name: queue/testQueue
16:06:43,751 INFO  [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
16:06:43,917 INFO  [DLQ] Bound to JNDI name: queue/DLQ
16:06:44,346 INFO  [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA to JNDI name 'java:JmsXA'
16:06:44,702 ERROR [MainDeployer] could not create deployment: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/mysql-Default-ds.xml
org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=DefaultDS
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:70)
        at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:153)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
        at org.jboss.system.ServiceController.install(ServiceController.java:202)
        at sun.reflect.GeneratedMethodAccessor47.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy4.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:220)
        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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:273)
        at $Proxy35.create(Unknown Source)
        at org.jboss.deployment.XSLSubDeployer.create(XSLSubDeployer.java:224)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at sun.reflect.GeneratedMethodAccessor48.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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy8.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
        at sun.reflect.GeneratedMethodAccessor2.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:418)
        at sun.reflect.GeneratedMethodAccessor9.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.server.Invocation.invoke(Invocation.java:72)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
        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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
        at org.jboss.Main.boot(Main.java:195)
        at org.jboss.Main$1.run(Main.java:463)
        at java.lang.Thread.run(Thread.java:595)
16:06:45,200 INFO  [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySqlDS to JNDI name 'java:MySqlDS'
16:06:45,265 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jmx-console.war/
16:06:45,720 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@cb01b1b5 { url=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jms/mysql-jdbc2-service.xml }
  deployer: org.jboss.deployment.SARDeployer@1aed5f9
  status: Deployment FAILED reason: Trying to install an already registered mbean: jboss.mq:service=DestinationManager
  state: FAILED
  watch: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/jms/mysql-jdbc2-service.xml
  altDD: null
  lastDeployed: 1116878793891
  lastModified: 1116878793000
  mbeans:

org.jboss.deployment.DeploymentInfo@8e528fee { url=file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/mysql-Default-ds.xml }
  deployer: org.jboss.deployment.XSLSubDeployer@df9095
  status: Deployment FAILED reason: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=DefaultDS
  state: FAILED
  watch: file:/usr/share/ez/prog/appServers/jboss-4.0.2/server/default/deploy/mysql-Default-ds.xml
  altDD: null
  lastDeployed: 1116878804458
  lastModified: 1116878804000
  mbeans:


16:06:46,146 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
16:06:46,407 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
16:06:46,440 INFO  [JkMain] Jk running ID=0 time=0/61  config=null
16:06:46,530 INFO  [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 48s:603ms

========================================

Thank you much.
-nat
Start Free Trial
[+][-]05.24.2005 at 01:34AM PDT, ID: 14066412

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Java Programming Language
Tags: already, registered, install, jboss
Sign Up Now!
Solution Provided By: TimYates
Participating Experts: 1
Solution Grade: B
 
 
[+][-]05.24.2005 at 06:38AM PDT, ID: 14068121

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.24.2005 at 06:40AM PDT, ID: 14068141

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.24.2005 at 04:47PM PDT, ID: 14073673

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.24.2005 at 11:59PM PDT, ID: 14075099

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.25.2005 at 01:03AM PDT, ID: 14075322

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.25.2005 at 11:54AM PDT, ID: 14080397

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.25.2005 at 01:53PM PDT, ID: 14081442

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32