Monday, June 7, 2010

ResourceException: com.ibm.despi.exception.DESPIException: failed in initialization (Errors & Solutions #1)

Context
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 )


6 comments:

  1. Could you please explain more how to fix this issue.I'm working on process server v7

    ReplyDelete
  2. I got this error because of two reasons, one is related to an unbounded adapter method, and the other is due to build problems

    Do you use WebSphere Adapters ?
    Do you have any errors in your project files ?

    ReplyDelete
  3. Hi Karim,
    Yes 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.

    ReplyDelete
  4. 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

    http://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

    ReplyDelete
  5. Thanks ..Appreciated your help.

    ReplyDelete
  6. Hello Anonymous,
    did you able to find out the solution, I have the same issue !

    Let me know if possible

    ReplyDelete