Hi,
I have installed OBIA Apps 11.1.1.10.1 and OBIEE 11.1.1.9.5 (patches applied) on Windows 2008 R2 Server (64-Bit) successfully.
I am trying to open the catalog manager from the following location -
C:\oracle\Middleware\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalogmanager\runcat.bat
However nothing is happening and a file (file name is some number eg - 1457939961504 ) gets created in the same folder with the following msgs -
!ENTRY org.eclipse.core.runtime 4 0 2016-03-14 12:49:21.988
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.app; bundle-version="[1.0.0,2.0.0)"
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
....
!ENTRY org.eclipse.osgi 4 0 2016-03-14 12:49:21.988
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
...
!ENTRY org.eclipse.osgi 2 0 2016-03-14 12:49:22.004
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-03-14 12:49:22.004
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar/ was not resolved.
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2016-03-14 12:49:22.004
!MESSAGE Missing required bundle org.eclipse.equinox.app_[1.0.0,2.0.0).
!ENTRY org.eclipse.osgi 2 0 2016-03-14 12:49:22.020
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-03-14 12:49:22.020
!MESSAGE Bundle initial@reference:file:plugins/com.siebel.analytics.web.catalogmanager_1.0.0.jar/ [2] was not resolved.
!SUBENTRY 2 com.siebel.analytics.web.catalogmanager 2 0 2016-03-14 12:49:22.020
!MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
!SUBENTRY 2 com.siebel.analytics.web.catalogmanager 2 0 2016-03-14 12:49:22.020
!MESSAGE Missing required bundle org.eclipse.core.runtime_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2016-03-14 12:49:22.020
As per some other OTN posts, it was mentioned that the issue is with double quotes missing in the runcat.bat file and I tried following the steps mentioned in that post. However still I am facing the same issue.
Can anyone help me with this ?
Regards