Dreamweaver fails to launch, but other CC apps run fine

I've been subscribed to Creative Cloud for over a year. I'm running 10.9.2 on a MacBook Pro. Just today I tried to launch DW and its icon bounced a handful of times and then disappeared. I uninstalled DW and then re-installed it, but got the same result. Other CC apps run fine (Muse, InDesign, PhotoShop, Audition), so I'm not sure what to try next.
I don't "live" in these apps everyday and may launch soem of them once or twice a month. It's possible I've not launched DW since upgrading to Mavericks two months ago. Does DW have trouble running in 10.9?
I am signed in through the CC Application Manager and everything with my account seems to be fine. Any ideas about what to try next?
Thanks for any advice!

It was difficult to find specific information about this, especially as it would seem to be a widespread Mavericks problem. I posted here because I initially thought the problem might have to do with Creative Cloud's authentication process.
It turns out that Dreamweaver CC has some Java SE 6 runtime dependencies, but Mavericks comes with Java 7. I'm not sure why this hasn't been remedied by Adobe by now. Apparently some Mavericks users had been prompted by DW upon launch to install Java 6—which could explain why the problem hasn't shown up more on the forums as it was quickly remedied—but my copy never got that far. I did have some trouble tracking down where to download Java 6 for Mac, as it's not on Oracle's site, but found it here: http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US
After uninstalling DW (again!) and installing Java 6, I re-installed DW and it opened.
The other suggestions about given had to do with older CS6 apps not working and weren't helpful to my specific problem.
I'm posting this in case any other user has experienced the same problem in the same way.

