Error installing AIR 1.5.3 on Linux

I am trying to install Dofus 2.0 on OpenSuse 11.2 Linux with KDE 4.3. Dofus 2.0 needs AIR. But when I try to install AIR 1.5.3 it fails with the error message: Gtk-Warning **: Cannot open display.
I tried everything possible to allow AIR to open the display (xhost +, export Display... etc.), I tried to install as user, superuser, even ran it logged in as root all to no avail. The Dofus 2.0 installer itself has no problem to open the display. So do other scripts run from the console. They open KDE windows properly. But AIR seems not to be able to.
I also installed AIR 2.0 Beta with the provided rpm. It installs, but as soon as I try to install an app using AIR (Dofus 2.0), I get the same error message again.
Every help is much appreciated.

Can you try running firefox the same way ( just coz firefox is GTK based). Clearly it's a really strange issue.
Also can you try silent app installation or a sudo install.
"Adobe AIR Application Installer" -silent <complete path of app>

Similar Messages

  • Error installing 11.5.9 on ENterprise linux 4.0

    Hi,
    I am trying to install 11.5.9 on ES Linux 4.0. I am getting the following error. Your help on this highly appreciated.
    Rgds
    Processing DriverFile = /Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    Running Instantiation Drivers for /Stage11i/startCD/Disk1/rapidwiz/template/adriapps.drv
    instantiate file:
    source : /Stage11i/startCD/Disk1/rapidwiz/template/adrunias.sh
    dest : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh
    backup : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh to /tmp/templbac/adrunias1.sh
    setting permissions: 755
    setting ownership: appldev11i9:dba
    instantiate file:
    source : /Stage11i/startCD/Disk1/rapidwiz/template/adrunat.sh
    dest : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunat.sh
    backup : /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunat.sh to /tmp/templbac/adrunat1.sh
    setting permissions: 755
    setting ownership: appldev11i9:dba
    Step 0 of 5
    Command: /u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh
    Step 4 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 4 of 5
    Executing: su appldev11i9 -c "/u01/dev11i9/appldev11i9/dev11i9comn/temp/adrunias.sh APPS APPS"
    STARTED INSTALL PHASE : APPS TECH STACK : Mon Feb 4 09:52:32 IST 2008
    Statusstring Installing Oracle iAS
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - /Stage11i/startCD/Disk1/rapidwiz
    Checking Disk contents in - /Stage11i/oraiAS/Disk1
    Checking Disk contents in - /Stage11i/oraiAS/Disk1
    UnzipCount:177
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Statusstring Configuring iAS ORACLE_HOME
    Cannot execute configure of web ORACLE_HOME instance
    Error - script has returned an error: 3
    Error Code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for dev11i9 instance

    If we download the file from e-delivery and then
    unzipped all the files, then whats the process to
    create a stage directory ?Nothing more is needed, just extract the files and the stage area directory will be created for you.
    Is it different from the way that we follow when we use Media Pack?Here, you need to run the staging script to create the stage area directory for you.
    Note: 312728.1 - Staging Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=312728.1

  • Error installing AIR on Mac

    I'm running Leopard 10.5 and I keep getting this error when I
    try to install AIR:
    quote:
    This application requires Adobe AIR to function. Please
    download the latest version of the runtime from
    http://www.adobe.com/go/getair,
    then launch the application again.
    So, I need AIR installed before I can install AIR? Uh, ok?
    Has anyone else experienced this? I've downloaded the latest dmg
    and still no luck.

    Obviously you don't really need AIR installed to, uh, install
    AIR.
    Here's what's going on: during the installation process, the
    copy of AIR that's about to be installed is used, rather like an
    AIR application was running during the install process. Normally
    this error message would only appear if you had installed an AIR
    application, uninstalled AIR, and then tried to run the application
    again. When we run this code during install, we don't expect to
    encounter an error like this, since—assuming the installer
    isn't corrupt—we *know* there's a good copy of AIR present.
    So while we detect the error, we didn't bother special-casing the
    error message for this situation.
    Receiving this error message from the installer, then,
    suggests that either (a) something is wrong with the DMG you
    downloaded, (b) a mounted DMG on your system isn't behaving like
    DMGs on other Leopard systems, or (c) something even more bizarre
    that I haven't thought of yet.
    If none of that rings a bell, here's a couple of things to
    try:
    1) Find a site that uses the badge installer, like
    desktop.ebay.com. Installing via this method doesn't use a DMG and
    may avoid the issue. (I realize you may not want the eBay Desktop
    app; you can always uninstall it afterward.)
    2) Run dtruss over the install process, and then send me the
    output. We'll let you know what we find. (Let me know if you need
    details on how to do this.)

  • Errors installing Oracle 10.2 on Oracle Linux 6.3

    I'm encountering this error from runInstaller:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-11-13_05-47-27PM. Please wait ...[oracle@ora01 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-11-13_05-47-27PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I'm running Oracle Linux 6.3.
    I've spent hours searching for any missing libraries and installed all the ones that are pre-requisites.
    Has anyone seen these errors before installing Oracle 10.2 on Oracle Linux 6.3 64 bit?
    Oracle 11.2 has installed without problem.
    Edited by: SamM2 on Nov 12, 2012 11:07 PM

    Hi,
    some similar problem.
    libXp.so.6: cannot open shared object file: No such file or directory
    Hope that helps.
    *T                                                                                                                                                                                                                                                                   

  • Administrator Error installing Air

    I have a Vista 64 bit machine with SP 2.  By clearing all of my Temp Folders and Deleting all the extra "old" Adobe Air entries in my Registry, I was able to install 2.7 without any issues.  You don't even have to be logged in as an Adminstrator (if your user is allowed to provide a password) you can still execute the file by right clicking on it and selecting Run as Administrator
    Start >  search for Temp >  clear out temp files
    It is recommended to Backup your Registry before you do this.
    Start > Regedit  + enter (opens Registry Editor) > Click on Computer (top left)> Edit> Find >  "Adobe Air"  (delete all those extra entries of Adobe Air Stuff that are not pointing to any versions you need)  Note:  If you have a Billion of them like I did from trying to install AIR over and over, you can select one hold down shift and then select one further down and all of the items in between will be highlighted) - DELETE 
    Hope this helps some you out there!!!

    Time please wrote:
    Subject line tells it all.
    Actually not; what is your operating system?  Are you installing as an Administrator user?
    You may also want to ask in http://forums.adobe.com/community/air/installation

  • Error installing AIR.InstallPackage

    my computer automatically restart when installing
    AIR.InstallPackage but after that i cant found that installed
    package,
    and as additional info i run XP with AMD 64 Athlon X2 3600+
    thanks

    Please check this thread for possible solutions:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1374298
    If that doesn't resolve the issue, please post any relevant
    information from your console log.

  • Error installing AIR application jledwardianadventcalendar.air

    Hi,
    I'm trying to install an AIR application but keep receiving the error message:
    "Sorry, an error has occured."
    "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."
    I've uninstalled and reinstalled AIR.
    The installation log file follows:
      [2013-11-22:11:48:47] Application Installer begin with version 3.9.0.1210 on Windows Vista x86
    [2013-11-22:11:48:47] Commandline is: C:\Users\myname\Downloads\jledwardianadventcalendar.air
    [2013-11-22:11:48:47] Installed runtime (3.9.0.1210) located at c:\Program Files\Common Files\Adobe AIR
    [2013-11-22:11:48:48] Unpackaging file:///C:/Users/myname/Downloads/jledwardianadventcalendar.airto C:\Users\myname\AppData\Local\Temp\flaBD36.tmp
    [2013-11-22:11:49:02] Application signature verified
    [2013-11-22:11:49:02] Unpackaging/validation complete
    [2013-11-22:11:49:02] No app located for appID 'JLAdventCalendarEdwardian2013' and pubID ''
    [2013-11-22:11:49:06] Converting unpackaged application to a native installation package in C:\Users\myname\AppData\Local\Temp\fla5EA.tmp
    [2013-11-22:11:49:12] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2013-11-22:11:52:34] Application Installer end with exit code 7
    Any help in 'decoding' this installation error message and guidance for a resolution is greatly appreciated.
    Regards,
    Mark

    I don't have an answer, just wanted to share your frustration. I'm running Windows Vista on a Toshiba Satellite with 40+GB free hard disk space and 2GB RAM so space is not the problem.  All updates have been made.
    My AIR log shows the identical error info. I have requested help from the application's author, which first suggested it was Firefox causing the problem, but downloading from Chrome and IE made no difference. Nor did reinstalling AIR.  A friend was able to download this app with no problem. And I was able to download the other (somewhat smaller) JL app with no problem, which really seems strange.
    Hoping someone here with more tech knowledge might be able to offer a suggestion.  If I get a helpful reply from the app author, I'll be sure to share it.

  • Error installing AIR 3.3 on Windows 7 64 -bit machine

    Hello, I am getting the following error when trying to install an AIR application onto a specific Windows 7 64-bit machine. It seems to be only happening to this one machine. I am installing as Administrator. Any thoughts? Thanks
    [2012-07-10:09:14:02] Bootstrapper begin with version 2.6.0.19120 on Win x86
    [2012-07-10:09:14:02] Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-10:09:14:02] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter"
    [2012-07-10:09:14:02] Application Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-10:09:14:02] Commandline is: C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter
    [2012-07-10:09:14:02] Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-10:09:14:03] Validating app in folder C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter
    [2012-07-10:09:14:03] Application signature verified
    [2012-07-10:09:14:03] Unpackaging/validation complete
    [2012-07-10:09:14:04] No app located for appID 'transporter' and pubID ''
    [2012-07-10:09:14:06] Starting app installation to C:\Program Files (x86). Installing app transporter version 0.46 using the source file at file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter
    [2012-07-10:09:14:06] Installing msi at C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi with guid {0ABBADCF-B729-C4A4-8D6E-2D2954077F1F}
    [2012-07-10:09:14:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-10:09:14:06] Rolling back install of C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi
    [2012-07-10:09:14:06] Rollback complete
    [2012-07-10:09:14:06] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-10:09:14:06] 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)" -desktopShortcut -programMenu file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter
    [2012-07-10:09:14:06] Relaunching with elevation
    [2012-07-10:09:14:06] Application Installer begin with version 3.3.0.3650 on Windows 7 x86
    [2012-07-10:09:14:06] Commandline is: -stdio \\.\pipe\AIR_4588_0 -runtime "c:\Program Files (x86)\Common Files" -silent -logToStdout -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter
    [2012-07-10:09:14:06] Installed runtime (3.3.0.3650) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2012-07-10:09:14:07] Validating app in folder C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter
    [2012-07-10:09:14:08] Application signature verified
    [2012-07-10:09:14:08] Unpackaging/validation complete
    [2012-07-10:09:14:08] No app located for appID 'transporter' and pubID ''
    [2012-07-10:09:14:08] Starting silent app installation to C:\Program Files (x86). Installing app transporter version 0.46 using the source file at file:///C:/Users/a210693/AppData/Local/Temp/AIR7495.tmp/Transporter
    [2012-07-10:09:14:08] Installing msi at C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi with guid {0ABBADCF-B729-C4A4-8D6E-2D2954077F1F}
    [2012-07-10:09:14:08] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-10:09:14:08] Rolling back install of C:\Users\a210693\AppData\Local\Temp\AIR7495.tmp\Transporter\setup.msi
    [2012-07-10:09:14:08] Rollback complete
    [2012-07-10:09:14:08] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2012-07-10:09:14:08] Elevated install failed: error 0 1603
    [2012-07-10:09:14:09] Application Installer end with exit code 7
    [2012-07-10:09:14:10] Subprocess Application Installer failed (7)
    [2012-07-10:09:14:10] Bootstrapper end with exit code 7

    2013-12-31 18:31:14:551 4572 830 Handler :: START :: Handler: CBS Install
    2013-12-31 18:31:14:551 4572 830 Handler :::::::::
    2013-12-31 18:31:14:553 4572 830 Handler Starting install of CBS update EB29E59C-58F6-4880-AC9A-F34FBCC9F60B
    2013-12-31 18:31:14:554 4572 830 Handler CBS session identity: 30344744_1660039064
    2013-12-31 18:31:14:561 4572 830 Handler CBS package identity: Package_for_KB2855336~31bf3856ad364e35~amd64~~6.2.1.0
    2013-12-31 18:31:14:585 4572 830 Handler Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\784293409cedf74c648cae7b5a3d128a\Windows8-RT-KB2855336-x64.cab, workingdir=C:\Windows\SoftwareDistribution\Download\784293409cedf74c648cae7b5a3d128a\inst
    2013-12-31 18:32:27:798 4572 1240 Handler FATAL: CBS called Error with 0x80070005, 
    2013-12-31 18:32:33:927 4572 830 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070005
    2013-12-31 18:32:34:051 4572 830 Handler :::::::::
    2013-12-31 18:32:34:051 4572 830 Handler ::  END  ::  Handler: CBS Install
    at a guess, CBS is encountering this access denied error and aborting due to an inconsistency in the servicing store.
    check your CBS.log file
    you should check your system health with SFC /scannow
    also check system health with DISM:
    http://www.eightforums.com/tutorials/26512-dism-fixing-component-store-corruption-windows-8-a.html
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle  part II

    All,
    After succeeding in fixing the 64bit issue I have another issue when wanting to install ERP2005 on Red Hat linux beeing:
    the following error message:
    error in:
    Class   : com.sap.sdt.gui.core.SDTGui
    Name    : main
    Static  : true
    class [Ljava.lang.String; - [Ljava.lang.String;@4ee64ee6
    java.lang.RuntimeException: invocation target exception: Can't connect to X11 window server using 'localhost:11.0' as the value of the DISPLAY variable.
            at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)
            at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
            at SDTGui.main(SDTGui.java:46)
    I do have my java home set and paths and display, but still this issue comes up
    at first I had installed the SUN java version 1.4.2.13 but that did not work as well (and was a 32bits version, no 64bits found there for linux) so I deinstalled that one and installed the IBM java 64bit version for linux.
    Hopefully someone knows a sollution, cause it is getting me bold.
    cheers
    Chris

    not solved but open to long without responce

  • Error Installing AIR 1.5.3 app on Vista Business

    Hiya,
    Unable to install an AIR 1.5.3 app on a Vista Business, cribs about the file being corrupt/damaged.
    The same installer appears to install without any errors on Windows XP SP1 & SP2, Windows 7.
    Any Ideas...
    Many Thanks
    Follows is the installation log...
    Starting app install of file:///H:/Temp%20Files/TestApp.air
    UI SWF load is complete
    UI initialized
    Unpackaging to C:\Users\Klem\AppData\Local\Temp\fla3A13.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.blah.TestApp
    pub id 0D7DF9FDC8D22E042E344B4E5EF89B22F15E27B5.1
    Application not located
    Waiting for user confirmation
    User confirmed action: install
    creating native installer in: C:\Users\Klem\AppData\Local\Temp\flaE9C3.tmp
    native installer creation complete
    Starting install
    Destination for installed application is C:\Program Files
    stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Directory can't be written to" errorID=5006]
    stateInstallingWithElevation: enter install
    stateInstallingWithElevation: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "c:\Program Files\Common Files" -silent -logToStdout -url -location "C:\Program Files" -desktopShortcut -programMenu file:///H:/Temp%20Files/TestApp.air
    subinstaller: Starting silent app install of file:///H:/Temp%20Files/TestApp.air
    subinstaller: UI SWF load is complete
    subinstaller: UI initialized
    subinstaller: Unpackaging to C:\Users\administrator\AppData\Local\Temp\fla5B59.tmp
    subinstaller: failed while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    Failed during elevated install: error 5005 Error #2032
    starting cleanup of temporary files
    application installer exiting

    It appears AIR does not like installation from a mapped network on Vista.
    Installing from a CD / USB storage or from a local copy seems to resolve this issue.

  • Error installing Air under OS 10.4.11

    The install fails silently with the following error log, any suggestions on how to resolve?
    ===== Saturday, 12 September 2009 16:42:15 Europe/London =====
    Host Name:      ash-ridleys-imac
    Date/Time:      2009-09-12 16:42:30.059 +0100
    OS Version:     10.4.11 (Build 8S165)
    Report Version: 4
    Command: Adobe AIR Installer
    Path:    /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Parent:  WindowServer [89]
    Version: 1.5.2 (1.5.2.8870)
    PID:    331
    Thread: 0
    Exception:  EXC_BAD_INSTRUCTION (0x0002)
    Code[0]:    0x00000002
    Code[1]:    0x031b6c38
    Thread 0 Crashed:
    0   com.adobe.AIR                0x031b6c38 dyld_stub_xmlSubstituteEntitiesDefault + 42465396
    1   com.adobe.AIR                0x031b5658 dyld_stub_xmlSubstituteEntitiesDefault + 42459796
    2   com.adobe.AIR                0x030c3260 dyld_stub_xmlSubstituteEntitiesDefault + 41467548
    3   com.adobe.AIR                0x030b12f0 dyld_stub_xmlSubstituteEntitiesDefault + 41393964
    4   <<00000000>>     0x06f33d90 0 + 116604304
    5   com.adobe.AIR                0x02b80d04 dyld_stub_xmlSubstituteEntitiesDefault + 35952960
    6   com.adobe.AIR                0x02b77f44 dyld_stub_xmlSubstituteEntitiesDefault + 35916672
    7   <<00000000>>     0x06f33c58 0 + 116603992
    8   com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    9   com.adobe.AIR                0x02b7a564 dyld_stub_xmlSubstituteEntitiesDefault + 35926432
    10  com.adobe.AIR                0x02b61888 dyld_stub_xmlSubstituteEntitiesDefault + 35824836
    11  com.adobe.AIR                0x02b95e60 dyld_stub_xmlSubstituteEntitiesDefault + 36039324
    12  <<00000000>>     0x0759c160 0 + 123322720
    13  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    14  com.adobe.AIR                0x02b77f44 dyld_stub_xmlSubstituteEntitiesDefault + 35916672
    15  <<00000000>>     0x075985c4 0 + 123307460
    16  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    17  com.adobe.AIR                0x02b7a564 dyld_stub_xmlSubstituteEntitiesDefault + 35926432
    18  com.adobe.AIR                0x02b7737c dyld_stub_xmlSubstituteEntitiesDefault + 35913656
    19  com.adobe.AIR                0x02b9686c dyld_stub_xmlSubstituteEntitiesDefault + 36041896
    20  com.adobe.AIR                0x02b96a84 dyld_stub_xmlSubstituteEntitiesDefault + 36042432
    21  <<00000000>>     0x07597504 0 + 123303172
    22  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    23  com.adobe.AIR                0x02b77f44 dyld_stub_xmlSubstituteEntitiesDefault + 35916672
    24  <<00000000>>     0x07596dd0 0 + 123301328
    25  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    26  com.adobe.AIR                0x02b77f44 dyld_stub_xmlSubstituteEntitiesDefault + 35916672
    27  <<00000000>>     0x0758c8fc 0 + 123259132
    28  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    29  com.adobe.AIR                0x02b77f44 dyld_stub_xmlSubstituteEntitiesDefault + 35916672
    30  <<00000000>>     0x0758b25c 0 + 123253340
    31  com.adobe.AIR                0x02b7de88 dyld_stub_xmlSubstituteEntitiesDefault + 35941060
    32  com.adobe.AIR                0x02b7a564 dyld_stub_xmlSubstituteEntitiesDefault + 35926432
    33  com.adobe.AIR                0x02b7737c dyld_stub_xmlSubstituteEntitiesDefault + 35913656
    34  com.adobe.AIR                0x0302a530 dyld_stub_xmlSubstituteEntitiesDefault + 40841580
    35  com.adobe.AIR                0x0302a714 dyld_stub_xmlSubstituteEntitiesDefault + 40842064
    36  com.adobe.AIR                0x0296e9a8 dyld_stub_xmlSubstituteEntitiesDefault + 33781220
    37  com.adobe.AIR                0x029769a8 dyld_stub_xmlSubstituteEntitiesDefault + 33813988
    38  com.adobe.AIR                0x0297772c dyld_stub_xmlSubstituteEntitiesDefault + 33817448
    39  com.apple.Foundation         0x92bf1f38 __NSFireDelayedPerform + 304
    40  com.apple.CoreFoundation     0x907f2384 __CFRunLoopDoTimer + 184
    41  com.apple.CoreFoundation     0x907decfc __CFRunLoopRun + 1680
    42  com.apple.CoreFoundation     0x907de2b0 CFRunLoopRunSpecific + 268
    43  com.apple.HIToolbox          0x932adb20 RunCurrentEventLoopInMode + 264
    44  com.apple.HIToolbox          0x932ad1b4 ReceiveNextEventCommon + 380
    45  com.apple.HIToolbox          0x932ad020 BlockUntilNextEventMatchingListInMode + 96
    46  com.apple.AppKit             0x93792734 _DPSNextEvent + 384
    47  com.apple.AppKit             0x937923f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    48  com.apple.AppKit             0x9378e93c -[NSApplication run] + 472
    49  com.adobe.AIR                0x02978bd8 dyld_stub_xmlSubstituteEntitiesDefault + 33822740
    50  com.adobe.AIR                0x02978fb0 dyld_stub_xmlSubstituteEntitiesDefault + 33823724
    51  com.adobe.air.Installer      0x00003e10 RuntimeAppMain(char const*, int) + 180
    52  com.adobe.air.Installer      0x00004014 main + 72
    53  com.adobe.air.Installer      0x00002190 _start + 760
    54  com.adobe.air.Installer      0x00001e94 start + 48
    Thread 1:
    0   libSystem.B.dylib            0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib            0x9000ae9c mach_msg + 60
    2   com.adobe.AIR                0x02b6c850 dyld_stub_xmlSubstituteEntitiesDefault + 35869836
    3   libSystem.B.dylib            0x9002b908 _pthread_body + 96
    Thread 2:
    0   libSystem.B.dylib            0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib            0x90030aac pthread_cond_wait + 480
    2   com.adobe.AIR                0x03178b70 dyld_stub_xmlSubstituteEntitiesDefault + 42211244
    3   com.adobe.AIR                0x03116884 dyld_stub_xmlSubstituteEntitiesDefault + 41809088
    4   com.adobe.AIR                0x03178660 dyld_stub_xmlSubstituteEntitiesDefault + 42209948
    5   com.adobe.AIR                0x03178710 dyld_stub_xmlSubstituteEntitiesDefault + 42210124
    6   libSystem.B.dylib            0x9002b908 _pthread_body + 96
    Thread 0 crashed with PPC Thread State 64:
      srr0: 0x00000000031b6c38 srr1: 0x000000000008f030                        vrsave: 0x0000000000000000
        cr: 0x24022224          xer: 0x0000000000000004   lr: 0x00000000031b5658  ctr: 0x00000000031b6c10
        r0: 0x00000000031b5658   r1: 0x00000000bfffc2d0   r2: 0x00000000a0001fa4   r3: 0x00000000bfffc350
        r4: 0x000000000035a970   r5: 0x00000000032ca094   r6: 0x00000000439c0000   r7: 0x0000000043888000
        r8: 0x0000000043c80000   r9: 0x00000000435e0000  r10: 0x00000000435e0000  r11: 0x0000000000000000
       r12: 0x00000000031b6c10  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x0000000000000000
       r16: 0x0000000000431d20  r17: 0x000000000137ea30  r18: 0x000000000137e0a0  r19: 0x000000000137f281
       r20: 0x000000000115d1c8  r21: 0x000000000139c7c0  r22: 0x00000000bfffc82c  r23: 0x00000000011520b0
       r24: 0x0000000000000001  r25: 0x00000000013a3720  r26: 0x0000000000000000  r27: 0x00000000bfffc350
       r28: 0x000000000035a970  r29: 0x00000000032ca094  r30: 0x00000000004165e0  r31: 0x00000000031b55a8
    Binary Images Description:
        0x1000 -     0x7fff com.adobe.air.Installer 1.5.2 (1.5.2.8870)    /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      0x60d000 -   0x6acfff net.sourceforge.webcam-osx.common 0.9.2    /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x296b000 -  0x34a8fff com.adobe.AIR 1.5.2 (1.5.2.8870)    /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x8fe00000 - 0x8fe52fff dyld 46.16    /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib     /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib     /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35)    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib     /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib     /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???)    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib     /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21)    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.24)    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.f ramework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib     /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770)    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib     /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib     /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x914fe000 - 0x91536fff com.apple.AE 312.2    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framewo rk/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByCont ent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServ ices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib     /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib     /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x91d0c000 - 0x91deafff libxml2.2.dylib     /usr/lib/libxml2.2.dylib
    0x91e0a000 - 0x91e48fff libTIFF.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x91e4f000 - 0x91e4ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e51000 - 0x91f36fff com.apple.vImage 2.4    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91f3e000 - 0x91f5dfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x91fc9000 - 0x92037fff libvMisc.dylib     /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x92042000 - 0x920d7fff libvDSP.dylib     /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x920f1000 - 0x92679fff libBLAS.dylib     /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x926ac000 - 0x929d7fff libLAPACK.dylib     /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x92a07000 - 0x92af5fff libiconv.2.dylib     /usr/lib/libiconv.2.dylib
    0x92af8000 - 0x92b80fff com.apple.DesktopServices 1.3.7    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x92bc1000 - 0x92df4fff com.apple.Foundation 6.4.12 (567.42)    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f27000 - 0x92f45fff libGL.dylib     /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f50000 - 0x92faafff libGLU.dylib     /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc8000 - 0x92fc8fff com.apple.Carbon 10.4 (???)    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fca000 - 0x92fdefff com.apple.ImageCapture 3.0    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x92ff6000 - 0x93006fff com.apple.speech.recognition.framework 3.4    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x93012000 - 0x93027fff com.apple.securityhi 2.0 (203)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x93039000 - 0x930c0fff com.apple.ink.framework 101.2 (69)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x930d4000 - 0x930dffff com.apple.help 1.0.3 (32)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x930e9000 - 0x93117fff com.apple.openscripting 1.2.7 (???)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93131000 - 0x93140fff com.apple.print.framework.Print 5.2 (192.4)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9314c000 - 0x931b2fff com.apple.htmlrendering 1.1.2    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x931e3000 - 0x93232fff com.apple.NavigationServices 3.4.4 (3.4.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x93260000 - 0x9327dfff com.apple.audio.SoundManager 3.9    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9328f000 - 0x9329cfff com.apple.CommonPanels 1.2.2 (73)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x932a5000 - 0x935b3fff com.apple.HIToolbox 1.4.10 (???)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x93703000 - 0x9370ffff com.apple.opengl 1.4.7    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93788000 - 0x93788fff com.apple.Cocoa 6.4 (???)    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9378a000 - 0x93dbdfff com.apple.AppKit 6.4.10 (824.48)    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9414a000 - 0x941bcfff com.apple.CoreData 91 (92.1)    /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f5000 - 0x942bafff com.apple.audio.toolbox.AudioToolbox 1.4.7    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430d000 - 0x9430dfff com.apple.audio.units.AudioUnit 1.4    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430f000 - 0x944cffff com.apple.QuartzCore 1.4.12    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94519000 - 0x94556fff libsqlite3.0.dylib     /usr/lib/libsqlite3.0.dylib
    0x9455e000 - 0x945aefff libGLImage.dylib     /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x945b7000 - 0x945d0fff com.apple.CoreVideo 1.4.2    /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x946e6000 - 0x94702fff com.apple.securityfoundation 2.2 (27710)    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94716000 - 0x9475afff com.apple.securityinterface 2.2 (27692)    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x94795000 - 0x947a2fff libCSync.A.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x947e8000 - 0x94801fff libRIP.A.dylib     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x94808000 - 0x94b3bfff com.apple.QuickTime 7.6.4 (1327.73)    /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c23000 - 0x94c94fff libstdc++.6.dylib     /usr/lib/libstdc++.6.dylib
    0x969d2000 - 0x969f1fff com.apple.vecLib 3.2.2 (vecLib 3.2.2)    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9724e000 - 0x9725bfff com.apple.agl 2.5.6 (AGL-2.5.6)    /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    check the minimum sys reqs to see if your computer is up to par
    http://www.adobe.com/products/air/systemreqs/

  • Error installing AIR

    When trying to install adobe air I get the following message:
    This application requires Adobe AIR to function. Please download
    the latest version of the runtime from
    http://www.adobe.com/go/getair,
    then launch the application again.
    I have tried uninstalling and reinstalling with no luck Also
    I installed an old version and it went through but gives me this
    error when I try to install any air apps.
    Can anybody help me?

    Please check this thread for possible solutions:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1374298
    If that doesn't resolve the issue, please post any relevant
    information from your console log.

  • Error Installing Air 2.0 SDK

    When I try "install" Air2.0 SDK i have this error "Directory does not contain a Flex SDK".
    I unzip sdk into flex sdk folders and then open Flex Builder.
    Inside Flex Builder go to "Window"->"Preferences"->"Installed Flex SDKs"-> ADD and select my air 2.0 skd folder.
    Can someone help me?

    Be sure to check the namespace in your application.xml descriptor file.  It needs to support "http://ns.adobe.com/air/application/2.0" in order to access AIR 2 APIs at runtime.
    Hope that helps,
    Frank
    AIR Engineering

  • Error Installing ERP2005 on Red Hat 4es Linux with Oracle

    Normally I only install SAP for customers on Unix boxes or WIndows, but I was asked for a customer to do an installation on Red Hat 4es 64bit. It will be a Sandbox system for the customer. ERP2005 with Oracle.
    But after some issues on shared objects when I wasn't able to start the sapinst, cause there was no JRE installed, but has been installed after this (version 1.4.2.13 for linux). I now run into the following issue when ./sapinst is running and me trying to start the ./startInstGui.sh I get the following :
    java.lang.RuntimeException: invocation target exception: /usr/java/j2re1.4.2_13/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    both files are there, JAVA_HOME had been set, java had also been set as path, but when I do a file on the files it gives me:
    [root@su49tas1 lib64]# file libXp.so.6.2
    libXp.so.6.2: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
    [root@su49tas1 i386]# file libawt.so
    libawt.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
    looking at this there might be a conflict on version, but the libXp.so comes from the RH install cd and the libawt.so comes from the jre1.4.2.13-rpm.bin file downloaded from the java sun website.
    strange thing is that I cannot find a 64bit version so that might bring down my thoughts on version conflict.
    Hopefully someone had had this same issue also and had solved it, but also other input which might help me solve this is appreciated.
    cause this is turning my head for a day and night
    cheers
    Chris
    Message was edited by:
            christian bults
    SE had been edited to ES at 11:04cet

    invocation target exception: Can't connect to X11 window server
    installed and ran ldconfig.
    Now it works again

  • Error Installing Adobe Air from Story Desktop Application Installer

    This is truly driving me nuts already.
    Every time I try to install the Desktop Application from the Story website, it says I must install Adobe Air. So I click Install, it shows the progress bar to 100%, then errors out with a window. The window header reads "Adobe AIR Installer" and the main section of the window reads "Couldn't write the application to the hard disk. Please verify the hard disk is available and try again." - There is a Retry and Cancel. Retry does it all again with same results.
    No, I had no previous versions of Adobe Air. So I tried installing AIR direct from the Adobe website, and it installs fine. So I go back to the Story webpage and try installing the Desktop Application again and the exact same set of events as described above happens. I uninstalled the AIR install, tried again, same result.
    I had Production Premium CS3 previously, and installed Production Premium CS5 UPGRADE. All the programs in the suite work like a charm!
    I'm running Windows 7 64 bit with 208 Gig free on my C drive, as well as over 500 gig free spread out over two other drives. 8 Gig memory, and two Nvidia Qadro FX 3500 video cards (If that matters at all). Full admin rights to the PC, not limited in any way.
    A quick Google search shows plenty of other people having the same problem,  just no known fixes I've found!
    HELP!!!
    PS- I have a picture of the error message, but the insert picture link is greyed out and won't let me add anything to this post.

    Here is the installer log entries as requested:
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Starting app install of file:///Users/Shared/Downloads/AdobeStory.air
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI SWF load is complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI initialized
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] beginning UI styling
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI styling complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Unpackaging to /private/var/folders/dJ/dJl0jNt6GK4MiC2esOh-GU+++TM/TemporaryItems/FlashTmp0
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] unpackaging/validation is complete
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application is bound to this version of the runtime
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] app id com.adobe.AdobeStory
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] pub id 4875E02D9FB21EE389F73B8D1702B320485DF8CE.1
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Application located at /Applications
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    9/3/10 11:35:01 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] starting cleanup of temporary files
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM com.apple.launchd[223] ([0x0-0x40040].com.adobe.air.ApplicationInstaller[344]) Exited with exit code: 9
    Thank you for your help.

Maybe you are looking for