huxi / lilith

Lilith is a Logging- and AccessEvent viewer for Logback, log4j, log4j2 and java.util.logging
http://lilith.huxhorn.de
GNU Lesser General Public License v3.0
137 stars 18 forks source link

Log4j2 2.1 socket appender fails to connect #19

Closed taorg closed 10 years ago

taorg commented 10 years ago

Lilith-0.9.45-SNAPSHOT fails to render log4j2 events. Although socket server is listening, nothing renders. ➜ ~ sudo lsof -i :4445 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 52364 taorg 64u IPv6 0x37e3f8ceb2bfd67 0t0 TCP *:upnotifyp (LISTEN) java 52364 taorg 92u IPv6 0x37e3f8ce961f867 0t0 TCP localhost:upnotifyp->localhost:49283 (CLOSE_WAIT) java 52364 taorg 98u IPv6 0x37e3f8ceb2bd067 0t0 TCP localhost:upnotifyp->localhost:49313 (CLOSE_WAIT)

huxi commented 10 years ago

You are using a SNAPSHOT. Did you build it after the commit that added log4j 2.1?

Lilith is receiving events from the log4j 2 sandbox without problems for me.

taorg commented 10 years ago

Hello Jörn, You are right, sorry. Lilith works fine with log4j2 and its socket appender.

We thought it was Lilith fault but we are thinking now is Jgroups, but we are still not 100% sure,  and thats why I didn’t mention it yet.

Anyway sorry again, your soft is a sweet piece and it works perfectly right.   Greetings Antonio López-Cerón Vivo antonio.lopez@ptbsl.com +34 640206774  

From: Jörn Huxhorn notifications@github.com Reply: huxi/lilith reply@reply.github.com> Date: 5 Nov 2014 at 13:51:30 To: huxi/lilith lilith@noreply.github.com> Cc: taorg antonio.lopez@ptbsl.com> Subject:  Re: [lilith] Log4j2 2.1 socket appender fails to connect (#19)

You are using a SNAPSHOT. Did you build it after the commit that added log4j 2.1?

Lilith is receiving events from the log4j 2 sandbox without problems for me.

— Reply to this email directly or view it on GitHub.

huxi commented 10 years ago

No problem & thanks. :)