11 Replies Latest reply on Feb 1, 2012 6:24 AM by a_nat

    Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic

    peilers64

      I have recently downloaded and installed jBPM 5.2.0. I am able to execute start.demo, import the sample, and run the sample process.

      When I attempt to access the Console (via http://localhost:8080/jbpm-console) I receive the following error:

      HTTP Status 404 - /jbpm-console


      type Status report

      message /jbpm-console

      description The requested resource (/jbpm-console) is not available.


      JBoss Web/7.0.1.Final

       

      In attempting to access the Guvnor, I receive the same error below:

      HTTP Status 404 - /drools-guvnor


      type Status report

      message /drools-guvnor

      description The requested resource (/drools-guvnor) is not available.


      JBoss Web/7.0.1.Final

       

      I have repeatedly uninstalled, re-installed, re-imported, and attempted access to these services with the same results. I have seen other postings with similar problems but there doesn't appear to be a clear resolution. Has anyone else run into this and resolve it? If so, how did you resolve it?

        • 1. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
          pmancham

          Can you paste jboss's server.log & boot.log?

          • 2. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
            peilers64

            Below are the contents of the server.log and boot.log files:

             

            server.log

            10:16:27,950 INFO  [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011921: Stopping OSGi Framework

            10:17:15,821 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)

            10:17:15,878 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.

            10:17:16,023 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem

            10:17:16,106 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

            10:17:16,118 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem

            10:17:16,161 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem

            10:17:16,193 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2

            10:17:16,247 INFO  [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3

            10:17:16,313 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3

            10:17:16,888 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_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\PEilers\AppData\Roaming\ProcessMaker-2_0_31\php;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\jboss-5.0.1.GA\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\apache-ant-1.8.2\bin;C:\Windows\system32;C:\Windows;;.

            10:17:16,947 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem

            10:17:16,978 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) Listening on /127.0.0.1:9999

            10:17:17,001 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-4) Starting remote JMX connector

            10:17:17,285 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

            10:17:17,590 INFO  [org.jboss.as.connector] (MSC service thread 1-1) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)

            10:17:18,367 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]

            10:17:20,987 INFO  [org.jboss.as.deployment] (MSC service thread 1-1) Started FileSystemDeploymentService for directory c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\deployments

            10:17:21,126 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 30190ms - Started 93 of 148 services (55 services are passive or on-demand)

            10:22:30,848 INFO  [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011921: Stopping OSGi Framework

            10:22:30,849 WARN  [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException

            10:22:30,849 WARN  [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException

            10:22:30,849 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Stopping Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

            10:22:30,849 WARN  [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException

            10:22:30,850 WARN  [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException

            10:39:57,004 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)

            10:39:57,041 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.

            10:39:57,167 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem

            10:39:57,182 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service

            10:39:57,196 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem

            10:39:57,231 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem

            10:39:57,246 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.0.Beta2

            10:39:57,471 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.0.Beta3

            10:39:57,492 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.0.0.Beta3

            10:39:57,604 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-2) 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_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\PEilers\AppData\Roaming\ProcessMaker-2_0_31\php;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\jboss-5.0.1.GA\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\apache-ant-1.8.2\bin;C:\Windows\system32;C:\Windows;;.

            10:39:57,632 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem

            10:39:57,718 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) Listening on /127.0.0.1:9999

            10:39:57,743 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-4) Starting remote JMX connector

            10:39:58,124 INFO  [org.jboss.as.connector] (MSC service thread 1-1) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)

            10:39:58,172 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

            10:39:58,193 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]

            10:39:58,820 INFO  [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\deployments

            10:39:58,906 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 6174ms - Started 93 of 148 services (55 services are passive or on-demand)

            10:45:56,242 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)

            10:45:56,266 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.

            10:45:56,447 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem

            10:45:56,606 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem

            10:45:56,641 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem

            10:45:56,877 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

            10:45:56,890 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.Beta2

            10:45:56,908 INFO  [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.Beta3

            10:45:56,978 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.Beta3

            10:45:57,438 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-3) 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_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\PEilers\AppData\Roaming\ProcessMaker-2_0_31\php;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\jboss-5.0.1.GA\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\apache-ant-1.8.2\bin;C:\Windows\system32;C:\Windows;;.

            10:45:57,772 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem

            10:45:58,694 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) 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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

            Caused by: java.net.BindException: Address already in use: bind

                at sun.nio.ch.Net.bind(Native Method) [:1.6.0_27]

                at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126) [:1.6.0_27]

                at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59) [:1.6.0_27]

                at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52) [:1.6.0_27]

                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

             

            10:45:58,942 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: Address already in use: bind /127.0.0.1:9990

                at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:109) [jboss-as-server-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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

            Caused by: java.net.BindException: Address already in use: bind

                at sun.nio.ch.Net.bind(Native Method) [:1.6.0_27]

                at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126) [:1.6.0_27]

                at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59) [:1.6.0_27]

                at org.jboss.sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:125)

                at org.jboss.sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:47)

                at org.jboss.sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:37)

                at org.jboss.com.sun.net.httpserver.HttpServer.create(HttpServer.java:126)

                at org.jboss.as.domain.http.server.ManagementHttpServer.create(ManagementHttpServer.java:99)

                at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:101) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

                ... 5 more

             

            10:45:59,064 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-2) Starting remote JMX connector

            10:45:59,119 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.mbean.connector: org.jboss.msc.service.StartException in service jboss.mbean.connector: java.rmi.server.ExportException: Port already in use: 1090; nested exception is:

                java.net.BindException: Address already in use: JVM_Bind

                at org.jboss.as.jmx.JMXConnectorService.start(JMXConnectorService.java:106)

                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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

            Caused by: java.rmi.server.ExportException: Port already in use: 1090; nested exception is:

                java.net.BindException: Address already in use: JVM_Bind

                at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310) [:1.6.0_27]

                at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218) [:1.6.0_27]

                at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393) [:1.6.0_27]

                at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129) [:1.6.0_27]

                at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190) [:1.6.0_27]

                at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92) [:1.6.0_27]

                at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68) [:1.6.0_27]

                at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222) [:1.6.0_27]

                at org.jboss.as.jmx.JMXConnectorService.start(JMXConnectorService.java:97)

                ... 5 more

            Caused by: java.net.BindException: Address already in use: JVM_Bind

                at java.net.PlainSocketImpl.socketBind(Native Method) [:1.6.0_27]

                at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) [:1.6.0_27]

                at java.net.ServerSocket.bind(ServerSocket.java:328) [:1.6.0_27]

                at org.jboss.as.network.ManagedServerSocketBinding.bind(ManagedServerSocketBinding.java:73)

                at org.jboss.as.network.SocketBinding.createServerSocket(SocketBinding.java:150)

                at org.jboss.as.jmx.JMXConnectorService$JMXServerSocketFactory.createServerSocket(JMXConnectorService.java:194)

                at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649) [:1.6.0_27]

                at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299) [:1.6.0_27]

                ... 13 more

             

            10:45:59,122 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) 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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

             

            10:45:59,181 ERROR [org.apache.catalina.core.StandardService] (MSC service thread 1-1) 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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

             

            10:45:59,265 INFO  [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)

            10:45:59,430 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) Bound data source [java:jboss/datasources/ExampleDS]

            10:45:59,437 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Error starting 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.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:1021) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:218) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                at org.apache.catalina.connector.Connector.start(Connector.java:1051) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                at org.apache.catalina.core.StandardService.addConnector(StandardService.java:359) [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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

             

            10:45:59,583 ERROR [org.apache.catalina.core.StandardService] (MSC service thread 1-1) Connector.start: LifecycleException:  service.getName(): "jboss.web";  Protocol handler start failed: java.net.BindException: Address already in use: JVM_Bind localhost/127.0.0.1:8080

                at org.apache.catalina.connector.Connector.start(Connector.java:1058) [jbossweb-7.0.1.Final.jar:7.0.2.Final]

                at org.apache.catalina.core.StandardService.addConnector(StandardService.java:359) [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_27]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]

                at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]

             

            10:45:59,734 INFO  [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\deployments

            10:45:59,955 INFO  [org.jboss.as.controller] (Controller Boot Thread) Service status report

              Services which 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

                  service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: Address already in use: bind /127.0.0.1:9990

                  service jboss.mbean.connector: org.jboss.msc.service.StartException in service jboss.mbean.connector: java.rmi.server.ExportException: Port already in use: 1090; nested exception is:

                java.net.BindException: Address already in use: JVM_Bind

             

            10:46:00,203 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started (with errors) in 11513ms - Started 89 of 148 services (4 services failed or missing dependencies, 55 services are passive or on-demand)

            11:08:45,796 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)

            11:08:47,270 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.

            11:08:49,825 INFO  [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem

            11:08:50,310 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service

            11:08:50,563 INFO  [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem

            11:08:51,920 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem

            11:08:52,167 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2

            11:08:53,076 INFO  [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3

            11:08:53,466 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3

            11:08:57,387 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-1) 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_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\PEilers\AppData\Roaming\ProcessMaker-2_0_31\php;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\jboss-5.0.1.GA\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\apache-ant-1.8.2\bin;C:\Windows\system32;C:\Windows;;.

            11:08:57,652 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem

            11:08:57,730 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-1) Starting remote JMX connector

            11:08:58,260 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) Listening on /127.0.0.1:9999

            11:09:01,135 INFO  [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)

            11:09:01,187 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:09:02,243 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) Bound data source [java:jboss/datasources/ExampleDS]

            11:09:05,941 INFO  [org.jboss.as.deployment] (MSC service thread 1-3) Started FileSystemDeploymentService for directory c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\deployments

            11:09:06,175 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 77010ms - Started 93 of 148 services (55 services are passive or on-demand)

             

            boot.log

            11:07:57,605 INFO  [org.jboss.modules] JBoss Modules version 1.0.2.GA

            11:08:04,508 INFO  [org.jboss.msc] JBoss MSC version 1.0.1.GA

            11:08:05,078 INFO  [org.jboss.as] JBoss AS 7.0.2.Final "Arc" starting

            11:08:05,128 DEBUG [org.jboss.as.config] Configured system properties:

                awt.toolkit = sun.awt.windows.WToolkit

                file.encoding = Cp1252

                file.encoding.pkg = sun.io

                file.separator = \

                java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment

                java.awt.printerjob = sun.awt.windows.WPrinterJob

                java.class.path = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\jboss-modules.jar

                java.class.version = 50.0

                java.endorsed.dirs = C:\Program Files\Java\jdk1.6.0_27\jre\lib\endorsed

                java.ext.dirs = C:\Program Files\Java\jdk1.6.0_27\jre\lib\ext;C:\Windows\Sun\Java\lib\ext

                java.home = C:\Program Files\Java\jdk1.6.0_27\jre

                java.io.tmpdir = C:\Users\PEilers\AppData\Local\Temp\

                java.library.path = C:\Program Files\Java\jdk1.6.0_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Users\PEilers\AppData\Roaming\ProcessMaker-2_0_31\php;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\jboss-5.0.1.GA\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\apache-ant-1.8.2\bin;C:\Windows\system32;C:\Windows;;.

                java.runtime.name = Java(TM) SE Runtime Environment

                java.runtime.version = 1.6.0_27-b07

                java.specification.name = Java Platform API Specification

                java.specification.vendor = Sun Microsystems Inc.

                java.specification.version = 1.6

                java.util.logging.manager = org.jboss.logmanager.LogManager

                java.vendor = Sun Microsystems Inc.

                java.vendor.url = http://java.sun.com/

                java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi

                java.version = 1.6.0_27

                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 = Sun Microsystems Inc.

                java.vm.specification.version = 1.0

                java.vm.vendor = Sun Microsystems Inc.

                java.vm.version = 20.2-b06

                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.bind.address = localhost

                jboss.home.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final

                jboss.host.name = peilers-pc

                jboss.modules.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\modules

                jboss.node.name = peilers-pc

                jboss.qualified.host.name = peilers-pc

                jboss.server.base.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone

                jboss.server.config.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\configuration

                jboss.server.data.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\data

                jboss.server.deploy.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\data\content

                jboss.server.log.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\log

                jboss.server.name = peilers-pc

                jboss.server.temp.dir = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\tmp

                jbpm.console.directory = .//sample/evaluation/src/main/resources

                line.separator =

             

                logging.configuration = file:c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final/standalone/configuration/logging.properties

                module.path = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\modules

                org.jboss.boot.log.file = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\log\boot.log

                org.xml.sax.driver = __redirected.__XMLReaderFactory

                os.arch = x86

                os.name = Windows 7

                os.version = 6.1

                path.separator = ;

                program.name = standalone.bat

                reporting.needcontext = true

                sun.arch.data.model = 32

                sun.boot.class.path = C:\Program Files\Java\jdk1.6.0_27\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_27\jre\lib\modules\jdk.boot.jar;C:\Program Files\Java\jdk1.6.0_27\jre\classes

                sun.boot.library.path = C:\Program Files\Java\jdk1.6.0_27\jre\bin

                sun.cpu.endian = little

                sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86

                sun.desktop = windows

                sun.io.unicode.encoding = UnicodeLittle

                sun.java.command = c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\jboss-modules.jar -mp c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\modules -logmodule org.jboss.logmanager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=c:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final -b localhost -Djbpm.console.directory=.//sample/evaluation/src/main/resources -Dreporting.needcontext=true

                sun.java.launcher = SUN_STANDARD

                sun.jnu.encoding = Cp1252

                sun.management.compiler = HotSpot Tiered Compilers

                sun.os.patch.level = Service Pack 1

                user.country = US

                user.dir = c:\jbpm-5.2.0.Final-installer-full\jbpm-installer

                user.home = C:\Users\PEilers

                user.language = en

                user.name = PEilers

                user.timezone = America/Denver

                user.variant =

            11:08:41,755 WARN  [org.jboss.as] No security realm defined for native management service, all access will be unrestricted.

            11:08:45,016 INFO  [org.jboss.as] creating http management service using network interface (management) port (9990)

            11:08:45,187 WARN  [org.jboss.as] No security realm defined for http management service, all access will be unrestricted.

            11:08:45,203 INFO  [org.jboss.as.logging] Removing bootstrap log handlers

            • 3. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
              swiderski.maciej

              Looks like you have another JBoss AS 7 running on the same ports (as can be seen in the logs "java.net.BindException: Address already in use: JVM_Bind localhost/127.0.0.1:8080"). You try to start 7.0.2 but when you accessing it over http the 404 error is returned from 7.0.1 version.

               

              Make sure you have only once active JBoss AS 7 at the same time.

               

              HTH

              • 4. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                peilers64

                Can you tell me how I can keep two versions of the jboss AS from starting up then? I am not doing anything directly with JBoss AS--I am only executing the start.demo routine, which presumably starts of the Jboss AS. Appreciate the guidance....

                • 5. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                  salaboy21

                  Make sure that you don't have any other jboss running. you can check all your java process in your operating system and kill them all the be sure that nothing else is running in the 8080 port. You can also have another server, like for example tomcat in that port.

                  Cheers

                  • 6. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                    peilers64

                    When I run start.demo, even though I have JBoss 7 installed, it appears to start up both jboss5 and jboss7. How can I get it to not start up both versions?

                    • 7. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                      peilers64

                      I removed the startup of JBoss5 from the build.xml file, stopped Jboss5 and JBoss7, closed Eclipse, and re-ran start.demo--but again it appears to start up both Jboss5 and Jboss7. I looked at build.properties but it looks fine. What am I missing?

                      • 8. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                        peilers64

                        So I have now deleted all installations of jBPM and JBoss. I downloaded JBPM 5.2.0, extracted the files, and performed ant install.demo--to which I received the message "BUILD SUCCESSFUL".

                         

                        Then I ran ant start.demo but the JBoss AS fails to start up. I ran ant start.jboss with the same resulting message "JBoss AS7 did not start within 5 minutes".

                         

                        If I install JBoss independently, I can get around this problem (the AS starts up) but I cannot access the Console or Guvnor.

                         

                        Is it best to let the JBPM installation perform the JBoss installation or to install JBoss independently of JBPM in a separate directory?

                        • 9. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                          a_nat

                          Hi,

                           

                          I can tell you how to change the default ports of jboss App server 5 (if at all you are running jbpm on it)

                           

                          Go to the file   <install_dir>\jboss-5.1.0.GA\server\default\conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml and look for the following bean and change the parameter to "<parameter>${jboss.service.binding.set:ports-01}</parameter>"

                           

                          <bean name="ServiceBindingManagementObject"
                                   class="org.jboss.services.binding.managed.ServiceBindingManagementObject">
                                  
                                <constructor>
                                   <!-- The name of the set of bindings to use for this server -->
                                   <parameter>${jboss.service.binding.set:ports-default}</parameter>
                                   
                                   <!--  The binding sets -->
                                   <parameter>
                                      <set>
                                         <inject bean="PortsDefaultBindings"/>
                                         <inject bean="Ports01Bindings"/>
                                         <inject bean="Ports02Bindings"/>
                                         <inject bean="Ports03Bindings"/>
                                      </set>
                                   </parameter>
                                  
                                   <!-- Base binding metadata that is used to create bindings for each set -->
                                   <parameter><inject bean="StandardBindings"/></parameter>
                                  
                                </constructor>
                             </bean>

                           

                          This will make jboss to run in 8180 instead of 8080.

                           

                          Hope this helps.

                           

                          Regards,

                          Aparna

                          • 10. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                            peilers64

                            Hi a_nat,

                             

                            My jbpm installation directory structure looks like this:

                            <install-directory>/jboss-as-7.0.2.Final

                             

                            Within jboss-as-7.0.2.Final there is no directory called "server". The following directories do exist:

                            • bin
                            • bundles
                            • docs
                            • domain
                            • modules
                            • standalone
                            • welcome-content

                             

                            I have searched my entire C: drive for bindings-jboss-beans.xml and have not found such a file.

                             

                            Even though the install.demo routine indicated a successful build, I question this because the jBoss AS would not start when I subsequently ran start.demo. However, when I removed jbpm and installed a fresh version of JBoss 7.0.1 independent, then ran install.demo for jBPM, lo and behold, the JBoss AS started up along with Eclipse. But...the jBPM Console and Guvnor are not accessible (though the JBoss 7.0.1 AS Console comes up just fine at http://localhost:8080).

                             

                            Any other ideas? Based on the number of hits on this discussion (and other similar postings) I'm guessing there are others out there who have run into the same issue.

                            • 11. Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic
                              a_nat

                              Hi,

                               

                              So, you are using Jboss 7. The following links will help you change the port number of jboss AS 7

                              http://shrubbery.mynetgear.net/c/display/W/JBoss+AS+7+Ports

                              The standalone.xml can be found at <install_dir>\jboss-as-7.0.2.Final\standalone\configuration folder.

                               

                              Hope this port change should resolve your server start up issues. You might also want to look at the following link, once your server starts up.

                              https://issues.jboss.org/browse/JBPM-3396

                               

                              Regards,

                              Aparna