0 Replies Latest reply on May 4, 2012 12:08 AM by jambay

    How to setup single open port config for standalone

    jambay

      I'm going to be running in an environment where it's desirable to only have a single http port open. I'm using stand-alone and when I stripped out the socket bindings except for http, the console output looks as below. What are the minimum ports I can have open and how to configure that in standalone.xml?

       

      21:01:36,412 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.binding.management-http (missing) dependents: [service jboss.serverManagement.controller.management.http]

            service jboss.binding.management-native (missing) dependents: [service jboss.remoting.server.management]

            service jboss.binding.osgi-http (missing) dependents: [service jboss.osgi.as.framework.bootstrap]

            service jboss.binding.remoting (missing) dependents: [service jboss.remoting.server.remoting-connector]

            service jboss.binding.txn-recovery-environment (missing) dependents: [service jboss.txn.ArjunaRecoveryManager]

            service jboss.binding.txn-status-manager (missing) dependents: [service jboss.txn.ArjunaRecoveryManager]

       

       

      21:01:36,423 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015876: Starting deployment of "simple.war"

      21:01:36,622 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015954: Admin console is not enabled

      21:01:36,623 ERROR [org.jboss.as] (MSC service thread 1-6) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6245ms - Started 141 of 211 services (31 services failed or missing dependencies, 38 services are passive or on-demand)

      21:01:36,825 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "simple.war" was rolled back with failure message JBAS014750: Operation handler failed to complete

      21:01:36,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015877: Stopped deployment simple.war in 37ms

      21:01:36,864 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "JBAS014750: Operation handler failed to complete"}}