Hi, I've build latest CVS snapshot of xindice1.1 on W2000 workstation. I'm attempting to run it from the embedded Jetty.
Here are the problems: 1. "xindice start" throws the following (to capture it I had to disable new pop up command prompt) C:\java\xml-xindice>xindice start 13:20:12.602 EVENT Checking Resource aliases 13:20:12.783 WARN!! java.lang.NumberFormatException: tools\jetty\conf\main.xml at java.lang.Integer.parseInt(Integer.java:414) at java.lang.Integer.parseInt(Integer.java:463) at org.mortbay.util.InetAddrPort.<init>(InetAddrPort.java:83) at org.mortbay.http.HttpServer.main(HttpServer.java:1410) at java.lang.reflect.Method.invoke(Native Method) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) It looks like the argument tools\jetty\conf\main.xml is reaching jetty main method which expects [host:port] argument. When I replace it with just port number e.g. 8888 jetty starts fine but I'm not getting anything at \Xindice 2. Also when I try to run the command line I get the following C:\java\xml-xindice\bin>xindice Exception in thread "main" java.lang.NoSuchMethodError: main Looks like I'm missing some configurations can someone point me to the right direction? Thanks, Bob Stone