App installation Error

Hi,
Every app l try and install brings up the error message: "Something went wrong trying to install this application. Please install the latest version of Adobe Air...."
I have installed a couple of apps successfully in the past but l don't seem to be able to anymore.
I have reinstalled Adobe AIR and also upgraded to the latest version but neither has helped. I'm using Vista.
Thanks.

Hi,
I am having problems installing AdobeAir on Ubuntu 10.10 (32bit).
I've tried installing using both deb & bin
Using Deb:
     Installing the deb packages seems to work but when I launch 'Adobe Air Package Installer', I see the following error in the log file:
[Adobe AIR Application Installer:5564][ERR] Unsupported package manager!
[Adobe AIR Application Installer:7922][ERR] Unsupported package manager!
Using bin:
     I see the following in the Log file:
[setup:7933][INFO] Runtime Installer begin with version 2.5.0.16600 on Linux x86
[setup:7933][INFO] Commandline is:
[setup:7933][INFO] No installed runtime detected
[setup:7933][INFO] Relaunching with elevation
[setup:7933][INFO] Launching subprocess with commandline /tmp/air.pNOAsu/setup -ei
[setup:7933][ERR] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Unable to identify the distribution that the application is running on. Adobe AIR is only supported on rpm and debian based distributions." errorID=5024]
> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick
Thanks for you help in advance
-Parth

