Native application installer fails on Mac 10.5.8 every other time

Hello,
I have a native AIR 2.0 application with a native installer which I silently install as a part of a bigger package.
On Mac, I have a DMG which contains the native installer app and a shell script which copies the native installer app into a temporary folder, and then invokes it passing "-silent" option.
For some reasons the native installer fails every other time, i.e. if I install the app and then move it to trash and then try to re-install, the installer fails.
However if I try re-installing once again, installation succeeds. I can consistently reproduce this problem.
This seems to happen only on Mac OS 10.5.8. On 10.6.0 and above everything seems to work fine.
What can be the reason for such inconsistent behavior?
OS version is Mac OS 10.5.8, CPU: 2.8GHz Intel Core Duo
Below is the log for the cases when the installer fails:
Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Application signature verified
Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Unpackaging/validation complete
Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception ArgumentError: Error #2004" errorID=2004]
Nov 10 20:19:08 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[9579]: Application Installer end with exit code 7
Thanks in advance

Chris, thank you for your answer.
The only argument I pass into the installer command line is "-silent", i.e. the command line looks like
"/tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline" -silent
I've noticed that the installer fails only if it's called from a wrapper package. If I invoke the above command line directly from Terminal, the installer consistently succeeds.
Here is the full log for the case when installer fails:
Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Bootstrapper begin (Mac:version (null))
Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Installed runtime located (2.5.0.16600)
Nov 15 11:21:21 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Launching application installer: "AIR Application Installer" -silent /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline
Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application Installer begin with version 2.5.0.16600 on Mac OS 10.5.8 x86
Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Commandline is: -silent "/tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline"
Nov 15 11:21:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
Nov 15 11:21:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Validating app in folder /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline/Contents/Resources
Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application signature verified
Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Unpackaging/validation complete
Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception ArgumentError: Error #2004" errorID=2004]
Nov 15 11:21:23 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37089]: Application Installer end with exit code 7
Nov 15 11:21:23 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Application installer failure (7)
Nov 15 11:21:23 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37088]: Bootstrapper failure (7)^M
And here is the log for a successful attempt:
Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Bootstrapper begin (Mac:version (null))
Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Installed runtime located (2.5.0.16600)
Nov 15 11:25:19 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Launching application installer: "AIR Application Installer" -silent /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline
Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application Installer begin with version 2.5.0.16600 on Mac OS 10.5.8 x86
Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Commandline is: -silent "/tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline"
Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
Nov 15 11:25:20 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Validating app in folder /tmp/PixelNovel/Install Timeline.app/Contents/Resources/Timeline/Contents/Resources
Nov 15 11:25:21 iMac-3 /usr/sbin/ocspd[37158]: starting
Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application signature verified
Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Unpackaging/validation complete
Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: No app located for appID 'com.pixelnovel.TimelineProjectManager' and pubID ''
Nov 15 11:25:21 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Starting silent app installation to /Applications. Installing app com.pixelnovel.TimelineProjectManager version 0.0.4 using the source file at file:///tmp/PixelNovel/Install%20Timeline.app/Contents/Resources/Timeline
Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel /Applications/Timeline.app
Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Subprocess chown succeeded
Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Launching subprocess with commandline /bin/chmod -R ugo+rx /Applications/Timeline.app
Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Subprocess chmod succeeded
Nov 15 11:25:22 iMac-3 /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[37155]: Application Installer end with exit code 0
Nov 15 11:25:22 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Application installer success
Nov 15 11:25:22 iMac-3 /tmp/PixelNovel/Install Timeline.app/Contents/MacOS/Install Timeline[37154]: Bootstrapper success^M
I will also send you a link to the DMG file that reproduces the error as a private message - ma be this will help.
Thank you,
Anatoly

