2017年2月22日水曜日

jbpm-console: 404 Not Found : WFLYDS0011: The deployment scanner found a directory named META-INF

現象:

404 - Not Found

ログ
C:\jbpm-installer\wildfly-10.0.0.Final\standalone\log\server.log

2017-02-22 09:45:11,915 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0011: The deployment scanner found a directory named META-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war. This is likely the result of unzipping an archive directly inside the C:\jbpm-installer\wildfly-10.0.0.Final\standalone\deployments directory, which is a user error. The META-INF directory will not be scanned for deployments, but it is possible that the scanner may find other files from the unzipped archive and attempt to deploy them, leading to errors.
2017-02-22 09:45:11,916 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0011: The deployment scanner found a directory named WEB-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war. This is likely the result of unzipping an archive directly inside the C:\jbpm-installer\wildfly-10.0.0.Final\standalone\deployments directory, which is a user error. The WEB-INF directory will not be scanned for deployments, but it is possible that the scanner may find other files from the unzipped archive and attempt to deploy them, leading to errors.


war を展開するとダメみたいです。参考: http://stackoverflow.com/a/11493190

そこで、(1) フォルダ名称に .war を付与する!

そして、jbpm-console.war.dodeploy を作成する!


いけましたけど、余りよろしくないんでしょうかね…

0 件のコメント:

コメントを投稿