2016-06-27 4 views
0

Ich arbeite an meiner Camunda-Migration von 7.4 (Wildfly) auf 7.5 (Wildfly 10) mit dem Migrationstool als Link: https://docs.jboss.org/author/display/CMTOOL/WildFly+8+to+10 und korrigieren Einige Konfigurationen basieren auf folgendem Link: [post in comment, url_1].Nach der Migration von Camunda 7.4 auf 7.5 (Wildfire 10) ist camunda-welcome.war nicht geladen

Nachdem alles fertig war, kann ich den Dienst ohne Fehler starten, aber wenn ich die URL öffne -> [post in unter Kommentar, url_2], habe ich Fehler 404, aber wenn ich auf [post in unten Kommentar , url_3] kann ich normalerweise auf die Wildfly-Seite zugreifen.

Ich habe in server.log eingecheckt es war nicht log über diese 404, aber ich habe verglichen und festgestellt, dass es nicht geladen einen der .war-Ordner (camunda-welcome.war, die unter dem Pfad .server/wildfly-10.0.0.Final/standalone/deployments ist, siehe bitte sehen Sie, dass alle Dateien unter /deployments/ wurden geladen excepts camunda-welcome.war Ordner

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] 

Vielen Dank im Voraus für Ihre Jungs freundliche Unterstützung im Voraus :): unter Protokolldatei..

Fräulein Sumana W.

+0

URL_1: https://docs.camunda.org/manual/latest/update/minor/74-to-75/jboss/ URL_2: http: // localhost: 8080/camunda-welcome/index.html URL_3: http://10.1.1.159:8080/ – swongr18

Antwort

0

aktualisiert ::

ich von Version 7.4 bis 7.5.0 (7.5.2 wird mich oben genannte Problem, noch bevor ich die Migrate tat) wandern könnte .. Ich hatte geöffnet das Problem an Camunda Team ..

Noch offen für Kommentare hier. :)

Sumana W.

0

Update hinzufügen .. ich den Fall zu camunda öffnen hat und oben Problem zu beheben ist einfach müssen Sie nur eine leere Datei erstellen „camunda-welcome.war.dodeploy“ genannt unter .server/wildfly-10.0.0.Final/standalone/deployments und starte den Dienst neu. es wird den camunda-service dazu bringen, die camunda-welcome.war.deprovidered zu rollen. und jetzt wird die seite wie erwartet geladen :).

Verwandte Themen