Parent application (orabpel) is not found!

Hi,
I was trying to deploy Loan Flow Application with Human Task Created.
But while deploying i get the following error msg.
Can anyone come across this error " parent application (orabpel) is not found!"
Buildfile: D:\JDev10\jdev\mywork\LoanApps\LoanFlow\build.xml
validateTask:
[echo]
| Validating workflow
[validateTask] url is file:/D:/JDev10/integration/bpm/support/files/WorkflowTaskDefinition.xsd
[validateTask] Validation of workflow task definitions is completed without errors
deployProcess:
[echo]
| Deploying bpel process LoanFlow on localhost, port 80
[deployProcess] Deploying process D:\JDev10\jdev\mywork\LoanApps\LoanFlow\output\bpel_LoanFlow_10.4.jar
[deployProcess] Successfully deployed the process "LoanFlow" on server "localhost" and port "80"
deployTaskForm:
[echo]
| Deploying workflow form for LoanFlow on localhost, port 80
[deployTaskForm] 07/02/06 21:01:59 Notification ==>Application Deployer for default_LoanFlow_10_4_LoanApproval STARTS.
[deployTaskForm]
[deployTaskForm] 07/02/06 21:02:00 Notification ==>Operation failed with error:
[deployTaskForm] parent application (orabpel) is not found!
[deployTaskForm]
[deployTaskForm]
[deployTaskForm]
[deployTaskForm] Deploy error: Deploy error: Operation failed with error:
[deployTaskForm] parent application (orabpel) is not found!
[deployTaskForm]
[deployTaskForm]
BUILD FAILED
D:\JDev10\jdev\mywork\LoanApps\LoanFlow\build.xml:98: Error while deploying the form on server "localhost" Error message :
java.lang.SecurityException
     at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
     at java.lang.Runtime.exit(Runtime.java:88)
     at java.lang.System.exit(System.java:868)
     at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
     at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
     at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
     at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
     at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
     at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
Total time: 1 minute 56 seconds

When you redeploy the application the parent-application which is orabpel is always lost, you can adjust this by manually adding the parent-application tag to the configuration file.
Check out my blog for more details regarding deployment of User Interfaces (such as the Worklist application) to the Bpel Proces Manager.
This was already a problem in BPEL 10.1.2 i would have thought this would have been fixed by now? Maybe it would be better to create a Service Request for this, so Oracle will take this into consideration?

