Hi! I installed jboss 4.0.2 and still got the same error. Anyway, here's what jboss 4.0.2 printed out:
| 22:23:18,963 INFO [Server] Starting JBoss (MX MicroKernel)... | 22:23:18,963 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023) | 22:23:18,963 INFO [Server] Home Dir: C:\Program Files\jboss-4.0.2 | 22:23:18,963 INFO [Server] Home URL: file:/C:/Program Files/jboss-4.0.2/ | 22:23:18,963 INFO [Server] Library URL: file:/C:/Program Files/jboss-4.0.2/lib/ | 22:23:18,973 INFO [Server] Patch URL: null | 22:23:18,973 INFO [Server] Server Name: default | 22:23:18,973 INFO [Server] Server Home Dir: C:\Program Files\jboss-4.0.2\server\default | 22:23:18,973 INFO [Server] Server Home URL: file:/C:/Program Files/jboss-4.0.2/server/default/ | 22:23:18,973 INFO [Server] Server Data Dir: C:\Program Files\jboss-4.0.2\server\default\data | 22:23:18,983 INFO [Server] Server Temp Dir: C:\Program Files\jboss-4.0.2\server\default\tmp | 22:23:18,983 INFO [Server] Server Config URL: file:/C:/Program Files/jboss-4.0.2/server/default/conf/ | 22:23:18,983 INFO [Server] Server Library URL: file:/C:/Program Files/jboss-4.0.2/server/default/lib/ | 22:23:18,983 INFO [Server] Root Deployment Filename: jboss-service.xml | 22:23:18,993 INFO [Server] Starting General Purpose Architecture (GPA)... | 22:23:19,895 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc. | 22:23:19,895 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc. | 22:23:19,895 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 | 22:23:20,806 INFO [Server] Core system initialized | 22:23:24,081 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 22:23:24,311 INFO [WebService] Using RMI server codebase: http://paul:8083/ | 22:23:24,772 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server [EMAIL PROTECTED] | 22:23:34,456 WARN [ServiceController] Problem starting service jboss.web:service=WebServer | java.lang.ExceptionInInitializerError | at org.jboss.web.tomcat.tc5.Tomcat5.startService(Tomcat5.java:335) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222) | at sun.reflect.GeneratedMethodAccessor13.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: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.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: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 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: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.GeneratedMethodAccessor9.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: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.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: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(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: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(Unknown Source) | Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) (Caused by org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException)) | at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543) | at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) | at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209) | at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351) | at org.apache.commons.modeler.Registry.<clinit>(Registry.java:126) | ... 93 more | Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) | at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397) | at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529) | ... 97 more | Caused by: java.lang.NullPointerException | at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374) | ... 98 more | 22:23:41,496 INFO [MailService] Mail Service bound to java:/Mail | 22:23:43,439 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-ha-local-jdbc.rar | 22:23:43,779 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-ha-xa-jdbc.rar | 22:23:44,070 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-local-jdbc.rar | 22:23:44,390 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-xa-jdbc.rar | 22:23:44,730 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jms/jms-ra.rar | 22:23:45,041 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/mail-ra.rar | 22:23:47,454 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS to JNDI name 'java:DefaultDS' | 22:23:48,746 INFO [A] Bound to JNDI name: queue/A | 22:23:48,746 INFO [B] Bound to JNDI name: queue/B | 22:23:48,756 INFO [C] Bound to JNDI name: queue/C | 22:23:48,766 INFO [D] Bound to JNDI name: queue/D | 22:23:48,766 INFO [ex] Bound to JNDI name: queue/ex | 22:23:48,866 INFO [testTopic] Bound to JNDI name: topic/testTopic | 22:23:48,876 INFO [securedTopic] Bound to JNDI name: topic/securedTopic | 22:23:48,876 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic | 22:23:48,886 INFO [testQueue] Bound to JNDI name: queue/testQueue | 22:23:48,947 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 | 22:23:49,137 INFO [DLQ] Bound to JNDI name: queue/DLQ | 22:23:49,718 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA to JNDI name 'java:JmsXA' | 22:23:49,778 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ } | deployer: null | status: Starting | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ | altDD: null | lastDeployed: 1146633818532 | lastModified: 1146498924000 | mbeans: | | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war } | deployer: null | status: Starting | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war | altDD: null | lastDeployed: 1146633818532 | lastModified: 1146633812000 | mbeans: | | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/ } | deployer: null | status: Starting | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/ | altDD: null | lastDeployed: 1146633818532 | lastModified: 1146498922000 | mbeans: | | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ } | deployer: null | status: Starting | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ | altDD: null | lastDeployed: 1146633818532 | lastModified: 1146498922000 | mbeans: | | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/management/console-mgr.sar/web-console.war/ } | deployer: null | status: Starting | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/management/console-mgr.sar/web-console.war/ | altDD: null | lastDeployed: 1146633818532 | lastModified: 1146498918000 | mbeans: | | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jmx-console.war/ } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jmx-console.war/ | altDD: null | lastDeployed: 1146633829778 | lastModified: 1146498920000 | mbeans: | | --- Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jmx-console.war/ } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/Program Files/jboss-4.0.2/server/default/deploy/jmx-console.war/ | altDD: null | lastDeployed: 1146633829778 | lastModified: 1146498920000 | 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 | Depends On Me: | jboss.ws4ee:service=ServiceDeployerJSE | 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 | | --- 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 | Depends On Me: | jboss.ws4ee:service=ServiceDeployerJSE | jboss.mq:service=InvocationLayer,type=HTTP | | | 22:23:50,168 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 31s:175ms | | Any more ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940662#3940662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940662 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
