After installing the Cognos server for IBM Connections 5.0 together with Oracle JDBC driver, Cognos did not start up although there was no error message in the SystemOut.log. However looking into the Cognos error log (“/opt/IBM/Cognos/CognosBI/logs/cogserver.log”) I saw the following error message:

[codesyntax lang=”text”]

[/codesyntax]

The reason for that is that the Cognos application comes with its own Oracle JDBC driver and then there is a collision with the one IBM Connections is using. You will see that file “ojdbc6.jar” in the directory

[codesyntax lang=”text”]

[/codesyntax]

To resolve the problem you need to remove the JDBC driver from the Cognos application and then redeploy it. Below are the steps I did:

First, create new cognos.ear without the JDBC driver:

[codesyntax lang=”bash”]

[/codesyntax]

Then redeploy the new Cognos application:

  • Login to Websphere Admin Console
  • Go to
    ScreenClip
  • Now select application “Cognos” and click “Update”:
    ScreenClip
  • Select “Remote Filesystem” and click “Browse”:

    ScreenClip

  • Click on “cognosNode01”
    ScreenClip
  • Navigate to “/opt/IBM/Cognos/CognosBI” and select “cognos.ear” and click “OK”
    ScreenClip
  • Click “Next”:
    ScreenClip
  • For the next panels use the default values and click “Next” and “Finish” at the end:
    ScreenClip
    ScreenClip1
    ScreenClip2
    ScreenClip3
  • If the application has been successfully deployed, click “Save”
    ScreenClip
  • Then resynchronize all nodes and restart cluster “CognosCluster”
  • Now there should no longer be a “ojdbc6.jar” in the Cognos directory and the Cognos server should start correctly now.
Error starting Cognos server with Oracle as database
Tagged on:                     

2 thoughts on “Error starting Cognos server with Oracle as database

  • 03.03.2015 at 10:57
    Permalink

    Hi Michael,
    thanks for this great walkthrough, ran in exactly the same error. I think in your third code box on the fifth line it should be “rm /tmp/tempcognos/Cognos.ear/ …” instead of “rm /opt/tmp/tempcognos/Cognos.ear/”.
    Regards Christoph

    Reply
  • 03.03.2015 at 11:14
    Permalink

    Thanks Christoph. You are right. I corrected that typo. By the way: In the meantime I just rename the JAR file directly on the application server(s) instead of going through the whole process of creating an updated application and redeploying it. I think that should be the same and I have not found any problems (it is just much faster :-))

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *