Dean Hiller created LOGBACK-1474: ------------------------------------ Summary: GEventEvaluator not working in logback 1.3.0-alpha4 (due to groovy issue) Key: LOGBACK-1474 URL: https://jira.qos.ch/browse/LOGBACK-1474 Project: logback Issue Type: Bug Components: logback-classic Affects Versions: 1.3.0-alpha4, 1.3.0-alpha3, 1.3.0-alpha1 Environment: any Reporter: Dean Hiller Assignee: Logback dev list
Due to a groovy issue(I need to create or find one and link here), GEventEvaluator is not supported. To reproduce, you can follow these steps * git clone [https://github.com/deanhiller/webpieces.git] * cd webpieces * git checkout logbackBugs * import into Intellij OR Eclipse via gradle (both are tested often and work) * Open DevelopmentServer.java and run it You will see this exception 09:21:00,636 |-ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not create component [evaluator] of type [ch.qos.logback.classic.boolex.GEventEvaluator] java.lang.ClassNotFoundException: ch.qos.logback.classic.boolex.GEventEvaluator at java.lang.ClassNotFoundException: ch.qos.logback.classic.boolex.GEventEvaluator at at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at at ch.qos.logback.core.util.Loader.loadClass(Loader.java:120) at at ch.qos.logback.core.joran.action.NestedComplexPropertyIA.begin(NestedComplexPropertyIA.java:102) at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:269) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145) at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:128) at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:50) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110) at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53) at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:82) at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:157) at at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:49) at at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:40) at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:151) at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:139) at at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:417) at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:403) at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:352) at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:378) at at WEBPIECESxPACKAGE.DevelopmentServer.<clinit>(DevelopmentServer.java:8) -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev