JBoss EAP 6 で CLI を使用して global-modules にモジュールを追加したり、モジュールを削除する

Solution Verified - Updated -

Issue

  • CLI から global-modules セクションにモジュールを追加することができず、failure description だけが返ります。
[standalone@localhost:9999 /] /subsystem=ee:write-attribute(name=global-modules, value=["example.conf"])
{
    "outcome" => "failed",
    "failure-description" => [
        "JBAS014798:Validation failed for global-modules",
        "JBAS014746: name may not be null"
    ],
    "rolled-back" => true
}

Environment

  • JBoss Enterprise Application Platform (EAP)
    • 6.0 Beta

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.