facebook

JBoss 4.2.1 and MyEclipse 6.0 GA problem

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #275521 Reply

    vvvngo
    Participant

    Does anyone have any success with running JBoss 4.2.1 on MyEclipse 6.0 GA. I can’t even start JBoss. Please advise! Below are my software configuration:

    WIndows XP Professional (SP2)
    JDK 1.6.0_02
    Eclipse 3.3 (eclipse-jee-europa-win32)
    MyEclipse 6.0 GA

    I’ve tried with fresh installation and still it does not work. Below is the error log that was generated when I attemp to run JBoss inside MyEclipse:

    08:48:38,078 INFO [Server] Starting JBoss (MX MicroKernel)…
    08:48:38,078 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)
    08:48:38,093 INFO [Server] Home Dir: C:\jboss
    08:48:38,093 INFO [Server] Home URL: file:/C:/jboss/
    08:48:38,093 INFO [Server] Patch URL: null
    08:48:38,093 INFO [Server] Server Name: default
    08:48:38,093 INFO [Server] Server Home Dir: C:\jboss\server\default
    08:48:38,093 INFO [Server] Server Home URL: file:/C:/jboss/server/default/
    08:48:38,093 INFO [Server] Server Log Dir: C:\jboss\server\default\log
    08:48:38,093 INFO [Server] Server Temp Dir: C:\jboss\server\default\tmp
    08:48:38,093 INFO [Server] Root Deployment Filename: jboss-service.xml
    08:48:38,656 INFO [ServerInfo] Java version: 1.6.0_02,Sun Microsystems Inc.
    08:48:38,656 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_02-b05,Sun Microsystems Inc.
    08:48:38,656 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
    08:48:39,203 INFO [Server] Core system initialized
    08:48:41,765 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
    08:48:41,765 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    08:48:42,312 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) – JBoss Inc.
    08:48:42,312 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
    08:48:42,531 INFO [TransactionManagerService] Starting recovery manager
    08:48:42,640 INFO [TransactionManagerService] Recovery manager started
    08:48:42,640 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
    08:48:53,437 INFO [EJB3Deployer] Starting java:comp multiplexer
    08:48:58,421 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
    08:49:01,250 WARN [ServiceController] Problem starting service jboss.web:service=WebServer
    java.lang.ExceptionInInitializerError
    at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:418)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor4.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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
    at org.jboss.deployment.SubDeployerInterceptor.invokeNext(SubDeployerInterceptor.java:124)
    at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:109)
    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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at org.jboss.system.ServiceController.start(ServiceController.java:435)
    at sun.reflect.GeneratedMethodAccessor10.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy9.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor4.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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor10.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
    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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy5.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    at org.jboss.Main.boot(Main.java:200)
    at org.jboss.Main$1.run(Main.java:508)
    at java.lang.Thread.run(Unknown Source)
    Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class ‘org.apache.commons.logging.impl.Log4JLogger’ cannot be found or is not useable.
    at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
    at org.apache.tomcat.util.modeler.Registry.<clinit>(Registry.java:78)
    … 100 more
    08:49:03,328 INFO [MailService] Mail Service bound to java:/Mail
    08:49:03,703 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-local-jdbc.rar
    08:49:03,968 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-xa-jdbc.rar
    08:49:04,046 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-local-jdbc.rar
    08:49:04,125 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-xa-jdbc.rar
    08:49:04,296 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jms/jms-ra.rar
    08:49:04,375 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/quartz-ra.rar
    08:49:04,390 INFO [QuartzResourceAdapter] start quartz!!!
    08:49:04,453 WARN [ServiceController] Problem starting service jboss.jca:service=RARDeployment,name=’quartz-ra.rar’
    org.apache.commons.logging.LogConfigurationException: User-specified log class ‘org.apache.commons.logging.impl.Log4JLogger’ cannot be found or is not useable.
    at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
    at org.quartz.simpl.SimpleThreadPool.getLog(SimpleThreadPool.java:126)
    at org.quartz.simpl.SimpleThreadPool.initialize(SimpleThreadPool.java:247)
    at org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:965)
    at org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.java:1152)
    at org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter.start(QuartzResourceAdapter.java:57)
    at org.jboss.resource.deployment.RARDeployment.startService(RARDeployment.java:109)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at org.jboss.system.ServiceDynamicMBeanSupport.invoke(ServiceDynamicMBeanSupport.java:124)
    at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor10.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy39.start(Unknown Source)
    at org.jboss.deployment.SimpleSubDeployerSupport.startService(SimpleSubDeployerSupport.java:356)
    at org.jboss.deployment.SimpleSubDeployerSupport.start(SimpleSubDeployerSupport.java:127)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    at sun.reflect.GeneratedMethodAccessor20.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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy9.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor4.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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:417)
    at sun.reflect.GeneratedMethodAccessor10.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
    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.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
    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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy5.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    at org.jboss.Main.boot(Main.java:200)
    at org.jboss.Main$1.run(Main.java:508)
    at java.lang.Thread.run(Unknown Source)
    08:49:05,500 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=DataSourceBinding,name=DefaultDS’ to JNDI name ‘java:DefaultDS’
    08:49:05,796 INFO [A] Bound to JNDI name: queue/A
    08:49:05,796 INFO [B] Bound to JNDI name: queue/B
    08:49:05,796 INFO [C] Bound to JNDI name: queue/C
    08:49:05,796 INFO [D] Bound to JNDI name: queue/D
    08:49:05,796 INFO [ex] Bound to JNDI name: queue/ex
    08:49:05,828 INFO [testTopic] Bound to JNDI name: topic/testTopic
    08:49:05,828 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
    08:49:05,843 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    08:49:05,843 INFO [testQueue] Bound to JNDI name: queue/testQueue
    08:49:05,875 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    08:49:05,921 INFO [DLQ] Bound to JNDI name: queue/DLQ
    08:49:06,265 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=ConnectionFactoryBinding,name=JmsXA’ to JNDI name ‘java:JmsXA’
    08:49:06,296 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

    — Packages waiting for a deployer —
    org.jboss.deployment.DeploymentInfo@a3a94f52 { url=file:/C:/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ }
    deployer: null
    status: Starting
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/
    altDD: null
    lastDeployed: 1189691341218
    lastModified: 1189689339687
    mbeans:

    org.jboss.deployment.DeploymentInfo@e813548b { url=file:/C:/jboss/server/default/deploy/http-invoker.sar/invoker.war/ }
    deployer: null
    status: Starting
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/http-invoker.sar/invoker.war/
    altDD: null
    lastDeployed: 1189691341218
    lastModified: 1189689324062
    mbeans:

    org.jboss.deployment.DeploymentInfo@61ea20d5 { url=file:/C:/jboss/server/default/deploy/jbossws.sar/jbossws-context.war }
    deployer: null
    status: Starting
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/jbossws.sar/jbossws-context.war
    altDD: null
    lastDeployed: 1189691341218
    lastModified: 1189691338234
    mbeans:

    org.jboss.deployment.DeploymentInfo@d45cdc85 { url=file:/C:/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
    deployer: null
    status: Starting
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
    altDD: null
    lastDeployed: 1189691341218
    lastModified: 1189689324218
    mbeans:

    org.jboss.deployment.DeploymentInfo@4d9efae6 { url=file:/C:/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/ }
    deployer: null
    status: Starting
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/
    altDD: null
    lastDeployed: 1189691341218
    lastModified: 1189689342781
    mbeans:

    org.jboss.deployment.DeploymentInfo@8760f5a0 { url=file:/C:/jboss/server/default/deploy/jmx-console.war/ }
    deployer: null
    status: null
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/jmx-console.war/
    altDD: null
    lastDeployed: 1189691346296
    lastModified: 1189689341437
    mbeans:

    — Incompletely deployed packages —
    org.jboss.deployment.DeploymentInfo@8760f5a0 { url=file:/C:/jboss/server/default/deploy/jmx-console.war/ }
    deployer: null
    status: null
    state: INIT_WAITING_DEPLOYER
    watch: file:/C:/jboss/server/default/deploy/jmx-console.war/
    altDD: null
    lastDeployed: 1189691346296
    lastModified: 1189689341437
    mbeans:

    — MBeans waiting for other MBeans —
    ObjectName: jboss.web:service=WebServer
    State: FAILED
    Reason: java.lang.ExceptionInInitializerError
    I Depend On:
    jboss.security:service=JaasSecurityManager
    jboss:service=TransactionManager
    jboss.jca:service=CachedConnectionManager
    Depends On Me:
    jboss.ws:service=WebServiceDeployerJSE
    jboss.mq:service=InvocationLayer,type=HTTP

    ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
    State: CONFIGURED
    I Depend On:
    jboss.mq:service=Invoker
    jboss.web:service=WebServer

    ObjectName: jboss.jca:service=RARDeployment,name=’quartz-ra.rar’
    State: FAILED
    Reason: org.apache.commons.logging.LogConfigurationException: User-specified log class ‘org.apache.commons.logging.impl.Log4JLogger’ cannot be found or is not useable.

    — MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM —
    ObjectName: jboss.web:service=WebServer
    State: FAILED
    Reason: java.lang.ExceptionInInitializerError
    I Depend On:
    jboss.security:service=JaasSecurityManager
    jboss:service=TransactionManager
    jboss.jca:service=CachedConnectionManager
    Depends On Me:
    jboss.ws:service=WebServiceDeployerJSE
    jboss.mq:service=InvocationLayer,type=HTTP

    ObjectName: jboss.jca:service=RARDeployment,name=’quartz-ra.rar’
    State: FAILED
    Reason: org.apache.commons.logging.LogConfigurationException: User-specified log class ‘org.apache.commons.logging.impl.Log4JLogger’ cannot be found or is not useable.

    08:49:06,796 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 28s:703ms

    #275538 Reply

    Loyal Water
    Member

    Can you make sure your connector looks like this :-
    https://www.genuitec.com/forums/topic/jboss-4-what-does-a-configured-connector-look-like/

    I would suggest you download the JBoss server again and point your connector to this freshly setup server.

    #275542 Reply

    vvvngo
    Participant

    My connector setting is the same, with the exception of the JBoss home directory is set to C:\jboss, which is the location of JBoss server on my pc.

    I’ve tried downloading JBoss server again, and the result was the same. Another note: I can run JBoss outside of MyEclipse without any problerm.

    #275543 Reply

    Riyad Kalla
    Member

    ngo,
    Funny you ask this, I *just* finished downloading and installing JBoss 4.2.1 to do some testing on it and see your post. I set it up to be run with JDK 1.6.0_02 and have no startup errors at all. All the items you list above as having errors during startup are starting up successfully for me.

    I’m using MyEclipse 6.0 GA, which version are you using?

    Also which JDK did you setup JBoss to run with?

    #275544 Reply

    vvvngo
    Participant

    Let me make it clearer to you. Below are my software configuration:

    Windows XP Professional (SP2)
    JDK 1.6.0_02
    Eclipse 3.3 (eclipse-jee-europa-win32.zip, which labeled as Eclipse IDE for Java Developers on the on following link: http://www.eclipse.org/downloads)
    MyEclipse 6.0 GA Manual Install (The latest version that was posted on 8/21/2007)

    I’ve also tried with eclipse-java-europa-win32.zip, which was labeled as Eclipse IDE for Java Developers on http://www.eclipse.org/downloads; the result is still the same.

    With the same set of software I had no problem with running Tomcat 5 and 6, but JBoss doesn’t work.

    #275546 Reply

    vvvngo
    Participant

    To make it clearer still, here’s my brief installation procedure:

    1. Install JDK 1.6.0_02 on an EMPTY C:\Java\jdk folder
    2. Install the JRE that comes with JDK 1.6.0_02 on an EMPTY C:\Java\jre
    3. Unzip eclipse-jee-europa-win32.zip or eclipse-java-europa-win32.zip into an EMPTY C:\eclipse folder
    4. Unzip MyEclipse_6.0GA_E3.3_ManualInstall.zip and copy the “eclipse” folder in this zip file over to C:\eclipse, overlaying the existing content
    5. Run eclipse.exe from the C:\eclipse folder

    #275547 Reply

    vvvngo
    Participant

    Oops! I forgot about jboss, here it is:

    4.1 Unzip jboss-4.2.1.GA.zip file into a EMPTY C:\jboss folder

    #275548 Reply

    Riyad Kalla
    Member

    ngo,
    I see a few problems…

    1) When doing a Manual Install MyEclipse encourages you to use the ‘Classic’ europa install, not the JEE or Java one (we have heard reports of conflicts with each).

    2) The install instructions for the Manual Install have you install MyEclipse as a product extension and not overlay it ontop of the Eclipse install… while it should still work, this is another point of difference.

    I might suggest just grabbing the All in One installer, installing it, then trying to setup a clean JBoss 4.2.1 install and running it.

    #275562 Reply

    vvvngo
    Participant

    Riyad,

    I just tried it again with the “Classic” version of Europa, and the result is still the same. More and more, I think there is a problem with MyEclipse.

    I will try the MyEclipse standalone plug-in next.

    #275600 Reply

    vvvngo
    Participant

    I just tried the same procedure with JBoss 4.0.5, and it works fine. But when I tried it with JBoss 4.2.0 and 5.0 Beta, I got the same result as 4.2.1. This is another reason I think the current MyEclipse version has some issue with JBoss starting with JBoss 4.2.0.

    #275672 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #275695 Reply

    vvvngo
    Participant

    This message has not been recovered.

    #275745 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #275759 Reply

    vvvngo
    Participant

    This message has not been recovered.

    #275772 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

Viewing 15 posts - 1 through 15 (of 15 total)
Reply To: JBoss 4.2.1 and MyEclipse 6.0 GA problem

You must be logged in to post in the forum log in