grobmeier opened a new issue, #22:
URL: https://github.com/apache/logging-chainsaw/issues/22

   When downloading the standalone version of Chainsaw, the bin/chainsaw 
command (on OSX) will fail:
   
   ```
   ./bin/chainsaw
   ➜  apache-chainsaw-2.1.0 Exception in thread "main" 
java.lang.ExceptionInInitializerError
        at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:990)
        at com.thoughtworks.xstream.XStream.<init>(XStream.java:593)
        at com.thoughtworks.xstream.XStream.<init>(XStream.java:515)
        at com.thoughtworks.xstream.XStream.<init>(XStream.java:484)
        at com.thoughtworks.xstream.XStream.<init>(XStream.java:430)
        at com.thoughtworks.xstream.XStream.<init>(XStream.java:397)
        at 
org.apache.log4j.chainsaw.ApplicationPreferenceModelSaver.loadSettings(ApplicationPreferenceModelSaver.java:53)
        at 
org.apache.log4j.chainsaw.prefs.SettingsManager.configure(SettingsManager.java:302)
        at org.apache.log4j.chainsaw.LogUI.main(LogUI.java:211)
   Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
field private final java.util.Comparator java.util.TreeMap.comparator 
accessible: module java.base does not "opens java.util" to unnamed module 
@689349f1
        at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
        at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
        at 
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
        at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
        at com.thoughtworks.xstream.core.util.Fields.locate(Fields.java:40)
        at 
com.thoughtworks.xstream.converters.collections.TreeMapConverter.<clinit>(TreeMapConverter.java:50)
        ... 9 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to