Shutting down oc4j fails in eclipse

this has been bugging me for too long now.. whenever I try to shutdown oc4j from eclipse, I get the error : "Error: Missing ormi[s]://<host>:<port>". From what I can tell (in the oc4j notes*) some platforms have difficulty determining localhost and changing the shutdown script to use 127.0.0.1 should fix the issue. I've since replaced the shutdown param in <OC4J_HOME>/bin/oc4j to no avail.. does anyone have any suggestions as how to solve this, or what other files might be used within eclipse to shutdown oc4j ?
This is oc4j 10.1.3.1, eclipse 3.2.1 with web tools 1.5.2 on OS X 10.4
* links to relevant resources but no working fixes..
Can't shutdown OC4J 10.1.3.0.0 with JDK 1.5 from command line
http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.0.3/10.1.3_addendum.html

Sorry took me a little while to get back to this.
The OC4J plugin definition file "oracle.10.1.3.serverdef" uses the entry below as its definition of how stop the server. It's using an internal access point of the admin.jar client and calling -shutdown on localhost:
<stop>
<mainClass>com.evermind.client.orion.Oc4jAdminConsole</mainClass>
<workingDirectory>${OC4J_HOME}</workingDirectory>
<programArguments>ormi://localhost:${oc4j.admin.port} ${oc4j.admin.user} ${oc4j.admin.password} -shutdown </programArguments>
<vmParameters></vmParameters>
<classpathReference>oracle_admin</classpathReference>
</stop>
So you could probably change this value to be 127.0.0.1 and see if that fixes your problem with shutdown.
cheers
-steve-

