Ismael,
I had the same problem. The reason it occurs is because there is a jaxp.jar
in the jre/lib/ext directory of the IBM VM, which means this will be used as
standard by the VM (before the jaxp.jar in the orion directory). There must
be some version incompatibility between Orion and the IBM one - I also had
the same problem. Remove the one from jre/lib/ext directory, and it should
work.
Regards,
Nicki
-----Original Message-----
From: Ismael <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Monday, August 06, 2001 1:25 PM
Subject: Orion 1.5.2 and IBM 1.3 for windows
>Sorry, IBM version is
>
>java version "1.3.0"
>Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
>Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cn130-20010329 (JIT enabled:
>jitc)
>)
>
>
>Has any of you make Orion 1.52. work with IBM 1.3 for windows ?
>
>I have copied tools.jar into orion1.5.2 folder and I get the following
>error when I start OrionServer.
>
>java.lang.NoSuchMethodError: org.xml.sax.Attributes: method
>getQName(I)Ljava/lan
>g/String; not found
> at
org.apache.crimson.tree.AttributeSet.<init>(AttributeSet.java:139)
> at
>org.apache.crimson.tree.XmlDocumentBuilder.startElement(XmlDocumentBu
>ilder.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._un.getJavaxDocument(Unknown Source)
> at com.evermind.xml.XMLUtils.getDocument(Unknown Source)
> at com.evermind.xml.XMLConfig._cg(Unknown Source)
> at com.evermind.xml.XMLConfig._cg(Unknown Source)
> at com.evermind._in.run(Unknown Source)
> at java.lang.Thread.run(Thread.java:498)
> at com.evermind._if.run(Unknown Source)
>
>Is there any solution for this ?
>
>Regards,
>Ismael
>
>
>