Similar Messages

  • BPEL Deployment issue - parent application (orabpel) is not found!

    Hello everyone,
    I've a got a small issue while deploying the Oracle's VocationRequest BPEL project to the my BPEL Server. It produces the following output:
    --- BEGIN ---
    parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    C:\Jdeveloper10.132\jdev\mywork\HumanWorkFlow\simplewf\build.xml:98: Error while deploying the form on server "uranus" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    --- END ---
    I've been looking at other resource for help but are unable to find anything which is relevant. Your time and help is much appreciated.
    Thanks and Regards,
    John

    Advanced version is when you have created the dehydration store in a database of your choice. It also creates a separate oc4j instance (oc4j_soa).
    Basic means that it installs the dehydration store into an Oracle lite database. It also stores all deployements into the oc4j instance home.
    You can check this by going to the enterprise manager and see what oc4j instances have been created. If you see home and oc4j_soa I would sugest that you have done an advanced install. If you only see the home oc4j instance I would say that you have a basic install.
    Now to answer your question. Looking at your note you are pointing the application server to the home instance. If you look at you Integration server you point this to your application server connection. This is home. If you have done an advanced install this should be oc4j_soa.
    Plan of attack.
    Check what install you have by looking at the enterprise manager.
    If it is advanced chnage your JDev connection to oc4j_soa.
    Otherwise update the post and we will go from there.
    cheers
    James

  • Error message when installing iTunes on Windows 7, "Apple Application Support was not found, Error 2"

    I can successfully download iTunes on my PC, but receive an error message when I try to install the file: "Apple Application Support was not found... Error 2" I've tried deleting the file and reinstalling it to no avail. Any ideas?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Apple Application Support was not found. Apple Application Support is required to run iTunesHelper. Please uninstall iTunes and then install iTunes again. Error 2.   After this I

    So when I plugged in my iPhone 4 (iOS 7.0.4), iTunes told me it needed to update to the newest version... so I did. After installing it it gave me an error (-45019) that said that a required component wasn't installed. I looked it up and people were saying to unistall iTunes and all apple related software and reinstall itunes which i did. I am on Windows 8.1.
    Now it gives me this error. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please unistall iTunes and install iTunes again. Error 2 (Windows Error 2)." I did this and it gave me the same message... Please help! How do i get iTunes running again?

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • I am trying to install itunes on my pc again but keep getting an error that says'apple application support was not found. try reinstalling itunes.' error 2

    I am trying to install itunes on my pc again but keep getting an error that says'apple application support was not found. try reinstalling itunes.' error 2.
    We have had itunes on this pc for 2 years and recently it wouldn't open and another error message kept popping up saying it couldn't open because MSVCR80.dll was missing. I have unistalled the apple programs and tried reinstalling several times but to no avail. Hopefully my music library is not gone. Any Ideas out there?

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Unable to Reinstall iTunes - error message: "Apple Application Support was not found"

    When attempting to update my iPhone today, my iTunes would not open.  I followed the instructions to completely uninstall iTunes, Apple Software Update, Apple Mobile Device Support, Bonjour, and Apple Applications Support.  I then attempted to reinstall iTunes, and everything went perfectly until I attempted to open iTunes.  When attempting this, I am receiving the message "Apple Application Support was not found.  Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.  Error 2 (Windows error 2).  Any advice on how to "get this back"?

    Read through the user ip http://discussions.apple.com/docs/DOC-6562 for the best solution.

  • I tried updating to itunes 10.5 and now when i try to open itunes i get a message saying "Apple application support was not found" error 2 (windows error 2)

    Ok so I went to update my itunes 9 to itunes 10.5 and now I get and error message "Apple application support was not found" error 2 (windows error 2) when ever I try to run itunes and iv been trying to fix this for like a month and let me tell you iTunes for windows is **** and I really want Icloud for my iphone 4 and yes iv tried uninstalling everything by apple in the correct order and reinstalling them after restart atleast honestly 20 - 30 times but nothing worked so if anyone can please help me I have windows 7 and a hp intel pentium computer 

    Install 7-Zip (free), or a free trial of WinRAR, and use one of them to extract the contents of the iTunesSetup.exe or iTunesSetup64.exe installer file, then try installing AppleApplicationSupport.msi as a standalone component. Even if it won't install you may get a more useful error message as to why not.
    tt2

  • When I download Itunes I get an error that my apple application support was not found how do I fix this error

    I have downloaded, uninstalled and redowloaded Itunes about 50 times and I continue to get the error that my apple application support was not found and that I should uninstall and reinstall Itunes.  I can not get to my music and this is starting to really make me mad.  Can anyone (other than some bogus virus filled program) give me a hint as to how I can fix this so I can play my music?

    Hi jahhaas,
    Take a look at the troubleshooting steps outlined for Windlows 7 in this article:
    http://support.apple.com/kb/HT1923
    Cheers,
    GB

  • It says this when I try to open iTunes:  Apple Application Support was not found.   Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.   Error 2   I've tried uninstalling it and installing it several t

    It says this when I try to open iTunes:
    Apple Application Support was not found.
    Apple Application Support is required to run iTunes. Please uninstall iTunes, then install iTunes again.
    Error 2
    I've tried uninstalling it and installing it several times. I've tried to download Apple Application Support separately but it just says:
    An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4... Please refer to Help and Support for more information. HRESULT:0x800736FD

    You have missing information in your Windows programming. 
    You need to repair your computer so it can run iTunes.  If you plug those error codes into your browser you may get an answer.

  • I'm getting the error msg "apple application support was not found.  Apple application support is required to run itunes. error 2.  How can i fix this?

    Hi,  I was running itunes software just fine. I got some malware and unintalled everything that was from apple.  Now, I reinstalled itunes but can't run it because I get the msg "Apple application support was not found. Apple application support is required to run itunes. Error msg 2.
    What can I do to fix this?
    Thank you.

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Apple Application Support was not found help!!!!!

    A few days ago i got on iTunes but this error message came up saying
    Apple Application Support was not found.
    Apple Application Support is required to run iTunes. Please uninstall
    iTunes, then install iTunes again.
    Error 2 (Windows error 2)
    I have looked at many discussions and forum posts and most of them say to extract the itunes setup with winrar
    but i cannot see where it says to extract all i see is add to and compress.
    Please help me!!! I run windows 7 on an Acer laptop if this means anything. It would be highly appreciated thank you!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if one component, such as Apple Application Support, won't install normally.
    tt2

  • ITunes wont load Apple Application Support was not found

    I have been having a lot of trouble downloading itunes. I had it on my laptop and then the laptop crashed. I tried to re-install,and it goes smooth then at the end. I get a window message that has a red and white X that says:
    Apple Application Support was not found
    Apple Application Support is required to run iTunesHelper. please unistall iTunes, then install iTunes again.
    Error 2
    ok
    Can anyone help me PLEASE?
    Thanks

    With that one, let's try uninstalling both iTunes and Apple Application Suppport. When we reinstall iTunes, that should reinstall Apple Application Support as well. We'll take a few additional explicit precautions along the way too. Best to print these instructions out, because at one stage of proceedings you won't be able to use a web browser.
    Preliminaries
    Download and save a fresh iTunes installer to your hard drive. (Don't run the install on line and don't start the iTunes install just yet.)
    http://www.apple.com/itunes/download/
    Now, quit QuickTime (if you have that open) and Safari 4.0.4 (if you have that installed and open). Both applications use Apple Application Support, and they will interfere with the uninstall if you have them open.
    *Uninstall phase*
    Head into your "Add or Remove Programs" control panel. Uninstall iTunes. Uninstall Apple Application Support (if it is listed in there).
    (From this point on until we reinstall Apple Application Support, neither QuickTime nor Safari 4.0.4 will be able to run.)
    Next we'll remove any leftover program files and folders.
    (1) Open "Local Disk (C:)" or whichever drive your program files are stored on.
    (2) Open the "Program Files" folder.
    (3) Right-click on the iTunes folder (if it still exists) and select "Delete".
    (4) Open the "Common files" folder.
    (5) Open the "Apple" folder.
    (6) Right-click on the Apple Application Support folder (if it still exists) and select "Delete".
    Now empty your Recycle Bin and restart the PC.
    *Reinstall Phase*
    After the PC restarts, do not open any other applications. Disconnect from your network and/or the internet. Switch off all your security software (firewall, antivirus and antispyware).
    Now start the install by doubleclicking the iTunesSetup.exe file you downloaded earlier.
    Reenable all security software prior to reconnecting to your network and/or the internet.
    Did the install seem to go through okay? If so, does iTunes start launching properly again?

  • TS1363 Trying to load my new Ipod Nano onto my pc.  Have tried numerous times to load however after having gotten the ITunes download and attempting 2then load onto Nano get an "Error 2" message along w/"Apple Application Support was not found". Using Win

    Trying to load my new I Pod Nano onto my pc.  Have tried numerous times and keep getting same message..."Error 2...Apple Application Support was not found.  When I look at my control panel the only program that shows is "I Tunes".  No other supporting programs are showing up in the control panel nor the Common Files nor in the Program Files (x86). 
    Any assistance would be greatly appreciated. 

    When I look at my control panel the only program that shows is "I Tunes".  No other supporting programs are showing up in the control panel nor the Common Files nor in the Program Files (x86).
    That's an extreme case of this.
    We'll try doing standalone installations of all the supporting programs.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR suitable for your PC (there's a 32-bit Windows version and a 64-bit Windows version):
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone Apple Mobile Device Support install.
    Doubleclick the AppleSoftwareUpdate.msi to do a standalone Apple Software Update install.
    Doubleclick the Bonjour.msi (or Bonjour64.msi) to do a standalone Bonjour install.
    Do those four installs go through okay? If so, does your iTunes launch without any errors now?

  • HT1926 hey guys,i tried to install the latest version of itunes but when i try to open it,it just comes up windows error 2 apple application support was not found,can anyone help me out and tell me what i need to do pls ?

    hey guys,i tried to install the latest version of itunes but when i try to open it,it just comes up windows error 2 apple application support was not found,can anyone help me out and tell me what i need to do pls ?

    If you run into the "another installation" message even after the reboot of the PC (which is an excellent idea by HTP ProXy), reregistering your Windows Installer Service is worth a try.
    First, launch a command prompt as an administrator. In your Start search, type cmd then right-click on the cmd that comes up and select "Run as administrator".
    At the command prompt:
    Type %windir%\system32\msiexec.exe /unregister and hit enter.
    Type %windir%\syswow64\msiexec.exe /unregister and hit enter.
    Type %windir%\system32\msiexec.exe /regserver and hit enter.
    Type %windir%\syswow64\msiexec.exe /regserver and hit enter.
    Restart the PC and try another reinstalll.

  • I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)"....

    I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)".... I have uninstalled and reinstalled several times and the error still occurs!!! This started happening after I installed the 10.3 update

    I took the time to research it and come across a couple of people who experienced the same trouble and so I listed some of there steps(with Credits) and  some people said that they worked.
    Here is the original Link:
    https://discussions.apple.com/thread/2151777?start=0&tstart=0
    OK, this worked for me:( Original Post by r0tt3n4pp13)
    1. Save iTunes install file to your desktop.
    2. Disconnect from internet.
    3. Disable Firewall/Security software.
    4. Run install. Note that it installs Application Support and a bunch of other software this time.
    5. Run iTunes.
    6. Enable Firewall/Security software.
    7. Reconnect to internet.
    8. Download Watchmen Director's Cut post haste.
    OR!
    (Original post by Cr4z33)
    1. Download and install WinRAR.
    2. Right-click the iTunesSetup.exe icon and choose "Open with WinRAR".
    3. Once the EXE is opened in WinRAR, double-click AppleApplicationSupport.msi and when the installer window is open choose "Repair".
    4. Done! You can now run iTunes normally.