Similar Messages

  • Getting error message on buttonclick (morzilla):The connection to the server was reset while the page was loading.but other pages are running fine in morzilla

    here is my aspx page.I unable to catch the exact error.
    kindly suggest//
    <%@ Page Language="VB" AspCompat="true" Inherits="myPage"%>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Data.OleDb" %>
    <%@ Import namespace="ADODB" %>
    <script runat="server">
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
    On Error Resume Next
    DBInit()
    RStoCombo("select USER_NAME from USERS", 0, 1, tx_ddlist, "")
    End Sub
    </script>
    <%
    DBInit()
    op = Request.QueryString("op")
    B_go = Request.QueryString("B_go")
    %>
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us" />
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
    <link rel="Stylesheet" href="../inc/htmlstyle.css" />
    <script type="text/javascript" language="javascript" src="../inc/script.js"></script>
    <script type="text/javascript" language="javascript" src="../inc/sorttable.js"></script>
    <script type="text/javascript" language="javascript" src="../inc/tableresize.js"></script>
    <script type="text/javascript" language="javascript">
    <!--
    //-->
    </script>
    <style type="text/css">
    .style2
    width: 368px;
    .style3
    font-size: medium;
    font-weight: bold;
    </style>
    </head>
    <body topmargin=0>
    <div align="center">
    <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    <tr>
    <td height="41" colspan="2" class="style3">
    &nbsp;</td>
    </tr>
    <tr>
    <td colspan="2">
    <div align="left">
    <table border="1" cellpadding="0" style=" border-collapse: collapse" width="537" bgcolor="#B0C4DE" height="37" id="table1" class="qtable">
    <form id="Form1" runat="server" method="GET" action="?">
    <input type=hidden value="reg" name="op">
    <tr>
    <td style="font-family: Verdana; font-size: 10px">
    <div align="center">
    <table border="0" cellpadding="0"
    style="border-collapse: collapse; height: 51px; width: 85%; margin-left: 0px;"
    id="table2">
    <td align="center">Select Option</td>
    <td class="style2" >
    <asp:DropDownList ID="tx_ddlist" runat="server" CssClass="tx"
    Height="18px" Width="212px">
    <asp:ListItem>&lt;----Please select---&gt;</asp:ListItem>
    </asp:DropDownList>
    </td>
    <td style="font-family: Verdana; font-size: 10px">
    </td>
    </tr>
    <td></td>
    <td style="font-family: Verdana; font-size: 10px" class="style2">
    <input type="submit" value="Go" name="B_go"
    style="color: #000000; font-family: Microsoft Sans Serif; font-size: 10px; border: 1px solid #808080; background-color: #FED676; background-image: url('../images/bg1.jpg'); width: 31px; height: 18px;"/>
    </td> </tr>
    </table>
    </div>
    </td>
    </tr>
    </form>
    </table>
    </div>
    </td>
    </tr>
    <tr>
    <td colspan="2">
    &nbsp;</td>
    </tr>
    <tr>
    <td style="border-style: solid; border-width: 1px; margin-left: 10; margin-right: 10" valign="top" width="64%" height="240"><div align=center>
    <%
    If B_go = "Go" Then
    For Each ltItem As ListItem In tx_ddlist.Items
    If ltItem.Selected Then
    ssql = "select '<a href=""file/filetrack.aspx?fname='||chg_filename||'&'||'fdept='||filemaster.department_code||'&'||'fsection='||filemaster.section_code||'&'||'fyear='||filemaster.file_year||'&'||'fserial='||filemaster.file_serial_no||'"">'||chg_filename||'</a>' as ""File Name"",file_subject as ""Subject"",office_name as ""Office Name"", diary_no as ""Diary No"", despatch_date_time as ""Dispatch Date"" from filetrans,filemaster,offices where filemaster.department_code = file_department And filemaster.section_code = file_section And file_serial_no = file_serial and filemaster.file_year=filetrans.file_year and offices.office_code=filetrans.office_code and next_office_code = '" & ltItem.Selected & "' and next_office_receipt_status = '" & "0" & "' and file_letter <> '" & "L" & "' and rownum<21 order by filetrans.id desc"
    RStoTable(ssql, ";mreg;mreg", "470;100%", 5, -1, -1, "25;25;20;5;20", "")
    End If
    Next
    End If
    %></div>
    <tr>
    <td colspan="2">&nbsp;</td>
    </tr>
    </table>
    </div>
    </body>
    </html>
    thanks and regard love4csharp

    Hi,
    Welcome to MSDN.
    I am afraid that this is not the proper forum for this issue, since there is a dedicated forum for web development issues.
    You could post it in http://forums.asp.net forum for more dedicated support.
    Thanks for your understanding.
    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.

  • TS4050 iCloud on Safari will not open Reminders -- I've tried using other browsers, and all other iCloud apps are fine. Any ideas?

    -- I've tried using other browsers, but no luck
    All other iCloud apps are fine via Safari (mail, calendar, etc.). Any ideas?
    I've tried clearing cache, logging in and out, switching off iMac.
    I'm using latest OS X and Safari versions.
    The problem seems to have crept to my iOS devices, which now register non-sync'd versions of my reminders lists, and which will not update via iClou

    Gawd, how have you managed not to update it?! The current version is Version 3.1.2 (4525.22)!
    Small wonder it won't work with 10.4.11.
    Have you ever used Software Updater to check whether there are any updates available for your Mac?
    I would recommend that you download the latest version from here:
    http://www.apple.com/safari/download/
    But please make sure that you download the version for Tiger and not for Leopard.
    BUT before you do so, and before you install it, please go through the following routine:
    Repairing permissions is an important part of regular maintenance, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417
    If all is OK, install the new Safari, and REBOOT, then repair permissions again.

  • My I pad will not print, but other I pad prints fine on same network

    MY I pad will not print, but other I pad works fine on same network

    Check the printer queue on the iPad by opening the multitasking bar.  If the Airprint icon is there, open it to see if a job is pending.

  • No animation or videos will play from Firefox, but other browsers still work fine. I have checked plugins and even updated to the Firefox 14 beta - no fix

    As of yesterday no animation or videos will play from Firefox, but other browsers still work fine. I have checked plugins and even updated to the Firefox 14 beta today, but this did not fix the problem.
    this problem started yesterday; before then there was no problem.
    I have updated everything I can find, and ran a system restore and disc clean.
    The problem still persists. What am I missing here?

    This happened to me too. This problem started suddenly with no changes made on my part. I had 11.2 Flash version with Firefox 13. I tried updating to the new Firefox, same problem, then updated to Flash 11.3. I even uninstalled RealPlayer.
    I read a solution on another forum and it was as easy as clearing my cache. Everything works fine now (even after reinstalling RealPlayer and allowing the download button function).

  • My iPad mini won't connect to the internet but other devices connect perfectly fine. please help!

    My iPad min wont connect to the internet but other devices work perfectly fine i tried
    to:
    Reset my iPad
    Reset network settings
    Restart my iPad
    But none of them worked
    please help me
    iPad mini
    IOS 8.1.3

    Her's what I did---- Go to WiFi where connection name appears .
    Open connection to see info.
    Go down to where it says http proxy and turn that off.
    go to main screen and connect to internet as usual.
    Hope this works for you as well as it did for me!

  • I have an ipad 4 16 gb (wifi   cell model), is not under warranty because I bought over a year. The ipad screen is cracked, but the ipad is running fine. My question is: can I go to a store to buy a new giving my old as part payment?   graciously   Andre

    I have an ipad 4 16 gb (wifi + cell model), is not under warranty because I bought over a year. The ipad screen is cracked, but the ipad is running fine. My question is: can I go to a store to buy a new giving my old as part payment?
    graciously
    Andre Souza

    Apple's Limited Warranty http://www.apple.com/legal/warranty/ for iPad excludes coverage for damage resulting from accident, disassembly, unauthorized service and unauthorized modifications.
    The warranty will apply to the country of purchase. And if there is a problem needing repair you have to return it to the country of purchase.
    Out-of-Warranty Service
         If you own an iPad that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will replace (Apple doesn't repair) your iPad with an iPad that is new or equivalent to new in both performance and reliability for the Out-of-Warranty Service fee listed below. (The replacement will most likely be a refurbished iPad in a brown box, however, it has a new screen, back and battery.)   
    iPad model
    Out-of-Warranty Service Fee
    iPad mini
    $219
    iPad 3rd, 4th, Air
    $299
    iPad 2, iPad
    $249
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in US dollars and are subject to local tax.
    Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPad that has failed due to contact with liquid may be eligible for out-of-warranty service. See http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    You may can get the iPad repaired at 3rd party repair sources for less $, however, any remaining Apple warranty will be voided.
    iCracked - Broken iPhone, iPod or iPad
    http://www.icracked.com/
    iReVamp Electronics Screen Repair ($99)
    http://www.irevampelectronics.com/ipad-2-broken-glass-screen-repair.html
    iPad Repair & Screen Replacement Services
    http://www.ifixyouri.com/16-ipad-repairs
    RepairZoom iPad Repair
    http://www.repairzoom.com/ipad-repair.html
    Mission Repair
    http://www.missionrepair.com/Apple_iPad_Repair_Services_s/431.htm
    iGadgetResQ
    http://www.igadgetresq.com/ipad-repair/
    Do It Yourself iPad Repair
    http://www.ifixit.com/Device/iPad
     Cheers, Tom

  • Dreamweaver fails to launch

    Though this looks similar to many other posts, I couldn't find a viable solution in any of them. Does anyone have any suggestions?
    Dreamweaver MX 2004 fails to launch in OS X 10.3.1. When I try to start it, after about 3 sec. it just closes without any error message. This only happens with Dreamweaver – not any other applications.
    I first started having this problem following a system crash caused by a failed Mac Security software update. I was forced to re-install my system software and the updates. (I have used this same Dreamweaver without any problems for the last 2 years on this computer)
    I have tried to correct this problem by isolating any font problems (deleting, disabling, and moving any and all fonts). I performed a cache-clean. I have deleted any relevent Pref files I could find. I have reloaded the entire Macromedia Studio (several times) and it's updates. I have re-installed my system software (again). I have tried reloading Dreamweaver through another user account (in case the problem is in the user folder).
    What can be done to fix this? Is this a problem with Dreamweaver or OSX (if so, then why is it only affecting Dreamweaver)? It seems like there is a buggy file tucked away SOMEWHERE that is reluctant to cooperate.
    I appreciate any help anyone can provide in resolving this or at least suggesting other solutions I have not yet tried.
    G5   Mac OS X (10.3.1)  

    I've had the same -- a couple of bounces of the icon and no further action without warning. I too had to reinstall the system before that happened.
    Macromedia had a special patch for this. I have patched my Studio MX and everything has been working fine ever since. It's still "out there" somewhere, but I don't have the link anymore, since macromedia.com closed down.
    I tried to find the link, here's the article:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18933
    I believe this may be your problem. It fixed mine after I reinstalled the system and did a "combined upgrade" for it.

  • App runs fine in simulator but fails on iPad

    My app has been running fine in the simulator environment but tried running for the first time on an iPad.  It loads the first screen (which is a table view) but if I try to do anything, including just scrolling the table, it crashes.  The Xcode organiser shows the following:
    >
    Aug 11 17:24:29 unknown UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
    Aug 11 17:24:29 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.apple.mobilephone[0xd6d9]) Exited: Killed: 9
    Aug 11 17:24:29 unknown SpringBoard[15] <Warning>: Application 'FaceTime' exited abnormally with signal 9: Killed: 9
    Aug 11 17:24:29 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.andion.TKD[0x6992]) Exited: Killed: 9
    Aug 11 17:24:29 unknown ReportCrash[1286] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2012-08-11-172429.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
    Aug 11 17:24:29 unknown SpringBoard[15] <Warning>: Application 'TKD' exited abnormally with signal 9: Killed: 9
    > >
    If I look in the crash logs in organiser all I can see is one from Safari dated weeks ago.  How do I find the log referred to in the message above?
    The app (TKD) is 16MB and the iPad reports 26GB available, so although there appears to be a reference to LowMemory, surely that isn't actually the problem?   Am I doing something which is impacting FaceTime and why is there a message about com.apple.mobilephone on an iPad?  Am I doing something horribly wrong?
    Any help much appreciated!

    'killed' typically means the app was unresponsive just long enough for the OS to take action.
    You should be able to see something in Xcode's console during debugging on the device.
    Ken

  • CS3 InDesign & Illustrator Install Exit Code 7; Other CS3 Apps Install Fine

    I feel like I'm beating a dead horse... (no offence to horse lovers out there - it's just an expression)
    I'm having trouble performing an silent install of the CS3 suite from a network share on Windows 7.  I've read through a number of posts on here, one of which was a 3 page post on this issue where Mac & Win 7 users alike posted failures, successes and how they got there, and another about removing the OS check feature from the application.proxy.xml file (which didn't work for me; unless I did something wrong...?)  Unfortunately for me after trying much of what was suggested, I'm still facing a brick wall.
    All these machines are Core 2 Duo's clocked at no less than 2.2GHz, have 4GB of RAM, have over 100GB of free disk space and are running fully updated/patched installations of Windows 7 32-bit (x86) with Office 2007 Enterprise.
    When I try to install the suite silently it fails with 'Exit Code: 7', which according to the CS3_Deployment.pdf means "Unable to complete the silent workflow."  If I take out the "--mode=silent" switch, the GUI launches and installs fine.  I took a look at the compressed log file & searched for "Return value 3", "ERROR" and "FATAL" for clues, but its vague and nondescript.  I didn't copy/paste the entire log in this post for brevity's sake, but you can check it out here:
    Condensed Version: http://pastebin.com/eFKpe9wK
    Unabridged Version: http://pastebin.com/MQDeQZmF
    Instead, however, I do want to touch on just a few things from the log:
    [    9660] Thu Dec 02 07:08:13 2010  INFO
    BEGIN Setting requested payload actions
    [    9660] Thu Dec 02 07:08:13 2010 DEBUG
    Setting action for {AC76BA86-1033-0000-7760-000000000003} Adobe Acrobat 8 Professional (At install, older versions get upgraded) per deployment file.
    Setting action for {7BB7F66A-D798-45A3-A383-0727FB1EBF8E} Adobe Flash Video Encoder per deployment file.
    Setting action for {abd781e6-d5ca-45aa-a5f7-f64799eb1c04} Adobe Version Cue CS3 Server per deployment file.
    Setting action for {00E5C764-9525-44C3-8404-712AD06AE12A} Adobe Dreamweaver CS3 per deployment file.
    Setting action for {3BC8460B-085E-47F3-9C62-8FFCBAF11D78} Adobe Flash CS3 per deployment file.
    Setting action for {C4519961-AC64-4565-B3AF-9050296B5D5A} Adobe Illustrator CS3 per deployment file.
    [    9660] Thu Dec 02 07:08:13 2010  INFO
    Selection of payload {C4519961-AC64-4565-B3AF-9050296B5D5A} Adobe Illustrator CS3 is forbidden by the policy.
    [    9660] Thu Dec 02 07:08:13 2010  WARN
    Error setting action for {C4519961-AC64-4565-B3AF-9050296B5D5A} Adobe Illustrator CS3:
    Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804\resources\main.xml
    system check
    The minimum system requirements listed below are needed in order to run Adobe Illustrator CS3 and are not met.
    - Windows XP Service Pack 2 and greater
    - Windows Vista
    [    9660] Thu Dec 02 07:08:13 2010 DEBUG
    Setting action for {24D77A7C-E10B-4057-9974-FAB8BFDAC853} Adobe InDesign CS3 per deployment file.
    [    9660] Thu Dec 02 07:08:13 2010  INFO
    Selection of payload {24D77A7C-E10B-4057-9974-FAB8BFDAC853} Adobe InDesign CS3 is forbidden by the policy.
    [    9660] Thu Dec 02 07:08:13 2010  WARN
    Error setting action for {24D77A7C-E10B-4057-9974-FAB8BFDAC853} Adobe InDesign CS3:
    Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804\resources\main.xml
    system check
    The minimum system requirements listed below are needed in order to run Adobe InDesign CS3 and are not met.
    - Windows XP Service Pack 2 and greater
    - Windows Vista
    [    9660] Thu Dec 02 07:08:13 2010 DEBUG
    Setting action for {30C4B843-28DA-466F-AFCA-CB0ED153C826} Adobe Photoshop CS3 per deployment file.
    [    9660] Thu Dec 02 07:08:13 2010  INFO
    Selection of payload {30C4B843-28DA-466F-AFCA-CB0ED153C826} Adobe Photoshop CS3 is forbidden by the policy.
    [    9660] Thu Dec 02 07:08:13 2010  WARN
    Error setting action for {30C4B843-28DA-466F-AFCA-CB0ED153C826} Adobe Photoshop CS3:
    Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804\resources\main.xml
    system check
    The minimum system requirements listed below are needed in order to run Adobe Photoshop CS3 and are not met.
    - Windows XP Service Pack 2 and greater
    - Windows Vista
    [    9660] Thu Dec 02 07:08:13 2010 DEBUG
    Setting action for {7005ECBC-F54B-42FD-81E4-934BC43FA329} Adobe Creative Suite 3 Design Premium per deployment file.
    PayloadPolicyNode.SetAction: IY->IY for {7005ECBC-F54B-42FD-81E4-934BC43FA329} Adobe Creative Suite 3 Design Premium
    [    9660] Thu Dec 02 07:08:13 2010  INFO
    END Setting requested payload actions
    [    9660] Thu Dec 02 07:08:13 2010  WARN
    Some payload actions specified in the deployment file could not be applied.
    ...snip - snip...
    [    9660] Thu Dec 02 07:08:17 2010  INFO
    Checking bootstrapper progress
    Ran uninstall for the bootstrapper due to an exception
    [    9660] Thu Dec 02 07:08:17 2010 FATAL
    Exception: Payload actions could not be set. Search the log for "BEGIN Setting requested payload actions" for details.
    Exit code: 7
    [    9660] Thu Dec 02 07:08:17 2010  INFO
    I've got some initial questions that pertain to what's in the log file:
    The areas in bold:  Since the same install also fails on Windows XP machines, what does this mean exactly?
    The areas in italics: Can anyone expand on what that means?
    The underlined areas: What 'Policy' is this referring to: Setup's own internal policy (like the OS check) or something else?
    Here's what I've done so far:
    Went through the 'Run a silent installation of Adobe Creative Suite 3' document
    Went through the 'Troubleshoot installation with install logs | CS3, CS4' document
    Used the Adobe Support Advisor to go through the logs, but it always says that no problems are found.
    Recreated the install & uninstall XML files, twice, via the "setup.exe --record=1" method for each application & the entire suiteNot that I think this is important, but I was never prompted to enter a serial number when creating the .XML files.
    Renamed the XML files for each application (e.g.: Photoshop-install.xml; CS3Suite-install.xml; Flash-remove.xml etc.)
    Copied the XML files to a common folder on a network share (e.g.: \\path\to\Adobe\Design Premium CS3\Adobe CS3\XMLs)
    Created install batch files for each application, including the suite, that install via the following command"\\path\to\Adobe\Design Premium CS3\Adobe CS3\Setup.exe" --mode=silent --deploymentFile="\\path\to\Adobe\Design Premium CS3\Adobe CS3\XMLs\Photoship-install.xml"
    Tried the installs with & without the "--skipProcessCheck=1" switch but there's no change.
    No applications are running during the installs.
    Verified my application.xml.override file was in \\path\to\Adobe\Design Premium CS3\Adobe CS3\payloads\AdobeDesignSuitePremiumen_US_Volume
    Verified I didn't have any strange characters in my application.xml.override fileI deleted and manually retyped all double quotes just to be sure.
    I noticed that the "installSourcePath" property in the install.xml files created point to a local location rather than, what I would expect to be, the installation source folder where I copied the contents of the DVD to.  On a whim I changed it to point to the copied DVD files but that didn't seem to help either so I changed it back.
    FROM: <Property name="installSourcePath">C:\Program Files\Common Files\Adobe\Installers\498b43b77cac072081a5692bfc52804</Property>
    TO: <Property name="installSourcePath">\\path\to\Adobe\Design Premium CS3\Adobe CS3</Property>
    Aside from Acrobat Reader 9.4.0, Adobe Flash Player 10 (ActiveX & Plugin) and maybe Shockwave 11, these machines never previously had any other Adobe products installed.
    For what its worth, uninstalling Acrobat Reader 9.4.0 doesn't seem to help either.  I didn't try removing Flash Player or Shockwave [yet].
    Using the install XML files I created via "setup.exe --record=1", when I run installs for the individual applications silently [via batch files] one at a time, all applications install fine except for Illustrator and InDesign: Exit Code 7.
    This may further help suggest my application.xml.override file is fine.
    Even more interesting is that I get the same error on Windows XP and Windows 7 machines alike.  (See the image below taken from an XP machine; the same happens on Windows 7 machines so it doesn't appear this problem is OS specific.)
    Other than removing Flash Player, Shockwave and ripping out our Anti-Virus solution (Sophos), which is going to be difficult, is there anything I've missed?
    Anyone have suggestions on why Illustrator and InDesign don't install?

    I spoke with Adobe Support today and was directed to this support article:
    CPSID_84332 - http://kb2.adobe.com/cps/843/cpsid_84332.html
    Although this article speaks to CS5 installations, even though I thought I made it clear that I was working with CS3, I decided to give it a shot anyway.
    The first comment passively suggests troubleshooting [all] "install errors using Creative Suite 5 install logs", which links you to CPSID_84451 - http://kb2.adobe.com/cps/844/cpsid_84451.html.  But again, its CS3 I'm having trouble with and I've already linked, what I believe to be, a more appropriate CS3 [and CS4] log troubleshooting document in my first post.
    Step 1 requires restarting "your computer in a minimized state before running the installer." - This isn't at all optional nor ideal when we're talking about silent installations, especially when they can take place in the middle of the day - its highly distruptive, or deployments in general.  Plus, I'm not interested in developing a package that will perform the steps outlined and then undo everything.  Its important to note that this isn't a one-off problem: every machine that needs to have CS3 installed experiences this problem.  But for what its worth:
    I did as instructed in the troubleshooting documentation but it didn't work.
    No other applications fail to install, and all but these lone Adobe CS3 apps install fine; what gives?
    Step 2 is to perform a repair installation of the Windows Installer.  (FYI: Windows 7 ships with 5.0, my version is 5.0.7600.16385, and for the record there doesn't seem to be a redistributable download available at this time.)  I can't use this as part of my silent installation package because it calls you to run `sfc /scannow` which is time consuming and, if something is found, often requires a reboot.  Fortunately for me, "Windows Resource Protection did not find any integrity violations."
    Step 3 is to preinstall Adobe Air and the AdobeHelp payloads:
    AIR isn't part of the CS3 DVD, it has to be downloaded & installed silently (via -silent -eulaAccepted if you don't have the redistributable package); this was done but didn't help.
    There isn't an 'AdobeHelp' payload, only 'AdobeHelpViewerAll', which will not allow a manual instalation so I can't do that.
    In summary, these tips unfortunately did not solve the problem.

  • Java3d speed collapse caused by other java apps running at the same time

    Hi
    I am programming a flightsimulator for some months.
    The current state is online available (all free, no copyrights)
    at http://www.snowraver.org/efcn/efcnsim/index.htm
    especially the sample (source) which shows the
    behaviour which is the reason for my post is here
    http://www.snowraver.org/efcn/efcnsim/page2.htm
    My Problem:
    When I start the sim while two other java programs
    ( one is a server running localhost, one is a client )
    are running, the speed of the flightsim is very slow,
    one frame update takes 3 to 5 seconds.
    ( 3 java.exe's in task list plus 1 which is the IDE )
    When I start the flightsim ALONE, I have 30 to 40 frames per second.
    ( 2 java.exe's in the task list = the flightsim and the IDE -> no prob here )
    That means, the flightsim is about 100 times slower, when
    started while the other two apps are running.
    BUT the other two applications do almost ***NOTHING***, the
    CPU load is 1 or 2 percent.
    Of course they have threads running, but all are waiting
    for a signal - no thread really consumes CPU power.
    Interestingly, when I FIRST start the flightsim and AFTER THIS
    start the two other applications, the flightsim
    holds 30 frames per seconds without problems, even
    though the other applications consume some CPU power
    until they have completely started up.
    Configurations:
    JSDK 1.4.2_1 , 0_2..
    Java3D 1.3.1 OPENGL (The DirectX version crashes with D3D device lost)
    Win2000,XP CPU 800MHz upto 3 GHz
    In my point of view, the java3d thread scheduler makes
    some funny decisions when it starts up, which lead
    to the order dependent behaviour described above.
    My question is, if anyone has some ideas, how I could
    get away from this speed collapse.
    The problem is caused in native code I guess.
    I also could imagine, that it has to do something with
    the order in which one creates, attaches and starts
    the Canvas3D. (? could produce race conditions)
    The flightsim runs in full retained mode. Of course
    the CPU work in the behaviours is rather big, because
    the ROAM triangulation update (..) is done there
    and the triangles are recalculated and passed
    ( all BY_REFERENCE ).
    Or could it have to do something with the memory
    consumption ( when all runs, almost all of
    the 512MB RAM is taken by the three java.exe's ) ?
    Any hints or ideas ?

    :) No, Sun does handle it [lol]
    I just have tested it on my computer at work
    ( 3GHz HP compaq, 1GB Ram and a Intel 82865G Graphics
    Card with 64MB memory, Windows XP )
    and it has worked without problems any way I tried.
    ( Except for xclusive fullscreen mode, but I guess, the administrators
    have deactivated it somehow, so we don't play games at work :)
    I couldn't test it under Linux so far, but I think, this will be less
    problematic than Windows [usually].
    However my current assumption is:
    I totally have forgot the [limited] videocard memory.
    I suppose, Java3D tries to put all triangle data and all
    textures to the videocards memory, so most data processing
    then can be passed to it's graphiccard CPU using
    OpenGL commands.
    Now the flightsim produces a varying amount of (by_reference) triangle data ( a few thousands )
    and has some texture maps for the terrain, the sea and other things,
    plus indexed triangle data for the planes and ships.
    The notebook system, which slows down has an ATI Mobile Radeon card
    with only 32MB RAM onboard, whereas the others have 64MB Ram.
    An additional pointer to that theory is that I can trigger the slowdown by resizing
    the flightsim window, while it is running.
    On the notebook, it holds 30fps, until the window exceeds a size of 962*862 pixels.
    At this size the speed collapses and goes down to 1 frame update every 4 seconds.
    If I make the window a few pixels smaller, the speed of 30fps immediately
    is there again.
    Therefore I guess, some data passed to the graphic cards memory depends
    linearly from the canvas3d's window dimension, and at some limit,
    the graphiccard's memory is too small and Java3D changes it's strategy
    and performs most calculations on the computer's mainmemory,
    which of course is a lot slower.
    I'm not very sure about that, I'm just speculating.
    Next thing I will try is to disable directdraw for the other two applications,
    possibly swing also uses graphicscard memory, when directdraw is enabled.
    The solution seems to be clear anyway: The flightsim must examine the system
    and set some parameters depending on the machine's capabilities.
    Onboard videagraphic ram is one of them. If it's too slow, I start to decrease
    the window size and expect to see a sudden increase of speed, as soon as
    the rendering can be done by the graphicscard CPU. If this never happens,
    I assume no OpenGL accelerator is present on that system. This can be seen as a method
    for finding out the amount of videocard memory on a system by trial and error ..?:)
    Thanks for your tips, Alain.
    I especially have to check out the data sharing class in 1.5.

  • Server 2012 VMs hosted on 2012 R2 Hyper-V fail to update, all other OS VMs are fine

    Host: 2012 R2
    VMs: 2008 R2, 2012, 2012 R2
    Systems has been running fine until I decided to update my VMs a few days ago with the Dec 10th updates.  2008 R2 VMs update no problem, 2012 R2 VMs update no problem, but 2012 VMs fail to update.  I spent 7 hours on the phone with MSFT and they
    can not figure it out.  They are going to continue working with me, but wanted to post this to see if anyone else was having issues updating their 2012 VMs on 2012 R2 Hyper-V.
    The 2012 VMs used to updated just fine until this round of updates.  
    To trouble shoot, I discounted all my storage and put a spare HDD into the host and setup up Hyper-V all over again and setup a few test VMs.  Even tested VMs on various storage options and direct connected drives.  Same deal... 2008 R2 and 2012
    R2 update, but 2012 will not update.  I even setup 2012 on ESXI and VMWARE Fusion and they both update straight away.  
    I'm 3 days into this... head is about to pop :(

    Hi ,
    It should happen within Gen2 VM , please refer to following link:
    http://technet.microsoft.com/en-us/security/advisory/2871690
    Best Regards
    Elton Ji
    If it not the answer , please unmark it to continue .
    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.

  • Enterprise manager configuration failed but i*SQL Plus runs fine

    While Installing Oracle database 10g rel 2 on windows XP professional Service Pack 2 The Enterprise manager configuration failed.
    However I*SQL plus and
    Datbase configuration assistant and other tools run fine.
    I got the following error message
    Error instantiating em configuration files.
    Refer log E:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    On checking the contents of the log file I saw the following enteries
    Creating directories...
    Apr 14, 2007 2:24:45 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Unable to copy E:\oracle\product\10.2.0\db_1/sysman/config/emomsintg.xml to E:\oracle\product\10.2.0\db_1\localhost_orcl/sysman/config/emomsintg.xml: No such file or directory at bin/EMDeploy.pm line 261.
    Apr 14, 2007 2:24:45 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C E:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole E:\oracle\product\10.2.0\db_1\localhost_orcl localhost:3938 localhost orcl
    Apr 14, 2007 2:24:45 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Apr 14, 2007 2:24:45 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at E:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Apr 14, 2007 2:24:45 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
    at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2560)
    at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1166)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:207)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:185)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:146)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
    at java.lang.Thread.run(Thread.java:534)
    Can anybody suggest me a workaround.
    Is this an open bug?

    worth running emca -deconfig dbcontrol db and then running emca -configure dbcontrol db to let it have another try.

  • Adobe AIR app running fine on Adobe Flash CC but crashes when published

    Hi,
    I am developing an app for Adobe AIR. The app works fine when I compile it on Adobe Flash CC when I run it through the ADL. When I publish the app for Desktop and run it, I get the following error:
    VerifyError: Error #1014: Class flash.filesystem::File could not be found.
    This is strange, because it seems that actually, when I run the app outside Adobe Flash, the app is run through Flash Player.
    Any ideas?
    Thanks!

    Is the Intel your only graphics adapter, or are you running an ATI or nVidia card as well?

  • Got error in job execution, but the standalone procedure runs fine.

    I got error in job execution. But it runs fine as standalone procedure. Where could it be wrong?
    _>exec dbms_job.run(145373);
    BEGIN dbms_job.run(145373); END;
    ERROR at line 1:
    ORA-12011: execution of 1 jobs failed
    ORA-06512: at "SYS.DBMS_IJOB", line 481
    ORA-06512: at "SYS.DBMS_JOB", line 275
    ORA-06512: at line 1
    I checked the alert log file
    ORA-06550: line 1, column 101:
    PLS-00103: Encountered the symbol "RPTIMPORT" when expecting one of the following:
    := . ( @ % ;
    Thu May 2 12:59:34 2013
    Errors in file /oracle/admin/PDAMLPR1/udump/pdamlpr11_ora_15574.trc:
    ORA-12012: error on auto execute of job 146925
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    The trace file:
    *** ACTION NAME:() 2013-05-02 12:43:48.261
    *** MODULE NAME:(SQL*Plus) 2013-05-02 12:43:48.261
    *** SERVICE NAME:(SYS$USERS) 2013-05-02 12:43:48.261
    *** SESSION ID:(1811.10644) 2013-05-02 12:43:48.261
    *** 2013-05-02 12:43:48.261
    ORA-12012: error on auto execute of job 145373
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    *** ACTION NAME:(********* Schedule Job: Report C) 2013-05-02 12:47:58.178
    *** MODULE NAME:(PATIENT_REMEDIATE_JOB) 2013-05-02 12:47:58.178
    *** 2013-05-02 12:47:58.178
    ORA-12012: error on auto execute of job 145373
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    *** 2013-05-02 12:52:43.409
    ORA-12012: error on auto execute of job 146924
    ORA-06550: line 1, column 101:
    PLS-00103: Encountered the symbol "RPTIMPORT" when expecting one of the following:
    := . ( @ % ;
    *** 2013-05-02 12:59:34.651
    ORA-12012: error on auto execute of job 146925
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    ~
    ~
    The job was created as the following with 30 min interval:
    The job number: 145373
    DECLARE
    X NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => 'RPTIMPORT.pr_exec_pop_ddl21_data_irt'
    ,next_date => to_date(sysdate)
    ,interval => '/*30:Mins*/ sysdate + 30/(60*24)'
    ,no_parse => TRUE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    Thanks for help!

    the issue is resolved. I missed to put ";" at end of what statement. Thank all.

Maybe you are looking for

  • The White Box

    I have Flash Player 9 installed on my XP operating system. I also have a website that I designed with the "Yahoo Sitebuilder". I have been trying to incorperate Flash Player 9 into my website with no success. I followed the instructions from both the

  • Problem with Camera Raw update in Elements 11

    I need to update the raw plug-in in elements 11, but when I go to the update section, I just keep getting an error message (which says server busy or might be prevented by firewall).  I suspect that my firewall is stopping the updates, but I don't kn

  • In 12c OEM where can I set the notification when the Agent is down.

    Hello Experts, In 10g OEM environment , while creating the notification rule , we have a tab "availablity" which has the option to choose for the Agent target availability. But while creating a rule in the 12c , I didn't find that kind of option. So,

  • Crystal Web Viewer field overflow horizontally

    A report developed in Crystal 9 when viewed on a Web App. using the Crystal Viewer does not inherit the design time formatting of fields. This happens esp. for string field objects whose "can grow" is not checked. The field overflows horizonantally t

  • Is ORACLE DB 7.3.4 compatible with VPN systems?

    Can any body write as needed detail where I can find the information about that (Is ORACLE DB 7.3.4 compatible with VPN systems?) Thanks in advance I need the answer quick answer