JDeveloper with BPM Extensions in Mac OS X 10.8

Has anyone been able to get JDeveloper BPM Studio (BPM Extensions) to work in Mac OS X 10.8???
I can't get it to create a new Application/project or open an existing (which was created in windows) application/project that has/uses BPM extensions (under Mac OS X 10.8).
JDeveloper seems to work fine w/o SOA and BPM extensions, but once I install the SOA & BPM Extensions (Using JDK 1.6 or even JDK 1.7 [Jdev will not install using JDK 1.7 on OS X 10.8, but will run with JDK 1.7]).
Opening a BPM New or existing application immediately causes the dreaded "Sever Error" dialog to popup and the sys out.log shows all kind of errors/exceptions mostly from the GUI related framework!
I just want to know if ANYONE is successfully using JDev with BPM extensions in OS X 10.8?
Thanks
Reza

I already done this way and still no due
here's a list of things i've already done:
- Reset the PRAM
- Uninstalled some programs i didn't use, like the older versions of iLife, iWork and MS Office for Mac
- Repaired permissions
- Uninstalled most third-party content i didnt use, like the black barry files.
I also did a full backup and a full reinstall of the OS and software I used most such as the latest version of Adobe's CS6, and Sun Office suite and the MS Office for Mac, and the Final Cut Pro X suite and Final Cut Pro 7 suite.

