HttpService POST json -  Error #2032

Hi,
I'm trying to POST json data to my Rest Service (please find code snippet below). On the faultHandler I get the following error
message    "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://135.123.128.9/mgmt/Users"]. URL: https://hostname/mgmt/Users'" 
<code>
     private function clickHandler(event:ItemClickEvent):void {
                    var user:User=new User();
                    user.loginName= login.text;
                    user.surname= lastName.text;
                    user.givenName= firstName.text;
                    user.userPassword=password.text;
                    createUserHttpService.contentType="application/json";
                    createUserHttpService.send(JSON.encode(userCopy));
      <mx:HTTPService id="createUserHttpService" 
                      useProxy="false" method="POST" result="userByUserIdServiceResultHandler(event);"
                       url="https://135.123.128.9/mgmt/Users"   fault="createUserServiceFaultHandler(event);" showBusyCursor="true" />                 
</code>
Thanks in advance
~Shankar

#1 - yes
#2 - yes, but im able to do GET on the same server and also POST for  content-type="text".
Can there be something specific if content-type="application/json" and POST  ?
Alternatively if someone can provide me a small code snippet which sends  json in the body of a POST request using HttpServic, that would be great as  well.. may be im missing something my code
Thanks

Similar Messages

  • Error 2032 returned after AIR 3.7?

    After the updates on April 10th, our AIR application is giving the same I/O errors from a few years back.
    HTTP request error: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032].
    I noticed in the release notes something about 'sandbox' updates.  This could cause trouble for an older flex app like ours.
    Has anyone else seen this behavior?
    Here is one of the requests that isn't working:
    Top level version info:
    xmlns:app="app.*"
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:updater="http://updater.readingcompanion.org/"
    Function:
    private function submitDraftWithRec( event:Object ):void {
                if (event.detail == Alert.YES ) {
                    displayFreezePopup("Submitting draft with recordings, please wait... This could take a couple of minutes.");
                    var httpSvc:HTTPService = new HTTPService();
                    httpSvc.url = BB_WEB_APP_URL + "book/submitDraft";
                    httpSvc.method = "POST";
                    httpSvc.addEventListener(ResultEvent.RESULT, submitResultHndlr); 
                    httpSvc.addEventListener(FaultEvent.FAULT, httpFault);
                    httpSvc.send({"bookID":BOOK_ID, "userID":AUTHOR_ID, "withRecordings":true});

    don't know if this is relevant but having trouble installing an app and getting similar error. Driving me nuts, which is why Im here
    [2012-02-27:18:25:52] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:25:52] Commandline is:
    [2012-02-27:18:25:52] No installed runtime detected
    [2012-02-27:18:25:57] Relaunching with elevation
    [2012-02-27:18:25:57] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\aircb80.tmp\adobe air installer.exe -ei
    [2012-02-27:18:26:03] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:26:03] Commandline is: -stdio \\.\pipe\AIR_7940_0 -ei
    [2012-02-27:18:26:03] No installed runtime detected
    [2012-02-27:18:26:03] Starting silent runtime install. Installing runtime version 3.1.0.4880
    [2012-02-27:18:26:03] Installing msi at c:\users\chrisg\appdata\local\temp\aircb80.tmp\setup.msi with guid {FE23D063-934D-4829-A0D8-00634CE79B4A}
    [2012-02-27:18:26:06] Runtime Installer end with exit code 0
    [2012-02-27:18:26:07] Elevated install completed
    [2012-02-27:18:26:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2012-02-27:18:26:10] Runtime Installer end with exit code 0
    [2012-02-27:18:26:10] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:26:10] Commandline is: -installupdatecheck
    [2012-02-27:18:26:10] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:26:11] Performing pingback request
    [2012-02-27:18:26:13] Pingback request completed with HTTP status 200
    [2012-02-27:18:26:13] Starting runtime background update check
    [2012-02-27:18:26:13] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-02-27:18:26:13] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-02-27:18:26:15] Runtime update not available
    [2012-02-27:18:26:15] Unpackaging cancelled
    [2012-02-27:18:26:15] Runtime Installer end with exit code 0
    [2012-02-27:18:45:46] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:45:46] Commandline is: C:\Users\ChrisG\Downloads\MyHomePC.air
    [2012-02-27:18:45:46] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:45:46] Unpackaging file:///C:/Users/ChrisG/Downloads/MyHomePC.air to C:\Users\ChrisG\AppData\Local\Temp\fla10D9.tmp
    [2012-02-27:18:45:57] Application signature verified
    [2012-02-27:18:45:57] Unpackaging/validation complete
    [2012-02-27:18:45:57] No app located for appID 'MyHomePC' and pubID ''
    [2012-02-27:18:46:06] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp
    [2012-02-27:18:46:07] Native installation package creation succeeded
    [2012-02-27:18:46:07] Starting app installation to C:\Program Files (x86)\Control4. Installing app MyHomePC version 2.2.0.158343 using the source file at file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:07] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp\setup.msi with guid {9DD93EE4-7802-0F7F-FDD5-DE542AF40F81}
    [2012-02-27:18:46:08] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-02-27:18:46:08] Rolling back install of C:\Users\ChrisG\AppData\Local\Temp\fla5F09.tmp\setup.msi
    [2012-02-27:18:46:08] Rollback complete
    [2012-02-27:18:46:08] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-02-27:18:46:08] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Control4" -desktopShortcut -programMenu file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:08] Relaunching with elevation
    [2012-02-27:18:46:11] Application Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-02-27:18:46:11] Commandline is: -stdio \\.\pipe\AIR_6568_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)\Control4" -desktopShortcut -programMenu file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:11] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-27:18:46:11] Unpackaging file:///C:/Users/ChrisG/Downloads/MyHomePC.air to C:\Users\ChrisG\AppData\Local\Temp\fla72A7.tmp
    [2012-02-27:18:46:14] Application signature verified
    [2012-02-27:18:46:14] Unpackaging/validation complete
    [2012-02-27:18:46:14] No app located for appID 'MyHomePC' and pubID ''
    [2012-02-27:18:46:14] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\fla7DFE.tmp
    [2012-02-27:18:46:15] Native installation package creation succeeded
    [2012-02-27:18:46:15] Starting silent app installation to C:\Program Files (x86)\Control4. Installing app MyHomePC version 2.2.0.158343 using the source file at file:///C:/Users/ChrisG/Downloads/MyHomePC.air
    [2012-02-27:18:46:15] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\fla7DFE.tmp\setup.msi with guid {9DD93EE4-7802-0F7F-FDD5-DE542AF40F81}
    [2012-02-27:18:46:18] Application Installer end with exit code 0
    [2012-02-27:18:46:18] Elevated install completed
    [2012-02-27:18:46:19] Launching subprocess with commandline C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-02-27:18:46:24] Application Installer end with exit code 0
    [2012-04-04:19:32:44] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-04-04:19:32:45] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-04:19:32:45] Commandline is: -updatecheck
    [2012-04-04:19:32:45] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-04:19:32:45] Performing pingback request
    [2012-04-04:19:32:45] Starting runtime background update check
    [2012-04-04:19:32:45] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-04-04:19:32:45] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-04-04:19:33:37] Unpackaging complete
    [2012-04-04:19:33:42] Download success
    [2012-04-04:19:33:42] Runtime updated downloaded
    [2012-04-04:19:33:48] User had deferred installing the update
    [2012-04-04:19:33:48] Runtime Installer end with exit code 0
    [2012-04-16:18:12:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-16:18:12:33] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:12:33] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:33] Starting runtime background update installation
    [2012-04-16:18:12:33] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:33] Runtime updater successfully launched
    [2012-04-16:18:12:33] Runtime Installer end with exit code 0
    [2012-04-16:18:12:39] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-04-16:18:12:39] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-04-16:18:12:39] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:12:39] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:42] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-04-16:18:12:42] Runtime Installer end with exit code 6
    [2012-04-16:18:13:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-04-16:18:13:13] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-04-16:18:13:13] Commandline is: -updatecheck
    [2012-04-16:18:13:13] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-04-16:18:13:13] Performing pingback request
    [2012-04-16:18:13:13] Starting runtime background update check
    [2012-04-16:18:13:13] Clearing unused background update directory
    [2012-04-16:18:13:13] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-04-16:18:13:13] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-04-16:18:13:48] Unpackaging complete
    [2012-04-16:18:13:48] Download success
    [2012-04-16:18:13:48] Runtime updated downloaded
    [2012-04-16:18:13:51] User had deferred installing the update
    [2012-04-16:18:13:51] Runtime Installer end with exit code 0
    [2012-06-04:16:07:05] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:05] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-04:16:07:05] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:05] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:06] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:06] Starting runtime background update installation
    [2012-06-04:16:07:06] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:06] Runtime updater successfully launched
    [2012-06-04:16:07:06] Runtime Installer end with exit code 0
    [2012-06-04:16:07:10] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-06-04:16:07:10] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-04:16:07:10] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:10] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:13] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-04:16:07:13] Runtime Installer end with exit code 6
    [2012-06-04:16:07:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-06-04:16:07:43] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-04:16:07:43] Commandline is: -updatecheck
    [2012-06-04:16:07:43] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-04:16:07:43] Performing pingback request
    [2012-06-04:16:07:43] Starting runtime background update check
    [2012-06-04:16:07:43] Clearing unused background update directory
    [2012-06-04:16:07:44] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-06-04:16:07:44] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-06-04:16:08:13] Unpackaging complete
    [2012-06-04:16:08:13] Download success
    [2012-06-04:16:08:13] Runtime updated downloaded
    [2012-06-04:16:34:47] User had deferred installing the update
    [2012-06-04:16:34:47] Runtime Installer end with exit code 0
    [2012-06-06:19:21:39] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:40] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-06-06:19:21:40] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:40] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-06:19:21:40] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:42] Starting runtime background update installation
    [2012-06-06:19:21:42] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:46] Runtime updater successfully launched
    [2012-06-06:19:21:46] Runtime Installer end with exit code 0
    [2012-06-06:19:21:52] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-06-06:19:21:52] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-06-06:19:21:52] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-06-06:19:21:52] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:57] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-06-06:19:21:57] Runtime Installer end with exit code 6
    [2012-07-03:18:51:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-07-03:18:51:32] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-03:18:51:32] Commandline is: -updatecheck
    [2012-07-03:18:51:32] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-03:18:51:33] Performing pingback request
    [2012-07-03:18:51:33] Starting runtime background update check
    [2012-07-03:18:51:33] Clearing unused background update directory
    [2012-07-03:18:51:33] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-07-03:18:51:33] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-07-03:19:08:15] Unpackaging complete
    [2012-07-03:19:08:20] Download success
    [2012-07-03:19:08:20] Runtime updated downloaded
    [2012-07-03:19:15:00] User had deferred installing the update
    [2012-07-03:19:15:00] Runtime Installer end with exit code 0
    [2012-07-18:20:21:45] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:45] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-18:20:21:45] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:45] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:21:45] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:45] Starting runtime background update installation
    [2012-07-18:20:21:45] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:47] Runtime updater successfully launched
    [2012-07-18:20:21:47] Runtime Installer end with exit code 0
    [2012-07-18:20:21:52] Runtime Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-18:20:21:52] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-18:20:21:52] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:21:52] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:56] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-18:20:21:56] Runtime Installer end with exit code 6
    [2012-07-18:20:22:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-07-18:20:22:27] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-18:20:22:27] Commandline is: -updatecheck
    [2012-07-18:20:22:27] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-18:20:22:27] Performing pingback request
    [2012-07-18:20:22:27] Starting runtime background update check
    [2012-07-18:20:22:27] Clearing unused background update directory
    [2012-07-18:20:22:27] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-07-18:20:22:27] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-07-18:20:22:28] Unpackaging complete
    [2012-07-18:20:22:28] Download success
    [2012-07-18:20:22:28] Runtime updated downloaded
    [2012-07-18:20:22:32] User had deferred installing the update
    [2012-07-18:20:22:32] Runtime Installer end with exit code 0
    [2012-07-20:17:42:31] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:32] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-07-20:17:42:32] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:32] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-20:17:42:32] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:32] Starting runtime background update installation
    [2012-07-20:17:42:32] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:35] Runtime updater successfully launched
    [2012-07-20:17:42:35] Runtime Installer end with exit code 0
    [2012-07-20:17:42:40] Runtime Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-20:17:42:40] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-07-20:17:42:40] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-20:17:42:40] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:46] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-07-20:17:42:46] Runtime Installer end with exit code 6
    [2012-08-03:18:54:52] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-03:18:54:52] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-03:18:54:52] Commandline is: -updatecheck
    [2012-08-03:18:54:53] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-03:18:54:53] Performing pingback request
    [2012-08-03:18:54:53] Starting runtime background update check
    [2012-08-03:18:54:53] Clearing unused background update directory
    [2012-08-03:18:54:53] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-08-03:18:54:53] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-03:19:27:58] Runtime background update check failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="truncated or corrupt" errorID=0]
    [2012-08-03:19:27:58] Runtime Installer end with exit code 0
    [2012-08-05:14:16:16] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-05:14:16:17] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-05:14:16:17] Commandline is: -updatecheck
    [2012-08-05:14:16:17] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-05:14:16:17] Performing pingback request
    [2012-08-05:14:16:17] Starting runtime background update check
    [2012-08-05:14:16:17] Clearing unused background update directory
    [2012-08-05:14:16:17] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update
    [2012-08-05:14:16:17] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.1.0.4880/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-05:14:17:11] Unpackaging complete
    [2012-08-05:14:17:11] Download success
    [2012-08-05:14:17:11] Runtime updated downloaded
    [2012-08-05:14:17:17] User had deferred installing the update
    [2012-08-05:14:17:17] Runtime Installer end with exit code 0
    [2012-08-24:19:34:22] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:22] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86
    [2012-08-24:19:34:22] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:22] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:22] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:23] Starting runtime background update installation
    [2012-08-24:19:34:23] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:23] Runtime updater successfully launched
    [2012-08-24:19:34:23] Runtime Installer end with exit code 0
    [2012-08-24:19:34:25] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:34:25] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-08-24:19:34:25] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:25] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:30] Relaunching with elevation
    [2012-08-24:19:34:30] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\air9221.tmp\adobe air installer.exe -ei
    [2012-08-24:19:34:34] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:34:34] Commandline is: -stdio \\.\pipe\AIR_1588_0 -ei
    [2012-08-24:19:34:34] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:34:34] Starting silent runtime update. Updating runtime from version 3.1.0.4880 to version 3.3.0.3670
    [2012-08-24:19:34:34] Installing msi at c:\users\chrisg\appdata\local\temp\air9221.tmp\setup.msi with guid {65CB4C08-C47B-4A7E-A6A4-50C06ADA5FC6}
    [2012-08-24:19:34:39] Runtime Installer end with exit code 0
    [2012-08-24:19:34:39] Elevated install completed
    [2012-08-24:19:34:42] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-08-24:19:34:42] Runtime Installer end with exit code 0
    [2012-08-24:19:35:13] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-24:19:35:13] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-24:19:35:13] Commandline is: -updatecheck
    [2012-08-24:19:35:13] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-24:19:35:13] Performing pingback request
    [2012-08-24:19:35:24] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-08-24:19:35:24] Runtime Installer end with exit code 0
    [2012-08-28:20:03:05] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-08-28:20:03:05] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-08-28:20:03:05] Commandline is: -updatecheck
    [2012-08-28:20:03:05] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-08-28:20:03:06] Performing pingback request
    [2012-08-28:20:03:09] Pingback request completed with HTTP status 200
    [2012-08-28:20:03:09] Starting runtime background update check
    [2012-08-28:20:03:09] Clearing unused background update directory
    [2012-08-28:20:03:09] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update
    [2012-08-28:20:03:09] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.3.0.3670/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-08-28:20:04:58] Unpackaging complete
    [2012-08-28:20:04:59] Download success
    [2012-08-28:20:04:59] Runtime updated downloaded
    [2012-08-28:20:05:04] User had deferred installing the update
    [2012-08-28:20:05:04] Runtime Installer end with exit code 0
    [2012-09-07:22:35:18] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:19] Runtime Installer begin with version 3.3.0.3670 on Windows 7 x86
    [2012-09-07:22:35:19] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:19] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:19] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:20] Starting runtime background update installation
    [2012-09-07:22:35:20] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:22] Runtime updater successfully launched
    [2012-09-07:22:35:22] Runtime Installer end with exit code 0
    [2012-09-07:22:35:27] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:35:27] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-09-07:22:35:27] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:27] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:33] Relaunching with elevation
    [2012-09-07:22:35:33] Launching subprocess with commandline c:\users\chrisg\appdata\local\temp\airf775.tmp\adobe air installer.exe -ei
    [2012-09-07:22:35:36] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:35:36] Commandline is: -stdio \\.\pipe\AIR_7780_0 -ei
    [2012-09-07:22:35:36] Installed runtime (3.3.0.3670) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:35:36] Starting silent runtime update. Updating runtime from version 3.3.0.3670 to version 3.4.0.2540
    [2012-09-07:22:35:36] Installing msi at c:\users\chrisg\appdata\local\temp\airf775.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-09-07:22:35:42] Runtime Installer end with exit code 0
    [2012-09-07:22:35:42] Elevated install completed
    [2012-09-07:22:35:59] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-09-07:22:35:59] Runtime Installer end with exit code 0
    [2012-09-07:22:36:30] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:36:31] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:36:31] Commandline is: -updatecheck
    [2012-09-07:22:36:31] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:36:32] Performing pingback request
    [2012-09-07:22:36:32] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:36:32] Runtime Installer end with exit code 0
    [2012-09-07:22:37:16] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:37:16] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:37:16] Commandline is: -updatecheck
    [2012-09-07:22:37:16] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:37:16] Performing pingback request
    [2012-09-07:22:37:16] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:37:16] Runtime Installer end with exit code 0
    [2012-09-07:22:38:51] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-07:22:38:51] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-07:22:38:51] Commandline is: -updatecheck
    [2012-09-07:22:38:51] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-07:22:38:51] Performing pingback request
    [2012-09-07:22:38:51] Failure during pingback request: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-07:22:38:51] Runtime Installer end with exit code 0
    [2012-09-11:19:49:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-11:19:49:26] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-11:19:49:26] Commandline is: -updatecheck
    [2012-09-11:19:49:26] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-11:19:49:27] Performing pingback request
    [2012-09-11:19:49:30] Pingback request completed with HTTP status 200
    [2012-09-11:19:49:30] Starting runtime background update check
    [2012-09-11:19:49:30] Clearing unused background update directory
    [2012-09-11:19:49:30] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-11:19:49:30] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-11:19:49:34] Runtime update not available
    [2012-09-11:19:49:34] Unpackaging cancelled
    [2012-09-11:19:49:34] Runtime Installer end with exit code 0
    [2012-09-12:21:12:34] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-12:21:12:34] Commandline is: -playerVersion=11,3,300,270 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:12:34] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-12:21:12:34] Begin air file download from http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:12:34] Download destination is C:\Users\ChrisG\AppData\Local\Temp\flaB59.tmp
    [2012-09-12:21:12:37] Received download status 200
    [2012-09-12:21:12:37] Response URL is http://update.control4.com/release2/2.2.2.184775-res/win/MyHomePC.air
    [2012-09-12:21:17:51] Download success
    [2012-09-12:21:34:48] Unpackaging file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp to C:\Users\ChrisG\AppData\Local\Temp\fla6414.tmp
    [2012-09-12:21:35:01] Application signature verified
    [2012-09-12:21:35:01] Unpackaging/validation complete
    [2012-09-12:21:35:01] Installed app (MyHomePC) located at C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:12] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp
    [2012-09-12:21:35:15] Native installation package creation succeeded
    [2012-09-12:21:35:15] Starting app update of C:\Program Files (x86)\Control4. Updating from MyHomePC version 2.2.0.158343 to MyHomePC version 2.2.2.184775-res using the source file at file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp
    [2012-09-12:21:35:15] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp\setup.msi with guid {CE5E5304-E679-0A12-8A51-6FAEF4604B84}
    [2012-09-12:21:35:17] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-09-12:21:35:17] Rolling back install of C:\Users\ChrisG\AppData\Local\Temp\flaC2F6.tmp\setup.msi
    [2012-09-12:21:35:17] Rollback complete
    [2012-09-12:21:35:17] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-09-12:21:35:17] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe" file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp 2.2.2.184775-res
    [2012-09-12:21:35:17] Relaunching with elevation
    [2012-09-12:21:35:21] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-12:21:35:21] Commandline is: -stdio \\.\pipe\AIR_11988_0 -runtime "c:\Program Files (x86)\Common Files" -update -silent -logToStdout "C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe" file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp 2.2.2.184775-res
    [2012-09-12:21:35:21] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-12:21:35:21] Installed app (MyHomePC) located at C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:21] Unpackaging file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp to C:\Users\ChrisG\AppData\Local\Temp\flaE7B3.tmp
    [2012-09-12:21:35:25] Application signature verified
    [2012-09-12:21:35:25] Unpackaging/validation complete
    [2012-09-12:21:35:25] Converting unpackaged application to a native installation package in C:\Users\ChrisG\AppData\Local\Temp\flaF7BB.tmp
    [2012-09-12:21:35:29] Native installation package creation succeeded
    [2012-09-12:21:35:29] Starting silent app update of C:\Program Files (x86)\Control4. Updating from MyHomePC version 2.2.0.158343 to MyHomePC version 2.2.2.184775-res using the source file at file:///C:/Users/ChrisG/AppData/Local/Temp/flaB59.tmp
    [2012-09-12:21:35:29] Installing msi at C:\Users\ChrisG\AppData\Local\Temp\flaF7BB.tmp\setup.msi with guid {CE5E5304-E679-0A12-8A51-6FAEF4604B84}
    [2012-09-12:21:35:43] Application Installer end with exit code 0
    [2012-09-12:21:35:43] Elevated install completed
    [2012-09-12:21:35:43] Launching subprocess with commandline C:\Program Files (x86)\Control4\MyHomePC\MyHomePC.exe
    [2012-09-12:21:35:45] Application Installer end with exit code 0
    [2012-09-17:18:55:38] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-17:18:55:38] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled yosidov.Kramer.KRC 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.13192242151126266 onApplicationVersion
    [2012-09-17:18:55:38] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-17:18:55:38] Application Installer end with exit code 0
    [2012-09-17:18:55:38] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-17:18:55:38] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled NewStyle 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.5722015118226409 onApplicationVersion
    [2012-09-17:18:55:38] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-17:18:55:38] Application Installer end with exit code 0
    [2012-09-23:19:28:32] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-23:19:28:32] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-23:19:28:32] Commandline is: -updatecheck
    [2012-09-23:19:28:32] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-23:19:28:33] Performing pingback request
    [2012-09-23:19:28:33] Starting runtime background update check
    [2012-09-23:19:28:33] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-23:19:28:33] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-23:19:28:33] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-23:19:28:33] Runtime Installer end with exit code 0
    [2012-09-29:16:33:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-09-29:16:33:09] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-29:16:33:09] Commandline is: -updatecheck
    [2012-09-29:16:33:09] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-29:16:33:10] Performing pingback request
    [2012-09-29:16:33:10] Starting runtime background update check
    [2012-09-29:16:33:10] Clearing unused background update directory
    [2012-09-29:16:33:10] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-09-29:16:33:10] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-09-29:16:33:10] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-09-29:16:33:10] Runtime Installer end with exit code 0
    [2012-09-30:21:05:06] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-30:21:05:06] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled NewStyle 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.01869283989071846 onApplicationVersion
    [2012-09-30:21:05:06] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-30:21:05:06] Application Installer end with exit code 0
    [2012-09-30:21:05:06] Application Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-09-30:21:05:06] Commandline is: -playerVersion=11,4,402,265 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled yosidov.Kramer.KRC 5DC1F60EE182754EA170016BC9BC01C7C3B5E8D9.1 adobe.com:air0.9440666832961142 onApplicationVersion
    [2012-09-30:21:05:06] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-09-30:21:05:06] Application Installer end with exit code 0
    [2012-10-02:20:46:54] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-02:20:46:55] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-02:20:46:55] Commandline is: -updatecheck
    [2012-10-02:20:46:55] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-02:20:46:55] Performing pingback request
    [2012-10-02:20:46:55] Starting runtime background update check
    [2012-10-02:20:46:55] Clearing unused background update directory
    [2012-10-02:20:46:55] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-02:20:46:55] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-02:20:46:55] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-02:20:46:55] Runtime Installer end with exit code 0
    [2012-10-06:20:03:53] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-06:20:03:53] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-06:20:03:53] Commandline is: -updatecheck
    [2012-10-06:20:03:53] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-06:20:03:54] Performing pingback request
    [2012-10-06:20:03:54] Starting runtime background update check
    [2012-10-06:20:03:54] Clearing unused background update directory
    [2012-10-06:20:03:54] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-06:20:03:54] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-06:20:03:54] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-06:20:03:54] Runtime Installer end with exit code 0
    [2012-10-10:20:28:01] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-10:20:28:02] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-10:20:28:02] Commandline is: -updatecheck
    [2012-10-10:20:28:02] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-10:20:28:02] Performing pingback request
    [2012-10-10:20:28:02] Starting runtime background update check
    [2012-10-10:20:28:02] Clearing unused background update directory
    [2012-10-10:20:28:02] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-10:20:28:02] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-10:20:28:02] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-10:20:28:02] Runtime Installer end with exit code 0
    [2012-10-11:21:49:43] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-11:21:49:44] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-11:21:49:44] Commandline is: -updatecheck
    [2012-10-11:21:49:44] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-11:21:49:44] Performing pingback request
    [2012-10-11:21:49:44] Starting runtime background update check
    [2012-10-11:21:49:44] Clearing unused background update directory
    [2012-10-11:21:49:44] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-11:21:49:44] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-11:21:49:44] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-11:21:49:44] Runtime Installer end with exit code 0
    [2012-10-19:20:17:37] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-19:20:17:39] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-19:20:17:39] Commandline is: -updatecheck
    [2012-10-19:20:17:39] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-19:20:17:39] Performing pingback request
    [2012-10-19:20:17:39] Starting runtime background update check
    [2012-10-19:20:17:39] Clearing unused background update directory
    [2012-10-19:20:17:39] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-19:20:17:39] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-19:20:17:39] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-19:20:17:39] Runtime Installer end with exit code 0
    [2012-10-21:00:13:59] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-21:00:13:59] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-21:00:13:59] Commandline is: -updatecheck
    [2012-10-21:00:13:59] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-21:00:14:00] Performing pingback request
    [2012-10-21:00:14:00] Starting runtime background update check
    [2012-10-21:00:14:00] Clearing unused background update directory
    [2012-10-21:00:14:00] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-21:00:14:00] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-21:00:14:00] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-21:00:14:00] Runtime Installer end with exit code 0
    [2012-10-28:21:58:19] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-10-28:21:58:20] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-28:21:58:20] Commandline is: -updatecheck
    [2012-10-28:21:58:20] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-10-28:21:58:20] Performing pingback request
    [2012-10-28:21:58:20] Starting runtime background update check
    [2012-10-28:21:58:20] Clearing unused background update directory
    [2012-10-28:21:58:20] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-10-28:21:58:20] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-10-28:21:58:20] Runtime background update check failed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2012-10-28:21:58:20] Runtime Installer end with exit code 0
    [2012-11-03:19:28:23] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-11-03:19:28:25] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-03:19:28:25] Commandline is: -updatecheck
    [2012-11-03:19:28:25] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-03:19:28:25] Performing pingback request
    [2012-11-03:19:28:25] Starting runtime background update check
    [2012-11-03:19:28:25] Clearing unused background update directory
    [2012-11-03:19:28:25] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-11-03:19:28:25] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-11-03:19:46:23] Unpackaging complete
    [2012-11-03:19:46:28] Download success
    [2012-11-03:19:46:28] Runtime updated downloaded
    [2012-11-03:19:50:55] User had deferred installing the update
    [2012-11-03:19:50:55] Runtime Installer end with exit code 0
    [2012-11-06:22:12:41] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:41] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-06:22:12:41] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:41] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-06:22:12:41] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:41] Starting runtime background update installation
    [2012-11-06:22:12:41] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:43] Runtime updater successfully launched
    [2012-11-06:22:12:43] Runtime Installer end with exit code 0
    [2012-11-06:22:12:48] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-11-06:22:12:48] Commandline is: -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-06:22:12:48] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-06:22:12:48] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:51] Launching subprocess with commandline c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-06:22:12:51] Runtime Installer end with exit code 6
    [2012-11-15:22:36:26] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -updatecheck
    [2012-11-15:22:36:26] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-15:22:36:26] Commandline is: -updatecheck
    [2012-11-15:22:36:26] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-15:22:36:27] Performing pingback request
    [2012-11-15:22:36:27] Starting runtime background update check
    [2012-11-15:22:36:27] Clearing unused background update directory
    [2012-11-15:22:36:27] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update
    [2012-11-15:22:36:27] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/3.4.0.2540/update to C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background
    [2012-11-15:22:37:35] Unpackaging complete
    [2012-11-15:22:37:35] Download success
    [2012-11-15:22:37:35] Runtime updated downloaded
    [2012-11-15:22:37:57] User had deferred installing the update
    [2012-11-15:22:37:57] Runtime Installer end with exit code 0
    [2012-11-16:19:06:28] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:28] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-11-16:19:06:28] Commandline is: -applyupdates "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:28] Installed runtime (3.4.0.2540) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-11-16:19:06:28] Installed app (MyHomePC) located at c:\program files (x86)\control4\myhomepc\myhomepc.exe
    [2012-11-16:19:06:29] Starting runtime background update installation
    [2012-11-16:19:06:29] Launching subprocess with commandline C:\Users\ChrisG\AppData\Roaming\Adobe\AIR\Updater\Background\updater -update "c:\program files (x86)\control4\myhomepc\myhomepc.exe"
    [2012-11-16:19:06:31] Runtime updater successfully launched
    [2012-11-16:19:06:31] Runtime Installer end with exit code 0
    [2012-11-16:19:06:36] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86

  • Error messages:  "itunesobjspl/jenetsvc.dll The specified module could not be found."  And Error -2032  "Quicktime failed to initialize."

    I initially got the Error -2032 message after downloading the newest version of itunes.  I read a geek blog that said to uninstall Quicktime and I did that a bunch of times.  I also uninstalled and reinstalled itunes repeatedly.  None of this works.  I noticed that the apple website said the requirements for the new quicktime/itunes download included an intel processor and I have a celeron processor, so I wondered if that was the problem, although everything has been running fine up until now, so I don't know.  It also doesn't address the missing .dll file, but I may have accidentally deleted that because I went into the registry to try and unload some Quicktime files when I uninstalled Quicktime.  I did this at the suggestion of the blog, but I may have screwed it up.  Now I need to repair the missing .dll and still try to get itunes running

     ErikEJ wrote:
    Have you set your solution target to "Any CPU" ?? If so, set to "x86", as SQL Compact only runs in WoW mode on x64. Or use corflags.exe /32BIT+ against your project output (.exe file).
     ErikEJ wrote:
    Look at this blog post for a walk-through: http://erikej.blogspot.com/2008/01/x64-and-sql-compact.html
    Hello everyone,
    I have the same problem as mentioned above "Unable to load DLL 'elev.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ", when trying to load the dll file into a window application.  I developed a window application in VS2005 and want to import a dll file from another program into my project and use it.  But when I try to call one of the function in the dll file, I got the error message "Unable to load dll 'elev.dll".  I try all options that say it works to solve this problem, but somehow it doesn't work for me. I put the "elev.dll" file in the bin folder and use P/Invoke to import the dll file into my project.  Can anyone help me out with this?  thanks and really appreciated!
     Here is how I import the dll:
    [DllImport(@"D:\elev.dll")]
    //[DllImport("emap.dll", SetLastError = true)]
    private static extern void EMA_Init();
    and in the code,  I call the function above but failed to load the dll file
    EMA_Init();

  • Error 2032 loading xml from swf

    Hello everyone.
    I have a php site (based on Joomla! CMS). In one php page, there is a <object> element wich loads the Adobe Flex 1.5 swf file that I have developed (Slideshow.swf). This swf file is a slideshow that loads a xml file using a httpservice. The xml file contains the urls to the images to be shown. The error occurs when thw swf file tries to load the xml file, but not always.
    - SITUATION 1: Visiting http://localhost/Slideshow.html or http://localhost/Slideshow.swf
      The html and the swf are the files generated by Adobe Flex builder.
      Navigators: IE 8, Mozila Firefox 3.5.5
       --> Yes, it works!!
    - SITUATION 2: Visiting http://mydomaing.com/folder1/folder2/Slideshow.html or http://mydomaing.com/folder1/folder2/Slideshow.swf
      The html and the swf are the files generated by Adobe Flex builder.
      Navigators:
         IE 8 --> Yes, it works!!
         Mozila Firefox 3.5.5   --> I don't get Error 2032, but the images can't be found. This is another problem...
    - SITUATION 3: Visiting http://mydomain.com
      Navigators: IE 8, Mozila Firefox 3.5.5
      --> No, it doesnt' work!! I get Error 2032!!
      The whole page loads. The swf loads, but when the swf tries to load the xml file, the fault event is throwed. Then I use an Alert.show. I'll give you as much information as I can:
    ERROR MESSAGE (FOR SITUATION 3)
    Message: faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: ./slideshowGallery.xml'
    Name: Error
    Root cause: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]
    Error ID: 0
    Fault code: Server.Error.Request
    Fault detail: Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: ./slideshowGallery.xml
    Fault string: HTTP request error
    FLEX CODE
    <mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();"
    The init method:
    private  
    function init():void{ 
    httpService.send();
    The httpservice element:
    <mx:HTTPServiceid="httpService"url="
    ./slideshowGallery.xml"resultFormat="
    e4x"fault="httpService_fault(event);"
    result="httpService_result(event)"
    />
    I think the handlers don't care. In SITUATION 3, the send() invocation always triggers the fault handler.
    The xml file is in the same folder as the swf file (I use ./slideshowGallery.xml for the url field of the httpservice element).
    This is the html code generated by the php page of my site:
    <div id="ol-flashheader">
    <object type="application/x-shockwave-flash" data="/templates/mx_joofree2/images/header.swf" width="700" height="240">
    <param name="wmode" value="transparent" />
    <param name="movie" value="/templates/mx_joofree2/images/header.swf" />
    </object>
    </div>
    Note: header.swf is my Slideshow.swf renamed.
    Ah, I have also a cross-domain policy file: http://mydomain.com/crossdomain.xml. And the following is curious. The content is:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain=www.mydomain.com />
      <allow-access-from domain="mydomain.com" />
      <allow-access-from domain="*.mydomain.com" />
    </cross-domain-policy>
    But when i visit http://mydomain.com/crossdomain.xml with IE 8 what i see is:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
    SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain=www.mydomain.com secure="true"/>
      <allow-access-from domain="mydomain.com" secure="true"/>
      <allow-access-from domain="*.mydomain.com" secure="true"/>
    </cross-domain-policy>
    But, when i visit that url with Firefox... correct, It doesn't adds the secure="true" attributes!! jajaja
    Please, I need some advise to solve this problem.
    Thank you very much.
    When I visit the web page (www.mydomain.com) and the swf tries to load

    I haven't found the solution yet, but i can give more info:
    I have modified the crossdomain.xml file to set secure="false". This way, when you view it with Internet Explorer, you can see secure="false" instead of secure="true". But this didn't solve the problem.
    I have read somewhere that avoiding Internet Explorer to cache files, could help. So, I have added the next line to the <header> section of the php page that contains the <object> tag that loads sthe swf file:
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    This didn't solve the problem.
    Regards.

  • Error #2032

    I wanted to try Adobe illistrator to see if it will work for me, and it wont even display a download button it just has a box that says Error #2032.
    i am using google chrome if that helps
    any ideas on what to do?

    Did you try the link that Jesseham posted?
    What browser are you using?
    What is your platform Mac or Windows?
    Did you try to empty the cache for your browser? Did you try resetting your Browser?
    Did you ty a different Browser?

  • Error 2032 out of the box

    I just installed the Adobe Media Server on my Windows 7 local machine
    On the welcome page, I'm getting error #2032 on every video except the "Single Bitrate" one.
    I've tried the crossdomain.xml fix, and that didn't work.
    I looked for previous versions of Apache to check for port conflicts, and didn't find anything.
    It's frustrating that this doesn't work "out of the box"
    I've previously had Red5 installed, but I uninstalled that before installing AMS.

    Hi
    Can you post the set level manifest you created for multi-bitrate streams?
    Also, I hope yoy are on OSMF 1.6+
    -Karishma

  • Error 2032 in SAP Netweaver BI Connection

    I am using an xcelsius dashboard through a BICS connection. I am able to connect to a BEx query and publish this dashboard to SAP BW system. I also able to launch this dashboard in IE and everything works fine for next 30 min. I am able to go to multiple tabs in the dashboard and trigger various queries etc. However, after exactly 30 min, I get the error 2032. The exact error text says:
    An error has occurred.
    For more information, contact the file creator or your system administrator.
    Error: Error #2032
    Connection Type: SAP NetWeaver BI Connection
    I am unable to find any such settings on the BW server side which can break the connection after 30 min. Also, BO is not involved as it's published on BW server itself. So, I am confused about what could be the reason and how to fix it.
    Thanks in advance for your help.
    Regards
    Akhilesh

    Hi All,
    We were getting the same issue (Error #2032, while connecting to Bex query from DashboardDesign tool, "The First Post"),
    The issue got resolved by installing  "patch 14 for DashboardDesign 4.0 SP2".
    You guys can try the same.
    Thanks
    Riyaz

  • Flex IO error# 2032 when using IE7 for parallel https calls across two servers

    Hi,
    Weeks back I faced a wierd issue in the behaviour of flashplayer running on IE7 which is invoking parallel https calls. I have two SSL enabled servers one is listening on port 443 and the other is listening on port 8443 but both running in the same domain. I developed a flex client (using httpservice class) which sends parallel https requests to these two servers. When the number of parallel requests increases say more than 5 requests to each server, the fault handler was encountered with the error message:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://servlet"]. URL: https://servlet"]
    I used some http tracer tools to check if the request jumps out of the browser but that didnt happen. I am 100% sure that I am using the correct url. I was totally helpless . This worked without any issues in IE8 or Chrome or Firefox. This made me think about increasing the number of concurrent connections for IE7 by modifying the windows registry. But still no difference in the behaviour.
    After breaking my head for a long days, I got one solution which would work. This issue is happening only if we are sending https requests to different ports in the same domain. So rather than moving one among the two servers to a new domain, I got a new DNS name for the same destination. So presently I got two DNS names pointing to the same machine in which both the servers are mounted.
    After this it really worked cool!!! Now that I am using a separate DNS name for the server listening on port 8443 and the old DNS name is used to hit the server listening on 443. And I am happy that its working fine without any issues .
    But can anyone tell me if this is really an IE7 issue or do we have anyother solution to fix this.
    Please share ur thoughts..

    Hi,
    I am building a mobile employee directory and for that I am using Flash Builder 4.6/AIR 3.1.0. I am using RESTful web service to get XML results and to display on my mobile application. I am getting the same below error when accessing the webservice from mobile app (Android - Galaxy Tab 7 inch).
    Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error # 2032"] URL: http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co">http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabhttp://adfdevp.alshaya.com:7013/RESTEmployeeDetails-http://adfdevp.als haya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabEmployeeDetails-context-root/jersey/restlab
    The same code is working in Flash Builder 4.6. I have checked Network Monitor to "Disabled" before deploying to mobile. What am i doing wrong here? I am pasting my code below-
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView" xmlns:dao="dao.*"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
       <![CDATA[
        import mx.collections.ArrayCollection;
        import mx.collections.IList;
        import mx.collections.XMLListCollection;
        import mx.events.FlexEvent;
        import mx.rpc.events.FaultEvent;
        import mx.rpc.events.ResultEvent;
        import mx.rpc.xml.SimpleXMLDecoder;
        import mx.utils.ArrayUtil;
        import valueObjects.EmployeeDetail;
        [Bindable]
        private var myXml:XML;
        [Bindable]
        public var resultCollection:IList;
        public function handleXml(event:ResultEvent):void
         var xmlListCollection:XMLListCollection = new XMLListCollection(event.result.children());
         var xmlListCollectionValues:XMLListCollection = new XMLListCollection(event.result.emp.children());
         var resultArray:Array = xmlListCollection.toArray();
         var resultArrayValues:Array = xmlListCollectionValues.toArray();
         var objEmployeeDetails:EmployeeDetail;
         var resultCollection:ArrayCollection = new ArrayCollection();
         var j:int = 0;
         for(var i:int=0;i<resultArray.length;i++){
          objEmployeeDetails = new EmployeeDetail();
          objEmployeeDetails.brand = resultArrayValues[j];
          objEmployeeDetails.division = resultArrayValues[j+1];
          objEmployeeDetails.email = resultArrayValues[j+2];
          objEmployeeDetails.employee_name = resultArrayValues[j+3];
          objEmployeeDetails.employee_number = resultArrayValues[j+4];
          objEmployeeDetails.grade = resultArrayValues[j+5];
          objEmployeeDetails.mobile = resultArrayValues[j+6];
          objEmployeeDetails.position = resultArrayValues[j+7];
          j = j + 8;
          resultCollection.addItem(objEmployeeDetails);
         list.dataProvider = resultCollection;
         //return resultCollection;
        public function handleFault(event:FaultEvent):void
         //Alert.show(event.fault.faultDetail, "Error");             
        protected function sesrchEmployee():void
         xmlRpc.send();
       ]]>
    </fx:Script>
    <fx:Declarations>
       <dao:EmployeeDAO id="srv"/>
       <mx:HTTPService id="xmlRpc"
           url="http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlab"
           result="handleXml(event)"
           fault="handleFault(event)"
           resultFormat="e4x" showBusyCursor="true">
        <mx:request xmlns="">
         <data>{key.text}</data>
         <data>{key1.text}</data>
        </mx:request>
       </mx:HTTPService>
    </fx:Declarations>
    <s:navigationContent/>
    <s:titleContent>
       <s:VGroup width="100%">
       <s:HGroup width="100%">
        <s:Label top="40" paddingTop="10" paddingRight="13" height="29" text="Employee Name:"/>
        <s:TextInput id="key" width="559"/>
       </s:HGroup>
       <s:HGroup width="100%">
        <s:Label height="30" paddingTop="10" text="Employee Number:"/>
        <s:TextInput id="key1" width="100%"/>
       </s:HGroup>
       </s:VGroup>
    </s:titleContent>
    <s:actionContent>
       <s:Button icon="@Embed('assets/search.png')" click="sesrchEmployee()"/> 
    </s:actionContent>
    <s:List id="list" top="0" bottom="0" left="0" right="0" 
        change="navigator.pushView(EmployeeDetails, list.selectedItem)">
       <s:itemRenderer>
        <fx:Component>
         <s:IconItemRenderer label="{data.employee_name}"
              messageField="position">
         </s:IconItemRenderer>
        </fx:Component>
       </s:itemRenderer>
    </s:List>
    </s:View>
    Please help me to resolve this issue as soon as possible. Appreciate your quick response in this regard.
    Thanks,
    Murtaza Ghodawala
    Mobile: +965 97180549
    [email protected]

  • Problem accessing web service, error 2032 Stream Error

    I'm building a small flex app hat uses two web services
    provided by the same coldfusion CFC.
    I've verified that I can successfully access the web services
    via HTTP, and one of the web services actually does work when
    called. Both return structures that contain a string var, a numeric
    var, and one or more query vars.
    Here is my web service declaration:
    quote:
    <mx:WebService id="ws"
    wsdl="https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?wsdl"
    useProxy="false">
    <mx:operation name="queryDB" result="queryDBResult()"
    fault="queryDBFault(event)">
    <mx:request>
    <RUNDATE>{cboRunDate.selectedItem.XDATE}</RUNDATE>
    <ENTITYID>{txtEntityID.text}</ENTITYID>
    <LASTNAME>{txtLastName.text}</LASTNAME>
    <FIRSTNAME>{txtFirstName.text}</FIRSTNAME>
    <MINITIAL>{txtMiddleInitial.text}</MINITIAL>
    <PRFSCHCD>{cboPreferredSchool.selectedItem.TABLKEY}</PRFSCHCD>
    <PRRECTYP>{cboRecordType.selectedItem.TABLKEY}</PRRECTYP>
    <PRFCLASS>{txtPreferredClass.text}</PRFCLASS>
    </mx:request>
    </mx:operation>
    <mx:operation name="getListData"
    result="getListDataResult()" fault="getListDataFault()"/>
    </mx:WebService>
    Sorry if the formatting sucks, I don't know how to post
    "code" here.
    Anyway, the getListData() method works fine and populates my
    list boxes. But when I call the queryDB() method, I get the
    following fault event:
    quote:
    [FaultEvent fault=[RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
    type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2032: Stream Error. URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"].
    URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"]
    messageId="1E553B99-DF28-ED72-62B8-B84AA3919F9A" type="fault"
    bubbles=false cancelable=true eventPhase=2]
    I've looked all over the place and I can't seem to find what
    this error means. I've tried all kinds of different ways of doing
    things. Right now I'm browsing the flex app via a file URL (C:\...)
    but I tried putting it up on the server too and that didn't work
    either.
    The method call *DOES* work when called via HTTP... ie
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?method=queryDB&RUND ATE=2006-05-19&FIRSTNAME=&LASTNAME=SMITH&MINITIAL=&PRFSCHCD=&PRRECTYP=AL&PRFCLASS=&ENTITYI D=
    (You have to be logged in for that to work so you'll just
    have to trust me, it returns no records if you're not logged into
    the web site already).
    I'm totally stressing out about this because I've essentially
    spent the entire day since 8am trying to solve this. The
    application should've taken 15 minutes total.
    HELP!
    Thanks for any suggestions y'all have.
    Rick

    It means your output was not formed correctly and could not
    be parsed. set up a server side script or something to check that
    the output is indeed what you think it should be, 99% of the time i
    get thie error its due to malformed output from my webservice or
    db. Also try making an xml model of your target data to test the
    application internaly, look up model in the docs, it easy to use
    and if the model works then you know the data is faulty and you
    need to check your output and queries.

  • Drag and drop correct answer window error#2032

    Hi, when trying to create a drag and drop with multiple correct answer combinations I click on the correct answer option to open the correct answer window and the window that opens is empty except for a bar at the bottom saying Error #2032. I can't access the correct answer options because of this as the window is blank. Help please!

    Hi there,
    Are you trying to click on the 'Correct answer' button from Drag and Drop Panel? Can you please post a screenshot of the error window?
    Thanks,
    Nimmy Sukumaran.

  • Calling URLLoader from AIR in Rapid Succession Causes Error 2032

    Hi All,
    Within AIR, I am issuing multiple POST calls with URLLoader in rapid succession to the same web service on the same server.
    About half of them fail with error #2032. In the HTTPStatus handler, I get status=0.
    I suspected keep-alive issues, so I added "Content: close" to the URLRequest header and made sure I called URLLoader.close() as soon as I got a succesful response from calls which succeeded- but no joy.
    I would appreciate any ideas.
    mlavie

    Kglad and Amy - thanks for your responses.
    I inspected the traffic in Fiddler and Wireshark. It appears that AIR is not even trying to reach the server for those failed instances. After extensive Googling, it seems that mutiple URLLoader calls is a sure recipe for problems. I made the calls serial by having each Success handler call the next URLLoader.
    Again - thanks for repsonding,
    mlavie

  • Anyone else getting adobe AIR error 2032 when trying to download Adobe max companion?

    Hey;
    I'm attending max for my first time and am psyched. I've tried downloading the Adobe MAX companian at http://www.max.adobe.com/companion but I keep getting error 2032. I'm wondering if I'm the only one experiencing this problem and if so what can I do to fix it? Thanks for your replies in advance.

    Thank you for responding. I found the problem. No it isn't a flash player
    issue it is an AIR issue. I didn't know there was an AIR forum. I will post
    the answer here instead of duplicating posts. If you are a developer and
    have a virtual server on your computer you most likely will run into the AIR
    error 2032 when trying to download the MAX companion for the conference
    starting tommorow-Wednesday (Monday-Wednesday). You need to either add in a
    chunk of code to your server that allows AIR to run or use a different
    computer. I used a different computer but I read that someone found the
    solution to this error is to add the code to their virtual server. I use
    XAMPP, which is a rather popular Virtual Server. Okay well I hope this helps
    anyone in the future.

  • Air app install fail in IE with Badge Installer Error # 2032

    Much has been written about this problem, and the most quoted solutions are
    Ensure the appurl FlashVar is not a relative url but fully qualified http://domain.com/app.air
    Uninstall and reinstall Air
    Empty browser's cache
    None of these have solved my issue and I still have a reproducible bug.
    I have set up a badge installer at http://tx.flamjam.com/mms/ which attempts to install appurl=http:/tx.flamjam.com/mms/MMSReview.air
    This works beautifully in OS X but fails in Windows with the error window,
    Sorry, an error has occurred.
    The application could not be installed. Try installing it again. If the problem persists, contact the application author.
    Error# 2032
    I've tested IE and Chrome, both updated to the most recent versions.
    When Air is not installed I get a slightly different error message, with no error number.
    The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
    With Air installed, if I instead visit the appurl directly in the browser — http:/tx.flamjam.com/mms/MMSReview.air —  the file downloads and installs without problem.
    To the best of my knowledge, the error is a generic stream error which essentially means that the appurl could not be found. To demonstrate this, simply use a fictitous appurl and now the same error can be seen on OS X as well. This implies that something is malforming the appurl withing the badge, but I have modified the status display text of the badge to display the appurl parsed from the LoaderInfo object containing FlashVars payload and can confirm that the appurl appears to be consistent between OS X and Win.
    Log file in next post.
    I'll continue digging for a solution, and post my findings here, but would value other's input on this subject greatly.

    An interesting development.
    When I monitor my network traffic using ServiceCapture I can see that no attempt is made to connect to the appurl, with the install failing instantly without even attempting to connect to the appurl.
    ServiceCapture on OS X confirms the attempt to connect to the appurl even if the url is deliberately fictitous resulting in a 404 response.
    The badge begins the installation process using the installApplication method of the following file
    http://airdownload.adobe.com/air/browserapi/air.swf
    which the badge loads on startup.
    It would appear to me that the installation problem is failing inside that loaded swf's code, but I'm at a loss as to how to debug that.

  • Android AIR App Random Error #2032: Stream Error (HTTPStatusEvent = 0)

    Hello
    I am investigating an issue with failed requests and it's been difficult to narrow it down. When I put the URL into a browser I get a valid / expected response. However when I try to access the same URL using Actionscript 3 on my Android Devices (Nexus S and Xoom), I get stream error #2032 at random.
    I am using URLRequest with a custom RequestListener class:
    var loader:URLLoader = new URLLoader();                 
    if(action == "zip") loader.dataFormat = URLLoaderDataFormat.BINARY;
    var listener:RequestListener = new RequestListener(action, loader, endFunction, extra);
    loader.addEventListener(Event.COMPLETE, listener.requestSuccessful);
    loader.addEventListener(IOErrorEvent.IO_ERROR, listener.requestFailed);
    loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStatusChange);
    var req:URLRequest = new URLRequest(Global.apiURL);
    req.method = URLRequestMethod.POST;
    req.data = new URLVariables(paramString);
    loader.load(req);
    return loader;
    Note that it works on one of my routers but not the access point:
    onHTTPStatusChange: 0
    requestFailed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: { ... }" errorID=2032]
    Since it works on one router but not the other, I can't say that it's an issue with the app, phone, or our request URL.
    Note that I am using SSL / https.
    Is it a timeout issue?? This is really frustrating.
    Thanks.

    @zhenya1919 - since you're currently going through this, could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others effected can add their comments and votes.
    Thanks,
    Chris

  • Adobe Widget Browser 'error 2032'

    XP, latest updates, antivirus turned off, firewall turned off (just  to make this work, these are usually turned on).
    DW5
    After reading some threads on above topic I still have not found a solution. I am sorry for posting something that has been addressed before but this is clearly not working. At least, I can not make this work. I tried about everything I can think of now.
    What I did so far:
    I sign in.
    In the top portion of the Widget Browser, I can see I am logged in.
    I get a list of widgets.
    When I select a widget, the widget is openened and the download starts. After a few seconds, I get the message "There was an error downloading the widget, error 2032" and the download stops.
    I disabled my antivirus.
    I disabled the firewall.
    And tried again.
    Nothing worked.
    I created a new Adobe account.
    That didn't help either.
    I thought it might have something to do with the browser and turned on cookies.
    Didn't help.
    I have been trying to get this to work all day yesterday and today, taking up serious time. And I finally am at my wits end. Any input anyone?

    Hello,
    the application became controversial. And therefore the Adobe download is very difficult to find. Nevertheless, here are is a link from "outside": http://lib.giveawayoftheday.com/Adobe_Dreamweaver_Widget_Browser_1747830/
    BUT I want to quote this objection (Nancy O.):
    "My advice is to find a modern jQuery gallery plugin you like. There are scores of them on the web. See primer below for details on using jQuery plugins: http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.html"
    ... and the answer to my "widget-defends" : "most of the "wigets" you will find in my link from above, are already " jQuery"-based": "But they're much older jQuery (1.2 or 1.4).  The latest jQuery ver is 1.9 soon to be 1.10.  Or the widgets are built with outdated Spry, which often leads to poor results in newer devices."
    And now judge for yourself.
    Hans-Günter

Maybe you are looking for

  • SharePoint 2010 Web Analytics Unexpected Error

    When I access the web analytics report at http://domain.com/_layouts/WebAnalytics/Report.aspx?t=SummaryReport&l=sc I get the error below: An unexpected error has occurred. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: [gui

  • Using excel to generate signal in labview

    Hi there I am having a trouble in generating a signal in labview using excel and then plotting it as waveform. In excel file, I have 2199 rows and 9 columns with time in second and I want to plot time against other columns except column 1. In rows, I

  • Item Text in FI Document

    Hi, For FI documents generated from GR (MIGO) and IV (MIRO), can we update the text field with certain values from the material documents? In fact, we would like to always populate the text field of FI documents from sub modules. What would be the be

  • TS3694 error 2001 when trying to restore my 2 weeks iphone 5 , not working :(

    Hello Since yesterday my new iphone 5 is not responding, first logo flashing, not not possible to restore in itunes (error 2001) please can someone help? genius bar used to be quick to give you appointments but now you have to wait 4 or 5 days and i

  • Best settings for import

    i asked a question here http://discussions.apple.com/thread.jspa?threadID=464588&tstart=0 regarding different sound qualities. i'm also wondering if it is partially due to the settings i have for importing songs. i import using MP3 at 192 kbps. shoul