Ciao Marcello :)
It appears that you still have the old JAXP1.0 XML processor in the
classpath.
Check "program files" (win32) or whatever on linux for /Jaxp1.0.1.
In particular, the old parser.jar and jaxp.jar. Once you take those
out of the classpath, orion should start fine.
If you're actually parsing XML in your web app, then take a look at
what has changed at: http://java.sun.com/xml/jaxp-1.1/readme.html
Hope this helps.
-arnox
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, May 24, 2001 5:20 PM
To: Orion-Interest
Subject: Can't start Orion 1.5.1
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.j
ava: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:1
79)
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)