当前位置: 首页 > 知识库问答 >
问题:

将Camunda 7.4迁移到7.5后,camunda-welcome.war未加载

邵亦
2023-03-14

我正在使用迁移工具作为链接:https://docs.jboss.org/author/display/CMTOOL/WildFly8到10,并根据此链接更正一些html" target="_blank">配置:[在下面的评论中发布,url_1]。

一切完成后,我可以毫无错误地启动服务,但当我打开URL时——

我签入了服务器。日志并没有关于404的日志,但我确实比较了一下,发现它并没有加载其中一个。war文件夹(camunda-welcome.war,路径为.server/wildfly-10.0.0.Final/standalone/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个答案

史意致
2023-03-14

添加更新。。我确实向camunda打开了这个案例,要解决上述问题,只需在下面创建一个名为“camunda welcome.war.dodeploy”的空文件。服务器/wildfly-10.0.0。最终/独立/部署并重新启动服务。。它将推动camunda服务推出camunda欢迎。战争已部署。。现在,站点按预期加载:)。

冯浩旷
2023-03-14

Updated::

我可以从版本7.4迁移到7.5.0 (7.5.2会给我上面的问题,甚至在我做迁移之前)...

此处仍欢迎任何评论。:)

苏门那W。

 类似资料:
  • 我部署Laravel准骨项目到Microsoft Azure,但每当我试图执行我得到的错误: [2015-06-13 14:34:05]生产。错误:异常'Symfony\Component\Debug\Exc0019\FatalErrorExc0019',消息'Class"未找到'在D:\home\site\供应商\laravel\框架\src\Illumate\数据库\Migrations\Mi

  • 我正在使用OpenJDK 12中的Nashorn JS引擎。纳肖恩似乎遭到了反对。我正在寻找可用的替代方案。我找到了GraalVM,但我不确定这是不是最好的。如何从Java执行GraalVM JavaScript?你有什么例子吗? Nashorn用的是Java: 在Nashorn中,我创建了一个WrappedMongoDatabase,它扩展了AbstractJSObject。在那里,我添加了一些

  • 问题内容: 将Express.js从版本2更新到了版本3,以下调用中断了,因为它不再存在于V3中: 有一个迁移指南说: (使用中间件+ res.locals) 但是我很困惑如何做到这一点。是否有一个更具体的示例说明如何进行迁移? 相关的SO post: Node.js Express3.0 问题答案: 我有同样的问题 session.user ,只是通过了解该app.use功能必须是固定的, 在

  • 在根据https://wiki.eclipse.org/new_maven_coordines和Maven central从Java 8迁移到Java 11并从EE切换到最新的Jakarta库时,我们在(仍然基于SOAP的)客户端应用程序中遇到了以下运行时异常: Getting java.lang.ClassNotFoundException:com.sun.xml.internal.ws.spi

  • 我正试图从maven迁移到gradle,但CheckStyle出现了一个奇怪的错误。 这是我得到的错误 如何让gradle使用最新版本的CheckStyle?值得注意的是,我的使用了maven checkstyle 6.10.1和6.8

  • 我要迁移一个JavaApplet通过JNLP启动,作为一个Java的Web Start应用程序,并遇到一些麻烦/误解... 我得到的资源之一是这样的:6迁移JavaAppletJavaWeb Start和JNLP: 让我们开始吧,但是: 目前,该应用程序是一个小程序(),过去是通过将小程序标记嵌入到HTML中来启动的,小程序标记指的是JNLP。 现在,由于所有浏览器都放弃了对小程序的支持,我应该将