Jboss 7.1.1 启动抛出无法读取日志配置

Jboss 7.1.1 startup throws Unable to read the logging config

我正在使用 JBoss7.1.1.Finaljdk 1.8.0_20。当我 运行 独立时。它抛出错误

"Unable to read the logging configuration from 'file:/c/jboss-as-7.1.1.Final/jbos s-as-7.1.1.Final/standalone/configuration/logging.properties' (java.io.FileNotFo undException: \c\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\configurat ion\logging.properties (The system cannot find the path specified))"

JBoss AS 7.1.1.Final 不适用于 Java 8 https://developer.jboss.org/message/926279#926279.

如果您需要使用 Java 8,我建议您使用 JBoss AS 7 的前身 WildFly。从 WildFly 10 开始 Java 8 是必需的。

您可以从 JbossAS 7.4.1 开始使用 OpenJDK 1.8,从 JBoss AS 7.3.3 https://access.redhat.com/articles/111663

开始使用 Oracle 和 IBM