Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
11g 12c Migration Issues due to unsupported JDK
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.
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
-
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.
0 -
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,
Adam0 -
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.
0