【发布时间】:2018-05-13 14:15:39
【问题描述】:
我正在尝试开始使用 Hippo CMS。根据文档Get started with Hippo,到目前为止一切正常。但是在你必须运行的最后一步
mvn -Pcargo.run (-Drepo.path=storage)
安装过程似乎被冻结,并且在至少 5 分钟后完成此错误消息。不知道该怎么做,根据文档Hippo Prerequisites,到目前为止一切都正确设置(Java 和 Maven 版本)。
报错信息如下:
[INFO] --- cargo-maven2-plugin:1.6.5:start (cargo-run) @ myhippoproject
--- [INFO] [2.ContainerStartMojo] Resolved container artifact
org.codehaus.cargo:cargo-core-container-tomcat:jar:1.6.5 for container
tomcat8x [INFO] [talledLocalContainer] Tomcat 8.x starting... [INFO]
[stalledLocalDeployer] Deploying
[/Users/Mangrove/Desktop/myhippoproject/cms/target/cms.war] to
[/Users/Mangrove/Desktop/myhippoproject/target/tomcat8x/webapps]...
[INFO] [stalledLocalDeployer] Deploying
[/Users/Mangrove/Desktop/myhippoproject/site/target/site.war] to
[/Users/Mangrove/Desktop/myhippoproject/target/tomcat8x/webapps]...
[WARNING] [stalledLocalDeployer] The WAR contains a context.xml file
which sets the path to [essentials], which means path set it the Cargo
configuration will be ignored by Tomcat [INFO] [stalledLocalDeployer]
Deploying
[/Users/Mangrove/Desktop/myhippoproject/essentials
/target/essentials.war]
to [/Users/Mangrove/Desktop/myhippoproject/target/tomcat8x/webapps]...
[INFO] [yer.DeployerWatchdog] Deployable
[http://localhost:8080/cargocpc/index.html] failed to finish deploying
within the timeout period [600000]. The Deployable state is thus
unknown. [WARNING] [talledLocalContainer]
org.codehaus.cargo.container.ContainerException: Deployable
[http://localhost:8080/cargocpc/index.html] failed to finish deploying
within the timeout period [600000]. The Deployable state is thus
unknown. [ERROR] Starting container
[org.codehaus.cargo.container.tomcat.
Tomcat8xInstalledLocalContainer@40f8f
5a8] failed, now stopping container [INFO] [talledLocalContainer]
Tomcat 8.x is stopping... [INFO] [talledLocalContainer] Tomcat 8.x is
stopped [INFO] -------------------------------------------------------
----------------- [INFO] BUILD FAILURE [INFO] ------------------------
------------------------------------------------ [INFO] Total time:
10:28 min [INFO] Finished at: 2018-05-13T15:57:13+02:00 [INFO] -------
-----------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-
plugin:1.6.5:start (cargo-run) on project myhippoproject: Cannot start
container
[org.codehaus.cargo.container.tomcat.
Tomcat8xInstalledLocalContainer@40f8f
5a8]: Deployable [http://localhost:8080/cargocpc/index.html] failed to
finish deploying within the timeout period [600000]. The Deployable
state is thus unknown. -> [Help 1] [ERROR] [ERROR] To see the full
stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-
run Maven using the -X switch to enable full debug logging. [ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles: [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
非常欢迎任何提示、建议、tipp、建议,谢谢。
【问题讨论】:
-
按照 maven 的建议重新运行,使用 -e 来查看堆栈跟踪,如果堆栈跟踪没有帮助,则使用 -X 来查看完整的调试(无论如何发布问题)
-
@guido stacktrace 似乎用这条消息重新调整了它自己:[DEBUG] [URLDeployableMonitor] URL [localhost:8080/cargocpc/index.html] 没有响应:-1 java.net.ConnectException:连接被拒绝 [DEBUG] [URLDeployableMonitor]通知监视器侦听器 [org.codehaus.cargo.container.spi.deployer.DeployerWatchdog@468be356] [DEBUG] [URLDeployableMonitor] 使用 [600000] 毫秒的超时检查 URL [localhost:8080/cargocpc/index.html] 的状态...超时不是新的:- (