1
[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)**
하지만 명령 프롬프트에서 실행 중일 때 ... 이클립스에서이 문제에 직면하고있는 이유는 무엇입니까? 미리 감사드립니다.
아웃 시간 시작 난 여전히 같은 오류가 발생, 300000에 제한 시간 증가 시간 초과 부분에
무언가 잘못 설정되어 매우 슬 럽 시작됩니다. –
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