Posts Tagged ‘OpenWorks’

h1

OpenWorks: Create interpretation project failed

January 13, 2009

It’s failed when creating interpretation project in OpenWorks R5000. The error message says:

Create interpretation project failed:
Failed to insert information in project PROJECTNAME using
begin
PROJECTNAME.ow_prj_utils_pkg.ow_store_password(?,?,);
end;

The ow_prj_utils_pkg.ow_store_password will call java store procedure. This java store procedure is loaded into interpretation project. To load java class into database, OpenWorks will call loadjava utility. The loadjava is oracle utility.

To fix this issue, you have to make sure that you correctly install Oracle 10g.
1. Check the $ORACLE_HOME
2. Make sure loadjava is in your $PATH, check with which loadjava
3. Check the content by calling: more loadjava

Follow

Get every new post delivered to your Inbox.