Similar Messages

  • Adobe Application Mgr fails to initialize. I've downloaded five times and still get the same error.

    Adobe Application Mgr fails to initialize. I've downloaded five times and still get the same error.

    Noelb67822514 what Adobe software or service are you trying to install?  Which operating system are you using?

  • Fails to find HD on boot up every other time

    Starting in mid-November, shortly after replacing the battery and upgrading to 10.4.3, my ibook would not find the HD during boot up every other time I went to use it. I tried booting from the installation disc 10.4, resetting, PRAM, PMU, NVRAM, etc. but nothing short of putting the computer away for the rest of the day helped. The next day it boots up normally. If it goes to sleep, it starts the SBBOD and freezes. If I shut it down, it fails to boot up, only displaying the file folder with the alternating Mac face/question mark. The only solution is to just let it sit.
    This computer is within the range of serial numbers for the logic board recall, but did not display any symptoms within the three years, and now that is over. I don't understand the regularity with which it intermittently works and fails without anything being done to it.
    BTW, I have reinstalled 10.4, repaired permissions, done one update at a time, repairing permissions in between and it worked fine for two days and has again failed to find the HD on boot up. I have the same software on my Power PC (the same age) and have no trouble whatsoever. I'm typing this from that computer.

    This is what I get everytime I run repair disk permissions.
    Determining correct file permissions.
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/Dictionary.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/Dictionary.widgetplugin/Contents/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/Dictionary.widgetplugin/Contents/MacOS/Dictio nary. New permissions are 33261
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/Dictionary.widgetplugin/Contents/version.plis t. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Dictionary.wdgt/version.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/FlightTracker.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/FlightTrackerComboBoxPlugin.plugin/Contents/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/FlightTrackerComboBoxPlugin.plugin/Contents/MacOS/FlightTrackerCom boBoxPlugin. New permissions are 33261
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/FlightTrackerComboBoxPlugin.plugin/Contents/version.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/parser.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Flight Tracker.wdgt/version.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Stickies.wdgt/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Stickies.wdgt/Stickies.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Stickies.wdgt/version.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Unit Converter.wdgt/Info.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Unit Converter.wdgt/UnitConverter.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Unit Converter.wdgt/parser.js. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets/Unit Converter.wdgt/version.plist. New permissions are 33188
    We are using special permissions for the file or directory ./Library/Widgets. New permissions are 16877
    We are using a special gid for the file or directory ./System/Library/CoreServices/Dock.app/Contents/MacOS/Dock. New gid is 0
    We are using special permissions for the file or directory ./System/Library/CoreServices/Dock.app/Contents/MacOS/Dock. New permissions are 33261
    We are using special permissions for the file or directory ./usr/lib/php/build/Makefile.global. New permissions are 33060
    We are using special permissions for the file or directory ./usr/lib/php/build/acinclude.m4. New permissions are 33060
    We are using special permissions for the file or directory ./usr/lib/php/build/mkdep.awk. New permissions are 33060
    We are using special permissions for the file or directory ./usr/lib/php/build/phpize.m4. New permissions are 33060
    We are using special permissions for the file or directory ./usr/lib/php/build/scanmakefilein.awk. New permissions are 33060
    Permissions repair complete
    The privileges have been verified or repaired on the selected volume
    Everytime I run this I get the same message. Any reason these won't stay the correct values?

  • Deploying Windows Service Fails Every Other Time

    I'm using Release Management 2013 to deploy a Windows service.  I go through the steps listed below to deploy it.  It fails on the first step (Delete Service) every other time.  When I run it again, it works.  It seems like it's saying
    it failed, but is somehow actually succeeding.  After it fails, I don't see the service in the Services list anymore.  Then when I run the deployment again, it succeeds. 
    I have found that if I manually stop the service before deploying again, it will always succeed.  There doesn't seem to be a good way of doing that in Release Management though, since the Stop Service action will error out if the service doesn't exist.
    Any help would be appreciated!
    ==============
    Delete Service
    Create Folder
    XCopy Site Deployment (deploys from drop folder)
    Copy Config Files from Drop folder (copies config files folder from drop folder)
    Delete File(s) or Folder (deletes existing config)
    Rename File or Folder (renames appropriate copied config to the name of the previously deleted config file)
    Delete File(s) or Folder (deletes other config files)
    Delete File(s) or Folder (deletes config folder)
    Create Service
    Start Service

    Hi,
    You may have solved this by now, but for the record, I had the exact same issue. The problem is in this section of ManageWindowsServices.ps1
    elseif ($Action -eq "delete")
    #If the service exists, we first stop it to avoid "Marked for deletion" problems
    $service = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
    if ($service -ne $null)
    #Stop the service
    $status = & "sc.exe" "$ServerName" stop "$ServiceName"
    "Stop status : $status"
    $status = & "sc.exe" "$ServerName" $Action "$ServiceName"
    "Delete status : $status"
    #Ensure the service was deleted successfully
    $service = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
    if ($service -ne $null)
    $(throw "The deletion of the service failed.")
    else
    $exitCode = 0
    and is due to the fact that the second Get-Service call does actually return the service, even though it's after the call to delete it. Presumably this is some kind of race condition, where the call to delete the service returns before it's finished all
    it's work.
    In any case, the solution I went for was to rewrite this section as:
    elseif ($Action -eq "delete")
    [int]$returnCode = 0
    #If the service exists, we first stop it to avoid "Marked for deletion" problems
    $service = Get-WmiObject -Class Win32_Service -Filter "Name='$ServiceName'"
    if ($service -ne $null)
    #Stop the service
    $status = & "sc.exe" "$ServerName" stop "$ServiceName"
    "Stop status : $status"
    "Deleting Service..."
    $returnCode = $service.delete().ReturnValue
    "Return code was : $returnCode"
    if ($returnCode -ne 0)
    $(throw "The deletion of the service failed: Return code was $returnCode")
    #Ensure the service was deleted successfully
    $service = Get-WmiObject -Class Win32_Service -Filter "Name='$ServiceName'"
    if ($service -ne $null)
    $(throw "The deletion of the service failed.")
    else
    $exitCode = 0
    The above code works in all cases that I've run it for. You can either edit the existing ManageWindowsServices script, or simply create a new one. I opted for the latter.
    Note: This is my first attempt at using Powershell, so there may well be a better way of doing the above.

  • Native Application installer for mac

    Hi all,
    I am using Flash Builder 4.5 and adobe air 2.7
    I want to bundle Adobe Air Installer along with my application(.app file ) for mac. I followed the instructions mentioned in the link
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html#WS 485a42d56cd19641-70d979a8124ef20a34b-7ffc
    But with the .app file, I am getting the message
    "The application could not be installed because the installer file is  damaged. Try obtaining a new installer file from the application  author."
    then i checked with .air file and it works fine.
    Is there any limitation with .app files? If yes, then what we should do to bundle the .app with adobe air installer.
    Any suggestion in this regard would be great.
    Regards
    Sumeet Kumar

    Hi Sumeet,
    Unfortunately we don't have support for sidecar installs with native installers at this time.  I've seen this come up before but when I searched the ideas.adobe.com site I couldn't find a specific feature request.  We are aware that there is interest in this feature, but I'd like to encourage you to add a post to the ideas.adobe.com page or over at bugbase.adobe.com and let others know so we can vote on it.
    Thanks,
    Chris

  • Customized Acrobat 11 installer fails on Mac OS 10.8.2

    We created a customized installer for Acrobat 11 using the Adobe Customization Wizard for Macintosh. The resulting .pkg installer installed successfully on three Macs (two on 10.8.2 and one on 10.7.5) but the installer fails on the fourth machine, which is running 10.8.2. It appears that Acrobat installs into the Applications folder, but when I try to run it, a prompt pops up to register with an Adobe ID. This shouldn't be happening, given the settings for the installer:
    •Accept End User License Agreement
    •Disable Registration
    •Grant Offline Exception (we have a volume serial number)
    The three machines that we ran the installer successfully on have had no problems...Acrobat launches without any request for registration.
    The console logs show the following info for the last two times we have tried to run the installer...
    10/24/12 14:52:36:952 | [INFO] |  |  |  |  |  |  | AAM URI protocol handler registered.
    10/24/12 14:52:37:040 | [ERROR] |  |  |  |  |  |  | AAM URI: Error in deleting file /Applications/Adobe Application Manager. Error = Error Domain=NSCocoaErrorDomain Code=4 "“Adobe Application Manager” couldn’t be removed." UserInfo=0x1834a60 {NSUnderlyingError=0x1834970 "The operation couldn’t be completed. No such file or directory", NSFilePath=/Applications/Adobe Application Manager, NSUserStringVariant=(
        Remove
    10/24/12 14:52:37:040 | [INFO] |  |  |  |  |  |  | AAM URI Handler: Could not get env var DISABLE_CCM_DESKTOPSHORTCUT
    10/24/12 14:52:37:055 | [INFO] |  |  |  |  |  |  | Adobe Application Manager shortcut created at /Applications/
    10/24/12 15:36:11:867 | [INFO] |  |  |  |  |  |  | AAM URI protocol handler registered.
    10/24/12 15:36:11:867 | [INFO] |  |  |  |  |  |  | AAM URI: Adobe Application Manager shortcut deleted from /Applications.
    10/24/12 15:36:11:867 | [INFO] |  |  |  |  |  |  | AAM URI Handler: Could not get env var DISABLE_CCM_DESKTOPSHORTCUT
    10/24/12 15:36:11:886 | [INFO] |  |  |  |  |  |  | Adobe Application Manager shortcut created at /Applications/
    Any suggestions what the problem could be or what the fix is? Running the standard installer is not an ideal solution, since we intend to push Acrobat 11 out to over 300 machines.

    Only the install.log and PDApp.log are present. Output below.
    Here's the install.log...
    Oct 25 23:21:55 ccgrpimac Installer[254]: @(#)PROGRAM:Install  PROJECT:Install-735
    Oct 25 23:21:55 ccgrpimac Installer[254]: @(#)PROGRAM:Installer  PROJECT:Installer-614
    Oct 25 23:21:55 ccgrpimac Installer[254]: Hardware: iMac12,1 @ 2.50 GHz (x 4), 4096 MB RAM
    Oct 25 23:21:55 ccgrpimac Installer[254]: Running OS Build: Mac OS X 10.8.2 (12C60)
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: TMPDIR=/var/folders/_j/pvh_tv0566b6kdk5y9c1ypcm0000gn/T/
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: SHELL=/bin/bash
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: HOME=/Users/ccadmin
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: USER=ccadmin
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: LOGNAME=ccadmin
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: SSH_AUTH_SOCK=/tmp/launch-evenG8/Listeners
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: Apple_Ubiquity_Message=/tmp/launch-jJEDE2/Apple_Ubiquity_Message
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: Apple_PubSub_Socket_Render=/tmp/launch-a7dhrX/Render
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: COMMAND_MODE=unix2003
    Oct 25 23:21:55 ccgrpimac Installer[254]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Oct 25 23:21:55 ccgrpimac Installer[254]:  Adobe Acrobat XI Pro   Installation Log
    Oct 25 23:21:55 ccgrpimac Installer[254]: Opened from: /Users/ccadmin/Desktop/Acrobat 11.pkg
    Oct 25 23:21:55 ccgrpimac Installer[254]: Product archive /Users/ccadmin/Desktop/Acrobat 11.pkg trustLevel=100
    Oct 25 23:21:57 ccgrpimac Installer[254]: JS: 10.6 or higher:1
    Oct 25 23:22:35 ccgrpimac Installer[254]: InstallerStatusNotifications plugin loaded
    Oct 25 23:22:48 ccgrpimac runner[268]: Administrator authorization granted.
    Oct 25 23:22:48 ccgrpimac Installer[254]: ================================================================================
    Oct 25 23:22:48 ccgrpimac Installer[254]: User picked Standard Install
    Oct 25 23:22:48 ccgrpimac Installer[254]: Choices selected for installation:
    Oct 25 23:22:48 ccgrpimac Installer[254]:           Install: " Adobe Acrobat XI Pro "
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#acrobatpreinstall.pkg : com.adobe.acrobat.11.viewer.preinstall.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#AdobeApplicationManager.pkg : com.adobe.PDApp.AdobeApplicationManager.installer.pkg : 1
    Oct 25 23:22:48 ccgrpimac Installer[254]:           Install: "Application" at path "//Applications/Adobe Acrobat XI Pro"
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#application.pkg : com.adobe.acrobat.11.viewer.app.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]:           Install: "Browser Plug-In"
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#browserPlugin.pkg : com.adobe.acrobat.11.viewer.browser.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#support.pkg : com.adobe.acrobat.11.viewer.appsupport.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#automator.pkg : com.adobe.acrobat.11.viewer.print_automator.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]:                     Acrobat 11.pkg#pdfservices.pkg : com.adobe.acrobat.11.viewer.print_pdf_services.pkg.MUI : 11.0.0
    Oct 25 23:22:48 ccgrpimac Installer[254]: ================================================================================
    Oct 25 23:22:48 ccgrpimac Installer[254]: It took 0.00 seconds to summarize the package selections.
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#acrobatpreinstall.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#AdobeApplicationManager.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#browserPlugin.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#support.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#automator.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#pdfservices.pkg
    Oct 25 23:22:48 ccgrpimac Installer[254]: Set authorization level to root for session
    Oct 25 23:22:48 ccgrpimac Installer[254]: Will use PK session
    Oct 25 23:22:48 ccgrpimac Installer[254]: Starting installation:
    Oct 25 23:22:48 ccgrpimac Installer[254]: Configuring volume "SO HD"
    Oct 25 23:22:48 ccgrpimac Installer[254]: Preparing disk for local booted install.
    Oct 25 23:22:48 ccgrpimac Installer[254]: Free space on "SO HD": 420.03 GB (420027744256 bytes).
    Oct 25 23:22:48 ccgrpimac Installer[254]: Create temporary directory "/var/folders/_j/pvh_tv0566b6kdk5y9c1ypcm0000gn/T//Install.254UXi1ZN"
    Oct 25 23:22:48 ccgrpimac Installer[254]: IFPKInstallElement (7 packages)
    Oct 25 23:22:48 ccgrpimac Installer[254]: Using authorization level of root for IFPKInstallElement
    Oct 25 23:22:48 ccgrpimac installd[271]: installd: Starting
    Oct 25 23:22:48 ccgrpimac installd[271]: installd: uid=0, euid=0
    Oct 25 23:22:48 ccgrpimac installd[271]: PackageKit: ----- Begin install -----
    Oct 25 23:22:48 ccgrpimac installd[271]: PackageKit: request=PKInstallRequest <7 packages, destination=/>
    Oct 25 23:22:48 ccgrpimac installd[271]: PackageKit: packages=(
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#acrobatpreinstall.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#AdobeApplicationManager.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#browserPlugin.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#support.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#automator.pkg>",
                  "PKLeopardPackage <file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#pdfservices.pkg>"
    Oct 25 23:22:49 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#acrobatpreinstall.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/tmp, uid=0)
    Oct 25 23:22:50 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#AdobeApplicationManager.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root, uid=0)
    Oct 25 23:22:55 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/Applications/Adobe Acrobat XI Pro, uid=0)
    Oct 25 23:23:09 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/Library/Internet Plug-Ins, uid=0)
    Oct 25 23:23:09 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/Library/Application Support, uid=0)
    Oct 25 23:23:11 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#automator.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/Library/Automator, uid=0)
    Oct 25 23:23:11 ccgrpimac installd[271]: PackageKit: Extracting file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#pdfservices.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root/Library/PDF Services, uid=0)
    Oct 25 23:23:11 ccgrpimac installd[271]: PackageKit: prevent user idle system sleep
    Oct 25 23:23:11 ccgrpimac installd[271]: PackageKit: suspending backupd
    Oct 25 23:23:11 ccgrpimac installd[271]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.acrobat.11.viewer.preinstall.pkg.M UI.latagD
    Oct 25 23:23:11 ccgrpimac install_monitor[276]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Oct 25 23:23:13 ccgrpimac installd[271]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.inst aller.pkg.eRNiiE
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: AAMInstaller: PRE AAM INSTALL....................
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: AAMInstaller: AAMIAssetsDir /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.inst aller.pkg.eRNiiE
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: AAMInstaller: Checking for ignore AAM.
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: AAMInstaller: ignore_aam return code 1.
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: AAMInstaller: Launch AAM Installation in silent mode...
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: Starting Installer...
    Oct 25 23:23:13 ccgrpimac installd[271]: ./preinstall: In Silent mode.
    Oct 25 23:23:44 ccgrpimac installd[271]: ./preinstall: Installation successful.
    Oct 25 23:23:44 ccgrpimac installd[271]: ./preinstall: Exiting Installer with Code: 0
    Oct 25 23:23:45 ccgrpimac installd[271]: ./preinstall: AAMInstaller: Exit status: 0
    Oct 25 23:23:45 ccgrpimac installd[271]: ./preinstall: AAMInstaller: For more detailed logs check:~/Library/Logs/PDApp.log
    Oct 25 23:23:45 ccgrpimac installd[271]: ./preinstall: AAMInstaller: AAM Install Success.
    Oct 25 23:23:45 ccgrpimac installd[271]: ./preinstall: AAMInstaller: END OF PRE AAM INSTALL....................
    Oct 25 23:23:45 ccgrpimac installd[271]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.acrobat.11.viewer.app.pkg.MUI.JbZh Tu
    Oct 25 23:23:45 ccgrpimac installd[271]: PackageKit: Shoving /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandboxManager/1.sandbox/Root (3 items) to /
    Oct 25 23:23:45 ccgrpimac installd[271]: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.inst aller.pkg.eRNiiE
    Oct 25 23:23:45 ccgrpimac installd[271]: ./postinstall: AAMInstaller: POST AAM INSTALL....................
    Oct 25 23:23:45 ccgrpimac installd[271]: ./postinstall: AAMInstaller: END OF POST AAM INSTALL....................
    Oct 25 23:23:45 ccgrpimac installd[271]: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.acrobat.11.viewer.app.pkg.MUI.JbZh Tu
    Oct 25 23:23:46 ccgrpimac installd[271]: ./postinstall: AcroInstallLocaleID=MUI added in AcroLocale.plist of Adobe Acrobat Pro.app/Contents
    Oct 25 23:23:48 ccgrpimac installd[271]: ./postinstall: Replacing the hive AdobePDFSettings of /Library/Preferences/com.adobe.PDFAdminSettings.plist with that of /private/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.acrobat.11.viewer.app.pkg.MUI.JbZh Tu/Resources/com.adobe.PDFAdminSettings.plist
    Oct 25 23:23:48 ccgrpimac installd[271]: ./postinstall: Error in converting the plist /Library/Preferences/com.adobe.PDFAdminSettings.plist to xml1 format
    Oct 25 23:23:48 ccgrpimac installd[271]: ./postinstall: Could not install PDFAdminSettings
    Oct 25 23:23:48 ccgrpimac install_monitor[276]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Oct 25 23:23:48 ccgrpimac installd[271]: PackageKit: releasing backupd
    Oct 25 23:23:48 ccgrpimac installd[271]: PackageKit: allow user idle system sleep
    Oct 25 23:23:48 ccgrpimac installd[271]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Acrobat 11.pkg”." UserInfo=0x7f81f95dcd80 {NSFilePath=./postinstall, NSURL=file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.11.viewer.app.pkg.MUI, NSLocalizedDescription=An error occurred while running scripts from the package “Acrobat 11.pkg”.} {
                  NSFilePath = "./postinstall";
                  NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAcrobat 11.pkg\U201d.";
                  NSURL = "file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg";
                  PKInstallPackageIdentifier = "com.adobe.acrobat.11.viewer.app.pkg.MUI";
    Oct 25 23:23:48 ccgrpimac Installer[254]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Acrobat 11.pkg”." UserInfo=0x7f97f1a22e50 {NSFilePath=./postinstall, NSURL=file://localhost/Users/ccadmin/Desktop/Acrobat%2011.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.11.viewer.app.pkg.MUI, NSLocalizedDescription=An error occurred while running scripts from the package “Acrobat 11.pkg”.}
    Oct 25 23:23:49 ccgrpimac Installer[254]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Oct 25 23:23:49 ccgrpimac Installer[254]: IFDInstallController F1E0D900 state = 7
    Oct 25 23:23:49 ccgrpimac Installer[254]: Displaying 'Install Failed' UI.
    Oct 25 23:23:49 ccgrpimac Installer[254]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    And the PDApp.log...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Build Version - 6.2.127.0
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Logging Level verbosity Set  to 4
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Start: AAM Deployment Validation checks... Install workflow
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Detect should we ignore AAM
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 283. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 279. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 278. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 277. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 276. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 271. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 258. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 253. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 199. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 194. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 193. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 186. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 138. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 137. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 134. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 124. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 121. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 106. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 100. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 98. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 94. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 88. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 87. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 86. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 73. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 67. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 65. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 63. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 60. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 59. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 57. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 55. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 54. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 52. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 51. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 46. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 45. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 41. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 40. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 38. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 37. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 34. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 33. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 22. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 21. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 20. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 19. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 18. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 17. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 16. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 15. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 14. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 12. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 11. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 1. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [ERROR] PIM - Failed to get command line args for pid 0. Errorno (22). error msg -- Invalid argument
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Should_Ignore_AAM -1. AAM Installation not ignored..
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Starting Deployment Validation checks...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check System validity Status ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Checking minimum OS version ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - System OS Version - major = 10, minor = 8, bugFix = 2
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Boot volume is casesensitive ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Required system files and folders exits ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager is running...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (RIBS) is running ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (Bootstrapper) is running  ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager SYNC is happening...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - Check and close Adobe Application Manager notifiers...
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - AAM Deployment Validation checks PASSED.
    Thu Oct 25 23:23:13 2012          [INFO] PIM-AAMDeploymentValidation - End: AAM Deployment Validation checks...
    Thu Oct 25 23:23:13 2012          [INFO] Setup - Build Version - 6.2.112.0
    Thu Oct 25 23:23:13 2012          [INFO] Setup - Logging Level verbosity Set  to 4
    Thu Oct 25 23:23:13 2012          [INFO] Setup - TimeLog: Bootstrapper Start
    Thu Oct 25 23:23:13 2012          [INFO] Setup - Launch Path set to /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE
    Thu Oct 25 23:23:13 2012          [INFO] Setup - Found 7 packages in setup manifest
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Build Version - 6.2.112.0
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Logging Level verbosity Set  to 4
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Build Version - 6.2.112.0
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Logging Level verbosity Set  to 4
    Thu Oct 25 23:23:13 2012          [INFO] PIM - CREATE PIM Instance ...
    Thu Oct 25 23:23:13 2012          [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Thu Oct 25 23:23:13 2012          [INFO] PIM - SUCCESS Created Tables.
    Thu Oct 25 23:23:13 2012          [INFO] PIM - PIM Database is Up To Date.
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Updater Inventory location:/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.ins taller.pkg.eRNiiE/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInvent ory
    Thu Oct 25 23:23:13 2012          [INFO] PIM - Acquired System level ACF lock ...
    Thu Oct 25 23:23:14 2012          [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 154339516
    Thu Oct 25 23:23:14 2012          [INFO] PIM - freeDiskSpace ... 418674765824
    Thu Oct 25 23:23:14 2012          [INFO] Setup - TimeLog: Begin Installing
    Thu Oct 25 23:23:14 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/core/PDApp.pimx
    Thu Oct 25 23:23:14 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/core/PDApp.pimx'
    Thu Oct 25 23:23:14 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/core/PDApp.pima'
    Thu Oct 25 23:23:14 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:14 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:19 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/core/PDApp.pimx.
    Thu Oct 25 23:23:19 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/D6/D6.pimx
    Thu Oct 25 23:23:19 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/D6/D6.pimx'
    Thu Oct 25 23:23:19 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/D6/D6.pima'
    Thu Oct 25 23:23:19 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:19 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:21 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/D6/D6.pimx.
    Thu Oct 25 23:23:21 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/DECore/DECore.pimx
    Thu Oct 25 23:23:21 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/DECore/DECore.pimx'
    Thu Oct 25 23:23:21 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/DECore/DECore.pima'
    Thu Oct 25 23:23:21 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:21 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:24 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/DECore/DECore.pimx.
    Thu Oct 25 23:23:24 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/DWA/DWA.pimx
    Thu Oct 25 23:23:24 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/DWA/DWA.pimx'
    Thu Oct 25 23:23:24 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/DWA/DWA.pima'
    Thu Oct 25 23:23:24 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:24 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:27 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/DWA/DWA.pimx.
    Thu Oct 25 23:23:27 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/P6/P6.pimx
    Thu Oct 25 23:23:27 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/P6/P6.pimx'
    Thu Oct 25 23:23:27 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/P6/P6.pima'
    Thu Oct 25 23:23:27 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:27 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:32 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/P6/P6.pimx.
    Thu Oct 25 23:23:32 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/LWA/LWA.pimx
    Thu Oct 25 23:23:32 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/LWA/LWA.pimx'
    Thu Oct 25 23:23:32 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/LWA/LWA.pima'
    Thu Oct 25 23:23:32 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:32 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:37 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/LWA/LWA.pimx.
    Thu Oct 25 23:23:37 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/UWA/UWA.pimx
    Thu Oct 25 23:23:37 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/UWA/UWA.pimx'
    Thu Oct 25 23:23:37 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/UWA/UWA.pima'
    Thu Oct 25 23:23:37 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:37 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:41 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/UWA/UWA.pimx.
    Thu Oct 25 23:23:41 2012          [INFO] PIM - START installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/CCM/CCM.pimx
    Thu Oct 25 23:23:41 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/CCM/CCM.pimx'
    Thu Oct 25 23:23:41 2012          [INFO] PIM - Validating package file: '/tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.p kg.eRNiiE/packages/CCM/CCM.pima'
    Thu Oct 25 23:23:41 2012          [INFO] PIM - SUCCESS insertPackageUpdateList.
    Thu Oct 25 23:23:41 2012          [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Thu Oct 25 23:23:44 2012          [INFO] Native-Utils - Launch Process With Task
    Thu Oct 25 23:23:44 2012          [INFO] PIM - Successfully executed install modifier at path: '/Applications/Utilities/Adobe Application Manager/CCM/Utilities/AdobeCreativeCloudClient.app/Contents/MacOS/AdobeCreativeCloudClien t'
    Thu Oct 25 23:23:44 2012          [INFO] PIM - SUCCESS installPackage at file /tmp/PKInstallSandbox.eLeOQp/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pk g.eRNiiE/packages/CCM/CCM.pimx.
    Thu Oct 25 23:23:44 2012          [INFO] PIM - NOTE trying to backup ... Source path does not exits. So Success.
    Thu Oct 25 23:23:44 2012          [INFO] PIM - Creating symbolic link of /Applications/Utilities/Adobe Application Manager/ to folder /Library/Application Support/Adobe/OOBE/PDApp
    Thu Oct 25 23:23:44 2012          [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    Thu Oct 25 23:23:44 2012          [INFO] PIM - Return ... SUCCESS _pimCreateOrUpdateAAMInventory
    Thu Oct 25 23:23:44 2012          [INFO] Setup - C3P0 Installation Successful.
    Thu Oct 25 23:23:44 2012          [INFO] Setup - Deployment File Path not specified, not launching DE.
    Thu Oct 25 23:23:44 2012          [INFO] Setup - =================  Exiting Installer with Code: 0  =================
    Thu Oct 25 23:23:45 2012          [INFO] PIM - PIMSqlite closeDB status 0
    Thu Oct 25 23:23:45 2012          [INFO] PIM - FREE PIM Instance ...

  • Silent AIR application installation fails on AIR 3.9

    I install my AIR application silently using the following command :
    "/Volumes/Install Test/Install Test.app/Contents/MacOS/Install Test" -silent -location "/Applications/ABC"
    It worked fine till AIR 3.8. With the new AIR update 3.9, this command fails with exit code 2 and error "too many arguments"

    Thanks Oliver. I uninstalled the application and then
    uninstalled AIR 1.1. I then re-installed AIR 1.1 and attemped to
    re-install the application. The error is still happening. Here is
    the log file. Do you have any ideas?
    Starting app install of <APP_URL> <-- let me know if
    you need this url
    UI SWF load is complete
    UI initialized
    Downloading file to
    C:\Users\Rachel\AppData\Local\Temp\fla8B3E.tmp
    Received HTTP Response Status event
    Response URL is <APP_URL> <-- let me know if you
    need this url
    Waiting for user confirmation
    User confirmed action: install
    Unpackaging to C:\Users\Rachel\AppData\Local\Temp\fla9666.tmp
    unpackaging is complete
    application is bound to side-by-side version 1.0
    application is bound to this version of the runtime
    app id com.bridallive.Retailer
    pub id 6341C81035B69B0DC07A41D6269B3F8B7C24EDE3.1
    application not currently installed
    Waiting for user confirmation
    User confirmed action: install
    creating native installer in:
    C:\Users\Rachel\AppData\Local\Temp\flaAED7.tmp
    native installer creation failed: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="Unhandled
    exception Error: Error #3003" errorID=3003]
    starting cleanup of temporary files
    application installer exiting

  • Installation Failed on Mac for version 11.7

    I tried to upgrade to latest version...  should have left well enough alone. Flash Player version 11.6 worked just fine. Now I've done a complete uninstall, tried all troubleshooting suggestions on Adobe site, did restarts after each attempt... all with the same results: "Installation failed" error after 7%-13% of installation. I've even tried to reinstall older version, but cannot unzip file to installable format. If I can locate 11.6 that is not archived,  I'll just use that one. I've spent the last couple of hours with this and am totally frustrated. I am on a Mac OS X 10.6.8, 2.16 GHz Intel Core 2 Duo, 64 bit.... I need HELP!!!

    Hello,
    Welcome to Adobe Support
    You can uninstall Flash Player completly first. (Flash Player uninstaller : http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html)
    You can download Adobe Flash Player 11.7 offline installer from here : http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg
    Thanks,
    Vikram

  • Application installation failed on MI Client

    hi...
        i have built an AWT application(not the usual JSP application) in sap netweaver. 
      I have generated the .sda file using the .jar file
    i have also deployed the application using software deployment manager.
       the application is showed as deployed.
         it is also showing in the mobile components
    but when i am synchronizing from the MI client its giving this
    Synchronization completed
    Synchronization started
    Connection set up (without proxy) to: http://xiserver:8000/sap/bc/MJC/mi_host?~sysid=XAI&
    Successfully connected with server.
    Processing of inbound data began.
    Assignment to application: MIAPPLICATION 50
    System determined that some required applications are not located on your device. They are now being installed.
    Download of application:  MIAPPLICATION 50: MIAPPLICATION
    Installation of:  MIAPPLICATION 50: MIAPPLICATION
    Installation failed:
    To complete installation restart your device.
    is this a server configuartion problem?
    i am stuck with this for quite a while...
    could anyone help me on this ....
    thnks
    regards
    sougata

    Hi Sen,
    Try to restart the device and check if you are able to access the application.
    Sync to get the initial data.
    If still the issue exists..then try to unassign the application and assign again.
    Cheers,
    Karthick

  • My application installation fails to run, requires NIPALP.dll

    I am working on an application installation, that returns an error when I try to launch it.  A system error pops up stating that the program can't start because NIPALP.dll is missing.  I have searched to find out what that .dll is for and it comes up as being part of real-time.  My application is not real-time, its going to run on a Windows 7 system.  I do currently have a simulated DAQ device so I included installers for DAQ-mx and NI-VISA.  What do I need to include to provide NIPALP.dll?
    Thanks,
    Bruce

    bbarnes wrote:
    Ok, I used a disable structure to temporarily eliminate 2 DAQ assistant express VIs that I have to read the digital and analog channels of my simulated DAQ card.  I then built an application(exe) and copied the folder to the other computer.  I chose the build an application because its much faster than building the installer.  I then launched the application and it ran fine.  So I though great my problem has something to do with the DAQ express VIs.  So I re-enabled one of the DAQ assistants and tried a new build.  It also ran fine.  So I re-enabled the other DAQ assistant and tried a new build.  You guessed it, it ran fine.  So I though could it be working now?  I built a new installer and tried it.  No good still has the same error. 
    What could be different between the application build and the installer build?
    Thanks,
    Bruce
    Ah, the perils of the Application Builder (AB). 
    The AB installer configuration only includes the executable and does not build it.
    Perhaps there is some inclusion missing when you do the installer config?
    Try to manually copy the (working)exe to the installation directory, does it still fail?
    Br,
    /Roger

  • Some Adobe CC application installation failed.

    Most of Adobe CC application was installed well, but some application(bridge or plug-in etc) installation failed.
    And it says "Installation Failed. The download appears corrupted. Please try again after a few minutes.(-60)"
    What can I do for this ?

    if you can use a more stable (ie, non-wireless) connection, try that.
    otherwise, if you follow all 7 steps you can directly download a trial here:  http://prodesigntools.com/adobe-cc-direct-download-links.html
    and activate with your adobe id.
    if you have a problem downloading, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com

  • Application installer fails to open

    When trying to install certain applications - such as Parallels, Flip4Mac WMV, Mozy - basically some applications that use package installations - the installer opens in the dock, but a window never appears and the installation can never be advanced. Essentially the installer fails, but the application remains in the dock until you force quit.
    Any suggestions? Is it possible to "re-install" the Installer application that these packages use?

    Drag the com.apple.installer.plist file out of your user's /Library/Preferences/ onto the Desktop, log out and back in, and try the installer again.

  • Filter to convert HTTP request to JNLP arguments fails every other time

    I want to pass HTTP request parameters to a Java Web Start program as arguments. I have implemented a filter which adds the arguments from the request parameters using XML DOM, and I also set the Last-Modified date to the current date/time. [ I am sort of thinking I should put the date as the file date -- not sure ]
    The filter works successfully ever other time I invoke a given URL. If I switch parameters, it looks like the filter works every time.
    When the filter works, there are HTTP GET and HEAD requests. When the filter fails, there are three HEAD requests and one GET request. Using the apache soap TCP Tunnel/Monitor, it looks like the HTTP request parameters aren't being passed for the second GET.

    Varad and Sc0tt,
    Thank you both for your responses.
    Varad – Yes, I can/will reduce the amount of data so it does not cause the tabular form to go over the 2000 field limit. If that is not possible, I will at least make the users aware of this issue. Since the same data is used for the other pages in the application, the users might want to keep all the data.
    Sc0tt – thanks for providing the information for your environment and settings. To plan for the future, we will have to set the value to something high also, around 8-10K range, and adjust later if we have to.
    Thank you both, I will mark both of your answers as helpful and the question as being answered.
    DP
    (Have either of you used the jquery datepicker solution? If yes, can you please take a look at my thread: Thread: Jquery Datepicker calendar problem with page scrolling
    Jquery Datepicker calendar problem with page scrolling

  • FaceTime will not ring on my Mac, but will on every other device

    For some reason about a week ago, my Mac stopped ringing for FaceTime.  FaceTime will ring on every other apple device in the house, but not my Mac.  I've tried every setting change that seems logical, and nothing works.  I see from the forums that lots of other people have this same problem.  Can someone help?  Thanks.

    It isn't that I can't hear it.  It just won't register that a FT call is coming in.
    However, one thing I did do and NOW everything seems to be ok, is a)  log off iMessage and FaceTime from all your OS X and iOS devices, and then b) re-log in to them.  It resets something on the server end. 
    (A friend who had iMessage/Messages syncing issues was told to do this and it helped him.)
    This seems to have solved my issue.

  • D11 netDone on Mac 10.6 hangs every other getNetText operation

    Grrr... yet another one to add to the books
    I'm using a timeout object and on Windows this works fine. On every timeout event (every 5 seconds or so) I do a netID = getNetText("http://localhost"), on subsequent timeouts I check netID <> 0 and do a netDone(netID)... on Mac it always returns zero for every other operation. How frustrating is that?
    Here are the handlers:
    on prepareMovie
      global netID
      netID = 0
      x = new timeout("myTimeout",5000,#myTimeout)
    end
    on myTimeout
      global netID
      if netID = 0 then
        netID = getNetText("http://localhost/")
      else
        if netDone(netID)=1 and netError(netID) = "OK" Then
         alert("I'm done")
         netID = 0
        else
          if netError(netID) > 0 then
            alert("netError " + String(netError(netID)))
          end if
        end if
      end if
    end

    I've found the issue on Mac. Apparently if the server sends back nothing, "Content-Length: 0", NetLingo hangs... not very robust. This isn't a problem on Windows, but the hack is to always send at least one byte payload.

Maybe you are looking for

  • IPod (5G) and iPod (Classic) Not Working

    _*iPod 5G:*_ I bought the iPod 5G 2-3years back ago. It was working all fine. Few months back I accidentally dropped the iPod. After this, the iPod was not working at all. None of the buttons works. But i am still able to put in on HOLD or even resta

  • Looking for multiple graph logging suggestions

    I have a "host program" that is attached to a cRIO platform used for precision controlling of some heavy machinery.  The current host is used to set parameters, but primarily to read values and display trends for the operators and maintenance personn

  • Difference in images after edit

    I was shooting timelapse, pictures shot with the same settings and with three seconds interval. The .raw images looked and was just the same. After edit, some differences occurred. If you look at the bottom images. That's the way it should be. But th

  • MacBook 2ghz... no middle row of keys=no fan

    I've had my macbook for about 2 years I guess. It has recently stated acting up. Not too long ago the middle row on my keyboard stopped working. (asdfghjkl) I shut the computer down and restarted it about 1/2 hour later. The keyboard functioned prope

  • Writing trap listener using netsnmpj for net-snmp apis

    I wanted to write a trap listener using netsnmpj. Could anybody help me regarding this.