在将Camunda 7.4迁移到7.5(wildfiy 10)之后,没有加载camunda-welcome.war

时间:2016-06-27 09:01:42

标签: java jboss camunda

我正在使用迁移工具作为链接https://docs.jboss.org/author/display/CMTOOL/WildFly+8+to+10从我的camunda从7.4(Wildfly)迁移到7.5(Wildfly 10)并根据此链接更正某些配置:[发表在下面的评论,url_1]

完成所有操作后,我可以启动服务,但没有错误,但是当我打开网址时 - > [发表于以下评论,url_2],我收到错误404,但是当我访问[帖子在下面的评论,url_3]时,我可以正常访问wildfly页面。

我在server.log中检查过没有关于这个404的日志但是我确实比较并发现它没有加载.war文件夹之一(camunda-welcome.war,它位于路径.server/wildfly-10.0.0.Final/standalone/deployments下面,请参阅下面的日志文件:您可以看到/deployments/下的所有文件都加载了camunda-welcome.war文件夹。

07:50:41,050 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 31) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4)
07:50:41,051 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = postgresql
07:50:41,070 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 52) WFLYUT0014: Creating file handler for path '/camunda/jboss_7.5/deploy-package/./server/wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
07:50:41,079 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
07:50:41,082 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
07:50:41,324 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
07:50:41,389 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /camunda/jboss_7.5/deploy-package/./server/wildfly-10.0.0.Final/standalone/deployments
07:50:41,423 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "camunda-example-invoice-7.5.1-ee.war" (runtime-name: "camunda-example-invoice-7.5.1-ee.war")
07:50:41,438 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "camunda-webapp-ee-jboss-7.5.1-ee.war" (runtime-name: "camunda-webapp-ee-jboss-7.5.1-ee.war")
07:50:41,449 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "camunda-h2-webapp-7.5.1-ee.war" (runtime-name: "camunda-h2-webapp-7.5.1-ee.war")
07:50:41,459 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "camunda-engine-rest-7.5.1-ee.war" (runtime-name: "camunda-engine-rest-7.5.1-ee.war")
07:50:41,620 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4) 
07:50:41,807 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
07:50:41,959 INFO  [org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor] (MSC service thread 1-1) Detected user-provided @ProcessApplication component with name 'org.camunda.bpm.example.invoice.InvoiceProcessApplication'.
07:50:42,048 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ProcessEngine]
07:50:42,048 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:50:42,048 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:/mydatabaseDS]

提前感谢你们提前给予支持:)。

Sumana小姐W。

2 个答案:

答案 0 :(得分:0)

更新::

我可以从版本7.4迁移到7.5.0(7.5.2在我进行迁移之前会给我上面的问题)..我已经向Camunda团队开放了这个问题..

此处仍有任何意见。 :)

Sumana W。

答案 1 :(得分:0)

添加更新..我确实打开了案例到camunda并修复上述问题只是你需要在.server / wildfly-10.0.0下创建一个名为“camunda-welcome.war.dodeploy”的空文件。最终/独立/部署并重新启动服务..它将推送camunda服务以推送camunda-welcome.war.deployed ..现在网站按预期加载:)。