簡體   English   中英

將Camunda 7.4遷移到7.5(wildfiy 10)后,不會加載camunda-welcome.war

[英]After migrate Camunda 7.4 to 7.5 (wildfiy 10), camunda-welcome.war is not loaded

我正在通過使用遷移工具作為鏈接來進行從7.4(Wildfly)到7.5(Wildfly 10)的camunda遷移: https ://docs.jboss.org/author/display/CMTOOL/WildFly+8+to+10並正確基於此鏈接的一些配置:[發布在下面的注釋中,URL_1]。

完成所有操作后,我可以無錯誤啟動服務,但是當我打開URL-> [在下面的注釋中張貼url_2]時,出現了錯誤404,但是當我訪問[在下面的注釋中張貼url_3]時,我可以正常訪問wildfly頁面。

我在server.log中檢查了有關此404的日志,但沒有進行比較,發現它沒有加載.war文件夾(camunda-welcome.war)之一,該文件夾位於.server/wildfly-10.0.0.Final/standalone/deployments路徑下。 .server/wildfly-10.0.0.Final/standalone/deployments ,請參閱下面的日志文件:您可以看到/deployments/下的所有文件camunda-welcome.war加載,但camunda-welcome.war文件夾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.小姐

更新::

我可以從7.4版本遷移到7.5.0(7.5.2甚至在我進行遷移之前都會給我上述問題)..我已經向Camunda團隊開放了此問題。

仍然對此處的任何評論開放。 :)

Sumana W.

添加更新。.我確實打開了camunda的外殼,要解決上述問題,您只需要在.server / wildfly-10.0.0.Final / standalone下創建一個名為“ camunda-welcome.war.dodeploy”的空文件即可。 / deployments並重新啟動服務..它將推動camunda服務滾動camunda-welcome.war.deployed ..現在站點已按預期加載:)。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM