• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
You firghten me terribly. I would like to go home now. Here, take this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic