Error Occured while running WebSphere ESB module which depends on WebSphere JDBC Adapter
Error:
ResourceException thrown in J2CMethodBindingImpl.invoke() javax.resource.ResourceException: com.ibm.despi.exception.DESPIException: failed in initialization
Solution:
1-There was an unbound method in the adapter import properties ( bounded)
2-Adapter Business Object class files were not generated because of a build problem ( fixed build problem and re-cleaned the project )
Tweet
Could you please explain more how to fix this issue.I'm working on process server v7
ReplyDeleteI got this error because of two reasons, one is related to an unbounded adapter method, and the other is due to build problems
ReplyDeleteDo you use WebSphere Adapters ?
Do you have any errors in your project files ?
Hi Karim,
ReplyDeleteYes using Mediation and JDBC adapter. I don't have any error in my project file. My server are process server 7.0.0.3 and app server 7.0.0.11. Configured Resource adapter,connection factory,JDBC provider and data source and tested the connection from admin console.
Thanks for answering my question.
It seems your root cause is different than mine, please check the web for other people having this error, and also try searching all IBM websites for this exception using the the below search query
ReplyDeletehttp://www.google.com/search?client=ubuntu&channel=fs&q=%22com.ibm.despi.exception.DESPIException%22&ie=utf-8&oe=utf-8#hl=en&client=ubuntu&hs=7of&channel=fs&q=+site:ibm.com+%22com.ibm.despi.exception.DESPIException%22&bav=on.2,or.r_gc.r_pw.&fp=64c1e31bf7b9245c&biw=1440&bih=757
Thanks ..Appreciated your help.
ReplyDeleteHello Anonymous,
ReplyDeletedid you able to find out the solution, I have the same issue !
Let me know if possible