About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Troubleshooting
Problem
User launches Controller. User tries to start any JAVA-based functionality (e.g. "Group - Command Center" or "Company - Command Center" or "Maintain - Jobs - Define"). An error appears. There is also an error recorded inside the 'ccr_integration.log' file (which is located inside the end user's Windows profile).
Symptom
Screen:
The error message may vary, depending on environments/circumstances. Below are some examples seen:
Internal Error
Error details
com.ibm.cognos.ccr.integration.IntegrationFacadeException: org.eclipse.core.runtime.adaptor.EclipseStarter failed!
at com.ibm.cognos.ccr.integration.IntegrationServiceAdapter$MyEclipseStarter.run(IntegrationServiceAdapter.java:170)
at java.lang.Thread.run(Thread.java:781)
Caused by: org.eclipse.core.runtime.CoreException: Plug-in com.ibm.cognos.ccr.integration.application was unable to load class com.ibm.cognos.ccr.integration.application.internal.IntegrationApplication.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
<....>
at com.ibm.cognos.ccr.integration.IntegrationServiceAdapter$MyEclipseStarter.run(IntegrationServiceAdapter.java:168)
... 1 more
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.ibm.cognos.ccr.integration.application (11).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:122)
<.....>
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
... 9 more
Caused by: org.osgi.framework.BundleException: Exception in com.ibm.cognos.ccr.integration.application.internal.Activator.start() of bundle com.ibm.cognos.ccr.integration.application.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
<....>
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
... 21 more
Caused by: java.lang.NullPointerException
at com.ibm.cognos.ccr.integration.application.internal.Activator.start(Activator.java:71)
<....>
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
... 27 more
ccr_integration.log (located inside the end user's profile C:\Users\USERNAME\AppData\Roaming\Cognos\ccr):
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationClientUtils#initializeLogger] POJO logger for integration facade started: count=10, limit=500000
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationClientUtils#initializeLogger] JVM args: -Xoptionsfile=C:\Program Files (x86)\IBM\IBM Cognos <....>
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationThreadFactory#initialize] Initialized OK
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationFacadeImpl#<init>] Instantiated OK
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.DefaultIntegrationFacade#initialize] Initializing ...
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter#initialize] arguments: C:\Program Files (x86)\IBM\IBM Cognos Controller\Integration\,en_GB,ltr,helpURL=http://servername/ibmcognos/controllerhelp/documentation/en/&ccrUser=MY…\SQLIntegrationControllerDEV2
2014-07-17 15:09 | WARNING | [com.ibm.cognos.ccr.integration.IntegrationClientUtils#resolveUserHome] Java property 'user.home' (\\fileserver\sharename\profilefolder\MYUSERNAME) does not match Windows %UserProfile% (C:\Users\MYUSERNAME); attempt to store user data in C:\Users\MYUSERNAME
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter$MyUserConfigurationUpdater#isPropertiesEqual] Configuration file contents match
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter#initializeEclipseAndOSGi] User configuration file is up-to-date: C:\Users\MYUSERNAME\ccr-config\.eclipse\configuration\config.ini
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter#initializeEclipseAndOSGi] Properties:
[osgi.install.area=C:\Program Files (x86)\IBM\IBM Cognos Controller\Integration\, osgi.syspath=C:\Program Files (x86)\IBM\IBM Cognos Controller\Integration\plugins/, osgi.framework=null, osgi.configuration.area=C:\Users\MYUSERNAME\ccr-config\.eclipse\configuration, osgi.instance.area=C:\Users\MYUSERNAME\ccr-config\.eclipse\workspace, osgi.user.area=C:\Users\MYUSERNAME\ccr-config\.eclipse\userArea, REGIONAL_SETTINGS=en_GB, eclipse.orientation=ltr, java.library.path=C:\Program Files (x86)\IBM\IBM Cognos Controller\Integration\]
<...>
... 21 more
Caused by: java.lang.NullPointerException
at com.ibm.cognos.ccr.integration.application.internal.Activator.start(Activator.java:71)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(AccessController.java:330)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
... 27 more
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter#startEclipseAndServiceTracker] Polling servicetracker, service: null
2014-07-17 15:09 | INFO | [com.ibm.cognos.ccr.integration.IntegrationServiceAdapter#startEclipseAndServiceTracker] Service started? false (service=null)
=================================================================================
If the end user now re-runs the same JAVA function, then they may receive a different error:
java.lang.IllegalStateException: Platform already running
at com.ibm.cognos.ccr.integration.IntegrationServiceAdapter.run(IntegrationServiceAdapter.java:212)
at java.lang.Thread.run(Thread.java:781)
[{"Product":{"code":"SS9S6B","label":"IBM Cognos Controller"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Controller","Platform":[{"code":"PF033","label":"Windows"}],"Version":"10.2.0","Edition":"","Line of Business":{"code":"LOB76","label":"Data Platform"}},{"Product":{"code":"SSMRTZ","label":"IBM Cognos Controller on Cloud"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":" ","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB76","label":"Data Platform"}}]
Log InLog in to view more of this document
This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use Log in button above to access the full document. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.
Was this topic helpful?
Document Information
More support for:
IBM Cognos Controller
Software version:
10.2.0
Operating system(s):
Windows
Document number:
517273
Modified date:
08 May 2025
UID
swg21679447
Manage My Notification Subscriptions