Problem with root.xml on AIX

We've tried to run Jigsaw 2.2.2 on AIX but we're getting a problem in (I think) processing the file root.xml.

At first we were just getting the error:
Unknown error while starting http-server: null 
*** FATAL Error: 
No servers launched ! 
I tracked down this rather cryptic message and added a printStackTrace() to it and we're seeing:
Unknown error while starting http-server: null 
java.lang.ArrayStoreException
        at java.lang.System.arraycopy(Native Method)
        at java.util.Vector.copyInto(Vector.java:167)
        at org.w3c.tools.resources.serialization.xml.XMLReader.endElement(XMLReader.java:119)
        at com.jclark.xml.sax.Driver.endElement(Driver.java)
        at com.jclark.xml.parse.EntityParser.parseContent(EntityParser.java)
        at com.jclark.xml.parse.EntityParser.parseDocumentEntity(EntityParser.java)
        at com.jclark.xml.parse.DocumentParser.parse(DocumentParser.java)
        at com.jclark.xml.parse.base.ParserImpl.parseDocument(ParserImpl.java)
        at com.jclark.xml.sax.Driver.parse(Driver.java)
        at org.w3c.tools.resources.serialization.xml.XMLReader.parse(XMLReader.java:200)
        at org.w3c.tools.resources.serialization.xml.XMLReader.readResources(XMLReader.java:214)
        at org.w3c.tools.resources.serialization.xml.XMLSerializer.readResources(XMLSerializer.java:142)
        at org.w3c.tools.resources.store.ResourceStoreImpl.loadResources(ResourceStoreImpl.java:475)
        at org.w3c.tools.resources.store.ResourceStoreImpl.lookupResource(ResourceStoreImpl.java:212)
        at org.w3c.tools.resources.store.NewReference.lock(NewStoreEntry.java:75)
        at org.w3c.tools.resources.store.NewStoreEntry.loadResource(NewStoreEntry.java:284)
        at org.w3c.tools.resources.store.ResourceStoreManager.loadRootResource(ResourceStoreManager.java:992)
        at org.w3c.jigsaw.http.httpd.loadRoot(httpd.java:852)
        at org.w3c.jigsaw.http.httpd.changeRoot(httpd.java:859)
        at org.w3c.jigsaw.http.httpd.initializeRootResource(httpd.java:888)
        at org.w3c.jigsaw.http.httpd.start(httpd.java:2032)
        at org.w3c.jigsaw.daemon.ServerHandlerManager.<init>(ServerHandlerManager.java(Compiled Code))
        at org.w3c.jigsaw.daemon.ServerHandlerManager.main(ServerHandlerManager.java:501)
        at org.w3c.jigsaw.Main.main(Main.java:15)
*** FATAL Error: 
No servers launched ! 
This same jigsaw implementation is working on Windows.  I checked the root.xml file, and it appears normal, and is in UNIX format (should it still be DOS format?). Except for the UNIX translation, root.xml is copied from the Windows version.

Anyone seen this before?  Any suggestions?

TIA,

Received on Thursday, 19 June 2003 10:28:40 UTC