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

2015-04-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 1674998 from [~markrmil...@gmail.com] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1674998 ]

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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2015-04-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 1674997 from [~markrmil...@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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2013-03-22 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4050:
--

[branch_4x commit] Yonik Seeley
http://svn.apache.org/viewvc?view=revisionrevision=1407095

SOLR-4050: upgrade jetty start.jar to match jetty libs


 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, 5.0


 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2013-03-22 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4050:
--

[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revisionrevision=1407108

SOLR-4050: ensure we have no trash in example/lib, move jetty start.jar into 
ivy.xml


 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, 5.0


 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2013-01-11 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4050:
---

Are we ready to close this?

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-29 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-4050:
-

I'm having this exact issue after upgrading (trunk). is there something I 
should clean/rebuild/delete in order to get this to work?

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-29 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-4050:


Tomas: try removing start.jar and let ivy re-get it.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-29 Thread JIRA

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

Tomás Fernández Löbbe commented on SOLR-4050:
-

That did the trick, thanks.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4050:
---

It works locally (ant example + java -jar start.jar)

So something must be screwed up in packaging somehow.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on SOLR-4050:
--

Yeah it works fine for me locally as well ... odd.

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-4050:


Ur... I guess I shouldn't have tried committing during a conference.  I was 
just so happy to have power/internet back finally!

I only upgraded the jetty libs (and did ant test of course), but I didn't check 
example.
Looks like start.jar comes from example/build.xml instead of example/ivy.xml 
like the other jetty jars.
I'll try to update soon (but if I can't get to it today, I'll be travelling all 
day Friday). 


 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4050:
---

Ill fix the start.jar! thanks Yonik

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-4050:


Oops, I already did it.  I gotta run now though, if I messed anything else up 
please have at it! (I won't be back in contact until the weekend)

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4050:
---

The ivy is messy here (due to the renaming of some jars original names). There 
are more problems.

Give me some time I want to ensure its cleaned up correctly, but this is 
definitely the issue :)


 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4050:
---

Your commit is correct, but the (pre-existing) problems are:
* its screwed up someone must bump jetty in two places, so start.jar should be 
an ivy profile
* ivy sync=true is disabled here, because of that its easy to have a dirty 
checkout also with 8.1.2 jars, and then for them to get sucked into packaging.

I'm gonna see if i can make it work in a cleaner way

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Michael McCandless (JIRA)

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

Michael McCandless commented on SOLR-4050:
--

I triggered a new nightly-smoke run ... it's waiting for executor slot now ...

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2012-11-08 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4050:
---

I really think the failure was due to the second pre-existing problem i 
mentioned above (I caused these actually)

Really a horrible bug (thats why i want to know its fixed!): because we do 
special ivy stuff here it was possible
for you to have a example/lib with both 8.1.2 and 8.1.7 jars. This would then 
get sucked into binary packaging!

I had previously worked LUCENE-4390 to detect this issue and fail the build on 
it explicitly, but i feel
like we maybe disabled that because of a problem deleting files in Windows 
jenkins...

Good that the smoketester found this!

 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org