Re: fresh start question: exception running the demo - element 'web-app' not found

2006-05-16 Thread Yonik Seeley
On 5/16/06, Doron Cohen <[EMAIL PROTECTED]> wrote: Btw, it seems the post.sh script has a type - for the demo add-docs stage to work, the URL should be set by "URL=http://localhost:8983/solr/update"; (rather than "URL=http://localhost:7070/update";. Hmmm, another victim of the downgrade. It's

Re: fresh start question: exception running the demo - element 'web-app' not found

2006-05-16 Thread Doron Cohen
This works for me! Thanks, Doron Btw, it seems the post.sh script has a type - for the demo add-docs stage to work, the URL should be set by "URL=http://localhost:8983/solr/update"; (rather than "URL=http://localhost:7070/update";. "Yonik Seeley" <[EMAIL PROTECTED]> wrote on 15/05/2006 19:31:09:

Re: fresh start question: exception running the demo - element 'web-app' not found

2006-05-15 Thread Yonik Seeley
The current build is broken, probably due to the recent Jetty downgrade (to the latest stable 5.1 release). I've already posted about it in solr-dev, and it will be fixed soon. In the meantime, turn off validation of the web.xml in Jetty and things should work. So start the example server like s

fresh start question: exception running the demo - element 'web-app' not found

2006-05-15 Thread Doron Cohen
Hi, Just loaded Solr - running the demo on Win32 (with Jetty) fails with exception: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. Same for both IBM and SUN JVM (1.5) Must be something simple cause didn't see any other complaints on this. Any Ideas?