Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

11g 12c Migration Issues due to unsupported JDK

Received Response
21
Views
3
Comments
Adam Wickes
Adam Wickes Rank 6 - Analytics Lead

Hi all,

Nothing's ever easy with this application is it.
We're in the middle of a 12c upgrade and today's task was to migrate the 11g JAR to one of our 12c environments.
Following the fairly simple instructions, I end up with the following error when trying to export the JAR bundle from 11g.

pastedImage_0.png


After googling the highlighted error, it suggests that this is because our 11g environment is running JDK1.6 whereas 12c is running JDK1.8.
Now that's all well and good and makes a lot of sense BUT after checking the cert matrix, it looks like JDK1.6 is the highest version of Java we can run on 11g without also having to upgrade Weblogic.

Does anyone have any idea of a way around this?
Is it possible to migrate JAZN, RPD, Webcat manually?

Thanks in advance,
Adam

Answers

  • Joel
    Joel Rank 8 - Analytics Strategist

    You could install Java 1.8 into a separate home on your 11g box and call the migration tool from the 1.8 Java home.

  • Adam Wickes
    Adam Wickes Rank 6 - Analytics Lead

    Hi Joel,

    Did consider this but as I have never done it and this is our Production box, I was hesitant.
    Will look into it. Was worried about path and env variables mainly.

    Thanks mate,
    Adam

  • Joel
    Joel Rank 8 - Analytics Strategist

    No worries @Adam Wickes. To be clear, I meant that you could install Java 1.8 into it's own Java home. You can then call the OBIEE migration tool from this home.