Monday, May 5, 2014

Sometime we face below error when we try to implement Custom Java error handler inside fault policy file.

Error: java.lang.NoClassDefFoundError comcollaxacubeenginefpBPELFaultRecoveryCont
extImpl

Reason: Reason behind this error is that you are putting your custom jar file at wrong location.

Solution: You need to put your custom jar file at below location and follow below steps.
1.    Go to ${Middleware_Home}\Oracle_SOA1\soa\modules\oracle.soa.ext_11.1.1.
2.    Copy your custom jar file here.
3.    Run ant.

4.    Restart your all servers.



2 comments :

  1. [url=http://postimg.org/image/k6ie0bba1/][img]http://s4.postimg.org/k6ie0bba1/image.jpg[/img][/url]

    ReplyDelete
  2. After i put jar file in that dir and run ant it failed! like blow pic, for solve this problem i have to delete if condition in build file, could we do other solution without modify build.xml?
    ant run pic:
    http://s4.postimg.org/mcha8k44d/image.png

    NoClassDefFoundError
    http://s4.postimg.org/dg1wqvo4d/image.png

    ReplyDelete