2016-09-28 9 views
0

정말 긴 시간 동안 Java 예외가 발생하면 바로이 오류가 발생합니다.JBoss4.2에서 배포하는 중 오류가 발생했습니다. "배포자를 기다리는 패키지"

Java JDK 버전을 Maven에 설치하고 서버 (bin/run.bat)에서 실행하려면 다른 컴퓨터에서 생성 된 war 파일을 실행하는 데 문제가 없습니다.

  1. nameofproject-version
  2. nameofproject-version.war

이 문제를 야기 할 수 있습니다 무엇 :

파일은 다음과 같이 구성 생성?

--- Packages waiting for a deployer --- 
[email protected] { url=file:***jboss/server/default/deploy/***-war-1.0/ } 
deployer: null 
status: null 
state: INIT_WAITING_DEPLOYER 
watch: file:***jboss/server/default/deploy/***-war-1.0/ 
altDD: null 
lastDeployed: 1475089977984 
lastModified: 1475089738113 
mbeans: 

--- Incompletely deployed packages --- 
[email protected] { url=***jboss/server/default/deploy/***-war-1.0.war } 
deployer: MBeanProxyExt[jboss.web:service=WebServer] 
status: Deployment FAILED reason: URL file:***jobss/server/default/tmp/deploy/tmp7284564640094328851***-war-1.0-exp.war/ deployment failed 
state: FAILED 
watch: file:***jboss/server/default/deploy/***-war-1.0.war 
altDD: null 
lastDeployed: 1475089965442 
lastModified: 1475089965348 
mbeans: 

[email protected] { url=file:***jboss/server/default/deploy/***-war-1.0/ } 
deployer: null 
status: null 
state: INIT_WAITING_DEPLOYER 
watch: file:***jboss/server/default/deploy/***-war-1.0/ 
altDD: null 
lastDeployed: 1475089977984 
lastModified: 1475089738113 
mbeans: 

--- MBeans waiting for other MBeans --- 
ObjectName: jboss.web.deployment:war=***-war-1.0.war,id=692573266 
State: FAILED 
Reason: org.jboss.deployment.DeploymentException: URL file:***jboss/server/default/tmp/deploy/tmp7284564640094328851***-war-1.0-exp.war/ deployment failed 

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- 
ObjectName: jboss.web.deployment:war=***-war-1.0.war,id=692573266 
State: FAILED 
Reason: org.jboss.deployment.DeploymentException: URL file:***jboss/server/default/tmp/deploy/tmp7284564640094328851***-war-1.0-exp.war/ deployment failed 

답변

1

많은 원인이있을 수 있으며, 거의 모두 coderanch.com에 있으며 답변도 포함되어 있지 않습니다. 나는 저에게 일한 것을 쓸 것입니다.

* 배포자가 Hibernate DBB 연결을 감지하지 못했기 때문에 관련 예외 추적에 Hibernate의 패키지가 포함되었습니다.

컴파일 타임에 사용 된 다른 JDK 버전으로 인해 발생할 수도 있습니다.

심지어 .war 확장자가있는 파일이 없기 때문에.