Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 58443 invoked from network); 30 May 2010 15:07:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 May 2010 15:07:16 -0000 Received: (qmail 63568 invoked by uid 500); 30 May 2010 15:07:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 63490 invoked by uid 500); 30 May 2010 15:07:16 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 63482 invoked by uid 500); 30 May 2010 15:07:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 63479 invoked by uid 99); 30 May 2010 15:07:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 May 2010 15:07:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 May 2010 15:07:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4UF6pZS025715 for ; Sun, 30 May 2010 15:06:52 GMT Message-ID: <30974159.5791275232011877.JavaMail.jira@thor> Date: Sun, 30 May 2010 11:06:51 -0400 (EDT) From: "Christian Mueller (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Closed: (CAMEL-2766) camel-esper (from camel-extra): Test failed with java.lang.NoClassDefFoundError: org/antlr/runtime/RecognizerSharedState In-Reply-To: <16967430.5671275217791809.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mueller closed CAMEL-2766. ------------------------------------ Resolution: Fixed http://code.google.com/p/camel-extra/source/detail?r=295 > camel-esper (from camel-extra): Test failed with java.lang.NoClassDefFoundError: org/antlr/runtime/RecognizerSharedState > ------------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-2766 > URL: https://issues.apache.org/activemq/browse/CAMEL-2766 > Project: Apache Camel > Issue Type: Task > Affects Versions: 2.2.0 > Environment: All > Reporter: Christian Mueller > Assignee: Christian Mueller > Fix For: 2.3.0 > > Attachments: CAMEL-2766.patch > > > ------------------------------------------------------------------------------- > Test set: org.apache.camel.component.esper.EsperRouteTest > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.56 sec <<< FAILURE! > testSendMessagesIntoEsper(org.apache.camel.component.esper.EsperRouteTest) Time elapsed: 2.292 sec <<< ERROR! > java.lang.NoClassDefFoundError: org/antlr/runtime/RecognizerSharedState > at com.espertech.esper.epl.generated.EsperEPL2GrammarLexer.(EsperEPL2GrammarLexer.java:361) > at com.espertech.esper.epl.parse.ParseHelper.parse(ParseHelper.java:109) > at com.espertech.esper.core.EPAdministratorImpl.compilePattern(EPAdministratorImpl.java:342) > at com.espertech.esper.core.EPAdministratorImpl.createPatternStmt(EPAdministratorImpl.java:131) > at com.espertech.esper.core.EPAdministratorImpl.createPattern(EPAdministratorImpl.java:91) > at org.apache.camel.component.esper.EsperEndpoint.createStatement(EsperEndpoint.java:76) > at org.apache.camel.component.esper.EsperEndpoint.getStatement(EsperEndpoint.java:68) > at org.apache.camel.component.esper.EsperEndpoint.createConsumer(EsperEndpoint.java:54) > at org.apache.camel.component.esper.EsperEndpoint.createConsumer(EsperEndpoint.java:30) > at org.apache.camel.impl.EventDrivenConsumerRoute.addServices(EventDrivenConsumerRoute.java:60) > at org.apache.camel.impl.DefaultRoute.onStartingServices(DefaultRoute.java:83) > at org.apache.camel.impl.RouteService.doStart(RouteService.java:123) > at org.apache.camel.impl.ServiceSupport.start(ServiceSupport.java:53) > at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:957) > at org.apache.camel.ContextTestSupport.startCamelContext(ContextTestSupport.java:120) > at org.apache.camel.ContextTestSupport.setUp(ContextTestSupport.java:85) > at junit.framework.TestCase.runBare(TestCase.java:125) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) > at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) > Caused by: java.lang.ClassNotFoundException: org.antlr.runtime.RecognizerSharedState > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > ... 37 more > Caused by: java.lang.ClassNotFoundException: org.antlr.runtime.RecognizerSharedState > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > ... 37 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.