Re: [logback-user] Logback-user Digest, Vol 65, Issue 4

Ceki, Yes. I am referring to https://github.com/tony19/logback-android I get the error No applicable action for [rollingPolicy]. I am not sure if I need to change something in the config file or if logback-android does not support rolling. Thanks, Pete On Sep 21, 2011, at 9:16 AM, <logback-user-request@qos.ch<mailto:logback-user-request@qos.ch>> wrote: Send Logback-user mailing list submissions to logback-user@qos.ch<mailto:logback-user@qos.ch> To subscribe or unsubscribe via the World Wide Web, visit http://qos.ch/mailman/listinfo/logback-user or, via email, send a message with subject or body 'help' to logback-user-request@qos.ch<mailto:logback-user-request@qos.ch> You can reach the person managing the list at logback-user-owner@qos.ch<mailto:logback-user-owner@qos.ch> When replying, please edit your Subject line so it is more specific than "Re: Contents of Logback-user digest..." Today's Topics: 1. NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy (jaybytez) 2. SMTPAppender buffer flushed on exit? (Mark Woon) 3. Re: SMTPAppender buffer flushed on exit? (Ceki G?lc?) 4. Release of logback v0.9.30 (Ceki G?lc?) 5. Re: Release of logback v0.9.30 (Neil Chaudhuri) 6. rolling in logback-android (Peter Chmiel) 7. Re: rolling in logback-android (Ceki G?lc?) 8. additional informations for appenders? (Lars Fischer) ---------------------------------------------------------------------- Message: 1 Date: Mon, 19 Sep 2011 13:17:46 -0700 (PDT) From: jaybytez <jaybytez@yahoo.com<mailto:jaybytez@yahoo.com>> To: logback-user@qos.ch<mailto:logback-user@qos.ch> Subject: [logback-user] NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy Message-ID: <32498079.post@talk.nabble.com<mailto:32498079.post@talk.nabble.com>> Content-Type: text/plain; charset=us-ascii We have a war file that is using SLF4J and Logback Classic/Core 0.9.29, running in WebLogic 11. Any thoughts to why I would get a no class found even though the jar exists? I assume we have jars in the war that are causing conflicts. Thanks...jay Exception in thread "ListenerContainer-1" java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:123) at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:471) at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:427) at ch.qos.logback.classic.Logger.log(Logger.java:846) at org.apache.commons.logging.impl.SLF4JLocationAwareLog.warn(SLF4JLocationAwareLog.java:199) at org.springframework.jms.listener.DefaultMessageListenerContainer.handleListenerSetupFailure(DefaultMessageListenerContainer.java:818) at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:968) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://old.nabble.com/NoClassDefFoundError%3A-ch-qos-logback-classic-spi-Thr... Sent from the Logback User mailing list archive at Nabble.com<http://Nabble.com>. ------------------------------ Message: 2 Date: Tue, 20 Sep 2011 12:54:07 -0700 From: Mark Woon <markwoon@gmail.com<mailto:markwoon@gmail.com>> To: logback-user@qos.ch<mailto:logback-user@qos.ch> Subject: [logback-user] SMTPAppender buffer flushed on exit? Message-ID: <CAAjVeDyUhTpSQ+pHuZ3Q5VTfRiROnF0rp5LDF-+q9jMzH4t-0A@mail.gmail.com<mailto:CAAjVeDyUhTpSQ+pHuZ3Q5VTfRiROnF0rp5LDF-+q9jMzH4t-0A@mail.gmail.com>> Content-Type: text/plain; charset="iso-8859-1" Is there a way to get the SMTPAppender to flush/send its buffer before the system exits? If I've a buffer of 64 and my program exits, it doesn't seem to be sending out what's in the queue. Is there a way to either configure it to flush before the program exits or a hook I can call to trigger it? Thanks, -Mark
participants (1)
-
Peter Chmiel