Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0368BDD64 for ; Thu, 8 Nov 2012 14:55:15 +0000 (UTC) Received: (qmail 81516 invoked by uid 500); 8 Nov 2012 14:55:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 80871 invoked by uid 500); 8 Nov 2012 14:55:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 80832 invoked by uid 99); 8 Nov 2012 14:55:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 14:55:12 +0000 Date: Thu, 8 Nov 2012 14:55:12 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1880627628.86970.1352386512194.JavaMail.jiratomcat@arcas> In-Reply-To: <353397354.86774.1352383512370.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493238#comment-13493238 ] Robert Muir commented on SOLR-4050: ----------------------------------- ok I think this is better (only one hackish thing in the whole setup now). I'll resolve when nightly-smoke passes in jenkins! > Solr example fails to start in nightly-smoke > -------------------------------------------- > > Key: SOLR-4050 > URL: https://issues.apache.org/jira/browse/SOLR-4050 > Project: Solr > Issue Type: Bug > Reporter: Michael McCandless > Priority: Blocker > > The nightly smoke job is stalled (I'll go kill it shortly): https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/22/console > It's stalled when trying to run the Solr example ... the server produced this output: > {noformat} > java.lang.ClassNotFoundException: org.eclipse.jetty.xml.XmlConfiguration > at java.net.URLClassLoader$1.run(URLClassLoader.java:217) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:205) > at java.lang.ClassLoader.loadClass(ClassLoader.java:321) > at java.lang.ClassLoader.loadClass(ClassLoader.java:266) > at org.eclipse.jetty.start.Main.invokeMain(Main.java:424) > at org.eclipse.jetty.start.Main.start(Main.java:602) > at org.eclipse.jetty.start.Main.main(Main.java:82) > ClassNotFound: org.eclipse.jetty.xml.XmlConfiguration > Usage: java -jar start.jar [options] [properties] [configs] > java -jar start.jar --help # for more information > {noformat} > Seems likely the Jetty upgrade somehow caused this... > Separately I committed a fix to smoke tester so that it quickly fails if the Solr example fails to start ... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org