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:

> 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 so:
>
> java -Dorg.mortbay.xml.XmlParser.NotValidating=true -jar start.jar
>
> -Yonik
>
>
> On 5/15/06, Doron Cohen <[EMAIL PROTECTED]> wrote:
> >
> > 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?
> >
> > Thanks,
> > Doron
> > ---------------------------------------------------------------
> > Detailed exception follows:
> > Extract jar:file:/D:/sft/solr/solr-nightly/example/webapps/solr.war!/
to
> > C:\DOCUME~1\tpowner\LOCALS~1\Temp\Jetty__8983__solr\webapp
> > 14:38:10.769 WARN!! [main]
> > org.mortbay.xml.XmlParser$Handler.error(XmlParser.java:372) >31>
[EMAIL PROTECTED]
> > line:8 col:10 : org.xml.sax.SAXParseException: cvc-elt.1: Cannot find
the
> > declaration of element 'web-app'.
> > 14:38:10.779 WARN!! [main]
> > org.mortbay.jetty.servlet.WebApplicationContext.
> doStart(WebApplicationContext.java:519)
> >  >12> Configuration error on
> > jar:file:/D:/sft/solr/solr-nightly/example/webapps/solr.war!/
> > org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration
of
> > element 'web-app'.
> >         at
> > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.
> createSAXParseException(ErrorHandlerWrapper.java:236)
> >         at
> > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.
> error(ErrorHandlerWrapper.java:172)
> >         at
> > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.
> reportError(XMLErrorReporter.java:382)
> >         at
> > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.
> reportError(XMLErrorReporter.java:316)
> >         at
> > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.
> handleStartElement(XMLSchemaValidator.java:1944)
> >         at
> > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.
> startElement(XMLSchemaValidator.java:705)
> >         at
> > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.
> scanStartElement(XMLNSDocumentScannerImpl.java:330)
> >         at
> > com.sun.org.apache.xerces.internal.impl.
> XMLNSDocumentScannerImpl$NSContentDispatcher.
> scanRootElementHook(XMLNSDocumentScannerImpl.java:779)
> >         at
> > com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.
> dispatch(XMLDocumentFragmentScannerImpl.java:1794)
> >         at
> > com.sun.org.apache.xerces.internal.impl.
> XMLDocumentFragmentScannerImpl.
> scanDocument(XMLDocumentFragmentScannerImpl.java:368)
> >         at
> > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.
> parse(XML11Configuration.java:834)
> >         at
> > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.
> parse(XML11Configuration.java:764)
> >         at
> > com.sun.org.apache.xerces.internal.parsers.XMLParser.
> parse(XMLParser.java:148)
> >         at
> > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.
> parse(AbstractSAXParser.java:1242)
> >         at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> >         at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
> >         at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
> >         at
> > org.mortbay.jetty.servlet.XMLConfiguration.
> configureWebApp(XMLConfiguration.java:190)
> >         at
> > org.mortbay.jetty.servlet.WebApplicationContext.
> configureWebApp(WebApplicationContext.java:425)
> >         at
> > org.mortbay.jetty.servlet.WebApplicationContext.
> doStart(WebApplicationContext.java:478)
> >         at org.mortbay.util.Container.start(Container.java:72)
> >         at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
> >         at org.mortbay.util.Container.start(Container.java:72)
> >         at org.mortbay.jetty.Server.main(Server.java:460)
> >         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:585)
> >         at org.mortbay.start.Main.invokeMain(Main.java:151)
> >         at org.mortbay.start.Main.start(Main.java:476)
> >         at org.mortbay.start.Main.main(Main.java:94)
> > ---------------------------------------------------------------
> >
> >
>
>
> --
> -Yonik
> http://incubator.apache.org/solr Solr, the open-source Lucene search
server

Reply via email to