-
1. Re: Class Path entry does not point to a valid jar for Class-Path reference
jaysensharma Sep 13, 2012 1:44 PM (in response to vwashimkar)Hi,
You can supress the Unwanted WARNNIG messages to appear on your Logs by using the Log filters as mentioned in the following link:
-
2. Re: Class Path entry does not point to a valid jar for Class-Path reference
vwashimkar Sep 14, 2012 1:11 AM (in response to jaysensharma)WARNING is not a problem at all. I would rather want to see it. My problem is after the warning the deployment of war fails. Please provide the solution for that.
Vishwanath
-
3. Re: Class Path entry does not point to a valid jar for Class-Path reference
jaikiran Sep 14, 2012 1:42 AM (in response to vwashimkar)Vishwanath, you'll have to provide more details including the logs and a bit about your application for us to be able to help you.
-
4. Re: Class Path entry does not point to a valid jar for Class-Path reference
vwashimkar Sep 18, 2012 7:12 AM (in response to jaikiran)JaiKiran following is the log
16:46:55,870 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
16:46:55,872 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
16:46:56,237 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
16:46:56,409 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
16:46:56,640 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
16:46:58,175 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
16:46:59,070 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
16:46:59,101 INFO [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
16:47:00,265 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
16:47:00,714 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
16:47:01,636 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Error initializing endpoint: java.net.BindException: Address already in use /127.0.0.1:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:983) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:190) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.Connector.init(Connector.java:983) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:267) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_07]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_07]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]16:47:01,874 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.web.connector.http: org.jboss.msc.service.StartException in service jboss.web.connector.http: JBAS018007: Error starting web connector
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:271)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_07]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_07]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
Caused by: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use /127.0.0.1:8080
at org.apache.catalina.connector.Connector.init(Connector.java:985)
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:267)
... 5 more16:47:03,176 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
16:47:03,450 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
16:47:04,016 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
16:47:04,532 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
16:47:04,590 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.web.connector.http: org.jboss.msc.service.StartException in service jboss.web.connector.http: JBAS018007: Error starting web connector16:47:04,694 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening onhttp://127.0.0.1:9990
16:47:04,713 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 24651ms - Started 132 of 208 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
16:47:32,834 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework
16:49:14,893 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 40) JBAS011940: Activating OSGi Subsystem
16:49:14,906 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBAS013101: Activating Security Subsystem
16:49:15,003 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 49) JBAS015537: Activating WebServices Extension
16:49:15,734 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final
16:49:16,188 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
16:49:16,588 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
16:49:17,317 INFO [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
16:49:17,392 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
16:49:18,147 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
16:49:19,449 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
16:49:22,008 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999
16:49:24,174 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
16:49:24,573 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:4447
16:49:25,187 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
16:49:25,440 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening onhttp://127.0.0.1:9990
16:49:25,452 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 26567ms - Started 133 of 208 services (74 services are passive or on-demand)
16:59:16,791 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011942: Stopping OSGi Framework
17:03:13,692 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
17:03:13,724 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
17:03:14,159 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
17:03:13,745 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
17:03:13,865 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
17:03:14,283 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
17:03:14,904 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
17:03:14,917 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final
17:03:15,657 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
17:03:16,123 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
17:03:16,247 INFO [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
17:03:17,100 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
17:03:18,253 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
17:03:19,526 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
17:03:19,824 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
17:03:20,189 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
17:03:20,727 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
17:03:20,943 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening onhttp://127.0.0.1:9990
17:03:20,953 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 17470ms - Started 133 of 208 services (74 services are passive or on-demand)
17:20:42,411 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015003: Found weblims3.5_013.war in deployment directory. To trigger deployment create a file called weblims3.5_013.war.dodeploy
17:24:05,101 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015003: Found weblims4_dev_331.war in deployment directory. To trigger deployment create a file called weblims4_dev_331.war.dodeploy
17:26:30,119 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Pausing Coyote HTTP/1.1 on http--127.0.0.1-8080
17:26:30,121 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Stopping Coyote HTTP/1.1 on http--127.0.0.1-8080
17:37:50,380 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final
17:37:51,723 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
17:37:52,480 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
17:37:53,236 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
17:37:53,274 INFO [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
17:37:54,186 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
17:37:55,469 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
17:37:56,312 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
17:37:57,448 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
17:37:57,455 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
17:37:57,838 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims3.5_013.war in deployment directory. To trigger deployment create a file called weblims3.5_013.war.dodeploy
17:37:57,867 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims4_dev_331.war in deployment directory. To trigger deployment create a file called weblims4_dev_331.war.dodeploy
17:37:58,133 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
17:37:58,586 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "weblims4_dev_331.war"
17:37:58,587 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "weblims3.5_013.war"
17:38:57,945 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "weblims4_dev_331.war" was rolled back with failure message Operation cancelled
17:38:57,953 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
17:38:57,971 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "weblims3.5_013.war" was rolled back with no failure message
17:38:58,029 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
17:39:04,677 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,696 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,712 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,736 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,893 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,916 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:04,940 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,273 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,314 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,328 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,569 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,618 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,644 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,669 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,684 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,716 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,731 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,788 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,806 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,835 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,860 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,876 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,892 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:05,990 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,007 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,052 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,098 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,140 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,146 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,196 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,223 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,328 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,431 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,462 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,491 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,510 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,537 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,576 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,603 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:06,620 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:08,881 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
17:39:08,907 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
17:39:10,886 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment weblims4_dev_331.war in 4855ms
17:39:10,925 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment weblims3.5_013.war in 4894ms
17:39:52,676 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework
18:01:41,701 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
18:01:42,259 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
18:01:42,627 INFO [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
18:01:42,967 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
18:01:43,309 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
18:01:44,483 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
18:01:44,513 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
18:01:46,053 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
18:01:47,360 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999
18:01:47,384 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
18:01:48,050 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:4447
18:01:48,213 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
18:01:48,406 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening onhttp://127.0.0.1:9990
18:01:48,415 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 15334ms - Started 133 of 208 services (74 services are passive or on-demand)
18:02:18,444 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework
18:06:31,879 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
18:06:32,264 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
18:06:32,290 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
18:06:32,672 INFO [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
18:06:33,210 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
18:06:33,716 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
18:06:34,914 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
18:06:36,252 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
18:06:36,425 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
18:06:36,692 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
18:06:37,092 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
18:06:37,230 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening onhttp://127.0.0.1:9990
18:06:37,253 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 13289ms - Started 133 of 208 services (74 services are passive or on-demand)
18:06:37,866 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims3.5_013.war in deployment directory. To trigger deployment create a file called weblims3.5_013.war.dodeploy
18:06:37,873 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims4_dev_331.war in deployment directory. To trigger deployment create a file called weblims4_dev_331.war.dodeploy
18:06:38,070 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "weblims4_dev_331.war"
18:06:38,072 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "weblims3.5_013.war"
18:07:37,925 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "weblims4_dev_331.war" was rolled back with failure message Operation cancelled
18:07:37,949 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
18:07:37,972 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
18:07:37,927 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "weblims3.5_013.war" was rolled back with no failure message
18:08:05,093 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,150 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,168 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,204 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,278 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,317 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,365 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,426 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,462 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,499 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,551 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,600 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,626 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,660 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,666 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,686 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,744 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,754 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,819 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,846 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:05,850 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,745 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,755 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,811 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,846 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,924 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,935 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:07,974 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,042 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,085 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,138 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,196 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,230 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,236 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,260 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,279 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,303 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,325 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
18:08:08,333 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:09,473 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:09,036 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
18:08:09,480 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:09,485 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:08:10,477 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
18:08:11,669 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment weblims4_dev_331.war in 5711ms
18:08:12,007 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment weblims3.5_013.war in 6050ms
18:40:59,677 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi FrameworkPlease help
-
5. Re: Class Path entry does not point to a valid jar for Class-Path reference
sfcoy Sep 18, 2012 8:25 AM (in response to vwashimkar){quote}16:47:01,636 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Error initializing endpoint: java.net.BindException: Address already in use /127.0.0.1:8080{quote}
is a problem you will have to fix. You have something else (another copy of JBoss?) already running.
-
6. Re: Class Path entry does not point to a valid jar for Class-Path reference
vwashimkar Sep 18, 2012 8:32 AM (in response to sfcoy)Sorry I should not have paste the whole log.
Kindly look at the following lines which are the problem
17:39:06,620 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
17:39:08,881 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
17:39:08,907 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
17:39:10,886 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment weblims4_dev_331.war in 4855ms
17:39:10,925 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment weblims3.5_013.war in 4894ms
17:39:52,676 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework
the same jar gets deployed in the same version with jboss7.1.1 final on windows 7
-
7. Re: Class Path entry does not point to a valid jar for Class-Path reference
sfcoy Sep 18, 2012 8:35 AM (in response to vwashimkar)That doesn't help at all.
We need to see the whole log from server start to server stop.
-
8. Re: Class Path entry does not point to a valid jar for Class-Path reference
sfcoy Sep 18, 2012 8:49 AM (in response to sfcoy)Actually, I suspect that your deployments are timing out.
The solution is described in ear not getting deployed on Jboss 7.1.1 Final.
-
9. Re: Class Path entry does not point to a valid jar for Class-Path reference
vwashimkar Sep 18, 2012 9:20 AM (in response to vwashimkar)Following is the fresh log
The following is the boot log :
18:27:04,591 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
18:27:11,292 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
18:27:12,344 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
18:27:12,395 DEBUG [org.jboss.as.config] Configured system properties:
[Standalone] =
awt.toolkit = sun.awt.X11.XToolkit
file.encoding = UTF-8
file.encoding.pkg = sun.io
file.separator = /
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.awt.headless = true
java.awt.printerjob = sun.print.PSPrinterJob
java.class.path = /usr/lib/servers/jboss-as-7.1.1.final/jboss-modules.jar
java.class.version = 51.0
java.endorsed.dirs = /usr/lib/jvm/jdk1.7.0_07/jre/lib/endorsed
java.ext.dirs = /usr/lib/jvm/jdk1.7.0_07/jre/lib/ext:/usr/java/packages/lib/ext
java.home = /usr/lib/jvm/jdk1.7.0_07/jre
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib/i386:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 1.7.0_07-b10
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.7
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.version = 1.7.0_07
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.7
java.vm.vendor = Oracle Corporation
java.vm.version = 23.3-b01
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
jboss.home.dir = /usr/lib/servers/jboss-as-7.1.1.final
jboss.host.name = ubuntu
jboss.modules.dir = /usr/lib/servers/jboss-as-7.1.1.final/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = ubuntu
jboss.qualified.host.name = ubuntu
jboss.server.base.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone
jboss.server.config.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone/configuration
jboss.server.data.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone/data
jboss.server.default.config = standalone.xml
jboss.server.deploy.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone/data/content
jboss.server.log.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone/log
jboss.server.name = ubuntu
jboss.server.temp.dir = /usr/lib/servers/jboss-as-7.1.1.final/standalone/tmp
line.separator =
logging.configuration = file:/usr/lib/servers/jboss-as-7.1.1.final/standalone/configuration/logging.properties
module.path = /usr/lib/servers/jboss-as-7.1.1.final/modules
org.jboss.boot.log.file = /usr/lib/servers/jboss-as-7.1.1.final/standalone/log/boot.log
org.jboss.resolver.warning = true
org.xml.sax.driver = __redirected.__XMLReaderFactory
os.arch = i386
os.name = Linux
os.version = 3.2.0-30-generic-pae
path.separator = :
sun.arch.data.model = 32
sun.boot.class.path = /usr/lib/jvm/jdk1.7.0_07/jre/lib/resources.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/rt.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/sunrsasign.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/jce.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.7.0_07/jre/lib/jfr.jar:/usr/lib/jvm/jdk1.7.0_07/jre/classes
sun.boot.library.path = /usr/lib/jvm/jdk1.7.0_07/jre/lib/i386
sun.cpu.endian = little
sun.cpu.isalist =
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /usr/lib/servers/jboss-as-7.1.1.final/jboss-modules.jar -mp /usr/lib/servers/jboss-as-7.1.1.final/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/usr/lib/servers/jboss-as-7.1.1.final
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot Tiered Compilers
sun.os.patch.level = unknown
sun.rmi.dgc.client.gcInterval = 3600000
sun.rmi.dgc.server.gcInterval = 3600000
user.country = US
user.dir = /home/user
user.home = /root
user.language = en
user.name = root
user.timezone = Asia/Kolkata
18:27:12,500 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Dorg.jboss.boot.log.file=/usr/lib/servers/jboss-as-7.1.1.final/standalone/log/boot.log -Dlogging.configuration=file:/usr/lib/servers/jboss-as-7.1.1.final/standalone/configuration/logging.properties
18:27:43,494 INFO [org.xnio] XNIO Version 3.0.3.GA
18:27:43,563 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
18:27:43,814 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
18:27:44,203 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
18:27:44,736 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
The following is the server log :
18:27:44,992 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) JBAS010280: Activating Infinispan subsystem.
18:27:45,797 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 53) JBAS011800: Activating Naming Subsystem
18:27:46,241 INFO [org.jboss.as.security] (ServerService Thread Pool -- 59) JBAS013101: Activating Security Subsystem
18:27:45,917 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 54) JBAS011940: Activating OSGi Subsystem
18:27:47,040 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 63) JBAS015537: Activating WebServices Extension
18:27:47,559 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final
18:27:49,901 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 42) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
18:27:49,917 INFO [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
18:27:51,911 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
18:27:56,248 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
18:27:57,675 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
18:27:58,282 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
18:28:00,935 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
18:28:01,255 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments
18:28:01,289 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:4447
18:28:01,296 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment weblims4_dev_331.war
18:28:02,355 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
18:28:02,540 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
18:28:02,549 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 65304ms - Started 133 of 208 services (74 services are passive or on-demand)
18:28:05,508 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment weblims3.5_013.war
18:28:09,005 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims3.5_013.war in deployment directory. To trigger deployment create a file called weblims3.5_013.war.dodeploy
18:28:09,009 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found weblims4_dev_331.war in deployment directory. To trigger deployment create a file called weblims4_dev_331.war.dodeploy
18:28:09,260 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "weblims3.5_013.war"
18:28:09,260 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "weblims4_dev_331.war"
18:29:09,084 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
18:29:09,090 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
18:29:09,288 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "weblims3.5_013.war" was rolled back with failure message Operation cancelled
18:29:09,375 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "weblims4_dev_331.war" was rolled back with no failure message
18:29:53,535 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:53,542 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:53,609 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:53,626 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:55,604 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:55,616 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:55,631 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:56,785 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:29:57,335 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:29:57,343 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:29:57,351 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,192 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,210 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,254 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,644 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,772 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,783 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,787 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,791 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:29:58,793 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims3.5_013.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:15,415 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
18:30:19,382 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment weblims3.5_013.war in 20566ms
18:30:23,751 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,754 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,793 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-xjc-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,833 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,841 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,854 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-run-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,867 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,893 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,903 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/xalan-2.7.0.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,915 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,924 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry bcel.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,927 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jibx-run.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,939 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xpp3.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,942 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry stax-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,950 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry wstx-asl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jibx-bind-1.2.1.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,972 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry smack.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/smackx-3.0.4.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,976 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,982 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:23,993 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:24,001 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/usr/lib/servers/jboss-as-7.1.1.final/standalone/deployments/weblims4_dev_331.war/WEB-INF/lib/jaxb-impl-2.1.7.jar" does not point to a valid jar for a Class-Path reference.
18:30:25,117 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
18:30:25,596 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment weblims4_dev_331.war in 26780ms
-
10. Re: Class Path entry does not point to a valid jar for Class-Path reference
sfcoy Sep 18, 2012 9:27 AM (in response to vwashimkar)This:
{code}18:28:02,549 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 65304ms - Started 133 of 208 services (74 services are passive or on-demand){code}
indicates that you have a *very* slow machine. This is normally 2-3 seconds at most.
Your deployments are timing out for sure. See my reply above.