You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Jörn Huxhorn <jh...@googlemail.com.INVALID> on 2018/08/09 11:30:30 UTC

Lilith 8.2.0 has been released!

This version of Lilith demands Java 8 update 181 or higher and will
says so if you try to start it with an older version. It has also
been built and tested with Java 10.0.2.

You can still receive event from previous versions so if your application is
still running Java 7 or lower just keep using the 0.9.44 artifacts.
Keep in mind that Java SE 7 End of Public Updates has already been reached.

See http://lilithapp.com/releases/8.2.0.xhtml for details.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


Re: Lilith 8.2.0 has been released!

Posted by Ray Tayek <rt...@ca.rr.com>.
On 8/9/2018 4:30 AM, Jörn Huxhorn wrote:
> This version of Lilith demands ...

hi, using java 10 and trying to open one of my log files (please see 
below). lilith complains that it is not a valid log file.

also, i got some warnings.

any pointers will be appreciated.

thanks


D:\ray\dev\conradapps\rabbit2>java -jar D:/dev/lilith-8.2.0/lib/lilith.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.vmplugin.v7.Java7$1 (f
ile:/D:/dev/lilith-8.2.0/lib/groovy-2.5.1.jar) to constructor 
java.lang.invoke.M
ethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groov
y.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflect
ive access operations
WARNING: All illegal access operations will be denied in a future release

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log><record>
     <date>Aug 9, 2018 1:58:31 PM</date>
     <millis>1533848311326</millis>
     <sequence>663</sequence>
     <logger>xyzzy</logger>
     <level>INFO</level>
     <class>p.Main</class>
     <method>loop</method>
     <thread>1</thread>
     <message>added socket handler to: 192.168.1.8</message>
</record>

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org