ポート 80 の「 Address already in use 」エラーが発生した OnCommand アプリケーションを起動できません: JVM_Bind
環境
この問題が発生するのは、次の OnCommand アプリケーションが Windows ホストにインストールされている場合のみです
- OnCommand Insight ( OCI ) 6.X および 7.X
- OnCommand Unified Manager 9.5以下(UM)
- ActiveIQ Unified Manager 9.6+
- OnCommand Workflow Automation
問題
- CLI 出力
:> netstat -ano| findstr -i 80
を見てみましょう。システム(通常は PID 4 )がポート 80 でリスニングしています。 これは通常、ポート 80 をリッスンする World Wide Web Publishing サービスです。 - 配置ファイルはすべて .failed として解決されます
- システムログ内で、障害のカスケード発生時に次のエラーが表示される可能性があります。
Services which failed to start: service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener.
20XX-XX-XX 16:05:17,892 INFO [org.jboss.as.connector.subsystems.datasources] (msc service thread 1-3) JBAS010409: Unbound Datasource [Java:/onaro_pool_acq]
20XX-XX-XX 16:05:17,908 INFO [org.jboss.as.connector.deployers.jdbc] (msc service thread 1-8) JBAS010418: Stopped Driver service with driver-name = h2
20XX-XX-XX 16:05:17,908 INFO [org.jboss.messaging] (msc service thread 1-2) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory
20XX-XX-XX 16:05:17,908 INFO [org.jboss.as.connector.subsystems.datasources] (msc service thread 1-4) JBAS010409: Unbound Datasource [Java:/onaro_pool]
20XX-XX-XX 16:05:17,908 INFO [org.wildfly.extension.undertow] (msc service thread 1-7) JBAS017521: Undertow HTTPS listener https suspending
20XX-XX-XX 16:05:17,923 INFO [org.jboss.as.connector.deployment] (msc service thread 1-1) : Unbound JCA ConnectionFactory [java:/JmsXA]
20XX-XX-XX 16:05:17,923 INFO [org.jboss.as.connector.messaging] (ServerService Thread Pool -- 67) JBAS011605: Unbound messaging object to jndi name java:/queue/SummaryQueue
- OnCommand Insight を Web UI または Java クライアントで起動しようとすると、Java クライアントから次のアプリケーションエラーが返されます。
Unable to launch the application.
- JBoss ログで、次のエラーが報告されます。
ERROR [org.apache.coyote.http11.Http11Protocol] Error initializing endpoint: java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:80
- HTTP 404