ネイティブコンポーネントをインストールすると JBoss EAP 6 CP を適用できない

Solution Verified - Updated -

Issue

  • 新規にインストールした JBoss EAP 6.2 zip バージョンにパッチを適用すると、パッチが適切に適用されます。ただし、JBoss 6.2.0 を新規にインストールした後に jboss-eap-native-6.2.0.zip をインストールし、パッチを適用しようとすると、以下のような競合検出メッセージが表示され、パッチを適用することができません。

  • スタンドアロンモードの場合:

[disconnected /] patch apply jboss-eap-6.2.1.zip
Conflicts detected: org.hornetq:main, org.jboss.as.web:main
  • ドメインモードの場合:
[domain@localhost:9999 /] patch apply jboss-eap-6.2.1.zip --host=master 
{"host-failure-descriptions" => [("master" => { "message" => "Conflicts detected", "conflicts" => {"modules" => ["org.jboss.as.web:main"]} })]}
  • JBoss EAP 6.3.0 にアップデート 01 を適用すると、競合を検出する以下のようなエラーメッセージが表示されます。
[disconnected /] patch apply /usr/local/software/jboss-eap-6.3.1-patch.zip
Conflicts detected: org.jboss.as.web:main
Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
  • EAP に 6.4.1 パッチを適用すると、以下のエラーが表示されます。
jboss-eap-6.4>bin\jboss-cli.bat "patch apply /pathToPatch/jboss-eap-6.4.1-patch.zip"
Conflicts detected: org.jboss.as.web:main
Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
Press any key to continue ...

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.2.0
    • 6.3.0
    • 6.4.0
  • ネイティブコンポーネント

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.