Thanks for the report Karl, much appreciated. It looks like a problem with your servlet container/JVM not liking the XML entity "../../../conf/web.external.xml" in the web.xml I guess the IBM JVM uses some stricter XML parsing rules or something.
If you remove that from the web.xml, it should be fine (in fact I had removed it in the past already... I don't know how it came back). I'll remove it now so it will be fixed for the next nightly build. -Yonik On 6/1/06, karl wettin <[EMAIL PROTECTED]> wrote:
Hi all, I need to get something up and running in 12 hours, so I thought it could be fun to see if Solr would work out of the box for me. Neither the example nor the dist war would start. No big deal, I'll hack something up another way. Just thought it would be a good thing to report this. I'm on IBM 1.5 on my PPC Linux. Here are the logs: [EMAIL PROTECTED]:~/download/solr-nightly/example$ java -jar start.jar 18:52:16.463 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:110) >14> added [EMAIL PROTECTED] 18:52:16.215 INFO [main] org.mortbay.util.FileResource.<clinit>(FileResource.java:61) >09> Checking Resource aliases 18:52:16.774 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:82) >10> Schema validation may not be supported 18:52:17.335 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:686) >07> Version Jetty/5.1.11RC0 18:52:17.537 INFO [main] org.mortbay.util.Container.start(Container.java:75) >11> Started [EMAIL PROTECTED] 18:52:17.645 INFO [main] org.mortbay.util.Container.start(Container.java:75) >08> Started ServletHttpContext[/,/] 18:52:17.756 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:206) >08> Started SocketListener on 127.0.0.1:8081 18:52:17.864 INFO [main] org.mortbay.util.Container.start(Container.java:75) >06> Started [EMAIL PROTECTED] 18:52:18.417 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1131) >12> Statistics on = false for [EMAIL PROTECTED] 18:52:18.533 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:686) >07> Version Jetty/5.1.11RC0 18:52:18.987 INFO [main] org.mortbay.jetty.servlet.WebApplicationContext.resolveWebApp(WebApplicationContext.java:249) >10> Extract jar:file:/home/kalle/download/solr-nightly/example/webapps/solr.war!/ to /tmp/Jetty__8983__solr/webapp 18:52:19.427 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:82) >14> Schema validation may not be supported 18:52:22.850 WARN!! [main] org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:520) >09> Configuration error on jar:file:/home/kalle/download/solr-nightly/example/webapps/solr.war!/ java.net.MalformedURLException: Absolute URL required with null context: ../../../conf/web.external.xml at java.net.URL.<init>(libgcj.so.7) at java.net.URL.<init>(libgcj.so.7) at gnu.xml.aelfred2.SAXDriver.absolutize(libgcj.so.7)