Error on Oracle BPM Studio

Asked By 30 points N/A Posted on -
qa-featured

Hi

I have Oracle BPM Studio and I created a project in it. This project requires me to add a COBRA component but when I try to do so I get an error as shown below. I am stuck waiting for expert help.

I was trying to add a CORBA component to a project inside Oracle BPM Studio and suddenly I ran to the error shown in the image below.

Error message:

@An ORB library must be installed in the ORB instropector plugin.

After that you can introspect CORBA components.

SHARE
Answered By points N/A #184421

Error on Oracle BPM Studio

qa-featured

Hi Jake D Woods,

This error means, BPM Studio docs state that you must to install the “jCorb library”

So first of all you need to download jacORB.

Unzip it &  get the following records from the lib directory.

  • antlr-2.7.2.jar
  • avalon-framework-4.1.5.jar
  • backport-util-concurrent.jar
  • idl.jar
  • jacorb.jar
  • logkit-1.2.jar
  • picocontainer-1.2.jar
  • wrapper-3.1.0.jar
  • wrapper.dll

Place them under the following folder:

${aqualogicDirectory}/studio/studio/eclipse/plugins/fuego.ncorba_6.0.0/lib

After that you will be able to start BPM Studio & support for CORBA components will be functioning well.

Related Questions