Console errors eating up cpu, help?

I recently realized that launchd was using 100% cpu, my fans were roaring constantly and my battery was draining in around an hour on my 2011 Macbook Pro running 10.10 Yosemite. After som investigation, I came accross my console which showed that it was trying to launch something from optimum app, which I had already deleted using appcleaner. I can't seem to find the related plist file anywhere, and I've checked /system/library/launchagents and /system/library/launchdaemons. Anyone have a solution for this? Attached is a screenshot of console.

It looks like you installed something from your ISP to watch TV via the Internet, and it isn't working. I suggest you remove it.
Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.
Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.
Back up all data before making any changes.
You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

Similar Messages

  • DirectoryService still eats 190% CPU, HELP!

    Hi all
    A few months ago many users reported problems with directoryservice eating 190% CPU and for most upgrading to 10.5.2 seems to have done the trick: http://discussions.apple.com/thread.jspa?threadID=1211429
    But not for me, I have tried everything I can think of. This tip didnt work:
    http://julianschrader.de/20071224-recover-from-directory-service-database-index- corruption/
    And neither did copying the program file /sbin/DirectoryService from a friends computer nor running all maintanence tasts in Onyx.
    If I start in "safe boot" mode, everything works fine.
    The link below shows an Instrument snapshot of DirectoryService in action.
    [IMG]http://img516.imageshack.us/img516/2678/directoryservicesk8.th.jpg[/IMG]
    Does anyone have any suggestions?

    Thanks for your replay and it is also good to learn I'm not alone.
    I have menumeters installed so I continously monitor the CPU load. The DirectoryService bug is always present with increased CPU load every 10 seconds however only some of the time it reaches very high CPU load. ATM the peakes at about 20% for less than a second but it can consume almost all CPU power for 8-9 seconds every 10 seconds when it is really bad.
    Rebooting does not help though, booting in "safe" mode does.

  • Tomcat 5.0.16 console error,please help

    Hi,
    I was told that the .class files must be put into a package in order for the tomcat to run it.
    My directory structure is as follows,
    %TOMCAT HOME %/webapps/sampleapp/WEB-INF/classes
    /WEB-INF/lib
    /WEB-INF/sourcefiles
    /WEB-INF/web.xml
    In the classes directory I have make something like this....
    /classes/package/structure/HelloServlet.class(This is my servlet file),
    Now I have changed/made the web.xml in MY WEB-INF directory and have added this
    /******************** Contents of web.xml file *****************/
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Servlet 2.4 Examples</display-name>
    <description> Servlet 2.4 Examples </description>
    <!-- Servlet mapping start -->
    <!-- Define servlets. i.e. bind a servlet name to a class -->
    <servlet>
    <servlet-name>HelloServlet</servlet-name>
    /** This is the prominent change **/
    <servlet-class>package.structure.HelloServlet</servlt-class>
    /** This is the prominent change **/
    </servlet>
    <!-- bind a servlet name to a URL (pattern) -->
    <servlet-mapping>
    <servlet-name>HelloServlet</servlet-name>
    <url-pattern>/sampleapp</url-pattern>
    </servlet-mapping>
    <!-- Servlet mapping end -->
    </web-app>
    /******************** Contents of web.xml file *****************/
    Hope that it is right so far,
    I dont know how to change the %TOMCAT_HOME%/conf/server.xml,do we have to change anything here??, this is what I have written in the server.xml file.
    /********************* Contents of server.xml file ***************/
    <Context path="/sampleapp" docBase="sampleapp" debug="0" reloadable="true">
    </Context>
    /********************* Contents of server.xml file ***************/
    And finally I am getting theses errors in the tomcat console
    /******************* Errors in Tomcat console *********************/
    Feb 1, 2004 10:04:22 PM org.apache.commons.digester.Digester fatalError
    SEVERE: Parse Fatal Error at line 3 column 6: The processing instruction target
    matching "[xX][mM][lL]" is not allowed.
    org.xml.sax.SAXParseException: The processing instruction target matching "[xX]
    mM][lL]" is not allowed.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(U
    known Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
    at org.apache.xerces.impl.XMLScanner.scanPIData(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanPIData(Unk
    own Source)
    at org.apache.xerces.impl.XMLScanner.scanPI(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispa
    ch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(U
    known Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.commons.digester.Digester.parse(Digester.java:1548)
    at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextC
    nfig.java:302)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:6
    4)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConf
    g.java:254)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:166)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:
    212)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:51
    at org.apache.catalina.core.StandardService.start(StandardService.java:
    19)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:23
    3)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
    Feb 1, 2004 10:04:22 PM org.apache.catalina.startup.ContextConfig applicationCo
    fig
    SEVERE: Parse error in application web.xml
    org.xml.sax.SAXParseException: The processing instruction target matching "[xX]
    mM][lL]" is not allowed.
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.commons.digester.Digester.parse(Digester.java:1548)
    at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextC
    nfig.java:302)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:6
    4)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConf
    g.java:254)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:166)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:
    212)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:816)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1125
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:51
    at org.apache.catalina.core.StandardService.start(StandardService.java:
    19)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:23
    3)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
    Feb 1, 2004 10:04:22 PM org.apache.catalina.startup.ContextConfig applicationCo
    fig
    SEVERE: Occurred at line 3 column 6
    /******************* Errors in Tomcat console *********************/
    Hoping that I could get this question answered at the earliest.
    Thanking you in advance
    AS

    It is correct
    -Regards
    ManikantanThanks.It is the continuation of the same doubt.I am unable to get the tomcat running on the console.I get the following erors still,do let me know what could be the problem.
    /********************* Error in the console of tomcat *****************************/
    Feb 2, 2004 12:04:18 AM org.apache.commons.digester.Digester fatalError
    SEVERE: Parse Fatal Error at line 3 column 6: The processing instruction targ
    matching "[xX][mM][lL]" is not allowed.
    org.xml.sax.SAXParseException: The processing instruction target matching "[x
    mM][lL]" is not allowed.
    /********************* Error in the console of tomcat *****************************/
    I havent changed the server.xml fle in the %TOMCAT%/conf/server.xml file.
    /***********************************server.xml file*********************************/
    <Context path="/sampleapp" docBase="sampleapp" debug="0" reloadable="true">
              </Context>
    /***********************************server.xml file*********************************/
    The url-pattern in the web.xml is /sampleapp is this fine??.
    Help would be appreciated.
    Thanks
    AS

  • ICal Syncs From Exchange, but not To Exchange -- funky Console error.

    I'm the IT guy troubleshooting a user's MacBook Pro 15" (not unibody) with Snow Leopard. The Mac users in my company have been having near-constant trouble with their email and calendars almost since the day they switched, first with Exchange 2003/Entourage and now with Exchange 2007/Snow Leopard (guess how I feel about those "Enterprise Ready" ads!) -- random show-stopping issues like this have plagued them and I delete and resync something almost weekly. (By comparison, the hundreds of Outlook users on my server have never needed to delete and resync. Blackberry users occasionally, iPhone/WinMo users almost never.)
    Calendar items in iCal don't get synced up to my Exchange 2007 server, however creating an item in Outlook Web Access (i.e. directly on the server) get synced down to iCal just fine. I've tried refreshing, etc.
    In Console, there are repeated error messages saying "save failed" ... "Items cannot be deleted from alarms." Unfortunately it seems I'm the first person known to Google to have this error (yay!) hence the post here. Your advice in resolving the issue is appreciated because I'd rather not wipe his iCal and resync from Exchange, given that an unknown number of appointments haven't yet synced up to the server and thus data would be lost.
    Below is the full error message from Console, which repeats once every minute. The only differences between errors are the UserInfo which appears to increment. The appointment in question, "Call Adam Hird" from 9:00 to 9:15 on 11/19/09, looks fine in iCal except that it appears to have been renamed "Call with Adam Hird" with a location (a 10-digit phone number with hyphens) added (which iCal might not like, since the appointment name is just followed by a long dash "--" and nothing. Removing this doesn't appear to solve anything.) and the time changed to 9:00-9:30. It doesn't appear to fix itself when I change its time to 10:00 (again I don't want to delete anything since that might "fix" the problem without actually solving it.)
    11/20/09 10:34:45 AM iCal[45688] save failed: Error Domain=NSCocoaErrorDomain Code=1600 UserInfo=0x105b79590 "Items cannot be deleted from alarms." {
    NSLocalizedDescription = "Items cannot be deleted from alarms.";
    NSValidationErrorKey = alarms;
    NSValidationErrorObject = "<CalManagedEvent: 0x11648ac00> (entity: Event; id: 0x116bb9f60 <x-coredata://A9655919-B156-400F-A34C-EF02353540AF/Event/p4310> ; data: {\n alarms = (\n \"0x1167ea520 <x-coredata://A9655919-B156-400F-A34C-EF02353540AF/Alarm/p615>\"\n );\n attachments = (\n );\n attendeeComments = (\n );\n attendees = (\n );\n calendar = nil;\n calendarServerAccess = nil;\n changeKey = \"DwAAABYAAADEcN5FDQgWT5LycXCBLbcoAAETZn/9\";\n classification = 0;\n creationDate = nil;\n dateStamp = \"2009-11-19 08:06:16 -0700\";\n deleteSyncRecord = 0;\n dontSchedule = 0;\n dropBoxFreeBytes = nil;\n dropBoxLocation = nil;\n endDate = \"2009-11-19 09:15:00 -0700\";\n hasAlarm = 1;\n hasAttachment = 0;\n hasAttendee = 0;\n hasDropBox = 0;\n hasRecurrenceException = 0;\n isAllDay = 0;\n isDetached = 0;\n isInvitationDirty = 1;\n isInvitationSent = 0;\n isMyResponseDirty = 0;\n isPhantom = 0;\n isRSVPNeeded = 0;\n itemID = AQMkADcwMjFkMGM4LTZlYmMtNDM3Mi04OWYwLTM4ZDRjZDQzZD;\n localUID = \"local_74189D19-882A-4BE1-BC99-86D1E796245B\";\n location = nil;\n masterException = nil;\n messages = (\n );\n needsReply = 0;\n needsServerConfirmation = 0;\n notes = nil;\n omitSyncRecord = 0;\n organizerAddress = nil;\n organizerAddressString = nil;\n organizerCommonName = nil;\n permission = 3;\n privateComment = nil;\n recurrenceEndDate = nil;\n recurrenceExceptions = (\n );\n recurrenceRule = nil;\n sequence = 0;\n sharedUID = \"C33E682B-8DB1-436B-98B2-11F69E069E69\";\n startDate = \"2009-11-19 09:00:00 -0700\";\n status = 0;\n timeZone = \"US/Mountain\";\n title = \"Call Adam Hird\";\n transparency = 0;\n url = nil;\n urlString = nil;\n})";
    NSValidationErrorValue = "Relationship objects for {(\n <CalManagedAlarm: 0x1039b3890> (entity: Alarm; id: 0x1167ea520 <x-coredata://A9655919-B156-400F-A34C-EF02353540AF/Alarm/p615> ; data: <fault>)\n)} on (<NSRelationshipDescription: 0x114aaad40>), name alarms, isOptional 1, isTransient 0, entity Event, renamingIdentifier alarms, validation predicates (\n), warnings (\n), versionHashModifier (null), destination entity Alarm, inverseRelationship item, minCount 0, maxCount 0";
    }

    Despite my reservations, the user needed his calendar to sync ASAP, so I deleted the Adam Hird appointment. Then I thought "might be a good idea to back it up so I can help Apple Discussions troubleshoot!" so I pressed Cmd+Z to undo the deletion. Apparently this unstuck the clog-- the test appointments that weren't syncing up to Exchange deleted themselves (oops) and the Adam Hird appointment reverted back to its Exchange state (9:00-9:15, no location). Further tests show that syncing now works fine with no Console errors.
    Any ideas? Consider this a bug report, I guess...

  • MGW error logs for Cpu utlization

    Dear All
    We are using Cisco AS5400 as mgw, we often found during call peak hrs thsi mgw's showing error logs for cpu utlization. I have following questions in regards to thsi error.
    1. why this error logs comes?
    2. where & what we need to chcek? any hardware or IOS issue?
    3. main and important thing whether during such error logs there is load on MGW and due to over cpu utlization call which attempt on MGW may failed? if yesy its failed with MGW end or failed from source end as abondan? or else if MGW disconnect then what is ISDN casue code.
    we are using PGW in signalling or nailed mode.
    Please help me with this
    Regards
    Amit--

    Hi
    Thanks to both of you
    Here is log for Cpu utilization status during peak time as we see this error logs during peak time only
    show proc cpu sorted | excl 0.00
    CPU utilization for five seconds: 78%/36%; one minute: 73%; five minutes: 70
    P
    ID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process
    216   646931668 841788064        768 10.40%  9.81%  9.32%   0 CCH323_CT
    211   723978128-1124958350          0  5.48%  5.51%  5.36%   0 VOIP_RTCP
      77   437021944-2113488726          0  4.91%  4.60%  4.53%   0 IP Input
      63   368724284 712553243        517  3.93%  3.96%  3.69%   0 ISDN
    207   226701532 790289944        286  3.52%  2.89%  2.68%   0 VTSP
      61      262232    529665        495  2.03%  2.16%  1.04%   0 AFW_application_
    206   319808168-1186847347          0  2.62%  2.27%  2.16%   0 DSMP
    233       37460     57790        648  1.63%  1.10%  0.02%   0 AFW_application_
       3      293876    595003        493  1.63%  2.38%  2.06%   0 AFW_application_
    205    70108356 455758882        153  1.06%  0.72%  0.74%   0 Resource Monitor
    245   129219428 972383769        132  0.90%  0.93%  0.01%   0 ISDN L2 Process
    208    43246508 321780241        134  0.57%  0.38%  0.37%   0 TSP
       4    35595820 258014603        137  0.57%  0.32%  0.32%   0 EDDRI_MAIN
      37   162961592  35154923       4635  0.40%  0.53%  0.56%   0 Per-Second Jobs
    200    33113344 140290609        236  0.32%  0.56%  0.53%   0 CC-API_VCM
    198    35068732   7031070       4987  0.16%  0.13%  0.13%   0 Compute load avg
    175    15677516 144379255        108  0.16%  0.08%  0.08%   0 AAA SEND STOP EV
      33    16841100  32895103        511  0.16%  0.07%  0.06%   0 Net Background
      92     6052176 398473472         15  0.08%  0.04%  0.02%   0 RUDP Main Proces
    On this MGW we have full E1 means 16 E1s & total calls we observed during this is around 458 to 482 active callslls.
    our MGW IOS is 12.4(22) & we are not using Radius AAA.
    Mpneers,
    Can you tell me i can see few logs like callid rejected. means at that time that call rejected within MGW. so such failed call failed as what Abondon or what is ISDN cause code?
    Please help me with this
    Amit--

  • HT4850 I seemed to have missed the whole ordeal of keeping my 10.4.11 os x powerpc up to date.  Are these suggestions still viable as I have been getting all sorts of console errors which now seem to lead me to this researched destination?

      I seemed to have missed the whole ordeal of keeping my 10.4.11 os x powerpc up to date.  Are these suggestions still viable as I have been getting all sorts of console errors which now seem to lead me to this researched destination?  The suggestions involve putting "sudo"  in Terminal Application and I am assuming that with all the console errors now being generated by my "permissions fixer" that this might be the reason...missed the class and updates as I never had problems like these before and the technology is changing.  Have a whole list of console errors if someone is willing to help as I also think I have hit the motherload as to the reasons why?!

      I seemed to have missed the whole ordeal of keeping my 10.4.11 os x powerpc up to date.  Are these suggestions still viable as I have been getting all sorts of console errors which now seem to lead me to this researched destination?  The suggestions involve putting "sudo"  in Terminal Application and I am assuming that with all the console errors now being generated by my "permissions fixer" that this might be the reason...missed the class and updates as I never had problems like these before and the technology is changing.  Have a whole list of console errors if someone is willing to help as I also think I have hit the motherload as to the reasons why?!

  • I installed the 829mb Apple software update on my 2011 Macbook Pro. Upon restart, it crashed.  Error message: Panic CPU  0 caller 0xffffff800064ba7b Unable to find driver for this platform \"acpi"\\n"@/sourcecache/xnu/xnu-1699.26.8/iokit/kernel/10platfor

    I installed the 829mb Apple software update on my 2011 Macbook Pro. Upon restart, it crashed.  It instructed me to hold power button to shut off and then press again to restart.  Same error message keeps coming up and computer won't boot to home screen.
    Error message:
    Panic CPU  0 caller 0xffffff800064ba7b Unable to find driver for this platform \"acpi"\\n"@/sourcecache/xnu/xnu-1699.26.8/iokit/kernel/10platform
    \"acpi"\\n"@/sourcecache/xnu/xnu-1699.26.8/iokit/kernel/10platformexpert.cpl:150 4
    Debugger called panic
    Kernal uuid a8ed611fb0f-3729-8392-e7a32c5e7d74
    THANKS FOR ANY HELP.
    ROBB

    Boot into Recovery by holding down the key combination command-R at the startup chime. Release the keys when you see a gray screen with a spinning dial.
    Note: You need an always-on Ethernet or Wi-Fi connection to the Internet to use Recovery. It won’t work with USB or PPPoE modems, or with networks that require any kind of authentication other than a WPA or WPA2 Personal password.
    When the Mac OS X Utilities screen appears, follow the prompts to reinstall the Mac OS. You don't need to erase the boot volume, and you won't need your backup unless something goes wrong. If your Mac didn’t ship with Lion, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.
    Don't install the Thunderbolt update -- it's defective.

  • Cannot find symbol "console" error

    hi there ~
    Here is environment:
    winXP Pro
    jdk1.5.0_04
    here is part of my code:
            System.out.print("Enter Bit length   \t:");
            int bitlen = Console.readInt();
         System.out.print("Enter integer to be encrypted  :");
         BigInteger big = new BigInteger(Console.readString());here is the error msg:
    C:\Program Files\Java\jdk1.5.0_04\bin>javac myRSA.java
    myRSA.java:115: cannot find symbol
    symbol : variable Console
    location: class myRSA
    int bitlen = Console.readInt();
    ^
    myRSA.java:157: cannot find symbol
    symbol : variable Console
    location: class myRSA
    BigInteger big = new BigInteger(Console.readString());
    ^
    2 errors
    thx for your help in advance.

    The javac compiler does not understand what "Console" means in your code. (BTW, to follow recommended coding conventions, you class should be named MyRSA - using coding conventions will get you better help.)
    It appears that Console is a class you wrote or was given to you. You need to import it, if it is not in the same package as myRSA. And, the compiler needs to be able to find it through the Classpath.

  • MassStorage process eats my cpu

    Hi,
    since i installed 10.4.8, my system has been behaving in a strange way. Iphoto now recognizes my firewire mass storage (160 gb hard disk on an enclosure) unit as a camera... and i notice that the MassStorage process (as i see it in activity monitor) get to use 30% or 50% of Cpu (intel imac 17 inch), until it gets stuck "not responding" and it goes up to 80%. After i kill the process, everything goes back to normal. The thing is, i use the storage devide very much, and even when the system starts i see it eating my cpu.
    how can i resolve this? is there any known workaround? i dont think it is a normal behaviour, its been happening since yesterday.
    Thanks in advance.
    Alberto Rojas

    Ok, so spotlight indexed my hard drive again, and i let massstorage to finish its work. I know the process is directly related to the indexing process, but i cant make it stop. The indexing setting is set to off (through terminal) but it keeps working everytime i restart, even in the admin account in my mac, and even after the process is finished. There has to be a workaround, im still looking around for answers.
    thank you very much for your help.
    Alberto.

  • Console error messages too many and too often

    Not sure where to submit this. The messages:
    11/14/07 5:34:08 PM com.apple.SystemStarter[28] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
    11/14/07 5:34:08 PM com.apple.SystemStarter[28] Break on _THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___Y OU_MUST_EXEC_() to debug.
    Keep appearing over and over in the Console logs, about 50 times a second. Any ideas?

    Check out this thread: Console error message every few seconds - com.apple.SystemStarter[30]
    Hope this helps....

  • Jnitiator console errors

    Hi,
    I m trying to access online application. when i try to open any form after logon, jar start download and in jnitiator console errors come
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sahil
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\sahil\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\kr25421
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: java.net.ConnectException: Operation timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.New(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.createConnection(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://ajax.pestal.co.uk:8001/OA_JAV...r/fndforms.jar
    System configuration is OS: Windows xp sp2
    VPN is connected
    Edited by: user9536785 on Jan 10, 2010 9:18 PM
    Waiting for reply, nobody knows answer of this thread.

    If you are working with a VPN, you need to check with the VPN administrator, cause Jinitiator will try to connect over the vpn and it won't be able to connect and download the files.
    Hope this helps.
    Greetings.

  • JINITIATOR CONSOLE ERROR

    Hi,
    I m trying to access online application. when i try to open any form after logon, jar start download and in jnitiator console errors come
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sahil
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\sahil\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\kr25421
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    java.lang.ClassNotFoundException: java.net.ConnectException: Operation timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpClient.New(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.createConnection(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://ajax.pestal.co.uk:8001/OA_JAV...r/fndforms.jar
    System configuration is OS: Windows xp sp2
    VPN is connected

    Did you check you forms application.log for FRM-93000?
    Normally on serverside you receive this error.
    Its is because in some forms the Fill pattern is set to None instead to a value like Transparent.
    Change this in one form and test if your frm is sill coming up.
    regards
    Michel

  • Got the console error on new cisco 2960x

    Hi,
    i have brand new Cisco 2960x ,running ios is c2960x-universalk9-mz.150-2.EX5
    i have inserted two sfp (Glc-sx-mm)module with ether channel configuration
    but got  console error
    hulc_sfp_iic_intf_read_eeprom sfp _index 2 yeti_iic_read_retry fail
      i have running os is c2960x-universalk9-mz.150-2.EX5
    Regards
    sunil Jadhav

    I tried connecting to iTunes and neither the PC nor iTunes recognizes the device. I went through all the troubleshooting on the Apple website for this issue and nothing worked. I've reinstalled iTunes, the driver, everything and still can't get either the PC or iTunes to recognize the phone.  I don't know what else to do :-( any help or suggestions are highly appreciated!
    I would hate to have lost all my info, especially contacts and calendar items since I have no idea what was backed up prior to the phone getting locked on this screen. I've been told that my only option is to go to the phone carrier and they will reset it for me, but that means it will wipe out all the info.
    I hope someone has a fix other than that one.

  • Dedug console Errors with safari

    I have an iPhone 4s with software 5.0.1 I use a website to monitor my solar panels. When I goto the website www.mypowerrouter.com I get the page but with a warning saying invalid data. If I then try to login I get a page resembling the page I want but with quite a lot of content missing! When I try this my old iPhone 3GS with software 5.0.1 it works fine. Also works fine on mrs iPhone 4s so I know it's something particular with my phone. I tried turning on the drug console but dont know where to start deciphering the errors it produces. Help pls! Thanks

    You can look here:
    Release of JRE 1.7.0_25 & 1.6.0_51 and Impact on Oracle Forms (Doc ID 1563023.1)
    and check this:
    New JAR Manifest File Attributes
    JDK 7u25 release introduces the permissions and codebase attributes in the JAR Manifest File. These attributes are used to verify that the application is requesting the correct permissions level and is accessed from the correct location. See Preventing the Repurposing of an Application document.
    Developers are advised to utilize at least the new permissions attribute, and if possible the codebase attribute as well. In future releases, applications that do not include these protections may be blocked or subjected to additional warning dialogs.
    Regards

  • HT1212 I am unable to get our of a continuous cycle when trying to update or restore my iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.

    When I tried to update my iPad I got an error 9. Now, I am unable to access my iPad. It is in a continuous cycle when I try to update or restore the iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.
    Here's the cycle:
    I plug in my iPad when “cable to iTunes shows on iPad screen. It says "Your iPad can't be updated, you must restore it to factory settings." That bad enough news, but it gets worse.
    Click Restore
    Extracting software…
    Preparing iPad for restore
    Waiting for iPad…
    Verifying iPad restore with Apple…
    (empty bar under the Apple logo…does not show any activity)
    “The iPad “iPad” could not be restored. An unknown error occurred (9).”
    Notes: I just upgraded to OS X Yosemite 10.10.1 on my iMac (27-inch, Mid 2011) in the last week. It’s the first time I’m tried to backup/update my iPad since the iMac update.
    I swapped out the USB cable to a new cable and get the same results.
    I also unplugged all other USB devices from the iMac and security on my iPad and still get the same results.
    I find it strange that it shows no Serial number for my my iPad 2 when plugged in. It shows “Serial Number: n/a on the screen when it displays: “iPad Recovery Mode To update your iPad without erasing its contents, click Update. To restore your iPad to its factory settings, click Restore iPad.
    I prefer to update my iPad, but it displays “Your iPad can’t be updated, you must restore it to factory settings. If you previously backed up the iPad, click Restore Backup after the restore process completes.”
    It’s a continuous loop. I get the display on my iPad to plug in the iPad to iTunes, plug it in which ends after going through the above procedure saying an error occurred (9).
    So now I cannot use my iPad. When I turn it on I get the display showing me to plug it into iTunes with the cable. Since this is the only option I have I plug it in and the loop begins.
    Any advice would be appreciated.
    Thanks!

    Hello jaybearden,
    Thanks for the question. After reviewing your post, it sounds like you are not able to restore the iOS device since you get an error 9. I would recommend that you read this article, it may be able to help the issue.
    Resolve iOS update and restore errors - Apple Support
    Check your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006. Sometimes security software can prevent your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't preventing a connection to the Apple servers.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

Maybe you are looking for

  • White fonts on black background printing with zebra printer

    Hello, I've created a label in Adobe forms, which should be printed with a ZEBRA 220XiIII plus.In the label there is a text that should be printed in white fonts on a black background. The problem is that when I print the label, the white text is not

  • How to convert a text file content to String in JSP?

    Hi, I need to read the content of a text file and convert it into String and display it on to a JSP file. But the codings below don't work. Please advise me on how can i display the text file content. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • I don't have a sound from iTunes !!!!

    HI, Since the last upgrade, iTunes don't have a sound !! I mean there's no sound anymore from iTunes. Other softwares, as FCP or Audacity work proprely. What can i do to re-find a sound from Itunes ? (sorry from my english, i'm only french !)

  • Mirroring Disk Drive Question.  Using SVM for Disk Mirroring.

    Hello, I am trying to do mirror in solaris 9 using Solaris Volume Manager. I have total 0-7 disks 4 5 6 7 0 1 2 3 Drive 0 and Drive 4 = Boot Drives Need to Mirror following drives. Drive 1 and Drive 5 = Need to mirror Drive 1 was mounted on: /prod1,

  • OCI How getting get back german characters in PM order?

    Hello, we are using external catalogs from  PM orders. It is working fine except for the german characters that are turned into # when users return to the plant maintenance orders coponent tab. We are using a SAP ECC 5.0, SAP Kernal 640 patch 18 (non