Similar Messages

  • App "Installation Error" on N8

    This is the 2nd time I'm facing this problem. Previously, I'd reseted the phone, and it was resolved.
    So here's the problem: I'm getting "Installation error" for every single app installation on Ovi Store. Basically all the apps can be downloaded, but don't proceed to installation.
    I've restarted numerous times and soft-reseted the phone. Any help on what I can do further? Maybe a hard reset?

    When you say soft-reset for your N8 do you mean Settings > Phone > Phone mgmt. > Factory settings - restore or delete data and restore?
    Whereas *#7370# is recoverable from not so three key depressed power on without a lot of faffing about, so please don't go down the latter route.
    Happy to have helped forum with a Support Ratio = 42.5

  • Air App Installation Error

    Hi There Guys
    Please if anyone could help.
    I am just testing to see how I can make an Air Application
    through Dreamweaver CS3.
    I have installed the latest Air latest Air Extension for
    Dreamweaver CS3.
    There are no other installation from before of above files
    and also I have tried the air installer created from dreamweaver on
    another pc with Air Runtime the same thing happens.
    The error is:
    Sorry, an error has occurred
    This application requires a version of Adobe Air which is no
    longer supported. Please contact the application author for an
    updated version.
    When viewing this from adobe dreamweaver "Preview in Adobe
    Air" it is o.k., but when this is made into a installer it does not
    install giving the above error.
    I appreciate any help,
    Thanks
    Ben

    Hi!
    I think i already know why!! and i'm a beginner!! ';)
    It does not works because you have compiled saying its for
    another version that the "Adobe Air player" installed on your
    systems.
    I presume you have installed the lastest PLAYER(think as
    flash player for example) but you are telling: this code is for an
    old player.
    So now either you have to install the old player (it will not
    override the new or current player, but add another).
    OR
    You change the blabla i n your application to tell it to use
    the latest player.
    In details you have to change this:
    <application xmlns="
    http://ns.adobe.com/air/application/1.0">
    it tells to use the 1.0 (the current latest adobe air player)
    its in your app.xml file or something!!
    I believe you might have something like
    <application xmlns="
    http://ns.adobe.com/air/application/1.0.M6">
    ... you simply need to remove the .M6
    To summarize you are creating an install package which
    requires another version of the player installed. You can change
    this or install the older version.
    !!Hope that helps!

  • SharePoint 2013 Provider hosted App installation error

    Hi All,
    I am trying to install a provider hosted app in SharePoint 2013. Installation goes for about 15mins and get "Sorry, something went wrong
    with adding the app. Click to retry."
    Please find belw ULS details for Correlation ID:
    Error when try to get access token when deploy AppInstanceId 7bcf1d9d-897a-48a1-b4f4-cd3120fd98a5 with AppPrincipalId i:0i.t|ms.sp.ext|[email protected]01b993b6. Exception=System.InvalidOperationException:
    An unexpected error was returned from the delegation service.  Error Code: 'invalid_client' Error Description: 'ACS65003: The clientId 'd12de581-316c-4224-b58b-e91ac2042150/www.SERVERNAME.DOMAIN.com@0d85160c-5899-44ca-acc8-db1501b993b6' is not a valid
    service identity.  Trace ID: 4a0c4974-94f4-4077-9a22-2ba5f0abb444  Correlation ID: 674d9839-686b-45f3-be46-31db4dc2a9d0  Timestamp: 2014-07-23 09:34:49Z'    
     at Microsoft.SharePoint.Administration.SPAzureAccessControlDelegationServiceClient.HandleUnexpectedError(SPAzureAccessControlDelegationServiceResponse delegationServiceResponse)    
     at Microsoft.SharePoint.ApplicationServices.SPApplicationContextAccessToken.GetResponseOrThrow[T](SPAzureAccessControlDelegationServiceClient delegationServiceClient, SPAzureAccessControlDelegationServiceResponse delegationServiceResponse)    
     at Microsoft.SharePoint.ApplicationServices.SPApplicationContextAccessToken.IssueApplicationContextAccessToken(SPServiceContext serviceContext, SPApplicationContextAccessTokenCreationParameters creationParameters)    
     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForApplicationContext(SPIdentityContext userIdentityContext, String applicationId, Uri applicationRealm, SPApplicationContextAccessTokenType applicationTokenType, SPApplicationDelegationConsentType
    consentValue)    
     at Microsoft.SharePoint.SPServerToAppServerAccessTokenManager.GetAccessTokenForDeploymentTask(Guid siteId, SPUserToken userToken, String appPrincipalId)    
     at Microsoft.SharePoint.Lifecycle.SPAppPrincipalAccessTokenTask.<>c__DisplayClass1.<Deploy>b__0()
    sudesh withanage

    Hi  sudesh,
    According to your description, my understanding is that you encountered the error “An unexpected error was returned from the delegation service" when you try to add a SharePoint 2013 Provider hosted App.
    As the error message says, the clientId 'd12de581-316c-4224-b58b-e91ac2042150/www.SERVERNAME.DOMAIN.com@0d85160c-5899-44ca-acc8-db1501b993b6' is not a valid service identity when your SharePoint  try
    to get access token via ACS. Is there any plans to develop a low trust mechanism for non-connected scenarios? i.e. low trust provider hosted apps with no external connection, like say for a Bank who lock down external access.  Please  follow the
    steps as the blog  to set development environment for  SharePoint Low-Trust Apps:
    http://blogs.msdn.com/b/besidethepoint/archive/2012/12/10/sharepoint-low-trust-apps-for-on-premises-deployments.aspx?PageIndex=1#comments
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • OVI store app installation error - network connect...

    Im downloading some app at ovi store in my PC using Nokia PC Suite, my N8 connects to my pc using Bluetooth.
    i can install some app but some of them are cancelled with this error message "Network connection lost cancelling installation"
    and there's a message to select a particular icon to continue installation, but i cant find that icon in my N8
    some snapshot of this error is attached
    what does it really mean? how can i fix this? 
    Attachments:
    Snap000018.jpg ‏48 KB
    Snap000019.jpg ‏50 KB

    We have the same issue!! I experience that alot of times!! I dont know how to fix it

  • N97 Mini - Apps Installation error after update to...

    Dear Nokia Team:
    I have an error after installing the update to v30.2.004 with PC nokia software updater (I received the succefully message of correc install of update):
    N97 mini RM-553
    30.2.004 (16-06-11)
    30.2.004.C01.01 816.06.11)
    language: 29
    Error: After installing this update I coud not install application correctly in my phone.
    I have made a hard reset to the phone twice... same situation.
    Extrange is that I could install a few apps from Nokia Store (v. Ovistore_5250_prdsrv_1_16_006_40756) but other are impossible.
    Also copying the installation file to the phone, is the same...
    I have also the problem with app rpovided by Nokia in Store or in Beta Labs.
    I have installed:
    Cars racing free (from nokia Germany)
    Notifications (from Nokia)
    Doodle jump
    Need for speed shift
    Nokia store (replaces Ovi store) Ovistore_5250_prdsrv_1_16_006_40756
    Not possible to install:
    Java 2 beta 2.1 (betalabs)
    Nokia boots (betalabs)
    Nokia drop (nokia)
    Mazelook
    opera mini browser
    skype
    timer touch
    Upcode
    Nokia Battery monitor 1.3
    soft update SW:
    shows pending update for Music Player 15.2 (1034) : not possible to install, error received
    correct update history: Ovi maps 3.6 // Photos 1.0 // Ovi music 11.4 // Internet radio 2.2
    Could someone on Nokia support could help?
    Some one from Nokia's team?
    Please let me know if you need additional information to take care of this bug...
    I do not want to buy a new phone... but without the option to install applications...
     Many thanks in advance
    Dongatop.
    N97 mini.

    in first hard reset (HR) I used the option of pressing the keybord keys.
    In the second HR, first I format the E: disk with the file administrator, and then I use the code: *#7370#
    the after the HR i reinstal the mobil soft with PC nokia software update.
    I received the message of OK.
    next, I run Ovi suite update and instal the optional updates (descrived in the post)
    I also check them SW in the phone for OTA update, there i find the first error, regarding nokia music player.
    shows pending update for Music Player 15.2 (1034) : not possible to install, error received
    I start web explorer and goes to Ovi web page.
    after been informed of an ovi App update I douwload and instal Nokia Store (that replaces Ovi Store) "Nokia store (replaces Ovi store) Ovistore_5250_prdsrv_1_16_006_40756"
    then, in Nokia store I try to instal "My Apps" from my history. here I receive errors with some of them and not with others...
    i also could not instal app if i download them directly to the phone, like from betalabs.
    many thnaks in advance for your help.
    Dongatop

  • Sharepoint Provider hosted app installation error - There is no Workflow App Part registered

    Hello,
    I am getting below error when i run my share point app(Provider hosted) from visual studio 2013.It has a list workflow.
    Error 1
    Error occurred in deployment step 'Install app for SharePoint': There is no Workflow App Part registered.
    0 0
    SharePointApp
    Thanks
    Sobers

    Hi,
    According to the error message, your environment might not have the deployment group for the workflow registered.
    You can register the deployment group using PowerShell with the code provided by Andrew in the link below and do the test again:
    http://www.andrewconnell.com/blog/Workflow-Improvements-Changes-SP2013-March-PU-and-RTM-Developer-Tools#XgQAmUFIZm8a5cjm.99
    Feel free to reply with the test result if the issue still exists.
    Best regards
    Patrick Liang
    TechNet Community Support

  • App installation Error 0008

    I am getting the 'Error 0008' when trying to re-install the free app Asphalt 6. I have run through changing my payment options based on several other posts to no avail. I have also moved between at least 5 different wireless connection in case that's was the issue. Nothing seems to allow me to install this app.
    Any help would be appreciated.
    Forgot to mention I am running OS 2.0 Bundle 7971. The app will download completely just fine bu the install always gets to around 60% then fails.

    jlamotte wrote:
    I am getting the 'Error 0008' when trying to re-install the free app Asphalt 6. I have run through changing my payment options based on several other posts to no avail. I have also moved between at least 5 different wireless connection in case that's was the issue. Nothing seems to allow me to install this app.
    Any help would be appreciated.
    Forgot to mention I am running OS 2.0 Bundle 7971. The app will download completely just fine bu the install always gets to around 60% then fails.
    Edited content to comply withCommunity GuidelinesandTerms and Conditions of Use.

  • Adobe CreatePDF Desktop App installation error

    I am having troubles installing this appp.
    Once the app is raedy to install, I receive this message ...
    I have tried different browser, and I have download the app several times already, any idea?
    Thanks in advance,

    The CreatePDF Desktop Printer has been retired. Please see https://forums.adobe.com/docs/DOC-5131 for more information.

  • E71 app installation errors

    Hello.
    I'm using an E71 and i'm having a problem installing apps, everytime i try installing apps is says ''file corrupt'' but i knw tht the file is not corrupt. It does this for 'sis' apps only. Does anybody know of a solution to my problem, your help will be much appretiated

    Hi Nthite,
    That message shows up when the software you are trying to install is not compatable with your phone firmware, try to re-download the program and install it.
    If this still does not fix your problem, perform a hard reset on your phone. Before doing so please be aware that this method will wipe your phone of all data and restore it back to it's original form.
    Performing a hard reset:
    - First Back-up your device using Nokia Suite
    - Type *#7370#
    - The password/ security is 12345
    Hope this helps,
    haZey
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • "Presidential Inaugural Addresses" demonstration app installation error

    Hi,
    when i tried to install the demonstration application "Presidential Inaugural Addresses", i got the following error:
    Error creating demonstration.
    Return to application.
    ORA-20001: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: CTXSYS.DEFAULT_WORDLIST
    but Oracle text and Oracle xml daatabases are properly installed and they are valid.
    Can someone help please.
    Thanks,
    Philip.

    Here's what I get when I try to make install this demo. Where is it getting this 3.75MB number from?
    create or recreate in schema OBE
    Object Name Object Type
    presidents_docs Table
    presidents_themes Table
    presidents_gists Table
    presidents_markup Table
    presidents_relate Table
    presidents_docid Sequence
    presidents_docs_biu Trigger
    presidents_lexer BASIC_LEXER
    presidents_docs_ctxidx CONTEXT INDEX
    presidents Application
    The Presidential Inaugural Address Demonstration requires about 7 MB of free disk space and may take up to two minutes to install in your schema. You have about 3.75 MB free. You may experience an error if you are not recreating this demonstration.

  • TS4644 Apps installation error

    Hi,
    Few days back i was trying to instal an apps. There was some prblem while downloading the apps and the apps icon shows a message "Waiting...". Now I it is still showing the same message and it is not allowing me to delete the apps as well. After that incidence, it is not allowing me to install any other Apps. Can anybody please help me delete those apps?
    Regards,
    Supriyo

    Hello, supriyoc. 
    Thank you for visiting Apple Support Communities.
    Try closing all open applications and power cycling the device.  Test to see if that App fully loads.  Connect to Wi-Fi and attempt to check see if it loads.  If the issue persists, check to see if there are any interrupted downloads or other Apps that are updating.  This can cause items to show waiting.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iTunes: How to resume interrupted iTunes Store downloads
    http://support.apple.com/kb/ht1725
    Cheers,
    Jason H.

  • Oracle Apps R12 Installation error on windows

    This new discussion is related to below link as last times discussion is locked ,i dont have idea why that discussion is locked(might be due to attachment link that i provided for log file )
    "R12 E-Business suite installation error on Windows XP-SP3"
    I have added 4 GB RAM and started installation on new fresh windows XP SP3 system  with only one C: drive with 300 GB space(including staging area)
    below is the log file for error
    Oracle Applications Rapid Install Wizard Install log
       >> Using Rapid Wizard Version  : 12.1.1.9
       >> Install session started  : Sun Jan 12 14:57:39 IST 2014
       >> Rapid Wizard source location  : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
       >> Command Line arguments for this run  :
    =================================================================
    Install Session Information
       Host Name               : utkarsh.sparsh
       Host Operating System   : Windows (32-bit)
       User running Install    : Uday Gite
    =================================================================
    InstUpgPanel
        User action   :  Install Oracle Applications
         Install type  :  Standard Install
    Disabling OCM Configuration
    InstallPanel
        User action   :  Create configuration
         Description   :  Creates a new instance configuration.
    PortPanel
            Selected port pool:
                Database Port : 1521
                RPC Port : 1626
                Web SSL Port : 4443
                ONS Local Port : 6100
                ONS Remote Port : 6200
                ONS Request Port : 6500
                Web Listener Port : 8000
                Active Web Port : 8000
                Forms Port : 9000
                Metrics Server Data Port : 9100
                Metrics Server Request Port : 9200
                JTF Fulfillment Server Port : 9300
                MSCA Server Port : 10200-10205
                MCSA Telnet Server Port : 10200,10202,10204
                MSCA Dispatcher Port : 10800
                Java Object Cache Port : 12345
                OC4J JMS Port Range for Oacore : 23000-23004
                OC4J JMS Port Range for Forms : 23500-23504
                OC4J JMS Port Range for Home : 24000-24004
                OC4J JMS Port Range for Oafm : 24500-24504
                OC4J AJP Port Range for Oacore : 21500-21504
                OC4J AJP Port Range for Forms : 22000-22004
                OC4J AJP Port Range for Home : 22500-22504
                OC4J AJP Port Range for Oafm : 25000-25004
                OC4J RMI Port Range for Oacore : 20000-20004
                OC4J RMI Port Range for Forms : 20500-20504
                OC4J RMI Port Range for Home : 21000-21004
                OC4J RMI Port Range for Oafm : 25500-25504
                DB ONS Local Port : 6300
                DB ONS Remote Port : 6400
                Oracle Connection Manager Port : 1521
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    DBNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Writing configuration file to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Setting temp directory to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    Port Availability Check :
    -- database node ports --
       Database Port available:  Port Value = 1521
       Database Port Value = 1521......  Available
       DB ONS Local Port available:  Port Value = 6300
       DB ONS Local Port Value = 6300......  Available
       DB ONS Remote Port available:  Port Value = 6400
       DB ONS Remote Port Value = 6400......  Available
    -- apps node ports --
       RPC Port available:  Port Value = 1626
       RPC Port Value = 1626......  Available
       Web SSL Port available:  Port Value = 4443
       Web SSL Port Value = 4443......  Available
       ONS Local Port available:  Port Value = 6100
       ONS Local Port Value = 6100......  Available
       ONS Remote Port available:  Port Value = 6200
       ONS Remote Port Value = 6200......  Available
       ONS Request Port available:  Port Value = 6500
       ONS Request Port Value = 6500......  Available
       Web Listener Port available:  Port Value = 8000
       Web Listener Port Value = 8000......  Available
       Forms Port available:  Port Value = 9000
       Forms Port Value = 9000......  Available
       Metrics Server Data Port available:  Port Value = 9100
       Metrics Server Data Port Value = 9100......  Available
       Metrics Server Request Port available:  Port Value = 9200
       Metrics Server Request Port Value = 9200......  Available
       JTF Fulfillment Server Port available:  Port Value = 9300
       JTF Fulfillment Server Port Value = 9300......  Available
       MSCA Server Port available:  Port Value = 10200
       MSCA Server Port available:  Port Value = 10201
       MSCA Server Port available:  Port Value = 10202
       MSCA Server Port available:  Port Value = 10203
       MSCA Server Port available:  Port Value = 10204
       MSCA Server Port available:  Port Value = 10205
       MSCA Server Port Value = 10200-10205......  Available
       MSCA Dispatcher Port available:  Port Value = 10800
       MSCA Dispatcher Port Value = 10800......  Available
       Java Object Cache Port available:  Port Value = 12345
       Java Object Cache Port Value = 12345......  Available
       OC4J JMS Port Range for Oacore available:  Port Value = 23000
       OC4J JMS Port Range for Oacore available:  Port Value = 23001
       OC4J JMS Port Range for Oacore available:  Port Value = 23002
       OC4J JMS Port Range for Oacore available:  Port Value = 23003
       OC4J JMS Port Range for Oacore available:  Port Value = 23004
       OC4J JMS Port Range for Oacore Value = 23000-23004......  Available
       OC4J JMS Port Range for Forms available:  Port Value = 23500
       OC4J JMS Port Range for Forms available:  Port Value = 23501
       OC4J JMS Port Range for Forms available:  Port Value = 23502
       OC4J JMS Port Range for Forms available:  Port Value = 23503
       OC4J JMS Port Range for Forms available:  Port Value = 23504
       OC4J JMS Port Range for Forms Value = 23500-23504......  Available
       OC4J JMS Port Range for Home available:  Port Value = 24000
       OC4J JMS Port Range for Home available:  Port Value = 24001
       OC4J JMS Port Range for Home available:  Port Value = 24002
       OC4J JMS Port Range for Home available:  Port Value = 24003
       OC4J JMS Port Range for Home available:  Port Value = 24004
       OC4J JMS Port Range for Home Value = 24000-24004......  Available
       OC4J JMS Port Range for Oafm available:  Port Value = 24500
       OC4J JMS Port Range for Oafm available:  Port Value = 24501
       OC4J JMS Port Range for Oafm available:  Port Value = 24502
       OC4J JMS Port Range for Oafm available:  Port Value = 24503
       OC4J JMS Port Range for Oafm available:  Port Value = 24504
       OC4J JMS Port Range for Oafm Value = 24500-24504......  Available
       OC4J AJP Port Range for Oacore available:  Port Value = 21500
       OC4J AJP Port Range for Oacore available:  Port Value = 21501
       OC4J AJP Port Range for Oacore available:  Port Value = 21502
       OC4J AJP Port Range for Oacore available:  Port Value = 21503
       OC4J AJP Port Range for Oacore available:  Port Value = 21504
       OC4J AJP Port Range for Oacore Value = 21500-21504......  Available
       OC4J AJP Port Range for Forms available:  Port Value = 22000
       OC4J AJP Port Range for Forms available:  Port Value = 22001
       OC4J AJP Port Range for Forms available:  Port Value = 22002
       OC4J AJP Port Range for Forms available:  Port Value = 22003
       OC4J AJP Port Range for Forms available:  Port Value = 22004
       OC4J AJP Port Range for Forms Value = 22000-22004......  Available
       OC4J AJP Port Range for Home available:  Port Value = 22500
       OC4J AJP Port Range for Home available:  Port Value = 22501
       OC4J AJP Port Range for Home available:  Port Value = 22502
       OC4J AJP Port Range for Home available:  Port Value = 22503
       OC4J AJP Port Range for Home available:  Port Value = 22504
       OC4J AJP Port Range for Home Value = 22500-22504......  Available
       OC4J AJP Port Range for Oafm available:  Port Value = 25000
       OC4J AJP Port Range for Oafm available:  Port Value = 25001
       OC4J AJP Port Range for Oafm available:  Port Value = 25002
       OC4J AJP Port Range for Oafm available:  Port Value = 25003
       OC4J AJP Port Range for Oafm available:  Port Value = 25004
       OC4J AJP Port Range for Oafm Value = 25000-25004......  Available
       OC4J RMI Port Range for Oacore available:  Port Value = 20000
       OC4J RMI Port Range for Oacore available:  Port Value = 20001
       OC4J RMI Port Range for Oacore available:  Port Value = 20002
       OC4J RMI Port Range for Oacore available:  Port Value = 20003
       OC4J RMI Port Range for Oacore available:  Port Value = 20004
       OC4J RMI Port Range for Oacore Value = 20000-20004......  Available
       OC4J RMI Port Range for Forms available:  Port Value = 20500
       OC4J RMI Port Range for Forms available:  Port Value = 20501
       OC4J RMI Port Range for Forms available:  Port Value = 20502
       OC4J RMI Port Range for Forms available:  Port Value = 20503
       OC4J RMI Port Range for Forms available:  Port Value = 20504
       OC4J RMI Port Range for Forms Value = 20500-20504......  Available
       OC4J RMI Port Range for Home available:  Port Value = 21000
       OC4J RMI Port Range for Home available:  Port Value = 21001
       OC4J RMI Port Range for Home available:  Port Value = 21002
       OC4J RMI Port Range for Home available:  Port Value = 21003
       OC4J RMI Port Range for Home available:  Port Value = 21004
       OC4J RMI Port Range for Home Value = 21000-21004......  Available
       OC4J RMI Port Range for Oafm available:  Port Value = 25500
       OC4J RMI Port Range for Oafm available:  Port Value = 25501
       OC4J RMI Port Range for Oafm available:  Port Value = 25502
       OC4J RMI Port Range for Oafm available:  Port Value = 25503
       OC4J RMI Port Range for Oafm available:  Port Value = 25504
       OC4J RMI Port Range for Oafm Value = 25500-25504......  Available
    OS User and Group Check
    Domain=UTKARSH
    ,Username=Uday Gite
    ,PC-Name=UTKARSH
       User belongs to the Administrators Group.
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
       All ports are unique.
    File System Check :
    -- database node mount point --
       Database ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       Database ORACLE_HOME admin folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil
       Database ORACLE_HOME temp folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\temp
       Database Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh
       Database Install Out Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       Database Install Out Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\clone\\
       Database System File Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Log File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Transaction File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Archive File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database OraInventory File Directory created:
          Mount Point = c:\temp
    -- apps node mount point --
       APPL_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP admin created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl\admin
       APPL_TOP mount 2 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 3 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 4 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       COMMON_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       JAVA_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn\java\classes
       Temp Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       APPL_TOP admin Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\admin\log
       Apps ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       Tools ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3\appsutil\clone\\
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2\appsutil\clone\\
       Apps ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
       Tools ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    File Space Check :
    -- database node space checks --
       Disk space on system acceptable:
       Database ORACLE_HOME = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       required = 5600.0
       actual   = 249592.6953125
       Disk space on system acceptable:
       Database System File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 20200.0
       actual   = 243992.6953125
       Disk space on system acceptable:
       Database Log File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 950.0
       actual   = 223792.6953125
       Disk space on system acceptable:
       Database Transaction File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 103350.0
       actual   = 222842.6953125
       Disk space on system acceptable:
       Database Archive File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 64500.0
       actual   = 119492.6953125
    -- apps node space checks --
       Disk space on system acceptable:
       APPL_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 5800.0
       actual   = 54992.6953125
       Disk space on system acceptable:
       APPL_TOP mount 2 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 2800.0
       actual   = 49192.6953125
       Disk space on system acceptable:
       APPL_TOP mount 3 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 8400.0
       actual   = 46392.6953125
       Disk space on system acceptable:
       APPL_TOP mount 4 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 3100.0
       actual   = 37992.6953125
       Disk space on system acceptable:
       COMMON_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       required = 3200.0
       actual   = 34892.6953125
       Disk space on system acceptable:
       Apps ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       required = 1400.0
       actual   = 31692.6953125
       Disk space on system acceptable:
       Tools ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       required = 1400.0
       actual   = 30292.6953125
       Disk space on system acceptable:
       Temp Directory = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       required = 1024.0
       actual   = 28892.6953125
    Host/Domain
       command: ping -n 1 utkarsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
       host ping has succeeded
       command: ping -n 1 utkarsh.sparsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
       host.domain ping has succeeded
    System Utilities
       command: cmd.exe /c C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\OracleApps\Cygwin\bin C:\OracleApps\VIS2008\VC\bin
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /cygdrive/c/WINDOWS/system32/cl
    'cc' is available.
    /usr/bin/link
    'link' is available.
    ERRORCODE = 0    ERRORCODE_ENDThe system cannot find the path specified.
    System Utilities Availability test has succeeded
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area C:\OracleApps\stageR12\oraDB\Disk1
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    Database ORACLE_HOME:   C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
    Database SID:           FPRD1
    Database Context Name : FPRD1_utkarsh
    Creating DB Context: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    APPL_TOP location:      C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
    Database SID:           FPRD1
    APPL_TOP Context Name : FPRD1_utkarsh
    INST_TOP location:      C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh
    Creating Apps Context: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Creation of Directory - C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh Succeeded.
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrun11g.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrun11g.cmd
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrundb.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrundb.cmd
    Step 0 of 5
    Command: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    Processing Step 1 of 5
    Executing: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM $Header: adrun11g.cmd 120.11 2009/03/11 21:22:03 marderiu noship $
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig.  It will be read and
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM overwritten.  If you were instructed to edit this file, or if you are not
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set date=Sun 01/12/2014  )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set time=03:05 PM )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\java;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;C:\OracleApps\stageR12\startCD\Disk1\ra

    "R12 E-Business suite installation error on Windows XP-SP3"
    Your OS is not supported.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) (Doc ID 761567.1)
    Log file located at C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh\ApplyDatabase_01121856.log
    Any details about the error in this log file?
    Please review log files mentioned in (How to locate the log files and troubleshoot Rapid Install for Release 12.0.x and 12.1.x (Doc ID 452120.1)) and upload them in one zip file to any free hosting website and post the link here. Please do NOT copy/paste the contents of the log files in this thread.
    Thanks,
    Hussein

  • 2 issues: "Installation Error", App quits

    on a brand-new i7 imac running 10.6.2:
    1st issue:
    after migrating everything from my old iMac (20" 2nd gen aluminum Core 2), GarageBand displays the "initializing..." window, then a second window says "Installation Error. Please ensure this product has been installed correctly". after clicking OK, it hangs on the Initializing window until i click GarageBands dock icon a second time. then the New Project window opens.
    Reinstalled GB, same issue. this also happened before migrating the old system.
    2nd issue:
    while trying to open a previously saved song file (saved with GB9 on the old imac), it gets about half-way thru the loading process, stops on "drums" for a moment, switched to "equalizers" then GB quits.
    the file still works in GB9 on the old mac.

    Issue 2 is fixed. 2 Arturia instrument plugins didn't make it thru the migration process. doesn't explain why GB would just quit, as at the apple store their machines warned me the plugins weren't installed and continued to load the song. reinstalled the 2 plugins and now the songs load correctly.
    on Issue 1, i called applecare and they had me trash the GB app in the Applications folder, as well as Mac HD>Library>Application Suport>GB ƒ.
    reinstalled GB from the iLife disk, no change. still get the Install Error Warning and have to click the dock icon a second time. so i have to call them back.
    i then created a new user, and it also does the 2-click thing...

  • App-v 5.0 Client Package Installation - Error Code: 0C80070003 ( App v Error Code) 74F00F0C80070003 ( Internal error Code )

    Hi,
        I have converted my previous version package which was build upon 4.6, using sequencer to 5.0 app-v client.
    I didn't have any errors & warnings. But, when I tried to install the package , I'm getting the error with error code
    Error Code:
    0C80070003 ( App v Error Code)
    74F00F0C80070003 ( Internal error Code )
    Bala.R

    Hi there, 
    It was my mistake and the way we published app connection groups in the past. In the past we published the applications directly through an connection group without publishing the applications themself. In app-v 5.0 sp3 I needed to publish the packages itself
    also.... 

Maybe you are looking for

  • EBS R12 database upgrade to 11gR2

    Hi All, I am currently trying to upgrade database to 11gR2 following instruction in 1058763.1. When i try to apply the 6400501 patch (10.1.0.5 version x86), i get this: OPatch found the word "error" in stderr, please look into it. You may have to run

  • Fails to learn mac address on Fiber interface with ISP

    Hi, We have a problem to bring a new 3750 switch interface up with the ISP. Current interface configuration on the router 7500 with SC/Single mode 1000 Base LX is interface GigabitEthernet4/0/0 description ###### ISP ####### ip address 1.1.1.2 255.25

  • Combining albums

    How do I combine two albums in Revel?

  • StringIndexOutOfboundsException when using ANT

    When I tried to build the examples bundled with j2ee tutorial in the ..\j2eetutorial\examples directory using the ant 1.3 on Wndows ME I get the following exception.Anybody please help me.Is there any other build tool available for download? StringIn

  • B2B-50025:  Repository error

    Hello All, We are getting the following error on SOA 11.1.1.5 B2B - it happens only intermittently and the message goes through successfully on re-post. Any idea what can be causing this? Thanks in advance. Suresh oramds:/soa/b2b/RosettaNet/V02.03/Pi