Hello,
I downloaded Orion 1.4.5 and it works fine out of the box.
Then I autoupdated it to 1.5.1 but it throws the following exception.
I tried both updating the configuration files (answering all 'y') and
not doing it (answering all 'n').
Also tried with Sun's SDK 1.2.2 and IBM's 1.3.0.
Any suggestion ?
Thanks for your attention.
Marcello
java.lang.NoSuchMethodError: org.xml.sax.Attributes: method
getQName(I)Ljava/lang/String; not found
at org.apache.crimson.tree.AttributeSet.<init>(AttributeSet.java:139)
at
org.apache.crimson.tree.XmlDocumentBuilder.startElement(XmlDocumentBuilder.java:463)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1449)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
at
org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
at com.evermind._ug.getJavaxDocument(Unknown Source)
at com.evermind.xml.XMLUtils.getDocument(Unknown Source)
at com.evermind.xml.XMLConfig._qh(Unknown Source)
at com.evermind.xml.XMLConfig._qh(Unknown Source)
at com.evermind._iy.run(Unknown Source)
at java.lang.Thread.run(Thread.java:498)
at com.evermind._ip.run(Unknown Source)