JBAS011006 Not installing optional component StandardServletAsyncWebRequest due

Find the standalone.xml in the JBOSS directory, and add a few lines of code to the standalone.xml, the problem is solved!
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:1.1">
...
    <profile>
        <subsystem xmlns="urn:jboss:domain:logging: 1.1">
            <console-handler name="CONSOLE">
                <level name="INFO"/>
                <filter>
                    <not>
                        <match pattern="JBAS011006"/>
                    </not>
                </filter>

... 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326999581&siteId=291194637