2016-12-21 6 views
0

私はintellijでプロジェクトを実行しようとしています。私はwildflyを使用しています。その設定は正しいです。なぜなら、実行をクリックすると、プロジェクトは正常に起動しますが、デバッグをクリックすると、次のエラーが発生するからです。アーティファクト展開中のIntellijエラー。 Jboss

この問題のあるスレッドが見つかりましたが、問題は解決しませんでした。誰か助けてくれますか?

注:私は私はあなたのWEB-INF/libにからのXalanとXercesのJARファイルを削除します

おかげ

Connected to server 
[2016-12-21 04:23:04,640] Artifact catix-web:war exploded: Artifact is being deployed, please wait... 
16:23:04,740 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "Catix" (runtime-name: "Catix.war") 
16:23:06,522 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry xercesImpl.jar in /home/ricardo/IdeaProjects/Catix/catix-web/target/Catix/WEB-INF/lib/xalan-2.6.0.jar does not point to a valid jar for a Class-Path reference. 
16:23:06,522 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry xml-apis.jar in /home/ricardo/IdeaProjects/Catix/catix-web/target/Catix/WEB-INF/lib/xalan-2.6.0.jar does not point to a valid jar for a Class-Path reference. 
16:23:06,525 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0059: Class Path entry xbean.jar in /home/ricardo/IdeaProjects/Catix/catix-web/target/Catix/WEB-INF/lib/batik-js-1.7.jar does not point to a valid jar for a Class-Path reference. 
16:23:06,583 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."Catix.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."Catix.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "Catix.war" 
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163) 
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) 
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
    at java.lang.Thread.run(Thread.java:745) 
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found 
    at org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:669) 
    at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.getDefaultResourceAdapterName(MessageDrivenComponentDescriptionFactory.java:274) 
    at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processMessageBeans(MessageDrivenComponentDescriptionFactory.java:154) 
    at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processAnnotations(MessageDrivenComponentDescriptionFactory.java:81) 
    at org.jboss.as.ejb3.deployment.processors.AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.java:57) 
    at org.jboss.as.ejb3.deployment.processors.AbstractDeploymentUnitProcessor.deploy(AbstractDeploymentUnitProcessor.java:81) 
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156) 
    ... 5 more 

16:23:06,585 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "Catix")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"Catix.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Catix.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"Catix.war\" 
    Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found"}} 
16:23:06,586 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment "Catix.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"Catix.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Catix.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"Catix.war\" 
    Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found"}} 
16:23:06,606 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment Catix (runtime-name: Catix.war) in 20ms 
16:23:06,607 INFO [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report 
WFLYCTL0186: Services which failed to start:  service jboss.deployment.unit."Catix.war".PARSE 

[2016-12-21 04:23:06,633] Artifact catix-web:war exploded: Error during artifact deployment. See server log for details. 
[2016-12-21 04:23:06,634] Artifact catix-web:war exploded: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"Catix.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Catix.war\".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment \"Catix.war\" 
    Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found"}} 
+0

どのようにサーバーを起動していますか?あなたは 'standalone-full.xml'設定を使用していますか? –

+0

既に問題を解決しました。ありがとうございました。 – Ricardo

答えて

0

スタンドアロンのフル構成でwildfly始めます。サーバーは、それらの独自のバージョンを使用する必要があります。

私は&を最後のエラーメッセージをGoogleに貼り付け、thisを返しました。

+0

ありがとうございますが、まだ動作しません=/ – Ricardo

+0

エラーメッセージは変更しましたか? – duffymo

+0

いいえ、前と同じです – Ricardo

0

もちろん、私は起動スクリプト(実行/デバッグ設定 - >起動/接続タブ)のこのコマンドは、実行とデバッグの両方であると考えました。明示的にデバッグを選択し、スタートアップスクリプトで同じ設定を行う必要があることが分かります。私の一部の注意の不足

関連する問題