You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/21 00:39:59 UTC

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

    [ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503850#comment-14503850 ] 

ASF subversion and git services commented on SOLR-4050:
-------------------------------------------------------

Commit 1674997 from [~markrmiller@gmail.com] in branch 'dev/trunk'
[ https://svn.apache.org/r1674997 ]

SOLR-7429: Remove Solr server module sync-hack introduced in SOLR-4050.

> 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
>             Fix For: 4.1, Trunk
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org