You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/01/28 14:57:26 UTC

DO NOT REPLY [Bug 26491] New: - Incompatible object argument exception on AIX 64 bit

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26491>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26491

Incompatible object argument exception on AIX 64 bit

           Summary: Incompatible object argument exception on AIX 64 bit
           Product: XalanJ2
           Version: 2.4
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: egersdorf@kadel.cz


We have running application on aix, which is using Xalan 2.4.1 and Xerces 2.0. 
Now customer port it on aix 64 bit and he is using java 1.4 and we received 
this exception:

java.lang.VerifyError: (class: org/apache/xalan/xpath/xdom/XercesLiaison, 
method: parse signature: (Lorg/xml/sax/InputSource;)V) Incompatible object 
argument for method call
	at java.lang.Class.forName1(Native Method)
	at java.lang.Class.forName(Class.java:161)
	at org.apache.xalan.xslt.XSLTEngineImpl.<init>(XSLTEngineImpl.java:360)
	at org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor
(XSLTProcessorFactory.java:79)