简体   繁体   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

I am working on my camunda migration from 7.4 (Wildfly) to 7.5 (Wildfly 10) by using migration tool as link: https://docs.jboss.org/author/display/CMTOOL/WildFly+8+to+10 and correct some configuration based on this link: [post in below comment, url_1]. 我正在通过使用迁移工具作为链接来进行从7.4(Wildfly)到7.5(Wildfly 10)的camunda迁移: https ://docs.jboss.org/author/display/CMTOOL/WildFly+8+to+10并正确基于此链接的一些配置:[发布在下面的注释中,URL_1]。

After everything was done, i can start up the service with no error but when i open the URL --> [post in below comment, url_2], i got error 404 but when i access to [post in below comment, url_3], i can access to the wildfly page normally. 完成所有操作后,我可以无错误启动服务,但是当我打开URL-> [在下面的注释中张贴url_2]时,出现了错误404,但是当我访问[在下面的注释中张贴url_3]时,我可以正常访问wildfly页面。

I checked in server.log there was not log about this 404 but i did compare and found out that it did not load one of the .war folder (camunda-welcome.war which is under the path .server/wildfly-10.0.0.Final/standalone/deployments , please see below log file: You can see that all files under /deployments/ got loaded excepts camunda-welcome.war folder. 我在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]

Thanks in advance for your guys kind support in advance :). 在此先感谢您的支持:)。

Miss Sumana W. Sumana W.小姐

Updated:: 更新::

I could migrate from version 7.4 to 7.5.0 (7.5.2 will give me above issue even before i did the migrate).. I had opened the issue to Camunda team.. 我可以从7.4版本迁移到7.5.0(7.5.2甚至在我进行迁移之前都会给我上述问题)..我已经向Camunda团队开放了此问题。

Still open to any comments here. 仍然对此处的任何评论开放。 :) :)

Sumana W. 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