1 Reply Latest reply on Jan 11, 2016 4:59 AM by wdfink

    Local Intalio JBoss Server

    keedo6

      Hi Everyone,

       

      I just setup my Intalio BPM 7.5 Jboss server in my local.

      I tried to start the server and I got the logs below.

      I believe there's something wrong or missing 'coz it was stuck on that last line.

       

      2015-12-09 18:17:53,577 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ROOT.war in deployment directory. To trigger deployment create a file called ROOT.war.dodeploy

      2015-12-09 18:17:53,593 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found apacheds-webapp.war in deployment directory. To trigger deployment create a file called apacheds-webapp.war.dodeploy

      2015-12-09 18:17:53,593 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found cas-webapp.war in deployment directory. To trigger deployment create a file called cas-webapp.war.dodeploy

      2015-12-09 18:17:53,593 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found intalio.war in deployment directory. To trigger deployment create a file called intalio.war.dodeploy

      2015-12-09 18:17:53,608 INFO  [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.7.GA-redhat-1

      2015-12-09 18:17:53,624 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

      2015-12-09 18:17:53,624 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.0.7.GA-redhat-1

      2015-12-09 18:17:53,640 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.18.GA-redhat-1

      2015-12-09 18:17:54,560 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.3.Final-redhat-1

      2015-12-09 18:17:54,591 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory C:\Users\phantomkeedo\Desktop\intalio-bpms-ee-7.5.2-jboss-6.2.0.GA\intalio-bpms-ee-7.5.2-jboss-6.2.0.GA\standalone\deployments

      2015-12-09 18:17:54,685 INFO  [org.apache.coyote.http11] (MSC service thread 1-3) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:8080

      2015-12-09 18:17:54,700 INFO  [org.apache.coyote.http11] (MSC service thread 1-3) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:8080

       

      Appreciate any help regarding this issue.

       

      Thank you everyone.

       

      Warm Regards,

      Keedo

        • 1. Re: Local Intalio JBoss Server
          wdfink

          The server starts with the local interface by default.

          To use the public interface you can change the configuration (depends on the server version you use) or start witht the "-b <myIP>" parameter.