如何解决Jboss部署错误? [英] how to resolve Jboss deployment error?

查看:97
本文介绍了如何解决Jboss部署错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

17:19:30,298 ERROR [ProfileServiceBootstrap] 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 dependenc
ies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
  Deployment "jboss.web.deployment:war=/Test" is missing the following dependenc
ies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s 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 i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
  Deployment "jboss.web.deployment:war=/invoker" is missing the following depend
encies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
  Deployment "jboss.web.deployment:war=/jbossws" is missing the following depend
encies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
  Deployment "jboss.web.deployment:war=/jmx-console" is missing the following de
pendencies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
  Deployment "jboss.web.deployment:war=/web-console" is missing the following de
pendencies:
    Dependency "jboss.web:service=WebServer" (should be in state "Create", but i
s actually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")

DEPLOYMENTS IN ERROR:
  Deployment "WebServer" is in error due to the following reason(s): LifecycleEx
ception:  Protocol handler initialization failed: java.net.BindException: Addres
s already in use: JVM_Bind /127.0.0.1:8009
  Deployment "jboss.web:service=WebServer" is in error due to the following reas
on(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **

17:19:30,298 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=
JBoss_5_1_0_GA date=200905221634)] Started in 56s:184ms

你们可以指导我解决该问题吗?

Hi Can you guys guide me through how to resolve this problem?

推荐答案

答案在日志中:

已经在使用的地址:JVM_Bind/127.0.0.1:8009

Address already in use: JVM_Bind /127.0.0.1:8009

端口8009上已经有其他监听.您需要先停止其他进程,然后才能启动JBoss.

Something else is already listening on port 8009. You need to stop that other process before JBoss can start.

这篇关于如何解决Jboss部署错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