无法使用端口 80" 地址已在使用 " 启动 OnCommand 应用程序错误: JVM_Bind"
适用于
此问题仅会影响安装在 Windows 主机上的以下 OnCommand 应用程序
- OnCommand Insight ( OCI ) 6.X 和 7.X
- OnCommand Unified Manager ( UM )
- OnCommand Workflow Automation
问题
- 查看的 CLI 输出
:> netstat -ano| findstr -i 80
,我们将看到: system (通常是 PID 4 )正在侦听端口 80 。 这通常是侦听端口 80 的万维网发布服务。 - 所有部署文件均解析为 .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
- 尝试通过 WebUI 或 Java 客户端启动 OnCommand Insight 时。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