[jboss-user] [jBPM] - jbpm-console don't start in jBPM 5.2

gardellajp do-not-reply at jboss.com
Tue Dec 13 09:19:56 EST 2011


gardellajp [http://community.jboss.org/people/gardellajp] created the discussion

"jbpm-console don't start in jBPM 5.2"

To view the discussion, visit: http://community.jboss.org/message/641278#641278

--------------------------------------------------------------
Hi,

I download the fullinstaler and execute as is. Download all things fine, but when start demo (or jboss), don't start jbpm-console. If I see server.log show the cuase:

12:00:41,781 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.remoting.server.management.9999: org.jboss.msc.service.StartException in service jboss.remoting.server.management.9999: Address already in use: bind /127.0.0.1:9999
  at org.jboss.as.remoting.AbstractStreamServerService.start(AbstractStreamServerService.java:98)
  at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
  at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
  at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
Caused by: java.net.BindException: Address already in use: bind
  at sun.nio.ch.Net.bind(Native Method) [:1.6.0_21]
  at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119) [:1.6.0_21]
  at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59) [:1.6.0_21]
  at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52) [:1.6.0_21]
  at org.xnio.nio.NioXnio.createTcpServer(NioXnio.java:162)
  at org.xnio.Xnio.createStreamServer(Xnio.java:230)
  at org.jboss.remoting3.remote.RemoteConnectionProvider$ProviderInterface.createServer(RemoteConnectionProvider.java:162)
  at org.jboss.as.remoting.AbstractStreamServerService.start(AbstractStreamServerService.java:94)
  ... 5 more

BUT, this port is free before start jboss, so jboss is open this port. Anybody can start jboss in 5.2 release as is?

Thanks,
Juan

FULL LOG:


