Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ODI12cR2 on OSX 10.11.4 JDK 1.8

user5564392Apr 6 2016 — edited Sep 23 2016

Hi all,

I'm able to work with ODI 11.1.1.7 on OSX natively (with java JDK 1.6). I try to install and run ODI12c on OSX Captain 10.11.4) with JDK 1.8 and try install fwm12.2.1.0...

1. Install proces works perfect...

2. Problem is with start ODI...during startup process I got error: (and ODI studio nt works...menu not working etc..)

Do you have anybody any idea to solve this problem ?

2016-04-06 08:49:09.486 ERROR Exception initializing 'oracle.odi.ui.OdiAddin' in extension 'ODI Navigator

2016-04-06 08:49:09.627 NOTIFICATION VIEW_JAVA_SUB_MENU has no label and therefore will not be added to the menu bar.

2016-04-06 08:49:09.643 NOTIFICATION APPLICATION_MENU has no label and therefore will not be added to the menu bar.

2016-04-06 08:49:09.786 WARNING Cannot add action-ref 'OdiMenu.execute' to toolbar 'javax.ide.view.MAIN_WINDOW_TOOLBAR_ID'.

java.net.MalformedURLException: unknown protocol: odi

  at java.net.URL.<init>(URL.java:421)

  at java.net.URL.<init>(URL.java:310)

  at oracle.ide.net.URLFactory.newURLInternal(URLFactory.java:754)

  at oracle.ide.net.URLFactory.newURL(URLFactory.java:745)

  at oracle.odi.window.node.OdiNodeFactory.getDefaultFakedURL(OdiNodeFactory.java:345)

  at oracle.odi.window.node.OdiNodeFactory.getURL(OdiNodeFactory.java:198)

  at oracle.odi.window.node.OdiNavTreeNode.getURL(OdiNavTreeNode.java:726)

  at oracle.cef.ui.definition.window.NavigationRootNode.getRootNode(NavigationRootNode.java:74)

  at oracle.cef.ui.definition.window.ExplorerWindowNode.createTreeComponent(ExplorerWindowNode.java:148)

  at oracle.cef.ui.definition.WindowDefinitionNode.createCenterPanel(WindowDefinitionNode.java:330)

  at oracle.cef.ui.definition.WindowDefinitionNode.createDockableWindow(WindowDefinitionNode.java:527)

  at oracle.cef.ui.definition.WindowDefinitionNode.createWindow(WindowDefinitionNode.java:308)

  at oracle.cef.ui.adapter.WindowAdapterImpl.loadWindow(WindowAdapterImpl.java:45)

  at oracle.cef.ui.adapter.WindowAdapterImpl.showWindow(WindowAdapterImpl.java:83)

  at oracle.cef.ui.Framework.displayWindow(Framework.java:246)

  at oracle.odi.ui.docking.OdiDockableFactory.getDesignerDockableWindow(OdiDockableFactory.java:211)

  at oracle.odi.ui.docking.OdiDockableFactory.getDockable(OdiDockableFactory.java:145)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockStation.createDockable(NbDockStation.java:641)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockStation.findDockable(NbDockStation.java:552)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockableContainer.componentOpened(NbDockableContainer.java:156)

  at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)

  at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1149)

  at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:798)

  at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:354)

  at org.netbeans.core.windows.LazyLoader.lazyLoad(LazyLoader.java:140)

  at org.netbeans.core.windows.PersistenceHandler.initModeFromConfig(PersistenceHandler.java:441)

  at org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:204)

  at org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:81)

  at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:229)

  at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)

  at java.awt.EventQueue.access$500(EventQueue.java:97)

  at java.awt.EventQueue$3.run(EventQueue.java:709)

  at java.awt.EventQueue$3.run(EventQueue.java:703)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)

  at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)

  at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

  at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)

  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

  at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

java.net.MalformedURLException: unknown protocol: odi

  at java.net.URL.<init>(URL.java:421)

  at java.net.URL.<init>(URL.java:310)

  at oracle.ide.net.URLFactory.newURLInternal(URLFactory.java:754)

  at oracle.ide.net.URLFactory.newURL(URLFactory.java:745)

  at oracle.odi.window.node.OdiNodeFactory.getDefaultFakedURL(OdiNodeFactory.java:345)

  at oracle.odi.window.node.OdiNodeFactory.getURL(OdiNodeFactory.java:198)

  at oracle.odi.window.node.OdiNavTreeNode.getURL(OdiNavTreeNode.java:726)

  at oracle.cef.ui.definition.window.NavigationRootNode.getRootNode(NavigationRootNode.java:74)

  at oracle.cef.ui.definition.window.ExplorerWindowNode.createTreeComponent(ExplorerWindowNode.java:148)

  at oracle.cef.ui.definition.WindowDefinitionNode.createCenterPanel(WindowDefinitionNode.java:330)

  at oracle.cef.ui.definition.WindowDefinitionNode.createDockableWindow(WindowDefinitionNode.java:527)

  at oracle.cef.ui.definition.WindowDefinitionNode.createWindow(WindowDefinitionNode.java:308)

  at oracle.cef.ui.adapter.WindowAdapterImpl.loadWindow(WindowAdapterImpl.java:45)

  at oracle.cef.ui.adapter.WindowAdapterImpl.showWindow(WindowAdapterImpl.java:83)

  at oracle.cef.ui.Framework.displayWindow(Framework.java:246)

  at oracle.odi.ui.docking.OdiDockableFactory.getDesignerDockableWindow(OdiDockableFactory.java:211)

  at oracle.odi.ui.docking.OdiDockableFactory.getDockable(OdiDockableFactory.java:145)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockStation.createDockable(NbDockStation.java:641)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockStation.findDockable(NbDockStation.java:552)

  at com.oracle.jdeveloper.nbwindowsystem.NbDockableContainer.componentOpened(NbDockableContainer.java:156)

  at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)

  at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1149)

  at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:798)

  at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:354)

  at org.netbeans.core.windows.LazyLoader.lazyLoad(LazyLoader.java:140)

  at org.netbeans.core.windows.PersistenceHandler.initModeFromConfig(PersistenceHandler.java:441)

  at org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:204)

  at org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:81)

  at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:229)

  at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)

  at java.awt.EventQueue.access$500(EventQueue.java:97)

  at java.awt.EventQueue$3.run(EventQueue.java:709)

  at java.awt.EventQueue$3.run(EventQueue.java:703)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)

  at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)

  at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

  at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)

  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

  at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

java.net.MalformedURLException: unknown protocol: odi

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 4 2016
Added on Apr 6 2016
1 comment
771 views