[JBoss JIRA] (ISPN-8283) Required runtime dependency to log4j
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-8283?page=com.atlassian.jira.plugin... ]
Dan Berindei resolved ISPN-8283.
--------------------------------
Fix Version/s: 10.1.1.Final
Resolution: Done
Fixed indirectly, in master
{{mvn dependency:tree | egrep "log4j|---------------"}} shows all the log4j dependencies are in the {{test}} or {{provided}} scope.
> Required runtime dependency to log4j
> ------------------------------------
>
> Key: ISPN-8283
> URL: https://issues.redhat.com/browse/ISPN-8283
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 8.2.7.Final
> Reporter: Daniel H. Peger
> Priority: Major
> Fix For: 10.1.1.Final
>
>
> Current versions of the 8.2.X release of infinispan declare a runtime dependency to several log4j libraries. I noticed this for the artifacts {{org.infinispan:infinispan-spring4-embedded}} and {{org.infinispan:infinispan-spring4-common}} but there may be possibly others. These dependencies may break the logging configuration of applications using infinispan as log4j2 and the respective SLF4J binding is suddenly on the application classpath which may happen unnoticed.
> This dependency is not present in the most recent 9.1.0 artifacts anymore.
> See the [SLF4J documentation|https://www.slf4j.org/codes.html#multiple_bindings] for best practices on using SLF4J.
> This issue relates to ISPN-786 but is still present in infinispan 8.2.7
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-10369) InvalidatedNearCacheTest random failures
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-10369?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-10369:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7735
> InvalidatedNearCacheTest random failures
> ----------------------------------------
>
> Key: ISPN-10369
> URL: https://issues.redhat.com/browse/ISPN-10369
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.0.0.Beta3
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
>
> {{InvalidatedNearCacheTest.testGetNearCacheAfterConnect}} has 2 clients, performing some operations and waiting for the corresponding near cache events on client 1 and then resetting the events on client 2.
> This is not correct, because client 2 may not have received the events yet, in which case {{resetEvents()}} doesn't do anything.
> {noformat}
> 18:48:47,813 INFO (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test succeeded: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetNearCacheAfterConnect
> 18:48:47,814 INFO (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test starting: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> 18:48:47,821 ERROR (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> 18:48:47,821 ERROR (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> java.lang.AssertionError: [org.infinispan.client.hotrod.near.MockNearCacheService$MockRemoveEvent@514f3f0c, org.infinispan.client.hotrod.near.MockNearCacheService$MockRemoveEvent@76bf7455] expected:<0> but was:<2>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245) ~[testng-6.14.3.jar:?]
> at org.infinispan.client.hotrod.near.AssertsNearCache.expectNoNearEvents(AssertsNearCache.java:123) ~[test-classes/:?]
> at org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache(InvalidatedNearCacheTest.java:153) ~[test-classes/:?]
> {noformat}
> https://ci.infinispan.org/job/Infinispan/job/master/1240/
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-10369) InvalidatedNearCacheTest random failures
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-10369?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-10369:
--------------------------------
Status: Open (was: New)
> InvalidatedNearCacheTest random failures
> ----------------------------------------
>
> Key: ISPN-10369
> URL: https://issues.redhat.com/browse/ISPN-10369
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.0.0.Beta3
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
>
> {{InvalidatedNearCacheTest.testGetNearCacheAfterConnect}} has 2 clients, performing some operations and waiting for the corresponding near cache events on client 1 and then resetting the events on client 2.
> This is not correct, because client 2 may not have received the events yet, in which case {{resetEvents()}} doesn't do anything.
> {noformat}
> 18:48:47,813 INFO (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test succeeded: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetNearCacheAfterConnect
> 18:48:47,814 INFO (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test starting: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> 18:48:47,821 ERROR (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> 18:48:47,821 ERROR (testng-InvalidatedNearCacheTest:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache
> java.lang.AssertionError: [org.infinispan.client.hotrod.near.MockNearCacheService$MockRemoveEvent@514f3f0c, org.infinispan.client.hotrod.near.MockNearCacheService$MockRemoveEvent@76bf7455] expected:<0> but was:<2>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245) ~[testng-6.14.3.jar:?]
> at org.infinispan.client.hotrod.near.AssertsNearCache.expectNoNearEvents(AssertsNearCache.java:123) ~[test-classes/:?]
> at org.infinispan.client.hotrod.near.InvalidatedNearCacheTest.testGetUpdatesNearCache(InvalidatedNearCacheTest.java:153) ~[test-classes/:?]
> {noformat}
> https://ci.infinispan.org/job/Infinispan/job/master/1240/
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11153) When starting the server all failures should be handled
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11153?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11153:
---------------------------------
Status: Open (was: New)
> When starting the server all failures should be handled
> -------------------------------------------------------
>
> Key: ISPN-11153
> URL: https://issues.redhat.com/browse/ISPN-11153
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.0.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When starting the server, if the log configuration is invalid, the cluster will form and the server will start handling requests.
> {noformat}
> dlovison@Diegos-MacBook-Pro bin % ./server.sh
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> ERROR StatusLogger Error parsing /Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml
> org.xml.sax.SAXParseException; systemId: file:///Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml; lineNumber: 1; columnNumber: 1; Premature end of file.
> at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:261)
> at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
> at org.apache.logging.log4j.core.config.xml.XmlConfiguration.<init>(XmlConfiguration.java:95)
> at org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:46)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:420)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:347)
> at org.apache.logging.log4j.core.config.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:261)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:616)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:637)
> at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:231)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
> at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:121)
> at org.apache.logging.log4j.jul.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:34)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:46)
> at org.apache.logging.log4j.jul.LogManager.getLogger(LogManager.java:89)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:519)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:515)
> at java.logging/java.util.logging.Logger.demandLogger(Logger.java:654)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
> at org.infinispan.server.Bootstrap.getBootLogger(Bootstrap.java:184)
> at org.infinispan.server.Bootstrap.runInternal(Bootstrap.java:131)
> at org.infinispan.server.tool.Main.run(Main.java:98)
> at org.infinispan.server.Bootstrap.main(Bootstrap.java:38)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.infinispan.server.loader.Loader.main(Loader.java:52)
> ERROR StatusLogger No logging configuration
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> {noformat}
> The server will be up and running http://127.0.0.1:11222/console/welcome and the server bash will be hanged.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11153) When starting the server all failures should be handled
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11153?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11153:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7734
> When starting the server all failures should be handled
> -------------------------------------------------------
>
> Key: ISPN-11153
> URL: https://issues.redhat.com/browse/ISPN-11153
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.0.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When starting the server, if the log configuration is invalid, the cluster will form and the server will start handling requests.
> {noformat}
> dlovison@Diegos-MacBook-Pro bin % ./server.sh
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> ERROR StatusLogger Error parsing /Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml
> org.xml.sax.SAXParseException; systemId: file:///Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml; lineNumber: 1; columnNumber: 1; Premature end of file.
> at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:261)
> at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
> at org.apache.logging.log4j.core.config.xml.XmlConfiguration.<init>(XmlConfiguration.java:95)
> at org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:46)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:420)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:347)
> at org.apache.logging.log4j.core.config.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:261)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:616)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:637)
> at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:231)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
> at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:121)
> at org.apache.logging.log4j.jul.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:34)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:46)
> at org.apache.logging.log4j.jul.LogManager.getLogger(LogManager.java:89)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:519)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:515)
> at java.logging/java.util.logging.Logger.demandLogger(Logger.java:654)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
> at org.infinispan.server.Bootstrap.getBootLogger(Bootstrap.java:184)
> at org.infinispan.server.Bootstrap.runInternal(Bootstrap.java:131)
> at org.infinispan.server.tool.Main.run(Main.java:98)
> at org.infinispan.server.Bootstrap.main(Bootstrap.java:38)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.infinispan.server.loader.Loader.main(Loader.java:52)
> ERROR StatusLogger No logging configuration
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> {noformat}
> The server will be up and running http://127.0.0.1:11222/console/welcome and the server bash will be hanged.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11153) When starting the server all failures should be handled
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11153?page=com.atlassian.jira.plugi... ]
Diego Lovison reassigned ISPN-11153:
------------------------------------
Assignee: Diego Lovison
> When starting the server all failures should be handled
> -------------------------------------------------------
>
> Key: ISPN-11153
> URL: https://issues.redhat.com/browse/ISPN-11153
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.0.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When starting the server, if the log configuration is invalid, the cluster will form and the server will start handling requests.
> {noformat}
> dlovison@Diegos-MacBook-Pro bin % ./server.sh
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> ERROR StatusLogger Error parsing /Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml
> org.xml.sax.SAXParseException; systemId: file:///Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml; lineNumber: 1; columnNumber: 1; Premature end of file.
> at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:261)
> at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
> at org.apache.logging.log4j.core.config.xml.XmlConfiguration.<init>(XmlConfiguration.java:95)
> at org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:46)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:420)
> at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:347)
> at org.apache.logging.log4j.core.config.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:261)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:616)
> at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:637)
> at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:231)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
> at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
> at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:121)
> at org.apache.logging.log4j.jul.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:34)
> at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:46)
> at org.apache.logging.log4j.jul.LogManager.getLogger(LogManager.java:89)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:519)
> at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:515)
> at java.logging/java.util.logging.Logger.demandLogger(Logger.java:654)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
> at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
> at org.infinispan.server.Bootstrap.getBootLogger(Bootstrap.java:184)
> at org.infinispan.server.Bootstrap.runInternal(Bootstrap.java:131)
> at org.infinispan.server.tool.Main.run(Main.java:98)
> at org.infinispan.server.Bootstrap.main(Bootstrap.java:38)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.infinispan.server.loader.Loader.main(Loader.java:52)
> ERROR StatusLogger No logging configuration
> [Fatal Error] log4j2.xml:1:1: Premature end of file.
> {noformat}
> The server will be up and running http://127.0.0.1:11222/console/welcome and the server bash will be hanged.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months
[JBoss JIRA] (ISPN-11153) When starting the server all failures should be handled
by Diego Lovison (Jira)
Diego Lovison created ISPN-11153:
------------------------------------
Summary: When starting the server all failures should be handled
Key: ISPN-11153
URL: https://issues.redhat.com/browse/ISPN-11153
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.1.0.Final
Reporter: Diego Lovison
When starting the server, if the log configuration is invalid, the cluster will form and the server will start handling requests.
{noformat}
dlovison@Diegos-MacBook-Pro bin % ./server.sh
[Fatal Error] log4j2.xml:1:1: Premature end of file.
ERROR StatusLogger Error parsing /Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml
org.xml.sax.SAXParseException; systemId: file:///Users/dlovison/Documents/GitHub/infinispan/infinispan/server/runtime/target/infinispan-server-10.1.1-SNAPSHOT/server/conf/log4j2.xml; lineNumber: 1; columnNumber: 1; Premature end of file.
at java.xml/com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:261)
at java.xml/com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at org.apache.logging.log4j.core.config.xml.XmlConfiguration.<init>(XmlConfiguration.java:95)
at org.apache.logging.log4j.core.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:46)
at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:420)
at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:347)
at org.apache.logging.log4j.core.config.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:261)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:616)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:637)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:231)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:121)
at org.apache.logging.log4j.jul.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:34)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:46)
at org.apache.logging.log4j.jul.LogManager.getLogger(LogManager.java:89)
at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:519)
at java.logging/java.util.logging.LogManager.demandLogger(LogManager.java:515)
at java.logging/java.util.logging.Logger.demandLogger(Logger.java:654)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:717)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:701)
at org.infinispan.server.Bootstrap.getBootLogger(Bootstrap.java:184)
at org.infinispan.server.Bootstrap.runInternal(Bootstrap.java:131)
at org.infinispan.server.tool.Main.run(Main.java:98)
at org.infinispan.server.Bootstrap.main(Bootstrap.java:38)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.infinispan.server.loader.Loader.main(Loader.java:52)
ERROR StatusLogger No logging configuration
[Fatal Error] log4j2.xml:1:1: Premature end of file.
{noformat}
The server will be up and running http://127.0.0.1:11222/console/welcome and the server bash will be hanged.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 11 months