2013-08-22 4 views
1

를 해결하는 방법I 최대 CMD를 통해가 점점하여 응용 프로그램,하지만 동일한 코드 내가 아래에 언급 된 오류가 이클립스를 실행하면 때마다 ... org.codehaus.cargo.container.ContainerException

[DEBUG] [URLDeployableMonitor] Checking URL [http://localhost:8080/cargocpc/index.html] for status using a timeout of [120000] ms... 
[DEBUG] [URLDeployableMonitor] URL [http://localhost:8080/cargocpc/index.html] is not responding: 400 Cycle Detected 
[DEBUG] [URLDeployableMonitor] Notifying monitor listener [[email protected]9] 
[INFO] [yer.DeployerWatchdog] Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown. 
[INFO] ------------------------------------------------------------------------ 
[ERROR] FATAL ERROR 
[INFO] ------------------------------------------------------------------------ 
[INFO] Failed to start the Tomcat 6.x container. 
Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown. 
[INFO] ------------------------------------------------------------------------ 
[DEBUG] Trace 
org.codehaus.cargo.container.ContainerException: Failed to start the Tomcat 6.x container. 
. 
. 
. 
. 

Caused by: org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown. 

at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch (DeployerWatchdog.java:111)** 

하지만 명령 프롬프트에서 실행 중일 때 ... 이클립스에서이 문제에 직면하고있는 이유는 무엇입니까? 미리 감사드립니다.

답변

0
  • 엽니 서버는
+0

아웃 시간 시작 난 여전히 같은 오류가 발생, 300000에 제한 시간 증가 시간 초과 부분에

  • 더블 톰캣 서버를 클릭
  • 클릭
  • 증가를 볼 수 .. [DEBUG] [URLDeployableMonitor] 시간 제한 [300000] ms를 사용하여 상태 [http : // localhost : 8080/cargocpc/index.html]를 확인 중 ... [DEBUG] [URLDeployableMonitor] URL [http : // localhost : 8080/cargocpc/index.html]이 응답하지 않습니다 : 400 Cycle De tected [DEBUG] [URLDeployableMonitor] 모니터 리스너에게 알림 [[email protected]c] [yer.DeployerWatchdog] Deployable [http : // localhost : 8080/cargocpc/index.html] 실패했습니다. 타임 아웃 기간 [300000] 내에 배치를 마칩니다. – user1919581

  • +0

    무언가 잘못 설정되어 매우 슬 럽 시작됩니다. –

    +0

    cmd를 통해 동일한 코드를 실행하면 시간 초과로 120000이 발생합니다 .. 콘솔 ** [디버그] [URLDeployableMonitor] URL [http : // localhost : [300000] ms ... [DEBUG] [URLDeployableMonitor] URL [http : // localhost : 8080/cargocpc/index.html]의 시간 초과를 사용하는 상태에 대해 8080/cargocpc/index.html이 응답하지 않습니다. 400 Cycle Detected [DEBUG] [URLDeployableMonitor] 모니터 청취자에게 알림 [[email protected]56] ** 이 메시지가 시간 초과 될 때까지 반복적으로 인쇄됩니다. 400 사이클이 문제가 될 것입니까? – user1919581