11:41:46,140 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
11:41:46,296 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
11:41:47,046 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem
11:41:47,265 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
11:41:47,312 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem
11:41:47,593 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
11:41:47,734 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.Beta2
11:41:47,906 INFO  [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.Beta3
11:41:48,140 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.Beta3
11:41:49,921 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_21\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;d:\data\notes;c:\program files\notes;C:\Program Files\ManageSoft\Common;C:\Program Files\Mercurial\;C:\Program Files\Subversion\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseHg\;C:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Apache Software Foundation\apache-maven-2.2.1\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.8.2\bin;C:\Program Files\gource-0.35.win32;C:\Program Files\putty;C:\Program Files\GnuWin32\bin
11:41:50,234 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
11:41:50,718 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999
11:41:50,734 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-3) Starting remote JMX connector
11:41:52,406 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
11:41:53,281 INFO  [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
11:41:53,984 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]
11:41:55,703 INFO  [org.jboss.as.deployment] (MSC service thread 1-4) Started FileSystemDeploymentService for directory D:\Documents and Settings\juan.p.gardella\My Documents\proyectos\personal\bpm\jbpm-5.2.0.Final\jbpm-installer\jboss-as-7.0.2.Final\standalone\deployments
11:41:55,828 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 27000ms - Started 93 of 148 services (55 services are passive or on-demand)
11:41:55,921 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "designer.war"
11:41:55,921 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "drools-guvnor.war"
11:42:55,828 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configurationfile and the server logs to find more about the status of the deployment.
11:42:55,828 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "drools-guvnor.war" was rolled back with failure message Operation cancelled
11:42:55,843 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "designer.war" was rolled back with no failure message
11:42:55,859 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configurationfile and the server logs to find more about the status of the deployment.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry avalon-framework-4.2.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry batik-all-1.7.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-1.3.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging-1.0.4.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry servlet-2.2.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.3.04.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-ext-1.3.04.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlgraphics-commons-1.3.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,031 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry fop-hyph.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_codec.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_core.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_imageio.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jimi-1.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlunit1.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.9.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.0.b2.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-lang-2.6.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-2.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry log4j-1.2.16.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,109 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.
11:46:03,578 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence.api dependency to designer.war
11:46:43,156 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment designer.war in 227300ms
11:46:58,250 INFO  [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Scan found incompletely copied file content for deployment D:\Documents and Settings\juan.p.gardella\My Documents\proyectos\personal\bpm\jbpm-5.2.0.Final\jbpm-installer\jboss-as-7.0.2.Final\standalone\deployments\drools-guvnor.war. Deployment changes will not be processed until all content is complete.
11:47:56,125 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_cs.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,125 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_de_DE.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,125 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_es.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,125 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_fr.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,125 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_hu.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_it.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ja_JP.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ko_KR.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pl.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_pt_BR.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_ru.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_CN.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry derbyLocale_zh_TW.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry iText-toolbox-2.1.2.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcmail-jdk14-138.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry bcprov-jdk14-138.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,140 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/drools-guvnor.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.
11:47:56,390 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "org.springframework.context.ApplicationContext,org.springframework.beans.BeansException" for service type "org.apache.cxf.bus.factory"
11:47:56,390 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-2) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
11:47:56,546 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to drools-guvnor.war
11:48:03,953 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configurationfile and the server logs to find more about the status of the deployment.
11:48:10,046 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Stopped deployment drools-guvnor.war in 314214ms
11:48:10,046 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "designer.war"
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry avalon-framework-4.2.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry batik-all-1.7.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-1.3.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging-1.0.4.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry servlet-2.2.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.3.04.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-ext-1.3.04.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlgraphics-commons-1.3.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry fop-hyph.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_codec.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_core.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jai_imageio.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jimi-1.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xmlunit1.0.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/fop-0.95.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jaxb-impl-2.2.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.9.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis-1.0.b2.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-lang-2.6.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-2.1.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry log4j-1.2.16.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/jbpmmigration-0.10-SNAPSHOT.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,515 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/designer.war/WEB-INF/lib/mail-1.4.1.jar"  does not point to a valid jar for a Class-Path reference.
11:49:01,562 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to designer.war
11:49:03,453 INFO  [org.jboss.web] (MSC service thread 1-1) registering web context: /designer
11:49:03,609 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "designer.war"
11:49:03,687 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "jbpm-gwt-console-server.war"
11:49:03,687 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "jbpm-gwt-console.war"
11:50:03,671 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 2) Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configurationfile and the server logs to find more about the status of the deployment.
11:50:03,671 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Deployment of "jbpm-gwt-console.war" was rolled back with failure message Operation cancelled
11:50:03,671 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Deployment of "jbpm-gwt-console-server.war" was rolled back with no failure message
11:50:03,703 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 2) Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configurationfile and the server logs to find more about the status of the deployment.
11:50:09,140 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) added javax.persistence.api dependency to jbpm-gwt-console.war
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_de_DE.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_es.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_fr.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_hu.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_it.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ja_JP.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ko_KR.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pl.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pt_BR.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,953 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ru.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,968 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_CN.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,968 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_TW.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/derby.jar"  does not point to a valid jar for a Class-Path reference.
11:50:11,968 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry activation.jar in "/D:/Documents and Settings/juan.p.gardella/My Documents/proyectos/personal/bpm/jbpm-5.2.0.Final/jbpm-installer/content/jbpm-gwt-console-server.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.
11:50:12,312 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
11:50:12,312 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
11:50:12,515 INFO  [org.jboss.jpa] (MSC service thread 1-4) read persistence.xml for org.jbpm.persistence.jpa
11:50:12,546 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) added javax.persistence.api, javaee.api, org.jboss.as.jpa, org.javassist dependencies to jbpm-gwt-console-server.war
11:50:12,546 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) added (default provider) org.hibernate dependency to application deployment (since 1 PU(s) didn't specify jboss.as.jpa.providerModule)
11:50:12,546 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) added org.hibernate dependency to application deployment
11:50:14,515 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Stopped deployment jbpm-gwt-console-server.war in 10843ms
11:50:18,812 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) Stopped deployment jbpm-gwt-console.war in 15136ms
12:00:32,609 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
12:00:32,828 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
12:00:34,203 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem
12:00:34,609 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service
12:00:34,687 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem
12:00:34,968 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
12:00:35,328 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.Beta2
12:00:36,281 INFO  [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.Beta3
12:00:36,890 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.Beta3
12:00:40,406 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
12:00:40,734 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_21\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;d:\data\notes;c:\program files\notes;C:\Program Files\ManageSoft\Common;C:\Program Files\Mercurial\;C:\Program Files\Subversion\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseHg\;C:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Apache Software Foundation\apache-maven-2.2.1\bin;C:\Program Files\Apache Software Foundation\apache-ant-1.8.2\bin;C:\Program Files\gource-0.35.win32;C:\Program Files\putty;C:\Program Files\GnuWin32\bin
12:00:41,781 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.remoting.server.management.9999: org.jboss.msc.service.StartException in service jboss.remoting.server.management.9999: Address already in use: bind /127.0.0.1:9999
          at org.jboss.as.remoting.AbstractStreamServerService.start(AbstractStreamServerService.java:98)
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
Caused by: java.net.BindException: Address already in use: bind
          at sun.nio.ch.Net.bind(Native Method) [:1.6.0_21]
          at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119) [:1.6.0_21]
          at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59) [:1.6.0_21]
          at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52) [:1.6.0_21]
          at org.xnio.nio.NioXnio.createTcpServer(NioXnio.java:162)
          at org.xnio.Xnio.createStreamServer(Xnio.java:230)
          at org.jboss.remoting3.remote.RemoteConnectionProvider$ProviderInterface.createServer(RemoteConnectionProvider.java:162)
          at org.jboss.as.remoting.AbstractStreamServerService.start(AbstractStreamServerService.java:94)
          ... 5 more


12:00:43,234 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Error initializing endpoint: java.net.BindException: Address already in use: JVM_Bind localhost/127.0.0.1:8080
          at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:1005) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:190) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.connector.Connector.init(Connector.java:976) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardService.addConnector(StandardService.java:351) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.WebServerService.addConnector(WebServerService.java:121) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:223) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]


12:00:43,312 ERROR [org.apache.catalina.core.StandardService] (MSC service thread 1-4) Connector.initialize: LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind localhost/127.0.0.1:8080
          at org.apache.catalina.connector.Connector.init(Connector.java:978) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.apache.catalina.core.StandardService.addConnector(StandardService.java:351) [jbossweb-7.0.1.Final.jar:7.0.2.Final]
          at org.jboss.as.web.WebServerService.addConnector(WebServerService.java:121) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:223) [jboss-as-web-7.0.2.Final.jar:7.0.2.Final]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_21]
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_21]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/641278#641278]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111213/c72c30fe/attachment-0001.html 


More information about the jboss-user mailing list