Similar Messages

  • Patch 7315332 - 10G Jdeveloper with OA Extension ARU for R12.1

    Hi,
    I would have a look at the JDeveloper with OA Extension ARU for R12.1 (cause we will upgrade to R12.1), just to see the features and try to open "old" projects created with the patch 6739235 (11i).
    Do you know where I can download a trial version?
    Thanks a lot,
    Rosanna.

    Rosanna,
    Should be the same place you get the other patches - "My Oracle Support" - the site formerly known as Metalink.
    You would have more luck getting appropriate answers on the OA Framework Forum as well.
    John

  • How to get EBS 12.1.3 Compatible JDeveloper with OA extensions for free?

    Hi All..
    My name is RASIK ...
    I am a newbie in the fields of Oracle back-end/middle tier/front end technologies and currently I am learning EBS and OA Framework.As I have no permission in My Oracle Support as well as getting an account is costly,
    It would be much appreciated if anyone could help me to get JDeveloper 10g with OA extension which is compatible with EBS r12.1.3 (linux-64bit).
    many thanks in advance...

    Thank you Mr.Srini Chavali
    I was thinking if anybody who is having access to My oracle support could download and give me that particular patch.
    thank again,
    RASIK.

  • JDeveloper with SOA Extension

    Hi
    I am not sure if this is the appropiate forum for this question or not but its the only forum related to JDeveloper.
    I am using JDeveloper 11.1.1.5.0 with the soa extension pack installed. When I access the Expression Builder from an assign activity, it takes at least a minute
    for the expression part of the windows to return and become editable. This is true regardless of whether it is a new expression I am creating or editing an
    existing expression.
    JDeveloper is installed on windows 7 64-bit edition and is configured to use 64-bit Java. Below are the options that are turned on from ide.conf
    AddVMOption -Xmx4000M
    AddVMOption -Xms1024M
    AddVMOption -Xverify:none
    and below are the options for jdev.conf
    AddVMOption -XX:MaxPermSize=768M
    AddVMOption -Xbootclasspath/p:../lib/lwawt.jar
    AddVMOption -Dsun.awt.keepWorkingSetOnMinimize=true
    AddVMOption -Dsun.java2d.noddraw=true
    AddVMOption -XX:+HeapDumpOnOutOfMemoryError
    AddVMOption -Doracle.jdeveloper.webservice.showAllOwsmPolicyTypes=false
    AddVMOption -Doracle.jdeveloper.webservice.hidePropertyOverride=false
    AddVMOption -Dsun.awt.disablegrab=true
    AddVMOption -XX:+UseCompressedOops
    Thanks
    Damien

    I am using jdeveloper11.1.1.6 version updated with soa extension 11.1.1.You should always use extensions for teh current version of Jdeveloper to avoid any libary or mismatch in pactches kind of issue. _Please uninstall SOA Extension for 11.1.1.3 and install extsion for 11.1.1.6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • BUG JDeveloper with OTPC extension lockup

    I am using JDeveloper 11.1.1.1.0 with Oracle Team Productivity Center 11g on Windows XP. I am also connecting to a locally installed Oracle Team Productivity Center server running on a WebLogic 11g Server with Oracle 10g Express database although that is probably irrelevant. I am launching JDeveloper in the Default Role.
    I encountered a bug that consistently causes a lockup which forces a force quit. Below are the steps to reproduce:
    1) In the Team Navigator view navigate to Team Administration
    2) Go to the Repositories tab
    3) Click Work Item and then the Plus to add a new repository
    4) Select the Jira connector (only one I have installed and probably irrelevant) and click the Plus to add
    5) Close Team Administration and Reopen to Repositories tab
    6) Click the new repository you created
    7) Ctrl-Left Click on the 'New Repository Server' field in the Name column of the Repository Servers table
    8) On the warning dialog that popups click OK or X
    9) The dialog text and OK button dissapears and the dialog can not be closed through hitting X or verbal threats
    Surprisingly this does not occur if the field is Left Clicked (without the Ctrl)
    I also encountered a second issue during Oracle Team Productivity Center Server install. The gist of it is that selecting that you want a Connector to be installed the Next button does not work upon reaching the select sources page. If you change to install from local file then the Next button works again. Here is exception from tpcinstaller.log:
    java.lang.NullPointerException
         at javax.ide.extension.ExtensionRegistry.findExtension(ExtensionRegistry.java:60)
         at oracle.ideimpl.extension.ExtensionManagerImpl.getSystemDirectory(ExtensionManagerImpl.java:329)
         at oracle.ide.config.Preferences.getPreferenceDirectory(Preferences.java:89)
         at oracle.ide.config.Preferences.getPreferences(Preferences.java:60)
         at oracle.ide.webbrowser.WOCAuthenticator.getRememberedAuthentication(WOCAuthenticator.java:71)
         at oracle.alminternal.installer.util.DownloadUpdates.authenticateOTN(DownloadUpdates.java:233)
         at oracle.alminternal.installer.util.DownloadUpdates.copy(DownloadUpdates.java:302)
         at oracle.alminternal.installer.util.DownloadUpdates.download(DownloadUpdates.java:169)
         at oracle.alminternal.installer.Installer.downloadRemoteBundles(Installer.java:259)
         at oracle.alminternal.installer.ui.InstallerWizard$InstallerWizardValidateListener.wizardValidatePage(InstallerWizard.java:2283)
         at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
         at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard._validatePage(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.dWizard.DWizard.doNext(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2475)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1045)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Edited by: user11232535 on Oct 30, 2009 1:42 PM

    Hi,
    Thanks for this feedback, I am looking into it and will get back to you. Have you been able to work around this issue and continue to use TPC with your JIRA repository?
    rgds
    Susan
    susanduncan.blogspot.com

  • Jdeveloper With BPM Performance

    Hello,
    I created a BPM project in my jdeveloper 12c, and unfortunately i have some problems with performance. It's dificult to explain but using the metalink noboby answer me.
    So let's go. In my process, i have more or less 10 UIs in my application, each UI have a project, that's the form to do that i saw in documentation. When I do a deploy i'm waiting for 30 minutes, for me it's a very long time, I tunning my JDev confs, like java, jms, and jmx. But the problem persist the same. And when the Oracle demonstrate this, The vendors told that this tool is very performatic, and to do the project is extremelly fast, then I need some directions, because i am doing something wrong.
    Another think, before i do the deploy, i do the undeploy.
    Tks for any help.

    I would suggest you to consider reusing the human tasks UIs as possible, unless you really have 10 tasks with different payloads.
    Each UI project has a considerable size and maybe the size of the final .EAR is something that is impacting your deploy time.
    You can also try to copy the ear file to the admin server, and try to deploy by the Enterprise Manager.
    This test will give you a better idea of the amount of time involved in network transfer and the deploy action itself.
    Regards
    Luis Fernando Heckler

  • Running movie with avi extension on mac pro

    hi i am unable to run a movie that have an extension "avi"..Can any body help?

    You should be able to view it using VLC.
    http://www.videolan.org/vlc/index.html
    You can add Finder support for it with Perian
    http://www.perian.org
    And you might need Flip4Mac
    http://www.telestream.net/Flip4mac/overview.htm (the free download)
    But VLC should give you basic viewing ability.

  • Integration JDeveloper With OA extension With Workflow

    i am working now to generate self service HRMS pages on JDeveloper and i need now to integration between Jdeveloper and workflow using Api if any one know how i can do it please help me

    Rosanna,
    Should be the same place you get the other patches - "My Oracle Support" - the site formerly known as Metalink.
    You would have more luck getting appropriate answers on the OA Framework Forum as well.
    John

  • Urgent Please - Download Jdev 9i with OAF Extensions

    Hi all,
    I need to download Jdeveloper 9i with OAF Extensions.
    Our environments run on
    OA Framework 11.5.10.7RUP
    Oracle Applications Extension 9.0.3.8.13 - build 1570
    Can somebody please provide me the link to download.
    This is urgent. Please help asap.
    Thanks,
    Rajesh

    Hi Rajesh,
    Please Refer below metalink note.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x (Doc ID 416708.1).
    Also, For Your case download Patch 8751878 9I JDEVELOPER WITH OA EXTENSION ARU FOR 11I RUP7 from metalink.
    Let me know if You have any issues?
    Thanks,
    Dilip

  • Jdeveloper with OA Framework - Download

    Hi
    I found it difficult to find the download for jdeveloper.
    Thought that the following would be helpful for the other members.
    Description                         Patch ID
    ===========================================================
    Oracle9i JDeveloper with OA Extension for 11.5.10 CU2 ------- 4573517
    9IJDEVELOPER WITH OA EXTENSION ARU FOR CU1 ------ 4141787
    9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H ----- 4045639

    You should pick one of the three based on what framework version your customer is using for production.

  • Probelm running HelloWorld in Jdev With OA Extension

    Hi,
    I'am using 11.5.9 (with minipak fwk.H)I just installed Jdeveloper with OA Extension. I'am trying to run the sample Hello World program to make sure things are fine. I did everything as mentioned in the Developer guide (OA Extension) the program compiles fine but it shows an error when running. any help?
    The Error is:
    Bad Gateway
    The following error occurred:
    [code=DNS_HOST_NOT_FOUND] The host name was not found during the DNS lookup. Contact your system administrator if the problem is not found by retrying the URL.

    I think the problem is the DBC file
    original DBC from server
    APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)...
    some of you might change it to
    APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)...
    DO NOT change the original one.
    Good luck then.

  • Will files with hidden file extensions in Mac OS X still open automatically in the correct application on a windows PC?

    I recently submitted some job applications that had word and PDF attachments. However, when I saved the files I unwittingly had the 'hide extension' box selected. Will these files still open automatically in the correct application on a PC? (ie are the file extensions just 'hidden' at my end or are they completely removed by selecting this option so as to cause problems when opening them on a PC?)
    Thanks in advance.

    Thanks, so having the 'hide extension' box checked when saving a new file for the first time won't save the file without an extension? (because I understand that Mac OS doesn't rely on the file extension but has other ways of knowing what the file is and what to open it with)
    The reason I'm paranoid now is because one of the fields where I was uploading a file had a message to Mac users saying something like 'Mac users, be sure to save your file with an extension'. Surely this just happnes by default??

  • I have a problem with the mac can not read video files with the extension IMOD. How can I solve this problem?

    I have a problem with the mac can not read video files with the extension IMOD. How can I solve this problem?

    By doing a Google search. 

  • JDeveloper 10g with OA Extension

    I am currently working on Jdeveloper version 9.0.4.x and oracle release is 11. Can I use JDeveloper 10g with OA Extension on oracle release 11. ..
    I saw on oracle site .it's mentioned that JDeveloper 10g with OA Extension is only applicable for oracle Release 12 ..
    Can you please help me on my query ?
    Thanks
    Anand

    Anand,
    Jdev 10g with OA is only for R12 releases. You can't use them for 11i related works. The basic reason is that each jdev with OA ext patch is according to a particular framework patch and hence their framework libraries have to be in sync.
    Check the metalink Note 416708.1 - How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12. This will give you the exact jdev patch to use according to your instance patching level.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • JDeveloper 9i With OA Extension for CU5

    Hello Oracle people,
    ATG PF CU5 has been recently released.
    Please can you tell us the patch number for JDeveloper 9i With OA Extension for CU5 ? No way to find it.
    Thanks
    Juanje

    Yup, it is not available on the metalink. probably will take some more time for distribution. If it is urgent for you, You can reach Oracle Support for the availability date.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Output MRBR: Payment Block (PMNT Block) and Logistics Payment Block

    dear all- Today I was working on an issue related to trx MRBR. I noticed that in the list that is generated by MRBR (when you opt for 'manual release') there are interesting fields: - one is called 'payment block' - the other is called 'logistics pay

  • Decimal format to 2 decimal places ????

    Hello Everyone, I have created a web dynpro application which to display a report depending on the data given by the BAPI. But there is some issue with the numeric data returned by the BAPI. For ex - if the BAPI returns 5.00 the value is displayed in

  • How to fetch substring using regular expression

    Hi, I am new to using regular expression and would like to know some basic details of how to use them in Java. I have a String example= "http://www.google.com/foobar.html#*q*=database&aq=f&aqi=g10&fp=c9fe100d9e542c1e" and would like to get the value

  • Change of PR Quantity

    Dear Experts, Is there any BAdi or BAPI or User Exit to change the PR quantity, if PO is not created for that PR. Regards, Jaspal

  • HT1768 Song Preview in iTunes Store plays only 9 seconds

    I run vista 64 bit. Lately when I preview a song in the itunes store only 9 seconds (exactly) of the preview will play. Also, when I purchase music, I am getting download errors. This has only been an issue for a few weeks. I am hoping to fix the wit