JBoss Community

Re: Can't access web management console

created by Chris Nash in jBPM - View the full discussion

There is a corporate firewall running, but nothing on local machine (AFAIK). JBoss didn't find--actually didn't even look for--another port to run on. After a 130 line stack trace, it didplays another error:

 

ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=WebServer state=Create

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.initialize(Connector.java:1031)

    at org.apache.catalina.core.StandardService.initialize(StandardService.java:683)

    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:821)

 

Which looks like a direct result of the previous error. Near the end of the log, these message are displayed:

 

ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

 

DEPLOYMENTS MISSING DEPENDENCIES:

  Deployment "jboss.web.deployment:war=/ROOT" is missing the following dependencies:

    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

  Deployment "jboss.web.deployment:war=/admin-console" is missing the following dependencies:

    Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

 

It goes on like that for awhile, but doesn't improve. So I don't think it's finding another port.

 

Well, I'm not an expert at this webserver stuff. Just trying to get the components to run...

Reply to this message by going to Community

Start a new discussion in jBPM at Community