hi.,
Getting the below error while exporting obiee 11g into a jar file .,
Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/bi/bundleutils/SelfContainedEnumResourceBundle : Unsupported major.minor version 52.0
any help
Hi,
Seem to be related to the java version.
If you google "Unsupported major.minor version 52.0" you find many references explaining the case.
Making it short you are trying to run a piece of java compiled with a version (1.8 I would say) but you run it with a lower java version.
11g java version is "1.7.0_79" and 12c version is "1.7.0_75" , do we need to consider only 1.7.0 or 1.7.0_x also for comparing java versions.
As @Gianni mentioned, for OBIEE 12c, you need a 1.8 JDK. - Oracle Fusion Middleware Supported System Configurations
Hi.,
I am getting below error during 11g export using migration_tool.jar
"An error occurred during export: java.lang.RuntimeException
Migration action failed: java.lang.NullPointerException" ,
Have you upgraded your JDK on OBIEE 12c to a 1.8 version?
yes both 11g and 12c having same JDK version.
look at this Oracle document and ensure you're passing the correct parameters in your call to the migration tool - https://blogs.oracle.com/pa/resource/11g12cUpgradeTips.ppt
Parameters are defined properly , i am getting the below exception
<OBIEE_home>instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite to /tmp/BIApplicationArchive1022741320883905507/bar/metadata/runtime/content/live.cat <oracle.bi.metadata.bar.Exporter exportWebCat>
2016-12-29 12:04:47 SEVERE An error occurred during export: java.lang.RuntimeException
java.lang.RuntimeException: java.lang.NullPointerException
at oracle.bi.metadata.util.zip.Zip.zipWithEmptyDirs(Zip.java:280)
at oracle.bi.metadata.bar.Exporter.exportWebCat(Exporter.java:117)
at oracle.bi.metadata.bar.Exporter.exportBar(Exporter.java:51)
at oracle.bi.metadata.export11g.Export11gBar.exportBar(Export11gBar.java:81)
at oracle.bi.migration.plugin.metadata.MetadataExportPlugin.export(MetadataExportPlugin.java:38)
at oracle.bi.migration.api.adaptor.exporter.V1ExporterPluginAdaptor.export(V1ExporterPluginAdaptor.java:58)
at oracle.bi.migration.orchestration.BundleExporter.doExport(BundleExporter.java:287)
at oracle.bi.migration.orchestration.BundleExporter.doExport(BundleExporter.java:228)
at oracle.bi.migration.orchestration.BundleExporter.runExport(BundleExporter.java:115)
at oracle.bi.migration.orchestration.actionspecification.ExportAction.performAction(ExportAction.java:95)
at oracle.bi.migration.orchestration.MigrationActionExecutor$1.run(MigrationActionExecutor.java:32)
at java.lang.Thread.run(Thread.java:745)
at oracle.bi.migration.orchestration.MigrationActionExecutor.executeMigrationAction(MigrationActionExecutor.java:52)
at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:122)
at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:200)
at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:255)
Caused by: java.lang.NullPointerException
at oracle.bi.metadata.util.zip.Zip.zipWithEmptyDirs(Zip.java:263)
... 15 more
<oracle.bi.migration.tool.MigrationTool alertUser>
Issue resolved after changing the catalog permissions.
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (CX). The session will cover updates on Service, Sales, Marketing & other relevant areas. Presented by: Kausik Misra - Director, CX Product Management, Fusion Data Intelligence…
I want to export all OAC RPD joins and conditions, is there a way to export or extract joins information. please suggest. Repository documentation doesn't gives joins, if any other way pls suggest.
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?