Similar Messages

  • Reboot and shut down scripts failed on open dialogue window

    I have a headless server.
    It is scheduled to shut down at 01.00 AM via the control panel.
    I have a script (tested it works) to shut down the server should the control panel fail.
    tell application "System Events"
    shut down
    end tell
    Should this fail for some reason there is a second script that tell the computer to reboot shortly before the control panel schedule should start the server.
    tell application "System Events"
    restart
    end tell
    Yesterday it failed to execute either script. ITunes had been running and checked for updates and found one. It was installed and this resulted in the dialogue box appearing that wants you to promise not to steal the code etc. No person there to click OK so it hung and cancelled all processes.
    So this stopped the shut down as well as the reboot.
    The reason I have this script is as to make sure the computer has no hanging programmes or windows and shuts down and fires up on the desired time.
    Anybody knows how to make it force to quit the programme?
    Or better would be (and my preference too) to have it check if such windows are open and OK them before shutting down.
    I know this is only a one in thousand occurrence, but it would be nice to have it not happen again, this time I was there to fix it.
    Thanks.

    'b4' - ?
    Your problem is not with the provided instructions; but, the version of 'Script Editor', SE, you use.
    I use SE, v. 2.0 (43) from a 'Panther' (MacOS X 10.3.x) installation. This application version works on PPC Macs running 'Panther' and 'Tiger' (MacOS X 10.4.x), and Intel Macs running 'Tiger' and (dog crap) 'Leopard' (MacOS X 10.5.x). At least here.
    The features and (intuitive) ease of use of SE v. 2.0 are superior to its equivalents of 'Tiger' and (dog crap) 'Leopard'. Besides allowing one to view the 'Description' textarea field of a 'Run Only' script, SE v. 2.0 allows one to select all of the 'Suites' titles in the left side list, click on the right side panel, and then search for any character, word, or string - such as 'a', 'is', 'the', 'reference', 'in MHz' - anything. Try such a search with SE v. 2.1 and v. 2.2.
    Try this example:
    Select SEs' 'Window, Library' menu item. A window titled 'Standard Additions.asdictionary' will appear.
    From the 'Library' windows' list, double click on 'StandardAdditions'.
    SE v. 2.0 only - Select all of the suites of the left side panel, then click once on the right side panel.
    In the search field (SE v 2.1 and v. 2.2) or search window (SE v. 2.0) enter 'in MHz', and press the <return> key. Did SE v. 2.1 or 2.2 find it? SE v. 2.0 goes right to it; even highlighting the search string result.
    As an exercise - waste your time looking for 'in MHz' in SE v. 2.1 and / or v. 2.2.
    Hint 01: Search for 'system'. Now you have a one (1) in four (4) chance of locating the user desired string (of 'in MHz') by viewing the text of each listed result.
    Hint 02: Try searching by 'Description' - click on the search 'magnifying glass' and a popup button of choices appears - click on the 'Description' menu item. Still, unlike with SE v. 2.0, SE v. 2.1 or v. 2.2 does not actually highlight the located character, word, or string.
    Ok, you finally located the line of 'in MHz'; but now - you want to see all of the commands of the related 'Suite' - how do you do it? In SE v. 2.0 you may have to scroll up a little; but, in SE v. 2.1 and v. 2.2 ...

  • MSI P55-CD53 Shut down and failing to POST

    Hi,
    I have (had) a build using a P55-CD53 mother board and an i7-860 and two 2gb sticks of RAM. Everything has been working fine for the last 8 months then today while playing flight simulator the computer just shut down and rebooted.
    Now it won't POST at all or show anything on the monitor
    All fans running, never hung or rebooted that would suggest a heating issue. This has me completely confused and I am not sure where to start.
    I tried removing the ram and re installing one stick at a time.
    I've never done any overclocking
    and not sure it is any help but i am only seeing one cpu phase LED whereas in the manual it says i should be seeing 2, 3 or 4 lights.
    Any help would be really appreciated.

    I'm thinking because it happened during a game it could easily be the power supply that has failed, since the computer will draw most power during this time. If this is the case, you really need to test another power supply to properly diagnose this.
    It could easily otherwise be a faulty motherboard or CPU. Testing another CPU in the motherboard (or your CPU in someone elses motherboard) would give an indication of whether the CPU is at fault. If still no life then it's looking more likely the motherboard is dead.
    I see what you mean about the phase LEDs. I'm not sure what it means to have just 1 lit up, because as you say, the manual shows 2, 3 or 4 LEDs but not just 1. Perhaps MSI can answer that for you: >>How to contact MSI<<.
    Do you have a speaker connected to hear the beep codes? It may help to know if it beeps at all.

  • OC4J 10g (10.1.3) shut down problems..

    hi all,
    i am using the latest version oc4j 10g (hopefully). i can start it without problems and run our application.
    but i issue command to shutdown, it fails to be, the command prompt always stay at "shutting down ..." line without exit.
    i use the following to shutdown and my jdk 1.4.2_06 under windows xp
    oc4j -shutdown -port 23791 -password admin admin
    anyone has the same experience? Because of it, under eclipse, it can't restart smoothly. i have to use force exit to close the oc4j.
    thx

    The OC4J script is not the cause of this -- if the message is shown "shutting down OC4J' then the call has been made to OC4J and its in the process of shutting down.
    If you execute "set verbose=on" before executing oc4j.cmd, then you'll see the command that oc4j uses when -shutdown is performed is exactly that command you suggest:
    oc4j -shutdown -port 23791 -password welcome1Executing: D:\java\jdk150_11\bin\java -jar "d:\java\oc4j-10133-prod\j2ee\home\admin.jar" ormi://localhost:23791 oc4jadmin welcome1 -shutdown
    But as you are suggesting there are manual ways to shutdown OC4J that are equally valid to use; it's a matter of choice.
    What you could try is using the -force extra switch with the -shutdown command to force it to shutdown:
    java -jar admin.jar ormi://localhost:23791 oc4jadmin welcome1 -shutdown force
    If that fails, ctrl+c the process. It doesn't do any damage to it.
    A thread-dump (ctrl+break) on the hung process can help to identify any deadlock issues.
    oc4j.cmd is limited certainly, but it provides a simpler entry point IMHO for new users. And we still fully support/endorse the direct startup path using the runnable JAR file.
    -steve-

  • Shut Down Of OC4J Container ist blocked

    Hi,
    i'vi got a problem with the new 10g iAS and if anybody's encountered the same or does know a solution, please let me know.
    The problem is:
    I'm not able to stop the OC4J container in the iAS cleanly.
    The reason is:
    There are two timers (java.util.Timer) running. These timers are cleanup timers, which run always throughout the application at intervalls (scheduleAtFixedRate). If i dont start the timers, the container will stop right away, without any error. If the timers are running the container is waiting for them to cancel and shutting down hardly after a timeout.
    I didn't have this problem with 9i and i dont have it in the embedded OC4J of the JDeveloper.
    Is there any workaround? How could i latch into the shutdown process, to cancel the timers myself?
    Best regards,
    Mirko

    The OC4J script is not the cause of this -- if the message is shown "shutting down OC4J' then the call has been made to OC4J and its in the process of shutting down.
    If you execute "set verbose=on" before executing oc4j.cmd, then you'll see the command that oc4j uses when -shutdown is performed is exactly that command you suggest:
    oc4j -shutdown -port 23791 -password welcome1Executing: D:\java\jdk150_11\bin\java -jar "d:\java\oc4j-10133-prod\j2ee\home\admin.jar" ormi://localhost:23791 oc4jadmin welcome1 -shutdown
    But as you are suggesting there are manual ways to shutdown OC4J that are equally valid to use; it's a matter of choice.
    What you could try is using the -force extra switch with the -shutdown command to force it to shutdown:
    java -jar admin.jar ormi://localhost:23791 oc4jadmin welcome1 -shutdown force
    If that fails, ctrl+c the process. It doesn't do any damage to it.
    A thread-dump (ctrl+break) on the hung process can help to identify any deadlock issues.
    oc4j.cmd is limited certainly, but it provides a simpler entry point IMHO for new users. And we still fully support/endorse the direct startup path using the runnable JAR file.
    -steve-

  • Fails or refuses to shut down.

    I have a new Macbook after working with Macs for years.
    At the end of the day I try to shut down my Mac book. It seems to shut down.
    When I get up in the morning, it is up and running.
    It is either not shutting down or re starting without a command to re start.
    It seems to do both.
    when I searched the forum, there were many hits on shutting down when people did not want the Mac to shut down. But this problem is refusing to shut down or failing to shut down.
    Any ideas?
    Duane Campbell

    When you select "Shut Down" from the Apple Menu, wait for the screen to go completely black and make sure that the fan has stopped running. Sometimes it can take awhile to completely shut down.
    Also, try resetting your PMU.
    http://docs.info.apple.com/article.html?artnum=303319
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
    ITMS: MacOSG Podcast
     An Apple User Group 

  • Shut down cancelled because Mail failed to quit

    Since the 10.8.1 update - and continuing with 10.8.2 - shut down often fails and I get the message that "Mail failed to quit". Permissions have been repaired.
    Any ideas?

    Hi Otto,
    There are many threads on this topic. I have contacted Apple a few times as well and have tried just about everything mentioned on these forums, with little or no help.
    The last thing that I tried has reduced Mail's Quit time to about 50 seconds (not enough to abort a shutdown) where previously it simply refused to quit unless Force Quit. The trick in question: Unsubscribe from Apple's RSS feed (which is automatically subscribed to).
    In addition, prior to the above change at various troubleshooting steps over several weeks I had also deleted all Notes, ToDos, rebuilt Mailboxes etc. Essentially I have eliminated all additional functionality in Mail, just so that I can use it to send and receive email without a glitch.
    Take a look at these threads for some pointers:
    http://discussions.apple.com/message.jspa?messageID=8174290#8174290
    http://discussions.apple.com/message.jspa?messageID=7807482#7807482

  • DAC Service shuts down with Java Memory when regenerating indexes.

    We have set up to run the DAC as a windows service. We have just set up a new execution plan comprising subject areas from Financials and Inventory. When we run the first full load, the execution plan executes all steps, but when it starts to run the last task: QUERY_INDEX_CREATION, the DAC service shuts down subsequently failing the execution plan. In the stderr.log we see the following:
    11-11-2008 16:44:59 global
    SEVERE:
    ANOMALY INFO:::
    MESSAGE:::Database Object should be specified for sql commands.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLTask.doInit(SQLTask.java:86)
    com.siebel.analytics.etl.etltask.CountTableTask.doInit(CountTableTask.java:59)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:129)
    com.siebel.etl.engine.core.Session.getTargetTableRowCounts(Session.java:3057)
    com.siebel.etl.engine.core.Session.run(Session.java:2972)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    java.lang.StringBuilder.toString(StringBuilder.java:430)
    com.siebel.etl.engine.core.IndexPropertyFactory.createIndexProperty(IndexPropertyFactory.java:28)
    com.siebel.etl.engine.core.Index.<init>(Index.java:71)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:329)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    oracle.jdbc.driver.CharCommonAccessor.getString(CharCommonAccessor.java:385)
    oracle.jdbc.driver.T4CVarcharAccessor.getString(T4CVarcharAccessor.java:411)
    oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:397)
    oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1515)
    com.siebel.etl.database.DAWResultSet.getString(DAWResultSet.java:597)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:301)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:10 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    This is repeated many times in the log. It manages to create some indexes, but eventually it shuts down the DAC windows service
    In the windows event viewer we then see this at 11-11-2008 16:
    "The Java Virtual Machine has exited with a code of 10, the service is being stopped."
    My guess is that we need to allocate more memory to the DAC Java VM, but how/where?
    Any ideas?
    best regards,
    Henrik Verup
    Edited by: [email protected] on Nov 20, 2008 10:34 AM
    We have managed to work around the problem, by changing the DAC Sytem Property (under Setup): CreateQueryIndexesAtTheEnd from true to false. This way, indexes are being rebuilt during the load - not at the end. This has helped in getting the execution pla to finisf succesfully. We are now working on how to increase Java heap memory of the DAC Server, when started as a windows service. We have installed a windows service to stop and start the DAC serve,r using a document by Olivier Lemaire from Oracle.
    Does anyone have experiences on this?

    java Heap memory in DAC can be increased from the Client Side .
    Open the file for editing----startclient
    echo off
    title Siebel DAC Client
    call config.bat
    Rem Uncomment the below if you want to see a DOS window with messages.
    Rem and comment out the JAVAW line.
    Rem
    Rem %JAVA% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    Rem
    start %JAVAW% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    edit 1024 and increase the heap memory sizee,this should work.We faced a similar issue and increasing the size of the java memory solved the issue.
    Let me know if this is solved

  • 2011 MacBook Pro shuts down while working with blu ray disks

    I am trying to backup my blu ray disks to digital formats in the event that a disk is damaged. I am using an early 2011 MacBook Pro with OSX 10.8.5 with a Samsung SE-506 external blu ray writer. I have been using handbrake to rip DVD's, but downloaded Make MKV to handle blu rays. I successfully ripped one blu ray disk last night. Once before that, and four times after, the computer shut down after failing to read the disk. When it restarts, a gray screen reports that the computer experienced and error and had to shut down. I believe this has something to do with the fact that OSX does not natively support blu ray disks. The disk drive is plugged into one of two USB slots in the computer. The other slot has a USB hub with two external hard drives and some other devices connected to it.
    So far, the computer has failed to recognize the disk, and nothing comes up in Make MKV. The last time I tried, the computer recognized the disk, Make MKV read it and showed the titles. When I tried to rip the disk, the process failed. After another attempt, the computer shut down. This has never happened while using the original disk drive, or while using DVD's in the external drive.
    I spoke with Samsung support, and they have no record of this being a problem. So, where do I go from here? I have quite a few disks to rip, so I am hoping this issue can be resolved. I have searched around, but cannot find any information on this problem happening to someone else.

    Hi lilliputian apple,
    If you are having issues with your Mac spontaneously shutting down, especially with externally connected hardware, you may find the following article helpful:
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    http://support.apple.com/kb/TS4636
    Regards,
    - Brenden

  • Error while shutting down the OC4J Conatiner

    I am always getting a time out error message when shutting down my OC4J container. I am using AS 10.1.2.0.0 on Linux x86 RedHat ES 4.4
    Below is the error:
    An error occurred while stopping "OC4J_APP_PR".
    OC4J : OC4J_APP_PR - time out while waiting for a managed process to stop
    For more information, look at the logs using the related link below.
    Contents of log file
    08/04/08 21:23:03 App-web: Closing Spring root WebApplicationContext
    08/04/08 21:23:03 App-web: Error in servlet 'MainController' destroy()
    java.lang.NullPointerException
    at javax.servlet.GenericServlet.getServletContext(GenericServlet.java:205)
    at javax.servlet.GenericServlet.log(GenericServlet.java:300)
    at javax.servlet.GenericServlet.destroy(GenericServlet.java:122)
    at com.evermind.server.http.ServletInstanceInfo.destroy(ServletInstanceInfo.java:116)
    at com.evermind.server.http.HttpApplication.destroyServlets(HttpApplication.java:5869)
    at com.evermind.server.http.HttpApplication.destroy(HttpApplication.java:5790)
    at com.evermind.server.http.HttpSite.destroy(HttpSite.java:897)
    at com.evermind.server.http.HttpServer.destroy(HttpServer.java:615)
    at com.evermind.server.ApplicationServer.destroy(ApplicationServer.java:2093)
    at com.evermind.server.ApplicationServerShutdownHandler.run(ApplicationServerShutdownHandler.java:39)
    at java.lang.Thread.run(Thread.java:534)
    08/04/08 21:23:03 App-web: Stopped
    08/04/08 21:23:03 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))

    And in the soa-diagnostic log i am getting the following exception
    [2012-03-10T01:24:55.162-05:00] [tst_soa1] [ERROR] [] [oracle.soa.bpel.engine.cluster] [tid: ClusterNodeHeartbeat] [userId: <anonymous>] [ecid: f0166805c11697fc:312c7017:135faf7d4dc:-8000-0000000000000002,1:24871] [APP: soa-infra] Failed to execute heartbeat update[[
    java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedSta

  • HP M8300f fails to start, shuts down when running

    I have to frequently use system restore because it fails to start properly.      When running, it frequently shuts down (blue or black screen).    From what I have learned researching on the net, there is a known issue with the motherboard on this computer.   
    I purchased two HP laptops that have also failed before their time.    Apparently a known issue with overheating.    I wish I had known before I bought them.    They both failed a year ago.     Now the desktop is failing.   
    Thank you, HP, for your not-so fine quality control.     
    I will never again purchase an HP computer or device of any kind.     Ever.      Nor will I recommend them to any of the people in my circle of friends or at the Fortune 100 company where I work.    

    The same problem to me. In just over a year, mine started with these freezing problems. After many tries with customer support, none of which provided me with a clue I gave up.Then I found the motherboard's capacitors were kind of bulged. Bad quality boards I guess.

  • Macbook display sometimes fails to turn on after shut down (2008 2.4Ghz dual core 2 duo - 2GB DDR2 running OSX 10.6.8)

    I own a black macbook (early 2008 model) and for the past few months the display has occasionally (although recently more often) failed to turn on when booting. This only happens every one in four times after a full shut down. When I turn on the computer, I hear the hard drive boot and the fans start going, I also get a response in the white light indicator. When this occurs, I then have to press the on/off button to shut the macbook down, then press the button to turn it on again. Sometimes this works on the second try, but other times it takes 3 to 4 times turning it on or turning it off. Initially I thought it was a hard drive issue (and planned to purchase a new hard drive), but after connecting the laptop to an external screen, the desktop shows up (macbook display remains off despite unplugging or replugging external display). Is this a firmware issue? Or potentially a display cable issue? I'm leaning towards firmware since it only happens every 1 in 4 times. All parts in the macbook are original to 2008 and I've never really had any problems before.
    I've tried resetting by taking out the battery/pressing the on button.
    I also did a clean 7 pass wipe and reinstalled Mac OSX.
    Used TechTool Deluxe - found no issues.
    Booted computer and pressed D to perform a Mac hardware test - no problems found.
    Not sure what to do now...
    These two looked mildly like my problem: http://www.ifixit.com/Answers/View/68700/Not+booting+properly+after+10.6.8+and+F irmware+updates and another suggested replacing the display cable: http://www.ifixit.com/MacBook-Parts/MacBook-Display-Data-Cable/IF186-073?utm_sou rce=ifixit_guide&utm_medium=wiki_text&utm_term=if186-073&utm_content=product_lin k

    I own a black macbook (early 2008 model) and for the past few months the display has occasionally (although recently more often) failed to turn on when booting. This only happens every one in four times after a full shut down. When I turn on the computer, I hear the hard drive boot and the fans start going, I also get a response in the white light indicator. When this occurs, I then have to press the on/off button to shut the macbook down, then press the button to turn it on again. Sometimes this works on the second try, but other times it takes 3 to 4 times turning it on or turning it off. Initially I thought it was a hard drive issue (and planned to purchase a new hard drive), but after connecting the laptop to an external screen, the desktop shows up (macbook display remains off despite unplugging or replugging external display). Is this a firmware issue? Or potentially a display cable issue? I'm leaning towards firmware since it only happens every 1 in 4 times. All parts in the macbook are original to 2008 and I've never really had any problems before.
    I've tried resetting by taking out the battery/pressing the on button.
    I also did a clean 7 pass wipe and reinstalled Mac OSX.
    Used TechTool Deluxe - found no issues.
    Booted computer and pressed D to perform a Mac hardware test - no problems found.
    Not sure what to do now...
    These two looked mildly like my problem: http://www.ifixit.com/Answers/View/68700/Not+booting+properly+after+10.6.8+and+F irmware+updates and another suggested replacing the display cable: http://www.ifixit.com/MacBook-Parts/MacBook-Display-Data-Cable/IF186-073?utm_sou rce=ifixit_guide&utm_medium=wiki_text&utm_term=if186-073&utm_content=product_lin k

  • Programs failing to quit & system to shut down

    My Mac has been slowing down, with programs (especially Photoshop, Firefox) failing to close down and sometimes the system fails to shut down, I just get coloured spinning wheel forever. Also Time Machine fails to find the backup disk even though it is on the desktop. After failing to shut down the computer takes an age to start up and I have to turn the backup disk off and on as the icon has disappeared.
    I noticed high cpu usage from mds and mdworker so I've reindexed Spotlight via Terminal and waiting to see if this helps. I also ran Etrecheck and there seems to be stuff there that needs sorting, hoping someone can help me interpret it.
    EtreCheck version: 2.1.5 (108)
    Report generated 2 January 2015 23:30:07 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
        Mac Pro (Mid 2010) (Verified)
        Mac Pro - model: MacPro5,1
        1 2.8 GHz Quad-Core Intel Xeon CPU: 4-core
        4 GB RAM
            DIMM 1
                1 GB DDR3 ECC 1066 MHz ok
            DIMM 2
                1 GB DDR3 ECC 1066 MHz ok
            DIMM 3
                1 GB DDR3 ECC 1066 MHz ok
            DIMM 4
                1 GB DDR3 ECC 1066 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en2: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 5770 - VRAM: 1024 MB
            SyncMaster 1680 x 1050 @ 60 Hz
            spdisplays_display_connector
            spdisplays_display_connector
    System Software: ℹ️
        Mac OS X 10.6.8 (10K549) - Uptime: 7:46:26
    Disk Information: ℹ️
        HL-DT-ST DVD-RW GH61N
        WDC WD1001FALS-41Y6A0 disk0 : (931.51 GB)
            - (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 782.76 GB (509.45 GB free)
            BOOTCAMP (disk0s3) /Volumes/BOOTCAMP : 217.10 GB (177.60 GB free)
    USB Information: ℹ️
        Lexmark International Lexmark C544
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        Griffin Technology, Inc iMic USB audio system
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        Formac Elektronik GmbH Formac Disk Maxi 800mbit - 800mbit max
            - (disk1s1) <not mounted> : 210 MB
            Time Machine FW (disk1s2) /Volumes/Time Machine FW : 749.81 GB (60.62 GB free)
    Kernel Extensions: ℹ️
            /Applications/Transmit.app
        [not loaded]    com.panic.TransmitDisk.transmitdiskfs (4.0.0 - SDK 10.6) [Support]
            /Library/Application Support/Roxio
        [not loaded]    com.roxio.TDIXController (1.1) [Support]
            /System/Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.0 - SDK 10.8) [Support]
        [loaded]    com.sophos.nke.swi (9.2.0 - SDK 10.8) [Support]
    Startup Items: ℹ️
        ColdFusion8: Path: /Library/StartupItems/ColdFusion8
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [not loaded]    org.samba.winbindd.plist [Support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Support]
        [loaded]    com.adobe.CS4ServiceManager.plist [Support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Support]
        [running]    com.sophos.uiserver.plist [Support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Support]
        [invalid?]    com.adobe.SwitchBoard.plist [Support]
        [loaded]    com.adobe.versioncueCS4.plist [Support]
        [loaded]    com.barebones.authd.plist [Support]
        [running]    com.sophos.common.servicemanager.plist [Support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Support]
        [loaded]    com.adobe.ARM.[...].plist [Support]
        [loaded]    com.google.keystone.agent.plist [Support]
        [loaded]    com.macpaw.CleanMyMac.helperTool.plist [Support]
        [loaded]    com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
        [loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
    User Login Items: ℹ️
        Suitcase Fusion 3    Application (/Applications/Suitcase Fusion 3.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
        FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
        QuickTime Plugin: Version: 7.6.6
        Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
        AdobePDFViewer: Version: 9.5.5 [Support]
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Audio Plug-ins: ℹ️
        iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
        Adobe Version Cue CS4  [Support]
        Flash Player  [Support]
        MacFUSE  [Support]
        MySQL  [Support]
    Time Machine: ℹ️
        Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
             3%    mds
             2%    activitymonitord
             2%    mdworker32
             1%    firefox
             1%    WindowServer
    Top Processes by Memory: ℹ️
        597 MB    firefox
        292 MB    InterCheck
        289 MB    mds
        180 MB    SophosScanD
        146 MB    SophosAntiVirus
    Virtual Memory Information: ℹ️
        171 MB    Free RAM
        2.20 GB    Active RAM
        1.40 GB    Inactive RAM
        520 MB    Wired RAM
        64.90 GB    Page-ins
        633 MB    Page-outs
    Diagnostics Information: ℹ️
        Jan 2, 2015, 03:44:16 PM    Self test - passed
        Dec 31, 2014, 03:19:43 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Adobe Photoshop CS5_2014-12-31-151943_[redacted].crash

    Un-install Sophos and CleanMyMac. Neither are needed.
    You do not need to use cleaning programs. They can destroy your computer operation as they may already have done.
    CleanMyMac - Uninstall
    CleanMyMac2 Un-install
    After un-installing, run this program to make sure you got all the pieces.
    EasyFind – Spotlight Replacement
    Sophos Un-install
    Activity Monitor – Monitor Performance Problems  
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Things you can do to resolve slowdowns  see post by Kappy

  • After prompted to update 10.9.1, my MacBook Pro updates and went thru restart but failed...I tried to start my book and gray screen, Apple logo both on, chime sounded, then went to progress bar, less than half macbook shuts down...did few times, same!!

    After prompted to update 10.9.1, my MacBook Pro updates and went thru restart but failed...I tried to start my book and gray screen, Apple logo both on, chime sounded, then went to progress bar, less than half macbook shuts down...did few times, same!!
    Go to system repair, there is a prompt that cannot repair live etc....I don understand!!! Help, I need the book for work tomorrow!!

    Thanks clintonfrombirmingham...
    After clicking "repair disk" it says DISK UTILITY STOPPED REPAIRING MACINTOSH HD, DISK UTILITY CAN't REPAIR THIS DISK. BACK UO AS MANY OF YOUR FILES AS POSSIBLE, REFORMAT THE DISK, AND RESTORE YOUR BACKED -UP FILES....
    written in red: ERROR: DISK UTILITY CAN'T REPAIR THIS DISK,,,DISK, AND RESTORE YOUR BACKED-UP FILES.
    how can I back up when I cannot even start my macbook? I am stuck here and have lots of important files in the hd... Please help me? Thanks you!

  • I have asked iTunes to print a cover and get a Windows failed and it shuts down iTunes.  The iTunes support asks for a serial number.  My previous iTunes won't print CD cover is what started this.  I have removed and reinstalled the iTunes, Quick Time etc

    I have removed and reinstalled iTunes Version 11, Quick Time, Apple Software Update, Apple Mobile Device, Bonjour, and Apple Applications Support.  I received this instruction from "http://support.apple.com/kb/HT1923.  I reinstalled Version 11 and it still will not print the CD covers and shuts down sometimes when I ask it to print.  I hope they will find a way to make it work. 

    Well my first guess was wrong. The line that failed is the one that writes out the image to disk. I've not revisited the code for that script for ages, but it seems I did add in an extra test for missing files a little while later, then forgot to upload the change. I can reproduce the error message if I deliberately rename a file to confuse iTunes so that seems the most likely reason for your problem with the script. I've uploaded a new build of CreateFolderArt which should work better.
    See FindTracks for a tool to repair broken links. You should probably get that issue fixed first.
    I know what SPSS stands for but that is all I know about it.
    tt2

Maybe you are looking for