Exception : LDAPAttributeHelper failed to initialize

Hi,
I am using S1 Identity server 6.0 for identity management installed with a new Directory server on a win2000 server box. The application to be protected is deployed S1AS 7.0 & S1 Policy Agent 2.1 in URL_POLICY operation mode on a seperate box.
The requirement is, I need user attribures from identity session to a jsp in the apllication server. For this, I confifured the AmAgent.properties file as
com.sun.am.policy.amFilter.ldapattribute.mode = REQUEST_ATTRIBUTE
com.sun.am.policy.amFilter.ldapattribute.map[uid] = USER_NAME
when i tried to acces that jsp the system throws the exception as
StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
javax.servlet.ServletException: AmAgentFilter: An exception has occured
at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:265)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
----- Root Cause -----
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: LDAPAttributeHelper failed to initialize
at com.sun.identity.agents.common.LDAPAttributeHelper.<init>(Unknown Source)
at com.sun.identity.agents.common.CommonFactory.newLDAPAttributeHelper(Unknown Source)
at com.sun.identity.agents.filter.AmFilter.<init>(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilterInstanceForModeConfigured(Unknown Source)
at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:265)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
com.iplanet.sso.SSOException: LDAP authentication failed.
at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:111)
at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:311)
at com.sun.identity.agents.common.LDAPAttributeHelper.<init>(Unknown Source)
at com.sun.identity.agents.common.CommonFactory.newLDAPAttributeHelper(Unknown Source)
at com.sun.identity.agents.filter.AmFilter.<init>(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
at com.sun.identity.agents.filter.AmFilterManager.getAmFilterInstanceForModeConfigured(Unknown Source)
at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(A
Please help me out in resolving this issue..
Thanks a lot....
-Madhu

Have you tried changing the parameter in the Assets/Databank "Save Path" from "Relative to current script" to "Relative to a repository"?
Regards, Ian.

Similar Messages

  • Failed to initialize  Databank exception when run from OLT

    HI All,
    I've created a script with an associated databank,that runs perfectly fine when run from OpenScript. But when I run from OLT, the following waring is encountered.
    Start failure message from agent "OLT Server": oracle.oats.common.databank.DatabankException: Failed to initialize Databank 'Forms.forms'
    Stopped Autopilot because of error on agent "OLT Server".
    Name of my DB is : forms
    and Script name is :Forms
    Please let me know the solution for this.
    Regards,
    Karthik
    Edited by: user777720 on May 21, 2013 5:00 AM

    Have you tried changing the parameter in the Assets/Databank "Save Path" from "Relative to current script" to "Relative to a repository"?
    Regards, Ian.

  • The error "configuration system failed to initialize" occurred

    Hi
    When I converted and built the solution file that was developed by Visual Studio .net 2003 using Visual Studio 2005, the application program was abnormal-ended at the following step:
    m_TCPChannel = New System.Runtime.Remoting.Channels.Tcp.TcpChannel(tcp_properties, Nothing, Nothing)
    The error message was "configration system failed to initialize".  The Exception.ToString said that the root <configuration> tag was not included in the configuration file. Therefore, I changed <configopt> tag to <configuration>
    tag in the app.config file of the target project, and then executed again. Next time, the application program was abnormal-ended by the unrecognized section <xs:schema>. Therefore, I changed the app.config file to the simple one (only <configuration>
    and </configuration> tags), and then executed again. The error didn't occur. I guess that it's caused by configuration settings. Please advise.
    app.config file:
    <?xml version="1.0" standalone="yes"?>
    <configopt>
    <xs:schema id="configopt" xmlns="" xmlns:xs="URLリンク" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="configopt" msdata:IsDataSet="true" msdata:Locale="en-AU">
    <xs:complexType>
    <xs:choice maxOccurs="unbounded">
    <xs:element name="Environment">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0" />
    <xs:element name="System" type="xs:string" minOccurs="0" />
    <xs:element name="DataLibrary" type="xs:string" minOccurs="0" />
    <xs:element name="Default" type="xs:boolean" minOccurs="0" />
    <xs:element name="UserId" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <Environment>
    <Name>Test</Name>
    <System>XXXX.COM</System>
    <DataLibrary>XXXTEST</DataLibrary>
    <Default>false</Default>
    <UserId></UserId>
    </Environment>
    <Environment>
    <Name>Production</Name>
    <System>XXXXX.COM</System>
    <DataLibrary>XXXPROD</DataLibrary>
    <Default>true</Default>
    <UserId />
    </Environment>
    </configopt>

    Hi,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Since your issue occurred on the converted project from VS .net 2003 to VS2005, and VS2005 is out of
    our mainstream support , I suggest that you should consult on some development forums to check whether they will to provide some suggestions or
    submit a support ticket to below site,
    https://support.microsoft.com/oas/default.aspx?Gprid=1117&st=1&wfxredirect=1&sd=gn&wfxredirect=1
    Thank you for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adobe pop-up message when trying to install a program: "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem."

    I have a 64-bit Windows 7 Home Premium PC. I recently had to reinstall my PC. I'm trying to install my Adobe Products like Flash Professional CS5 and Photoshop CS5, but it keeps coming up with the message "Failed to initialize. File not found. Please download Adobe Support Advisor to detect the problem." I keep looking around at different sites, but they seem so difficult and so much information which leaves me so confused. I have no idea how or why this has happened, and due to my autism it leaves me very panicky.
    I've tried the Adobe Creative Cloud Cleaner Tool. Here are the results.
    Gen_WWCombined-en_US-20121017_1230
    [Sat Jun 14 18:50:42 2014] Please enter (y) for Yes or (n) for No. ... >>
    [Sat Jun 14 18:50:44 2014] Choose from one of the following options to clean up :
    [Sat Jun 14 18:50:44 2014] 1.  All
    [Sat Jun 14 18:50:44 2014] 2.  Adobe Flash Player 10.2
    [Sat Jun 14 18:50:44 2014] 3.  Creative Cloud & CS6 Products
    [Sat Jun 14 18:50:44 2014] 4.  CS6 only
    [Sat Jun 14 18:50:44 2014] 5.  CS5-CS5.5-CS6
    [Sat Jun 14 18:50:44 2014] 6.  CS5-CS5.5
    [Sat Jun 14 18:50:44 2014] 7.  CS3, CS4
    [Sat Jun 14 18:50:44 2014] 8.  Adobe Id credentials
    [Sat Jun 14 18:50:44 2014] 9.  Quit
    [Sat Jun 14 18:50:44 2014] Choice :>
    [Sat Jun 14 18:50:46 2014] User selected: All
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:46 2014] List of products installed on this machine
    [Sat Jun 14 18:50:46 2014] Listing products for cleanup:
    [Sat Jun 14 18:50:46 2014] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Sat Jun 14 18:50:48 2014] Are you sure you want to clean all the listed products and associated files?
    [Sat Jun 14 18:50:48 2014] Type (y) to confirm and remove or (n) to quit ... >>
    [Sat Jun 14 18:50:50 2014] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Sat Jun 14 18:50:50 2014] :: Cleaning-up left over inventories ::
    [Sat Jun 14 18:50:50 2014] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Sat Jun 14 18:50:50 2014] Exception during deleting key : (5, 'RegOpenKeyEx', 'Access is denied.')
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeAAMUpdater-1.0-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] Deleting scheduled task : AdobeUpdater Task-Stefan-PC-Stefan
    [Sat Jun 14 18:50:50 2014] Executing command: schtasks /delete /TN "AdobeUpdater Task-Stefan-PC-Stefan" /F
    [Sat Jun 14 18:50:50 2014] ERROR: The system cannot find the file specified.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing AUM contents
    [Sat Jun 14 18:50:50 2014] ::Start:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Sat Jun 14 18:50:50 2014] INFO: No tasks running with the specified criteria.
    [Sat Jun 14 18:50:50 2014] ::Finish:: Removing OOBE
    [Sat Jun 14 18:50:50 2014] Removing content of Product : CS5Installer, Version : CS5
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:50 2014] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:50 2014] LOG FILE SAVED TO: C:\Users\Stefan\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Sat Jun 14 18:50:50 2014] Adobe Creative Cloud Cleaner Tool completed successfully
    [Sat Jun 14 18:50:50 2014]
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Sat Jun 14 18:50:46 2014] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Sat Jun 14 18:50:50 2014] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Sat Jun 14 18:50:50 2014] ---------------------------------------------------------
    [Sat Jun 14 18:50:50 2014] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*

    06/12/14 18:38:09:881 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 19104 | OOBElib returned error: 34
    06/12/14 18:38:10:271 | [FATAL] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in getting Payload 8
    06/12/14 18:38:11:878 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:38:13:519 | [ERROR] |  | ASU | DWANative | DWANative |  |  | 19104 | Error in dwa_getInstalledPathOfPayload, pdbSession is NULL.
    06/12/14 18:44:30:229 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 860 | Failed in key3List generation
    06/12/14 18:44:31:074 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | CreateProcess failed (267).
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process CreativeCloud(URIHandler).exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Helper.exe could not be killed
    06/12/14 18:46:40:335 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Process Creative Cloud Uninstaller.exe could not be killed
    06/12/14 18:48:07:424 | [ERROR] |  | ASU | PIM | PIM |  |  | 3576 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/12/14 18:48:13:709 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:16:239 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:19:174 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:48:21:342 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7652 | Failed in key3List generation
    06/12/14 18:49:03:907 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14092 | Failed in key3List generation
    06/12/14 18:49:08:386 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:11:475 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:49:13:361 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14136 | Failed in key3List generation
    06/12/14 18:50:46:267 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15932 | Failed in key3List generation
    06/12/14 18:50:49:357 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 15576 | Failed in key3List generation
    06/12/14 18:50:55:101 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 7024 | Failed in key3List generation
    06/12/14 18:52:48:711 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:52:182 | [ERROR] |  | ASU | LWANative | OPM |  |  | 18100 | received empty url from dispatchlib
    06/12/14 18:52:55:816 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    06/12/14 18:52:56:518 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 18100 | OOBElib returned error: 42
    06/12/14 18:53:23:278 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 18100 | Failed in key3List generation
    6/13/2014 21:51:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/13/2014 21:51:48 [ERROR] Setup - Error finding english dictionary file.
    6/13/2014 21:51:48 [ERROR] Setup - Unable to initialize ZString library
    6/13/2014 21:51:48 [FATAL] Setup - Setup.xml does not exist.
    6/13/2014 21:51:48 [FATAL] Setup - Unable to initialize. File missing.
    06/13/14 21:58:34:931 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | CreateProcess failed (267).
    06/13/14 21:59:49:357 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process CreativeCloud(URIHandler).exe could not be killed
    06/13/14 21:59:49:360 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Helper.exe could not be killed
    06/13/14 21:59:49:363 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Process Creative Cloud Uninstaller.exe could not be killed
    06/13/14 22:01:13:116 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/13/14 22:01:13:121 | [ERROR] |  | ASU | PIM | PIM |  |  | 21844 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/13/14 22:01:24:817 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:29:716 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:33:893 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:35:676 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 10872 | Failed in key3List generation
    06/13/14 22:01:39:720 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:41:220 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:01:42:860 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 6244 | Failed in key3List generation
    06/13/14 22:02:56:630 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 20716 | Failed in key3List generation
    06/13/14 22:03:03:420 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 14200 | Failed in key3List generation
    06/13/14 22:04:23:916 | [ERROR] |  | ASU | OPM | P7Native |  |  | 14200 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 08:50:35:502 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:46:796 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:50:56:343 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:01:148 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 2856 | Failed in key3List generation
    06/14/14 08:51:05:189 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:08:012 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:51:10:976 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4816 | Failed in key3List generation
    06/14/14 08:53:05:074 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5136 | Failed in key3List generation
    06/14/14 08:53:15:688 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3444 | Failed in key3List generation
    06/14/14 08:54:36:596 | [ERROR] |  | ASU | OPM | P7Native |  |  | 3444 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 11:21:45 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 11:21:45 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 11:21:45 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 11:21:45 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 11:21:45 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 11:41:50:067 | [WARN] |  | ASU | OPM | IMSLibData |  |  | 1424 | IMSLibData destructor completed
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM |  |  | 12296 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud error :5
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{7C97F705-ADDE-409B-9ABF-75ADEC23094E}\Adobe Creative Cloud'
    06/14/14 11:41:56:987 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 12296 | Failed to remove ACCC Files.
    06/14/14 11:41:56:987 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | ACC uninstallation failed. RetVal: -8
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Unable to unload AdobePIM library properly.
    06/14/14 11:41:57:019 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 12296 | Failed to remove folders.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:17:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:17:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:44 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:44 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:44 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:44 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:19:46 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:19:46 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:19:46 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:19:46 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:20:00 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:20:00 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:20:00 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:20:00 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:23:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:23:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:23:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:23:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:26:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:26:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:26:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:26:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:31:52 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:31:52 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:31:52 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:31:52 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 12:41:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 12:41:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 12:41:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 12:41:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:02:56:146 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | CreateProcess failed (267).
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 13:04:14:196 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 13:05:40:969 | [ERROR] |  | ASU | PIM | PIM |  |  | 4828 | AAM ref file already exists at  2 C:\Program Files (x86)\Common Files\Adobe\AdobeApplicationManager\AAMRefs/ACC.aamref/RefCount.txt
    06/14/14 13:08:09:854 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1928 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 13:10:27 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:27 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:27 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:27 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:27 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:20 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:20 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:20 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:20 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:17:24 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:17:24 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:17:24 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:17:24 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:10:32 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:10:32 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:10:32 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:10:32 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:26:53 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:26:53 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:26:53 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:26:53 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:42:35 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:42:35 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:42:35 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:42:35 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 13:52:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 13:52:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 13:52:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 13:52:02 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 13:52:41:307 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM |  |  | 5692 | Failed to Move srcPath:C:\Program Files (x86)\Adobe\Adobe Creative Cloud destPath:C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud error :5
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to move folder 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud' to 'C:\Users\Stefan\AppData\Local\Temp\\{CC352008-55F6-48A1-85CB-73E13CD26821}\Adobe Creative Cloud'
    06/14/14 13:57:13:245 | [ERROR] |  | ASU | PIM | PIM-Uninstall |  |  | 5692 | Failed to remove ACCC Files.
    06/14/14 13:57:13:245 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | ACC uninstallation failed. RetVal: -8
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Unable to unload AdobePIM library properly.
    06/14/14 13:57:13:261 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5692 | Failed to remove folders.
    06/14/14 13:59:49:116 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1780 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Process returned error:201
    06/14/14 13:59:52:128 | [ERROR] |  | ASU | PIM | PIM |  |  | 5084 | Error occurred executing uninstall modifier at path: 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\CoreSync\customhook\CoreSyncCustomHook.exe'. Error code: 201
    06/14/14 13:59:56:168 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 5084 | Unable to unload AdobePIM library properly.
    06/14/14 13:59:56:262 | [ERROR] |  | ASU | PIM | Utilities |  |  | 2780 | CreateProcess failed (267).
    06/14/14 14:00:01:535 | [ERROR] |  | ASU | PIM | PIM |  |  | 2780 | Unable to free PIM object
    6/14/2014 16:02:47 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:02:47 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:02:47 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:02:47 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:02:47 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:10:15:499 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4628 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 16:14:03:629 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | CreateProcess failed (267).
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 16:15:52:208 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 16:16:58:883 | [ERROR] |  | ASU | PIM | PIM |  |  | 8580 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 16:31:27:792 | [ERROR] |  | ASU | OPM | P7Native |  |  | 5228 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 16:43:06 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 16:43:06 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 16:43:06 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 16:43:06 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 16:43:06 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 16:46:24:800 | [ERROR] |  | ASU | LWANative | OPM |  |  | 5776 | received empty url from dispatchlib
    06/14/14 16:46:29:449 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 5776 | OOBElib returned error: 42
    06/14/14 16:49:04:438 | [ERROR] |  | ASU | LWANative | OPM |  |  | 4344 | received empty url from dispatchlib
    06/14/14 16:49:10:113 | [ERROR] |  | ASU | LWANative | P7Native |  |  | 4344 | OOBElib returned error: 42
    6/14/2014 17:06:21 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:06:21 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:06:21 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:06:21 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:06:21 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 17:13:05:437 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 4372 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    06/14/14 17:16:38:593 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | CreateProcess failed (267).
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process CreativeCloud(URIHandler).exe could not be killed
    06/14/14 17:18:24:378 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Helper.exe could not be killed
    06/14/14 17:18:24:393 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Process Creative Cloud Uninstaller.exe could not be killed
    06/14/14 17:19:33:131 | [ERROR] |  | ASU | PIM | PIM |  |  | 4472 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/14/14 17:21:08:140 | [ERROR] |  | ASU | OPM | P7Native |  |  | 1572 | ACCC : Cannot find LEIDs/LEID tags in the request data
    6/14/2014 17:36:25 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:36:25 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:36:25 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:36:25 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:36:25 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 17:40:42 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 17:40:42 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 17:40:42 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 17:40:42 [FATAL] Setup - Unable to initialize. File missing.
    06/14/14 18:16:12:120 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Unable to unload AdobePIM library properly.
    06/14/14 18:16:12:135 | [ERROR] |  | ACC-Uninstaller |  | Uninstaller |  |  | 7080 | Failed to delete C:\Users\Stefan\AppData\Local\Adobe\OOBE\com.adobe.accc.home
    06/14/14 18:16:12:526 | [ERROR] |  | ASU | PIM | Utilities |  |  | 5292 | CreateProcess failed (267).
    06/14/14 18:16:19:065 | [ERROR] |  | ASU | PIM | PIM |  |  | 5292 | Unable to free PIM object
    6/14/2014 18:43:51 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:43:51 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:43:51 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:43:51 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:43:51 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:48:04 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:48:04 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:48:04 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:48:04 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 18:57:10 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 18:57:10 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 18:57:10 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 18:57:10 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:02 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:02 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:02 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:02 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 19:35:08 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 19:35:08 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 19:35:08 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 19:35:08 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 20:33:29 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 20:33:29 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 20:33:29 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 20:33:29 [FATAL] Setup - Unable to initialize. File missing.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/14/2014 21:47:33 [ERROR] Setup - Error finding english dictionary file.
    6/14/2014 21:47:33 [ERROR] Setup - Unable to initialize ZString library
    6/14/2014 21:47:33 [FATAL] Setup - Setup.xml does not exist.
    6/14/2014 21:47:33 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 16:52:16:579 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 1492 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 16:56:36 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 16:56:36 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 16:56:36 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 16:56:36 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 16:56:36 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:01:19 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:01:19 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:01:19 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:01:19 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:03:45:215 | [ERROR] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 5128 | Inventory not present at Location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    6/15/2014 17:04:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 17:04:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 17:04:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 17:04:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 17:04:56 [FATAL] Setup - Unable to initialize. File missing.
    06/15/14 17:07:20:253 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | CreateProcess failed (267).
    06/15/14 17:09:07:737 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process CreativeCloud(URIHandler).exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Helper.exe could not be killed
    06/15/14 17:09:07:752 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Process Creative Cloud Uninstaller.exe could not be killed
    06/15/14 17:10:08:686 | [ERROR] |  | ASU | PIM | PIM |  |  | 5336 | Setting values for registry Key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    06/15/14 17:11:37:076 | [ERROR] |  | ASU | OPM | P7Native |  |  | 2140 | ACCC : Cannot find LEIDs/LEID tags in the request data
    06/15/14 18:26:02:586 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:06:033 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:09:591 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:17:812 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3564 | Failed in key3List generation
    06/15/14 18:26:24:193 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:26:735 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:26:29:606 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3900 | Failed in key3List generation
    06/15/14 18:28:20:953 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:22:808 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3396 | Failed in key3List generation
    06/15/14 18:28:44:834 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 5056 | Failed in key3List generation
    06/15/14 18:34:14:628 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 5668 | Another deployment workflow already running.
    06/15/14 18:34:14:628 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 5668 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:34:32:187 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 2544 | Another deployment workflow already running.
    06/15/14 18:34:32:187 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 2544 | Error finding locale language dictionary file. Defaulting to english.
    06/15/14 18:35:02:236 | [FATAL] |  | ASU | PDApp | PDApp |  |  | 4636 | Another deployment workflow already running.
    06/15/14 18:35:02:236 | [ERROR] |  | ASU | PDApp | PDApp |  |  | 4636 | Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 18:37:24 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 18:37:24 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 18:37:24 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 18:37:24 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:08:56 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:08:56 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:08:56 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:08:56 [FATAL] Setup - Unable to initialize. File missing.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/15/2014 19:10:48 [ERROR] Setup - Error finding english dictionary file.
    6/15/2014 19:10:48 [ERROR] Setup - Unable to initialize ZString library
    6/15/2014 19:10:48 [FATAL] Setup - Setup.xml does not exist.
    6/15/2014 19:10:48 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:14:16 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:14:16 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:14:16 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:14:16 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 12:35:38 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 12:35:38 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 12:35:38 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 12:35:38 [FATAL] Setup - Unable to initialize. File missing.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding locale language dictionary file. Defaulting to english.
    6/17/2014 20:54:13 [ERROR] Setup - Error finding english dictionary file.
    6/17/2014 20:54:13 [ERROR] Setup - Unable to initialize ZString library
    6/17/2014 20:54:13 [FATAL] Setup - Setup.xml does not exist.
    6/17/2014 20:54:13 [FATAL] Setup - Unable to initialize. File missing.

  • Exception condition "FAILED" raised.

    My TRM functional consultant has been trying to run end of day processes in the Transaction RKLNACHT but the following dump appears:
    Runtime Errors         RAISE_EXCEPTION                                                             
    Date and Time          16.05.2008 10:33:21                                                         
    Short text                                                                               
    Exception condition "FAILED" raised.                                                         
    What happened?                                                                               
    The current ABAP/4 program encountered an unexpected                                         
        situation.                                                                               
    What can you do?                                                                               
    Note down which actions and inputs caused the error.                                                                               
    To process the problem further, contact you SAP system                                       
        administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look                                  
        at and manage termination messages, and you can also                                         
        keep them for a long time.                                                                   
    Error analysis                                                                               
    A RAISE statement in the program "CL_POSITIONSERVICE_TRQ========CP" raised the               
         exception                                                                               
    condition "FAILED".                                                                               
    Since the exception was not intercepted by a superior                                        
        program, processing was terminated.                                                                               
    Short description of exception condition:                                                                               
    For detailed documentation of the exception condition, use                                   
        Transaction SE37 (Function Library). You can take the called                                 
        function module from the display of active calls.                                            
    How to correct the error                                                                               
    If the error occures in a non-modified SAP program, you may be able to                       
        find an interim solution in an SAP Note.                                                     
        If you have access to SAP Notes, carry out a search with the following                       
        keywords:                                                                               
    "RAISE_EXCEPTION" " "                                                                        
        "CL_POSITIONSERVICE_TRQ========CP" or "CL_POSITIONSERVICE_TRQ========CM00I"                  
        "GET_POSITIONS_BY_DIFF"                                                                               
    or                                                                               
    "CL_POSITIONSERVICE_TRQ========CP" "FAILED"                                                                               
    or                                                                               
    "RKLNACHT " "FAILED"                                                                         
        If you cannot solve the problem yourself and want to send an error                           
        notification to SAP, include the following information:                                                                               
    1. The description of the current problem (short dump)                                                                               
    To save the description, choose "System->List->Save->Local File                           
        (Unconverted)".                                                                               
    2. Corresponding system log                                                                               
    Display the system log by calling transaction SM21.                                       
           Restrict the time interval to 10 minutes before and five minutes                          
        after the short dump. Then choose "System->List->Save->Local File                            
        (Unconverted)".                                                                               
    3. If the problem occurs in a problem of your own or a modified SAP                          
        program: The source code of the program                                                      
           In the editor, choose "Utilities->More                                                    
        Utilities->Upload/Download->Download".                                                                               
    4. Details about the conditions under which the error occurred or which                      
        actions and input led to the error.                                                                               
    System environment                                                                               
    SAP-Release 700                                                                               
    Application server... "tetradev"                                                             
        Network address...... "192.168.1.81"                                                         
        Operating system..... "SunOS"                                                                
        Release.............. "5.9"                                                                  
        Hardware type........ "sun4u"                                                                
        Character length.... 16 Bits                                                                 
        Pointer length....... 64 Bits                                                                
        Work process number.. 0                                                                      
        Shortdump setting.... "full"                                                                               
    Database server... "tetradev"                                                                
        Database type..... "ORACLE"                                                                  
        Database name..... "DEV"                                                                     
        Database user ID.. "SAPSR3"                                                                               
    Char.set.... "C"                                                                               
    SAP kernel....... 700                                                                        
        created (date)... "Aug 31 2006 20:59:23"                                                     
        create on........ "SunOS 5.9 Generic_117171-13 sun4u"                                        
        Database version. "OCI_102 (10.2.0.2.0) "                                                                               
    Patch level. 75                                                                               
    Patch text.. " "                                                                               
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."               
        SAP database version. 700                                                                    
        Operating system..... "SunOS 5.9, SunOS 5.10"                                                                               
    Memory consumption                                                                               
    Roll.... 16192                                                                               
    EM...... 16759392                                                                               
    Heap.... 0                                                                               
    Page.... 180224                                                                               
    MM Used. 10608952                                                                               
    MM Free. 1957592                                                                               
    User and Transaction                                                                               
    Client.............. 300                                                                     
        User................ "DARLINGTON"                                                            
        Language key........ "E"                                                                     
        Transaction......... "KLNACHT "                                                              
        Program............. "CL_POSITIONSERVICE_TRQ========CP"                                      
        Screen.............. "SAPMSSY0 1000"                                                         
        Screen line......... 6                                                                       
    Information on where terminated                                                                  
        Termination occurred in the ABAP program "CL_POSITIONSERVICE_TRQ========CP" -                
         in "GET_POSITIONS_BY_DIFF".                                                                 
        The main program was "RKLNACHT ".                                                                               
    In the source code you have the termination point in line 37                                 
        of the (Include) program "CL_POSITIONSERVICE_TRQ========CM00I".                              
    Source Code Extract                                                                               
    Line       SourceCde                                                                               
    7              l_selector         TYPE REF TO cl_flow_selector_dif,                               
        8      * workarea for table with positions                                                        
        9              l_tab_position     TYPE trqy_position_obj,                                         
       10              l_position         TYPE REF TO if_position_trq,                                    
       11              l_count            type i.                                                         
       12                                                                               
    13      * initialization                                                                               
    14        CLEAR re_tab_position.                                                                   
       15                                                                               
    16      * Get positions for ranges                                                                 
       17        CALL METHOD ca_pos_identifier_dif=>agent->get_persistent_by_range                        
       18          EXPORTING                                                                               
    19            im_context     = trqco_con_trq                                                       
       20            im_ranges      = im_ranges                                                           
       21          RECEIVING                                                                               
    22            re_identifiers = l_tab_identifier.                                                   
       23        CHECK NOT l_tab_identifier IS INITIAL.                                                   
       24                                                                               
    25        LOOP AT l_tab_identifier INTO l_identifier.                                              
       26                                                                               
    27          l_selector = l_identifier->derive_selector( ).                                         
       28                                                                               
    29      *   get TRQ positions for selectors                                                        
       30          CALL METHOD read_positions_by_selector                                                 
       31            EXPORTING                                                                               
    32              im_selector      = l_selector                                                      
       33            RECEIVING                                                                               
    34              re_tab_positions = l_tab_position.                                                 
       35          DESCRIBE TABLE l_tab_position LINES l_count.                                           
       36          IF l_count <> 1.                                                                       
    >>>>>            raise failed.                                                                        
       38          ENDIF.                                                                               
    39          APPEND LINES OF l_tab_position TO re_tab_position.                                     
       40        ENDLOOP.                                                                               
    41                                                                               
    42      ENDMETHOD.                                                                               
    Contents of system fields                                                                        
    Name          Val.                                                                               
    SY-SUBRC      0                                                                               
    SY-INDEX      0                                                                               
    SY-TABIX      2                                                                               
    SY-DBCNT      1                                                                               
    SY-FDPOS      0                                                                               
    SY-LSIND      0                                                                               
    SY-PAGNO      0                                                                               
    SY-LINNO      1                                                                               
    SY-COLNO      1                                                                               
    SY-PFKEY                                                                               
    SY-UCOMM                                                                               
    SY-TITLE      End-of-Day Processing                                                                   
    SY-MSGTY      E                                                                               
    SY-MSGID      64                                                                               
    SY-MSGNO      030                                                                               
    SY-MSGV1                                                                               
    SY-MSGV2                                                                               
    SY-MSGV3                                                                               
    SY-MSGV4                                                                               
    SY-MODNO      0                                                                               
    SY-DATUM      20080516                                                                               
    SY-UZEIT      103319                                                                               
    SY-XPROG      SAPLSBAL_DB                                                                             
    SY-XFORM      %_CONTROL_EXIT_DYNPRO                                                                   
    Does anyone have suggestions as to how I can solve this problem?
    Assistance will be appreciated.

    bumping...any suggestions...welcome

  • The BPM Workspace is loading and failing to initialize the directory.xml

    Hi BPM Specialists,
    I installed BPM along with SOA suit in Windows XP box. Now I am getting failing to initialize directory.xml error and the workspace is not getting loaded.I am not able to locate a directory.xml file in my installed directory. Please let me know what needs to be done.Thanks a lot in adavance.
    Initializing PAPI services...
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.lang.reflect.InvocationTargetException
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <WorkSpace failed on Startup.>
    <May 3, 2011 1:10:23 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.bpm.workspace.adf.ADFWorkspaceContextListener failed: oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup..
    oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup.
    at oracle.bpm.lang.exception.ProgramException.wrap(ProgramException.java:54)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:55)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Critical Error.
    Detail:
    directory configuration runtime fails to initilize with resource: ..\config\directory.xml

    Thanks a lot for you reply.
    I have installed OBPM 11g along with SOA suit.So whenever I am trying to restart the WL server, the log is showing the error where it is not able to initialize the directory.xml.
    Could you please let me know what else can be done?

  • Installer failed to initialize

    I am getting an "Installer failed to initialize" error while trying to install PSE 9 from a DVD and PSE 10 from a download. I download Adobe Support Advisor but it crashes without giving any error message. Located PDApp.log for the failed PSE 9 installation. It shows the following errors:
    [FATAL] PIM - Error Failed to mount the package dmg.
    [FATAL] PIM - Error Failed to extract assets...
    [FATAL] Setup - Error installing core /Volumes/Photoshop Elements 9/Adobe Photoshop Elements 9/packages/core/PDApp.pimx package. pim_installPackage returned -8
    [FATAL] Setup - Error installing Packages.
    Unable to find any log file for the PSE 10 failed install.
    Have tried creating a fresh user account with admin privilages but that didn't help. Also tried complete shut down & reboot.
    System: Mac OS 10.6.8, 4gb ram, plenty of HD free space, firewall off, no virus protection installed.
    Hardware: iMac 2.4gh
    Operator: moron
    What's the next step?

    I'm having the same issue.
    PowerMac 2x2.66Ghz 6-Core Intel Xeon,
    24GB RAM
    Mac OS X 10.6.8
    I followed the suggestions above without a positive resolution to the issue:
    Tried installing with Firefox/Chrome open: nothing
    Tried installing with Adobe AIR.framework removed: nothing
    Here is the system log:
    Mar 27 13:20:57 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[789]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Mar 27 13:20:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 27 13:20:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Commandline is: -updatecheck
    Mar 27 13:20:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
    Mar 27 13:20:58 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Performing pingback request
    Mar 27 13:20:58 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Starting runtime background update check
    Mar 27 13:20:58 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Clearing unused background update directory
    Mar 27 13:20:58 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Begin Background update download from http://airdownload.adobe.com/air/3/background/macos/x86/patch/2.5.1.17730/update
    Mar 27 13:20:58 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Unpackaging http://airdownload.adobe.com/air/3/background/macos/x86/patch/2.5.1.17730/update to /Users/color1/Library/Application Support/Adobe/AIR/Updater/Background
    Mar 27 13:21:37 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Unpackaging complete
    Mar 27 13:21:37 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Download success
    Mar 27 13:21:37 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Runtime updated downloaded
    Mar 27 13:21:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: User has selected immediate install of the update
    Mar 27 13:21:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Starting runtime background update installation
    Mar 27 13:21:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Launching subprocess with commandline /Users/color1/Library/Application Support/Adobe/AIR/Updater/Background/updater -update
    Mar 27 13:21:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Runtime updater successfully launched
    Mar 27 13:21:57 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[804]: Runtime Installer end with exit code 0
    Mar 27 13:22:01 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airUbjHko/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[843]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 27 13:22:01 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airUbjHko/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[843]: Commandline is: -update
    Mar 27 13:22:01 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airUbjHko/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[843]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
    Mar 27 13:22:28 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airUbjHko/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[843]: Runtime Installer end with exit code 6
    Mar 27 13:22:31 Administrators-Mac-Pro ReportCrash[853]: Saved crash report for Adobe AIR Installer[843] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-132231_Administrators-Mac-Pro.crash
    Mar 27 13:22:48 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[881]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 27 13:22:48 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[881]: Commandline is: -psn_0_176171
    Mar 27 13:22:48 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[881]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
    Mar 27 13:29:12 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[881]: Runtime Installer end with exit code 6
    Mar 27 13:29:13 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x2b02b].com.adobe.air.Installer[881]): Job appears to have crashed: Bus error
    Mar 27 13:29:13 Administrators-Mac-Pro ReportCrash[970]: Saved crash report for Adobe AIR Installer[881] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-132913_Administrators-Mac-Pro.crash
    Mar 27 13:29:17 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[974]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 27 13:29:17 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[974]: Commandline is: -psn_0_229432
    Mar 27 13:29:17 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[974]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
    Mar 27 13:30:21 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[974]: Runtime Installer end with exit code 6
    Mar 27 13:30:21 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x38038].com.adobe.air.Installer[974]): Job appears to have crashed: Bus error
    Mar 27 13:30:22 Administrators-Mac-Pro ReportCrash[1006]: Saved crash report for Adobe AIR Installer[974] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-133022_Administrators-Mac-Pro.crash
    Mar 27 13:32:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1054]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 27 13:32:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1054]: Commandline is: -psn_0_266305
    Mar 27 13:32:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1054]: No installed runtime detected
    Mar 27 13:35:08 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1054]: Runtime Installer end with exit code 6
    Mar 27 13:35:08 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x41041].com.adobe.air.Installer[1054]): Job appears to have crashed: Bus error
    Mar 27 13:35:09 Administrators-Mac-Pro ReportCrash[1097]: Saved crash report for Adobe AIR Installer[1054] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-133509_Administrators-Mac-Pro.crash
    Mar 27 13:35:17 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x47047].com.adobe.air.Installer[1101]): Exited: Killed
    Mar 27 13:42:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[455]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 27 13:42:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[455]: Commandline is: -psn_0_127007
    Mar 27 13:42:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[455]: No installed runtime detected
    Mar 27 13:46:54 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[455]: Runtime Installer end with exit code 6
    Mar 27 13:46:57 Administrators-Mac-Pro com.apple.launchd.peruser.502[210] ([0x0-0x1f01f].com.adobe.air.Installer[455]): Exited: Killed
    Mar 27 14:48:04 Administrators-Mac-Pro SubmitDiagInfo[1019]: Removed expired file /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-13-120742_Administrators-Mac-Pro.crash
    Mar 28 13:41:21 Administrators-Mac-Pro SubmitDiagInfo[3332]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-132231_Administrators-Mac-Pro.crash
    Mar 28 13:41:22 Administrators-Mac-Pro SubmitDiagInfo[3332]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-132913_Administrators-Mac-Pro.crash
    Mar 28 13:41:23 Administrators-Mac-Pro SubmitDiagInfo[3332]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-133022_Administrators-Mac-Pro.crash
    Mar 28 13:41:24 Administrators-Mac-Pro SubmitDiagInfo[3332]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-27-133509_Administrators-Mac-Pro.crash
    Mar 28 17:13:45 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5376]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:13:45 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5376]: Commandline is: -psn_0_573580
    Mar 28 17:13:45 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5376]: No installed runtime detected
    Mar 28 17:18:24 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5376]: Runtime Installer end with exit code 6
    Mar 28 17:18:27 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x8c08c].com.adobe.air.Installer[5376]): Exited: Killed
    Mar 28 17:18:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5449]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:18:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5449]: Commandline is: -psn_0_598162
    Mar 28 17:18:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5449]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:18:54 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[5456]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula
    Mar 28 17:18:55 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:18:55 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Commandline is: -eula
    Mar 28 17:18:55 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:18:55 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Starting eula display
    Mar 28 17:19:10 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[5449]: Runtime Installer end with exit code 6
    Mar 28 17:19:13 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Finished eula display
    Mar 28 17:19:13 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[5458]: Runtime Installer end with exit code 0
    Mar 28 17:19:14 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[5456]: Subprocess /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater failed (1)
    Mar 28 17:19:14 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x92092].com.adobe.air.Installer[5449]): Job appears to have crashed: Bus error
    Mar 28 17:19:14 Administrators-Mac-Pro ReportCrash[5462]: Saved crash report for Adobe AIR Installer[5458] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-171914_Administrators-Mac-Pro.crash
    Mar 28 17:19:14 Administrators-Mac-Pro ReportCrash[5462]: Saved crash report for Adobe AIR Installer[5449] version 3.2 (3.2.0.2070) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-171914-1_Administrators-Mac-Pro.crash
    Mar 28 17:21:05 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[401]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula
    Mar 28 17:21:05 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:21:05 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Commandline is: -eula
    Mar 28 17:21:05 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:21:06 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Starting eula display
    Mar 28 17:22:06 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Finished eula display
    Mar 28 17:22:06 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[406]: Runtime Installer end with exit code 0
    Mar 28 17:22:09 Administrators-Mac-Pro ReportCrash[430]: Saved crash report for Adobe AIR Installer[406] version 3.1 (3.1.0.4880) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-172209_Administrators-Mac-Pro.crash
    Mar 28 17:22:16 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[435]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula
    Mar 28 17:22:16 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:22:16 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Commandline is: -eula
    Mar 28 17:22:16 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:22:17 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Starting eula display
    Mar 28 17:22:43 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Finished eula display
    Mar 28 17:22:43 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[438]: Runtime Installer end with exit code 0
    Mar 28 17:23:04 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[470]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:23:04 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[470]: Commandline is: -psn_0_147492
    Mar 28 17:23:04 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[470]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:23:16 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[470]: Runtime Installer end with exit code 6
    Mar 28 17:23:16 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x24024].com.adobe.air.Installer[470]): Exited with exit code: 6
    Mar 28 17:23:24 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[476]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula
    Mar 28 17:23:25 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:23:25 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Commandline is: -eula
    Mar 28 17:23:25 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:23:25 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Starting eula display
    Mar 28 17:23:49 Administrators-Mac-Pro /Applications/Pandora.app/Contents/MacOS/Pandora[494]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula
    Mar 28 17:23:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:23:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Commandline is: -eula
    Mar 28 17:23:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:23:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Starting eula display
    Mar 28 17:24:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Finished eula display
    Mar 28 17:24:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[478]: Runtime Installer end with exit code 0
    Mar 28 17:24:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Finished eula display
    Mar 28 17:24:50 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[496]: Runtime Installer end with exit code 0
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: Performing runtime install
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: UI SWF load is complete
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: UI initialized
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: starting user confirmation
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: Version of this installer: 2.0.3.13070
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: Installed version: 3.1.0.4880
    Mar 28 17:26:23 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: Installation type: patchOlder
    Mar 28 17:26:32 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[559]: begin quitting
    Mar 28 17:26:32 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Runtime Installer begin with version 3.1.0.4880 on Mac OS 10.6.8 x86
    Mar 28 17:26:32 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Commandline is: -installupdatecheck
    Mar 28 17:26:32 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:26:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Performing pingback request
    Mar 28 17:26:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Pingback request completed with HTTP status 200
    Mar 28 17:26:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Starting runtime background update check
    Mar 28 17:26:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Begin Background update download from http://airdownload.adobe.com/air/3/background/macos10.6/x86/patch/3.1.0.4880/update
    Mar 28 17:26:33 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Unpackaging http://airdownload.adobe.com/air/3/background/macos10.6/x86/patch/3.1.0.4880/update to /Users/color1/Library/Application Support/Adobe/AIR/Updater/Background
    Mar 28 17:26:44 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Unpackaging complete
    Mar 28 17:26:45 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Download success
    Mar 28 17:26:45 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Runtime updated downloaded
    Mar 28 17:26:48 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: User has selected immediate install of the update
    Mar 28 17:26:48 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Starting runtime background update installation
    Mar 28 17:26:48 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Launching subprocess with commandline /Users/color1/Library/Application Support/Adobe/AIR/Updater/Background/updater -update
    Mar 28 17:26:48 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Runtime updater successfully launched
    Mar 28 17:26:48 Administrators-Mac-Pro /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[563]: Runtime Installer end with exit code 0
    Mar 28 17:26:53 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airRQUiZ1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:26:53 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airRQUiZ1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Commandline is: -update
    Mar 28 17:26:53 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airRQUiZ1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:28:12 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:28:12 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Commandline is: -psn_0_245820
    Mar 28 17:28:12 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:28:16 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Relaunching with elevation
    Mar 28 17:28:16 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Launching subprocess with commandline /Applications/Utilities/Adobe AIR Uninstaller.app -eu
    Mar 28 17:28:18 Administrators-Mac-Pro authexec[594]: executing /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Commandline is: -eu
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Starting runtime uninstall. Uninstalling runtime version 3.1.0.4880
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    Mar 28 17:28:18 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[594]: Runtime Installer end with exit code 7
    Mar 28 17:28:25 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[589]: Runtime Installer end with exit code 7
    Mar 28 17:28:25 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x3c03c].com.adobe.air.Installer[589]): Exited with exit code: 7
    Mar 28 17:28:34 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[596]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:28:34 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[596]: Commandline is: -psn_0_258111
    Mar 28 17:28:34 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[596]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:28:47 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[596]: Runtime Installer end with exit code 6
    Mar 28 17:28:48 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x3f03f].com.adobe.air.Installer[596]): Job appears to have crashed: Bus error
    Mar 28 17:28:48 Administrators-Mac-Pro ReportCrash[601]: Saved crash report for Adobe AIR Installer[596] version 3.2 (3.2.0.2070) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-172848_Administrators-Mac-Pro.crash
    Mar 28 17:28:54 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airRQUiZ1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Runtime Installer end with exit code 6
    Mar 28 17:29:07 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:29:07 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Commandline is: -psn_0_270402
    Mar 28 17:29:07 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:29:13 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Relaunching with elevation
    Mar 28 17:29:13 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Launching subprocess with commandline /Applications/Utilities/Adobe AIR Uninstaller.app -eu
    Mar 28 17:29:15 Administrators-Mac-Pro authexec[613]: executing /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Commandline is: -eu
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Installed runtime (3.1.0.4880) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Starting runtime uninstall. Uninstalling runtime version 3.1.0.4880
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    Mar 28 17:29:15 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[613]: Runtime Installer end with exit code 7
    Mar 28 17:29:17 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[610]: Runtime Installer end with exit code 7
    Mar 28 17:29:17 Administrators-Mac-Pro com.apple.launchd.peruser.502[206] ([0x0-0x42042].com.adobe.air.Installer[610]): Exited with exit code: 7
    Mar 28 17:48:05 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:48:05 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Commandline is: -psn_0_135201
    Mar 28 17:48:05 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:48:08 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Relaunching with elevation
    Mar 28 17:48:08 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Launching subprocess with commandline /Applications/Utilities/Adobe AIR Uninstaller.app -eu
    Mar 28 17:48:09 Administrators-Mac-Pro authexec[480]: executing /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer
    Mar 28 17:48:09 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[480]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.6.8 x86
    Mar 28 17:48:09 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[480]: Commandline is: -eu
    Mar 28 17:48:09 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[480]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 28 17:48:10 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[480]: Starting runtime uninstall. Uninstalling runtime version 1.5.3.9120
    Mar 28 17:48:13 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[480]: Runtime Installer end with exit code 0
    Mar 28 17:48:13 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Elevated install completed
    Mar 28 17:48:13 Administrators-Mac-Pro /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[477]: Runtime Installer end with exit code 0
    Mar 28 17:48:57 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[513]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:48:57 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[513]: Commandline is: -psn_0_167977
    Mar 28 17:48:57 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[513]: No installed runtime detected
    Mar 28 17:53:04 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[513]: Runtime Installer end with exit code 6
    Mar 28 17:53:07 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x29029].com.adobe.air.Installer[513]): Exited: Killed
    Mar 28 17:56:24 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[608]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:56:24 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[608]: Commandline is:
    Mar 28 17:56:24 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[608]: No installed runtime detected
    Mar 28 17:58:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[630]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 28 17:58:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[630]: Commandline is: -psn_0_217141
    Mar 28 17:58:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[630]: No installed runtime detected
    Mar 28 18:01:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[630]: Runtime Installer end with exit code 6
    Mar 28 18:01:12 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x35035].com.adobe.air.Installer[630]): Exited: Killed
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: Performing runtime install
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: UI SWF load is complete
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: UI initialized
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: starting user confirmation
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: Version of this installer: 2.0.2.12610
    Mar 28 18:02:49 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: Installation type: new
    Mar 28 18:03:07 Administrators-Mac-Pro /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[698]: begin quitting
    Mar 28 18:03:10 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x3c03c].com.adobe.air.Installer[698]): Exited: Killed
    Mar 28 18:07:43 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[460]: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Mar 28 18:07:43 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[460]: Commandline is: -psn_0_135201
    Mar 28 18:07:43 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[460]: No installed runtime detected
    Mar 28 18:12:54 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[460]: Runtime Installer end with exit code 6
    Mar 28 18:12:57 Administrators-Mac-Pro com.apple.launchd.peruser.502[205] ([0x0-0x21021].com.adobe.air.Installer[460]): Exited: Killed
    Mar 29 08:30:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Runtime Installer begin with version 2.7.1.19610 on Mac OS 10.6.8 x86
    Mar 29 08:30:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Commandline is: -psn_0_167977
    Mar 29 08:30:42 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: No installed runtime detected
    Mar 29 08:33:03 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[577]: Runtime Installer end with exit code 6
    Mar 29 08:33:06 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x29029].com.adobe.air.Installer[577]): Exited: Killed
    Mar 29 08:33:43 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x2b02b].com.adobe.air.ApplicationInstaller[620]): Exited with exit code: 4
    Mar 29 08:37:49 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x19019].com.adobe.air.ApplicationInstaller[417]): Exited with exit code: 4
    Mar 29 08:38:18 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x1e01e].com.adobe.air.ApplicationInstaller[441]): Exited with exit code: 4
    Mar 29 08:38:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[443]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 29 08:38:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[443]: Commandline is: -psn_0_127007
    Mar 29 08:38:25 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[443]: No installed runtime detected
    Mar 29 08:38:39 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x21021].com.adobe.air.ApplicationInstaller[449]): Exited with exit code: 4
    Mar 29 08:39:27 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[443]: Runtime Installer end with exit code 6
    Mar 29 08:39:30 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x1f01f].com.adobe.air.Installer[443]): Exited: Killed
    Mar 29 08:39:58 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x22022].com.adobe.air.ApplicationInstaller[462]): Exited with exit code: 6
    Mar 29 08:40:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[472]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Mar 29 08:40:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[472]: Commandline is: -psn_0_143395
    Mar 29 08:40:09 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[472]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 08:40:30 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x25025].com.adobe.air.ApplicationInstaller[481]): Exited with exit code: 6
    Mar 29 08:40:41 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[472]: Runtime Installer end with exit code 6
    Mar 29 08:40:44 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x23023].com.adobe.air.Installer[472]): Exited: Killed
    Mar 29 08:42:14 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[525]: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Mar 29 08:42:14 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[525]: Commandline is: -psn_0_192559
    Mar 29 08:42:14 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[525]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 08:42:41 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[525]: Runtime Installer end with exit code 6
    Mar 29 08:42:44 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x2f02f].com.adobe.air.Installer[525]): Exited: Killed
    Mar 29 08:43:08 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[538]: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.6.8 x86
    Mar 29 08:43:08 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[538]: Commandline is: -psn_0_217141
    Mar 29 08:43:08 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[538]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 08:43:32 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[538]: Runtime Installer end with exit code 6
    Mar 29 08:43:35 Administrators-Mac-Pro com.apple.launchd.peruser.502[208] ([0x0-0x35035].com.adobe.air.Installer[538]): Exited: Killed
    Apr  4 14:32:19 Administrators-Mac-Pro SubmitDiagInfo[986]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-171914-1_Administrators-Mac-Pro.crash
    Apr  4 14:32:20 Administrators-Mac-Pro SubmitDiagInfo[986]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-171914_Administrators-Mac-Pro.crash
    Apr  4 14:32:21 Administrators-Mac-Pro SubmitDiagInfo[986]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-172209_Administrators-Mac-Pro.crash
    Apr  4 14:32:22 Administrators-Mac-Pro SubmitDiagInfo[986]: Submitted crash report: /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-03-28-172848_Administrators-Mac-Pro.crash
    Apr  6 07:59:52 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airxKgf0W/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[475]: Runtime Installer begin with version 2.7.1.19610 on Mac OS 10.6.8 x86
    Apr  6 07:59:52 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airxKgf0W/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[475]: Commandline is: -update
    Apr  6 07:59:52 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airxKgf0W/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[475]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Apr  6 08:05:47 Administrators-Mac-Pro /var/folders/Ye/YeRSrZbKFuiakqwevh31qU+++TM/-Tmp-/airxKgf0W/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[475]: Runtime Installer end with exit code 6
    Apr  6 08:05:50 Administrators-Mac-Pro ReportCrash[532]: Saved crash report for Adobe AIR Installer[475] version 2.7.1 (2.7.1.19610) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-04-06-080550_Administrators-Mac-Pro.crash
    Apr  6 08:08:40 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[640]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Apr  6 08:08:40 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[640]: Commandline is: -psn_0_167977
    Apr  6 08:08:40 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[640]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Apr  6 08:09:35 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[640]: Runtime Installer end with exit code 6
    Apr  6 08:09:36 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x29029].com.adobe.air.Installer[640]): Job appears to have crashed: Bus error
    Apr  6 08:09:36 Administrators-Mac-Pro ReportCrash[654]: Saved crash report for Adobe AIR Installer[640] version 3.2 (3.2.0.2070) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-04-06-080936_Administrators-Mac-Pro.crash
    Apr  6 08:49:38 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1065]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Apr  6 08:49:38 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1065]: Commandline is: -psn_0_241723
    Apr  6 08:49:38 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1065]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Apr  6 08:50:10 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[1065]: Runtime Installer end with exit code 6
    Apr  6 08:50:13 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x3b03b].com.adobe.air.Installer[1065]): Job appears to have crashed: Bus error
    Apr  6 08:50:13 Administrators-Mac-Pro ReportCrash[1074]: Saved crash report for Adobe AIR Installer[1065] version 3.2 (3.2.0.2070) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-04-06-085013_Administrators-Mac-Pro.crash
    Apr  6 09:05:03 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[3955]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Apr  6 09:05:03 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[3955]: Commandline is: -psn_0_303178
    Apr  6 09:05:03 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[3955]: Installed runtime (1.5.3.9120) located at /Library/Frameworks/Adobe AIR.framework
    Apr  6 09:05:51 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[3955]: Runtime Installer end with exit code 6
    Apr  6 09:05:54 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x4a04a].com.adobe.air.Installer[3955]): Exited: Killed
    Apr  6 09:10:31 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[4034]: Runtime Installer begin with version 3.2.0.2070 on Mac OS 10.6.8 x86
    Apr  6 09:10:31 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[4034]: Commandline is: -psn_0_335954
    Apr  6 09:10:31 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[4034]: No installed runtime detected
    Apr  6 09:12:38 Administrators-Mac-Pro /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[4034]: Runtime Installer end with exit code 6
    Apr  6 09:12:42 Administrators-Mac-Pro com.apple.launchd.peruser.502[204] ([0x0-0x52052].com.adobe.air.Installer[4034]): Job appears to have crashed: Bus error
    Apr  6 09:12:42 Administrators-Mac-Pro ReportCrash[4073]: Saved crash report for Adobe AIR Installer[4034] version 3.2 (3.2.0.2070) to /Users/color1/Library/Logs/DiagnosticReports/Adobe AIR Installer_2012-04-06-091242_Administrators-Mac-Pro.crash

  • CS5 Master Collection error: Installer failed to initialize, help?

    When I first opened the CS5 installer, it worked perfectly, except my computer crash halfway through the installation. Now whenever I try to install an application, when I open the Adobe Installer, once it finishes Initializing the installer, I immediately get the "Installer failed to initialize" message. How do I fix this?

    Run the Creative Suite Cleaner Tool and clean out the temporary files created during install in your temp directory. Additioanlly, check your task manager and terminate any rampant instances of setup.exe and msiexec.exe that may stil lbe running.
    Mylenium

  • Photoshop Installer failed to initialize. Help?

    Hello adobe! When trying to download a trail of photoshop the installer resulted in the following issue:
    Installation Failed
         Your installation encountered errors.
    Installer failed to initialize. This could be due to a missing file.
    More troubleshooting tips:
    1.Restart your computer
    2. Exit all applications including startup items, virus checking and firewall software.
    3. Launch the installer and reinstall your applications.
         I looked into this issue for probably around 5 hours now and attempted everything possible (or at least any solution I could find). The attempts tried and failed go as follows:
    - Disabling all startup processes in msconfig
    - Disabling antivirus temporarily
    - Using the CCcleaner to produce a log and delete files
    - Downloading multiple products from adobe (none working and same error)
         These programs include premeire
    - Trying to use the installer on multiple drives (I have 3 total)
    - Multiple accounts and directories
         My PC's specs:
    -Intel core i7 4770k 3.5GHz
    -(ASUS) Nvidia Geforce GTX 760
    -8 GB RAM
    -Samsung SSD and two other HDDs
    My guess as to the cause for the problem is that I have moved my users and program files directories to one of my HDDs.
    The log:
    Gen_WWCombined-en_US-20121017_1230
    [Mon Dec 09 16:36:30 2013] Please enter (y) for Yes or (n) for No. ... >>
    [Mon Dec 09 16:36:31 2013] Choose from one of the following options to clean up :
    [Mon Dec 09 16:36:31 2013] 1.  All
    [Mon Dec 09 16:36:31 2013] 2.  Adobe Flash Player 10.2
    [Mon Dec 09 16:36:31 2013] 3.  Creative Cloud & CS6 Products
    [Mon Dec 09 16:36:31 2013] 4.  CS6 only
    [Mon Dec 09 16:36:31 2013] 5.  CS5-CS5.5-CS6
    [Mon Dec 09 16:36:31 2013] 6.  CS5-CS5.5
    [Mon Dec 09 16:36:31 2013] 7.  CS3, CS4
    [Mon Dec 09 16:36:31 2013] 8.  Adobe Id credentials
    [Mon Dec 09 16:36:31 2013] 9.  Quit
    [Mon Dec 09 16:36:31 2013] Choice :>
    [Mon Dec 09 16:36:33 2013] User selected: All
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Mon Dec 09 16:36:33 2013] List of products installed on this machine
    [Mon Dec 09 16:36:33 2013] Listing products for cleanup:
    [Mon Dec 09 16:36:33 2013] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Mon Dec 09 16:36:35 2013] Are you sure you want to clean all the listed products and associated files?
    [Mon Dec 09 16:36:35 2013] Type (y) to confirm and remove or (n) to quit ... >>
    [Mon Dec 09 16:36:37 2013] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Mon Dec 09 16:36:37 2013] :: Cleaning-up left over inventories ::
    [Mon Dec 09 16:36:37 2013] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Mon Dec 09 16:36:37 2013] ::Start:: Removing AUM contents
    [Mon Dec 09 16:36:37 2013] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Mon Dec 09 16:36:37 2013] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Mon Dec 09 16:36:37 2013] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Mon Dec 09 16:36:37 2013] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Mon Dec 09 16:36:37 2013] Deleting scheduled task : AdobeAAMUpdater-1.0-ThirtyVirus-PC-ThirtyVirus
    [Mon Dec 09 16:36:37 2013] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-ThirtyVirus-PC-ThirtyVirus" /F
    [Mon Dec 09 16:36:37 2013] ERROR: The system cannot find the file specified.
    [Mon Dec 09 16:36:37 2013] Deleting scheduled task : AdobeUpdater Task-ThirtyVirus-PC-ThirtyVirus
    [Mon Dec 09 16:36:37 2013] Executing command: schtasks /delete /TN "AdobeUpdater Task-ThirtyVirus-PC-ThirtyVirus" /F
    [Mon Dec 09 16:36:37 2013] ERROR: The system cannot find the file specified.
    [Mon Dec 09 16:36:37 2013] ::Finish:: Removing AUM contents
    [Mon Dec 09 16:36:37 2013] ::Start:: Removing OOBE
    [Mon Dec 09 16:36:37 2013] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Mon Dec 09 16:36:37 2013] INFO: No tasks running with the specified criteria.
    [Mon Dec 09 16:36:37 2013] ::Finish:: Removing OOBE
    [Mon Dec 09 16:36:37 2013] Removing content of Product : CS5Installer, Version : CS5
    [Mon Dec 09 16:36:37 2013] File does not exist: B:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Mon Dec 09 16:36:37 2013] File does not exist: B:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Mon Dec 09 16:36:37 2013] LOG FILE SAVED TO: B:\Users\THIRTY~1\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Mon Dec 09 16:36:37 2013] Adobe Creative Cloud Cleaner Tool completed successfully
    [Mon Dec 09 16:36:37 2013]
    [Mon Dec 09 16:36:37 2013] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Mon Dec 09 16:36:33 2013] DB does not exist at: B:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Mon Dec 09 16:36:37 2013] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Mon Dec 09 16:36:37 2013] ---------------------------------------------------------
    [Mon Dec 09 16:36:37 2013] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Mon Dec 09 16:36:37 2013] ---------------------------------------------------------
    Anything that you can do? If so thank you! Thanks!

    I had a similar problem with installation of CS6 Extended.
    I searched all through the forums and the internet, could not find an answer to this issue. On another forum, someone suggested this option for a differnt issue. I tried it for mine and it worked.
    Download a newer version of Adobe Application Manager (https://www.adobe.com/support/downloads/detail.jsp?ftpID=4773)
    Installed the application manager and than install your softwre. CS6 Extended loaded right up.
    DDW

  • UNX issue : Failed to initialize Query Panel (service issue?)

    Hello all,
    For a couple off days now we are trying to use universe(s) in Desing studio with no luck.
    We use the Efashion single source relational universe on which we can run Webi's without a problem . When we add a datasource in DS we see and can select the unx but when we push the "edit query specification" button DS freezes and return the error : Failed to initialize Query Panel
    We just upgrade tot DS1.2 SP01 both on server side as on client side.
    This is the error from the error log : which seems to have a connection problem to a certain service:
    Any of you have an idea how to proceed?
    All servers run fine when we check the CMC and an APS is added for Design studio (analysis) .DS works fine with BEX queries...
    Thanks in advance.
    !ENTRY com.sap.ip.bi.zen.ui 4 0 2014-03-14 12:43:33.876
    !MESSAGE Failed to initialize Query Panel
    !STACK 0
    com.businessobjects.dsl.services.workspace.impl.WorkspaceException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:437)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.createInitialDataSource(QuerySpecDataProvider.java:609)
           at com.businessobjects.dsl.services.dataprovider.impl.QuerySpecDataProvider.finalizeCreation(QuerySpecDataProvider.java:852)
           at com.businessobjects.dsl.services.workspace.impl.AbstractBuiltInDataProviderBuilder.buildDataProvider(AbstractBuiltInDataProviderBuilder.java:36)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createDataProviderWithUniverse(DataProviderFactory.java:190)
           at com.businessobjects.dsl.services.dataprovider.impl.DataProviderFactory.createAndAddDataProvider(DataProviderFactory.java:108)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:83)
           at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:45)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createQueryPanelContext(QueryPanelDialog.java:133)
           at com.sap.ip.bi.zen.backends.bip.ui.dialogs.QueryPanelDialog.createDialogArea(QueryPanelDialog.java:97)
           at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:775)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.createContents(ZenTrayDialog.java:63)
           at org.eclipse.jface.window.Window.create(Window.java:432)
           at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:110)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClickedInternal(DataSourceDialogController.java:158)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$1.run(DataSourceDialogController.java:147)
           at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.editDataSourceClicked(DataSourceDialogController.java:144)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane.editQueryButtonClicked(DataSourceSelectionPane.java:253)
           at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceSelectionPane$6.widgetSelected(DataSourceSelectionPane.java:233)
           at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
           at org.eclipse.jface.window.Window.open(Window.java:802)
           at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
           at com.sap.ip.bi.zen.ui.internal.commands.AddDataSourceHandler.execute(AddDataSourceHandler.java:24)
           at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
           at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
           at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
           at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
           at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
           at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
           at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
           at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
           at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
           at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
           at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
           at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
           at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
           at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
           at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
           at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
           at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
           at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
           at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
           at java.lang.reflect.Method.invoke(Unknown Source)
           at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
           at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
           at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.businessobjects.mds.services.solver.ConnectionSolverException: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:238)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solve(AbstractConnectionSolver.java:136)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:151)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:147)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.solveRelational(AbstractConnectionSolver.java:143)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.getConnection(DataFoundationHelper.java:892)
           at com.businessobjects.mds.services.helpers.DataFoundationHelper.isErpDataFoundation(DataFoundationHelper.java:2896)
           at com.businessobjects.mds.services.helpers.UniverseHelper.isErpUniverse(UniverseHelper.java:1554)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.createQueryCapability(DataSourceFactory.java:286)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.fillQueryCapability(DataSourceFactory.java:959)
           at com.businessobjects.dsl.services.datasource.DataSourceFactory.getDataSource(DataSourceFactory.java:839)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSourceFromUniverse(AbstractDataProviderWithUniverse.java:572)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.retrieveDataSource(AbstractDataProviderWithUniverse.java:542)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.buildDataSource(AbstractDataProviderWithUniverse.java:448)
           at com.businessobjects.dsl.services.dataprovider.impl.AbstractDataProviderWithUniverse.createDataSource(AbstractDataProviderWithUniverse.java:432)
           ... 72 more
    Caused by: com.sap.connectivity.cs.core.CSError: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:81)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionServer.getConnectionManager(ConnectionServer.java:125)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:530)
           at com.sap.connectivity.cs.core.Environment.CreateConnectionManager(Environment.java:504)
           at com.sap.connectivity.cs.api.trace.EnvironmentLogger.CreateConnectionManager(EnvironmentLogger.java:368)
           at com.businessobjects.mds.services.relational.CsService.getAuthenticationMode(CsService.java:180)
           at com.businessobjects.mds.services.relational.CsService.addCredentialInfo(CsService.java:485)
           at com.businessobjects.mds.services.solver.AbstractConnectionSolver.addCredentialInfo(AbstractConnectionSolver.java:235)
           ... 86 more
    Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
    detail:Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:140)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:183)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:128)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerSvcFactory.getServiceFromCriteria(NetworkLayerSvcFactory.java:53)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getServiceFromCriteria(NetworkLayerLookup.java:114)
           at com.sap.connectivity.cs.remoting.corba.svchelpers.NetworkLayerLookup.getService(NetworkLayerLookup.java:83)
           at com.sap.connectivity.cs.remoting.corba.proxy.ConnectionManager.<init>(ConnectionManager.java:68)
           ... 93 more
    Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS vyouboxd01.you.com:6400 and cluster @vyouboxd01.you.com:6400 with kind connectionserver and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)
           at com.crystaldecisions.enterprise.ocaframework.ServerController.redirectServer(ServerController.java:664)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.redirectServer(ServiceMgr.java:959)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.redirectServer(ManagedSession.java:338)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:247)
           at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:299)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody4(ServiceMgr.java:520)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody5$advice(ServiceMgr.java:512)
           at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:1)
           at com.sap.connectivity.cs.remoting.bip.SvcFactoryBase.getManagedService(SvcFactoryBase.java:164)
             ... 98 more

    Hi Bram,
    I had a look in your Java-Exception and there a connectionserver is missing.
    I know that there are two kind of connection servers 32 and 64 Bit. Do one of your APS Servers have connectivity and connectivity 32 Bit ???
    I had an issue when i first wanted to use a .unx connection with DS with my splitted APS.
    I had one APS only containing the Analysis service. To get to run my .unx access i had to add the Adaptive connectivity Service to the APS containing the analysis service.
    On top of that i had to add the DSL Bridge (otherwise my adaptive connectivity Service did not start)
    Perhabs this helps you out.
    Good luck
    Manfred

  • SLD : Failed to initialize cluster notification during SLD startup

    hello,
    We are using WAS 7.0.
    While starting the SLD the server gives following error.
    Failed to send start signal for complete cluster, SLD may still be stopped on other cluster nodes.
    in the log of SLD following entries are there..
    FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    3428858 11/22/2007 13:42:11.515 [SAPEngine_Application_Thread[impl:3]_70] FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:154)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    ... 18 more
    caused by:
    javax.jms.JMSException:
    at com.sap.jms.protocol.notification.ServerExceptionResponse.getException(ServerExceptionResponse.java:271)
    at com.sap.jms.client.session.Session.checkReceivedPacket(Session.java:2614)
    at com.sap.jms.client.session.Session.createConsumer(Session.java:2173)
    at com.sap.jms.client.session.TopicSession.createSubscriber(TopicSession.java:39)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.<init>(ClusterNotificationListener.java:142)
    at com.sap.lcr.cimsrv.ClusterNotificationListener.start(ClusterNotificationListener.java:69)
    at com.sap.lcr.cimsrv.CIMOMServlet.init(CIMOMServlet.java:109)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:339)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:354)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please help.
    Thanks,
    Manoj

    Hi Pankaj,
    The ABAP RFC is working fine but the JCo RFC is not there.
    But in the create JCo connect button in Content Administration -->webdynpro.
    Please suggest.
    Thanks
    Manoj

  • ContainerException: Failed to initialize BeanMetaData. NullPointerException

    Hello all,
    New as I am to these EJB's I have run into problems. The interfaces and bean classes are writted, deploy code is generated, everything is packed in a jar and the project is added and published to the server. When I start the server it throws the below exception. I have looked around for documentation on how to develop and deploy entity beans in WebSphere Studio version 5, but there's not much that is of any help. Can anyone see what I'm missing?
    Any help would be greatly appreciated.
    [7/30/03 14:08:32:734 EDT] 6657ec7d ApplicationMg A WSVR0200I: Starting application: XXXXXX
    [7/30/03 14:08:32:744 EDT] 6657ec7d EJBContainerI I WSVR0207I: Preparing to start EJB jar: XXXXXXEJB.jar
    [7/30/03 14:08:34:958 EDT] 6657ec7d BeanMetaData E CNTR0035E: EJB container caught java.lang.NullPointerException
         at com.ibm.ejs.csi.ResRefListImpl.initializeResRef(ResRefListImpl.java:212)
         at com.ibm.ejs.csi.ResRefListImpl.<init>(ResRefListImpl.java:79)
         at com.ibm.ejs.container.BeanMetaData.populateEJBComponentMetaData(BeanMetaData.java:1856)
         at com.ibm.ejs.container.BeanMetaData.completeInitialization(BeanMetaData.java:1133)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:929)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:755)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1465)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:333)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:531)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
         at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
         at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
    and is throwing com.ibm.ejs.container.ContainerException: Failed to initialize BeanMetaData instance - caught Throwable; nested exception is:
         java.lang.NullPointerException
    java.lang.NullPointerException
         at com.ibm.ejs.csi.ResRefListImpl.initializeResRef(ResRefListImpl.java:212)
         at com.ibm.ejs.csi.ResRefListImpl.<init>(ResRefListImpl.java:79)
         at com.ibm.ejs.container.BeanMetaData.populateEJBComponentMetaData(BeanMetaData.java:1856)
         at com.ibm.ejs.container.BeanMetaData.completeInitialization(BeanMetaData.java:1133)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:929)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:755)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1465)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:333)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:531)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
         at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
         at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
    ----- Begin backtrace for detail
    java.lang.NullPointerException
         at com.ibm.ejs.csi.ResRefListImpl.initializeResRef(ResRefListImpl.java:212)
         at com.ibm.ejs.csi.ResRefListImpl.<init>(ResRefListImpl.java:79)
         at com.ibm.ejs.container.BeanMetaData.populateEJBComponentMetaData(BeanMetaData.java:1856)
         at com.ibm.ejs.container.BeanMetaData.completeInitialization(BeanMetaData.java:1133)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:929)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:755)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1465)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:333)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:531)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
         at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
         at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
    [7/30/03 14:08:35:829 EDT] 6657ec7d EJBContainerI E WSVR0209E: Unable to prepare EJB jar XXXXXXEJB.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl], enterprise bean com.ibm.etools.ejb.impl.EntityImpl(Product) (isReentrant: false)
    java.lang.NullPointerException
         at com.ibm.ejs.csi.ResRefListImpl.initializeResRef(ResRefListImpl.java:212)
         at com.ibm.ejs.csi.ResRefListImpl.<init>(ResRefListImpl.java:79)
         at com.ibm.ejs.container.BeanMetaData.populateEJBComponentMetaData(BeanMetaData.java:1856)
         at com.ibm.ejs.container.BeanMetaData.completeInitialization(BeanMetaData.java:1133)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:929)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:755)
         at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1465)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115)
         at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:333)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:531)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
         at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
         at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
    [7/30/03 14:08:35:859 EDT] 6657ec7d DeployedAppli W WSVR0206E: Module, XXXXXXEJB.jar, of application, XXXXXX.ear/deployments/XXXXXX, failed to start
    [7/30/03 14:08:35:859 EDT] 6657ec7d ApplicationMg W WSVR0101W: An error occurred starting, XXXXXX
    [7/30/03 14:08:35:869 EDT] 6657ec7d ApplicationMg A WSVR0217I: Stopping application: XXXXXX
    [7/30/03 14:08:35:929 EDT] 6657ec7d ApplicationMg A WSVR0220I: Application stopped: XXXXXX

    Thanks for your reply. When I remove the <resource-ref> I can start the server, but I need to specify my datasource in the ejb-jar, no? Do you see what could be wrong with my <resource-ref>? Thanks,
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar id="ejb-jar_ID">
    <display-name>BlackAndDeckerBeansEJB</display-name>
    <enterprise-beans>
    <entity id="Product">
    <ejb-name>Product</ejb-name>
    <home>cmbndBeans.ProductHome</home>
    <remote>cmbndBeans.Product</remote>
    <ejb-class>cmbndBeans.ProductBean</ejb-class>
    <persistence-type>Bean</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <resource-ref>
    <res-ref-name>jdbc/db2_first_db</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </entity>
    <enterprise-beans>
    </ejb-jar>

  • Server failed during initialization ...(authentification for user denied)

    hi,
    I'm using weblogic 7.0 server to replace my weblogic 5.0. I've got an error during
    login to the server:
    <server failed during initialization Exception: java.lang.securityException: Authentification
    for user denied..>
    could you help me and tell me what to do ?
    Thanks you.
    Cyril

    cyril,
    You should use the same username and password that you used to boot your 5.1 server with.
    hope it helps,
    -satya
    cyril wrote:
    In fact, I used the properties converter through the console to convert weblogic.properties
    to config.xml and the variables:
    WLS_USER=weblogic.
    WLS_PWD=weblogic.
    The petstoreExamples works but not my application...
    satya <[email protected]> wrote:
    Cyril,
    Did you use the properties converter through the console to convert your
    weblogic.properties to
    config.xml? What username and password did you use to boot the server?
    Thanks,
    -satya
    cyril wrote:
    hi,
    I'm using weblogic 7.0 server to replace my weblogic 5.0. I've gotan error during
    login to the server:
    <server failed during initialization Exception: java.lang.securityException:Authentification
    for user denied..>
    could you help me and tell me what to do ?
    Thanks you.
    Cyril

  • "Quartz Scheduler failed to initialize" error in application log

    We are BIPublisher 10.1.3.4 as J2EE app and I am getting this error in the application log. I have created myDS datasource to get rid of the following error. But no success..
    Please Help..
    Thanks!
    Srini
    09/01/09 15:13:43.298 [ecid: 10.39.38.45:96428:1231514019135:0,0] 10.1.3.3.0 Started
    09/01/09 15:13:46.492 [ecid: 10.39.38.45:96428:1231514019135:0,0] xmlpserver: QuartzInitializer: Quartz Initializer Servlet loaded, initializing Scheduler...
    09/01/09 15:16:55.835 [ecid: 10.39.38.45:96428:1231514019135:0,0] xmlpserver: QuartzInitializer: Quartz Scheduler failed to initialize: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'myDS': org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory, cause: Io exception: The Network Adapter could not establish the connection [See nested exception: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory, cause: Io exception: The Network Adapter could not establish the connection]]
    09/01/09 15:16:55.837 [ecid: 10.39.38.45:96428:1231514019135:0,0] xmlpserver: Error preloading servlet
    javax.servlet.ServletException: Failure occured during job recovery.
    at org.quartz.ee.servlet.QuartzInitializerServlet.init(QuartzInitializerServlet.java:170)
    at oracle.apps.xdo.servlet.scheduler.quartz.ExtendedQuartzInitializerServlet.init(ExtendedQuartzInitializerServlet.java:124)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2371)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4824)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4748)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4936)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1145)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
    at com.evermind.server.Application.getHttpApplication(Application.java:570)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:619)

    Pl see if ML Doc 738967.1 helps
    HTH
    Srini

  • HelloWorld:  HTMLLoader failed to initialize on MAC OSX

    Hi All...
    Just Started Playing with AIR. Installed the runtime and the latest jdk on a Mac running OSX 10.6.7.
    Following the AIR 1.5 HTML Docs, attempted to run the HelloWorld application.
    I copied and pasted the HelloWorld-app.xml content and HelloWorld.html content into their respective files. Copied also the AIRAliases.js to the HelloWorld folder and used the command line tools as indicated:
    adl HelloWorld-app.xml
    The commend executes, but what I get is the following, both on the console and on an ActionScript error window:
    Error: HTMLLoader failed to initialize
            at flash.html::HTMLLoader/initHTMLEngine()
            at flash.html::HTMLLoader()
            at runtime::ContentPlayer/loadInitialContent()
            at runtime::ContentPlayer/playRawContent()
            at runtime::ContentPlayer/playContent()
            at runtime::AppRunner/run()
            at ADLAppEntry/run()
            at global/runtime::ADLEntry()
    After dismissing the error window, the HellowWorld app window appears, but with no content.
    I was unable to find any pointers to what is wrong, and where... I know that HelloWorld.html is being read because if i remove the file, i get a different complain, about it being missing... Also, if I remove all it's content, i don't get the error, but I also don't get the app window.
    Any clues?
    Thanks!

    Also. I tried packaging the application and was able to generate a HelloWorld.air package. When i run it, the application crashes.
    I also downloaded some of the AIR applications offered by adobe on the SDK download window. Some run, some crash... The AOL Videos app crashes after the splash window, in a similar way that the HelloWorld.air app crashes...
    Here is the first part error from the crash window... I can paste the whole thing, but it is very lengthy:
    Process:         HelloWorld [1165]
    Path:            /Users/me/ME's Applications/HelloWorld.app/Contents/MacOS/HelloWorld
    Identifier:      examples.html.HelloWorld.1AF9A0824893844D8B6FA46EE87A19B2D2F3FA90.1
    Version:         0.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [186]
    Date/Time:       2011-04-01 14:17:33.749 -0600
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          62855 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  1 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      8D9B3548-226F-4FAE-A57A-53C75B5EF89E
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x13e71651 0 + 333911633
    3   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    4   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    5   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    6   com.adobe.AIR                     0x02a8f4d1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107574
    7   com.adobe.AIR                     0x02a8f50d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107634
    8   com.adobe.AIR                     0x02a75cd6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003131
    9   com.adobe.AIR                     0x02a75f39 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003742
    10  com.adobe.AIR                     0x02a762b9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2004638
    11  com.adobe.AIR                     0x02a764df r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2005188
    12  com.adobe.AIR                     0x02b54dfd r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2916834
    13  com.adobe.AIR                     0x02b55335 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2918170
    14  com.adobe.AIR                     0x02b5571a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2919167
    15  com.adobe.AIR                     0x02b689c6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2997675
    16  com.adobe.AIR                     0x02b68b76 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2998107
    17  com.adobe.AIR                     0x02beb7d2 shaders_acos_ss + 320242
    18  com.adobe.AIR                     0x028e5f2e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365331
    19  com.adobe.AIR                     0x028e6073 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365656
    20  com.adobe.AIR                     0x02b78354 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3061561
    21  com.adobe.AIR                     0x02b784e4 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3061961
    22  com.adobe.AIR                     0x0256ddf4 0x255a000 + 81396
    23  com.adobe.AIR                     0x025708d7 0x255a000 + 92375
    24  ???                               0x1359024f 0 + 324600399
    25  ???                               0x1359121c 0 + 324604444
    26  ???                               0x13512ca8 0 + 324086952
    27  ???                               0x13517994 0 + 324106644
    28  ???                               0x13517fc8 0 + 324108232
    29  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    30  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    31  com.adobe.AIR                     0x02a71bfd r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986530
    32  com.adobe.AIR                     0x02a71d1c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986817
    33  com.adobe.AIR                     0x02576a00 0x255a000 + 117248
    34  com.adobe.AIR                     0x02569109 0x255a000 + 61705
    35  com.adobe.AIR                     0x02569288 0x255a000 + 62088
    36  com.apple.Foundation              0x97a3e9d5 __NSFireDelayedPerform + 537
    37  com.apple.CoreFoundation          0x91b51adb __CFRunLoopRun + 8059
    38  com.apple.CoreFoundation          0x91b4f464 CFRunLoopRunSpecific + 452
    39  com.apple.CoreFoundation          0x91b4f291 CFRunLoopRunInMode + 97
    40  com.apple.HIToolbox               0x995c2e04 RunCurrentEventLoopInMode + 392
    41  com.apple.HIToolbox               0x995c2af5 ReceiveNextEventCommon + 158
    42  com.apple.HIToolbox               0x995c2a3e BlockUntilNextEventMatchingListInMode + 81
    43  com.apple.AppKit                  0x9121378d _DPSNextEvent + 847
    44  com.apple.AppKit                  0x91212fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    45  com.apple.AppKit                  0x911d5247 -[NSApplication run] + 821
    46  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    47  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    48  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00002ff7 start + 4363
    49  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00001fe7 start + 251
    50  ...D8B6FA46EE87A19B2D2F3FA90.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x9756b922 kevent + 10
    1   libSystem.B.dylib                 0x9756c03c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x9756b4f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x9756b29e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x9756ad21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x9756ab66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x9756a9b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x9756af48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x9756ab66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x975450e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x975bb45f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x975450e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x975bb45f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x975450fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x975a1aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x975450fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x97572c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x975a1aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x975727fd _pthread_start + 345
    9   libSystem.B.dylib                 0x97572682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x0003ce90  edx: 0x13f71154
      edi: 0xbfffd19c  esi: 0x13f710d0  ebp: 0xbfffd1b8  esp: 0xbfffd170
       ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000004

Maybe you are looking for

  • "File Error" and "Out of Memory" when rendering FCE

    Dear all, I imported a 2 hour holiday video into FCE. When rendering the video, a message appears that the rendering process will last about 15 minutes to complete. However, frequently I am warned by the following message: "File Error: The specified

  • Is there any way to use Illustrator (CS5) with Windows 8.1?

    I'm in the middle of installing CS5 Design Premium on new machine (Win8.1) and see error beside Illustrator that the system requirements are not met.  Windows help site suggests CS5 and Win8.1 are compatible.  Surely there is some way to make these w

  • EJB communication between weblogic and websphere

    Hello: I have weblogic 7.1 instance running in machine A and websphere running in machine B. I want to make a call to the ejb deployed from weblogic to websphere. Any experience in this would be very helpful. Or pl. post the procedure. Thx in advance

  • Any recommendations for A3 colour  printer for small studio?

    Need a printer to do A3 or A3+ printouts for client mockups in small studio. Can anyone recommend one? Needs to be networked with 3 people using it.

  • 8x randomly shutting down

    My 8x has been randomly shutting down as of about a week ago.  I updated the phone, performed a soft reset and hard reset and none of that has helped.  Has anyone else had the same issue?