Monday, November 17, 2008

Error in BPELAdmin and BPELConsole

An error occures when you try to access the BPELAdmin or BPELConsole:
http://HOSTNAME:PORT/BPELConsole/default/index.jsp and

Error:
[java.lang.NoSuchMethodException]
com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId(java.lang.String, com.oracle.bpel.client.auth.DomainAuth)
http://HOSTNAME:PORT/BPELAdmin/domains.jsp

Error:
com.collaxa.cube.ejb.impl.FinderBean.tryLookupInstanceByReferenceId

On Oracle Metalink this error is solved: note: 471035.1
There has been a problem with the orabpel.ear file in some environments. The issue
can be verified by checking the size of the orabpel.ear files in the the following locations

$ORACLE_HOME/bpel/system/services/lib

and

$ORACLE_HOME/j2ee/oc4j_soa/applications

If only one of them is of size 2530260 bytes, then you have hit upon the cause for this issue in your environment.

Solution
Copy the orabpel.ear from $ORACLE_HOME/bpel/system/services/lib (the one that is of size 2530260 bytes) to the location
$ORACLE_HOME/j2ee/oc4j_soa/applications (to replace the one that is not 2530260 bytes) and restart.

No comments:

Post a Comment

comment