Oracle Weblogic Server (MOSC)

MOSC Banner

ODI 11.1.1.9 SDK with Java7/8 on Weblogic 12.1.3

edited Nov 27, 2015 10:12AM in Oracle Weblogic Server (MOSC) 1 commentAnswered

I have already a master and work repository defined and I am able to connect it through studio.

And I am doing this step from java,

  MasterRepositoryDbInfo masterInfo = new MasterRepositoryDbInfo(pMasterReposUrl, pMasterReposDriver, pMasterReposUser, pMasterReposPassword.toCharArray(), new PoolingAttributes());
WorkRepositoryDbInfo workInfo = null;
if (pWorkReposName != null)
workInfo = new WorkRepositoryDbInfo(pWorkReposName, new PoolingAttributes());

  OdiInstance inst = OdiInstance.createInstance(new OdiInstanceConfig(masterInfo, workInfo));

However, immediately after the last line to connect to repository, the programme is getting terminated.
There is no error message or exception raised.

This happens with weblogic 12.1.3 . This works fine with weblogic 12.1.2 .

I have also applied the following patch on 12.1.3 but to no avail.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center