aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes com.ibm.ws.exception.WsEJBException: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "com.ibm.ws.exception.WsEJBException: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I)" Watch "com.ibm.ws.exception.WsEJBException: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I)" New topic
Author

com.ibm.ws.exception.WsEJBException: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I)

rajesh babuy
Greenhorn

Joined: Nov 12, 2010
Posts: 20
Hi ,

i deployed my EJB2.0 application on WAS6.1 server. From EJB i'm connecting to JMS queue. i'm able to connect with the queue properly and getting the response as well. But still i'm able to see the this excetpion in application server SYSTEM ERROR logs.

[2/23/12 7:47:57:684 CST] 00000027 SystemErr R Caused by: com.ibm.ws.exception.WsEJBException: nested exception is: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I)Ljava/lang/String;
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:229)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.setUncheckedException(LocalExceptionMappingStrategy.java:394)
at com.ibm.ejs.container.EJSDeployedSupport.setUncheckedLocalException(EJSDeployedSupport.java:473)
at com.cisco.qtc.services.pds.beans.EJSLocalStatelessPDS_069e9cb0.preValidate(Unknown Source)
at cisco.ipc.customer.DealManager.preValidate(DealManager.java:546)

Could anyone address this..

Thanks,
Rajesh
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: com.ibm.ws.exception.WsEJBException: java.lang.NoSuchMethodError: org/xml/sax/Attributes.getQName(I)
 
Similar Threads
SAX Exception
An illegal attempt to commit a one phase capable resource with existing two phase-WAS
Very Very Urgent Pls.!!!! Regarding XA Transaction
Very Very Urgent Pls.!!!! Regarding XA Transaction
Help needed with MDB configuration