Maybe you are looking for

  • How can I share my iTunes library between user accounts in iTunes 11

    Since upgrading my iTunes library to Version 11 I can no longer share the library between user accounts on the same Mac. The 2nd user is asked to create oir use an iTunes library, but when it is pointed to the Media folder it cannot share it. Previou

  • Issue with Parameterized Popup

    Hi, I have created a parameterized popup which gets opened on click of an image. Opening the popup is working fine but custom close button (not the X icon) is not working. I have added javascript:closeit() as the destination URI of the button but not

  • How to edit across multiple take folders...?

    I have sessions recorded in several takes, using multiple mics recording to different tracks. I'm comping from the takes and want to be able to (for instance) simultaneously select the same parts of each take for a violin spot mic as well as two room

  • Propagation O8 - O10g

    Hi All! Scenario: O 8.1.7.4 propagation to 10g. Error from prop. schedule: ORA-02068: following severe error from DBL_BM ORA-03114: not connected to ORACLE ORA-02068: following severe error from DBL_BM ORA-03113: end-of-file on communication channel

  • Why can't i use "annotation" with JDK1.5?

    I have installed JDK1.5. I used Eclipse3.1 + Myeclipse4.0 with the jre of JDK1.5. But when i wrote this class file(use with web framework Tapestry4.0): package com.tapestry4.linkdemo.page; import org.apache.tapestry.annotations.Persist; import org.ap