Slow system problems

hello,
I am currently trying to optimize a data warehouse. its data updation procedure is too slows. I have gathered some wait statistics here they are
latch: shared pool 51660257 3.57
direct path read 42034287 2.9
jobq slave wait 30777938 2.12
latch: session allocation 17211160 1.19
PX Deq: Msg Fragment 16296709 1.12
JOX Jit Process Sleep 14199622 .98
PX Deq: Slave Session Stats 9812554 .68
latch: cache buffers chains 8740357 .6
latch free 6843574 .47
wait list latch free 3103540 .21
PX Deq Credit: send blkd 2546416 .18
PX Deq: Table Q Normal 1066046 .07
PX Deq: Join ACK 877460 .06
cursor: pin S wait on X 815031 .06
shared pool latch during the discussion was the most big problem the architecture described. my point was since it was warehouse database and we are using literal so it should be normal.. what is the opinion of member of this forum.
direct path read/writes are next. we need to distribute the disk I/O system
latch: session allocation why its here. I dont know why we have it.
also is cursor: pin S wait on X is enough to worry about ?
kindly give you expert opinion
regards
Nick

Contentions for the shared pool and library cache latches are mainly due to intense hard parsing. A hard parse applies to new cursors and cursors that are aged out and must be re-executed. Excessive hard parsing is common among applications that primarily use SQL statements with literal values.
Discover the magnitude of hard parsing in your database using the following query. The number of soft parses can be determined by subtracting the hard parse from the total parse.
select a.*, sysdate-b.startup_time days_old from v$sysstat a, v$instance b where a.name like ’parse%’;
Discover the current sessions that perform a lot of hard parses:
select a.sid, c.username, b.name, a.value, round((sysdate - c.logon_time)*24) hours_connectedfrom v$sesstat a, v$statname b, v$session cwhere c.sid = a.sidand a.statistic# = b.statistic#and a.value > 0and b.name = ’parse count (hard)’order by a.value;
You should see significant reduction in the contention for the shared pool and library cache latches when you convert literal SQL statements to use bind variables. The conversion is best done in the application. The workaround is to set the initialization parameter CURSOR_SHARING to FORCE. This allows statements that differ in literal values but are otherwise identical to share a cursor and therefore reduce latch contention, memory usage, and hard parse.
WHATS UR CURSOR_SHARING set to ??
Edited by: S2K on Apr 22, 2009 11:51 AM

Similar Messages

  • Slow system – problem with OS, software, memory, hard drive?

    I am running a MacBookPro5,3 (Intel Core 2 Duo – 2.8 GHz, Memory = 2 x 4 GB, Hard drive = NVidia 500 GB - 100GB of which is free space), using Mac OS X 10.6.3.
    I was running 10.6.6. Then attempted a software update to 10.6.7 and the system essentially stopped working, Was able to back up data using target disk mode, and then reinstalled 10.6.3 using a purchased snow leopard DVD (had lost the disk that came with the computer). Worked for a while but have been having issues with increasingly long and frequent system slow downs (spinning beach ball). Recently attempted another system update, and the update failed and wasn't able to do anything. Used the 10.6.3 dvd and did a disk utility check – it initially said there was a problem with the hard drive – but on another restart from the DVD this issue disappeared (but still no working OS). Attempted connection of my computer to another laptop using target disk mode – this failed to show the target hard drive and only showed the dvd which was in the computer booted up in target disk mode.
    At this point rebooted using the DVD and was able again to install system 10.6.3. However, there are still occasions of sporadic slow-downs associated with specific applications (spinning beach ball for anywhere from 5 – 120 sec). Ran disk utility from the DVD again – states that the permissions and the hard drive is OK. Also, ran a memory test (using Rember) which stated that everything was fine (although the test took nearly 2 hours to run and was punctuated by much spinning beach ball activity).
    At this stage i am not sure whether I have a problem with memory, the hard drive, the OS or the software. Clearly something is not right – are there any other options to test my system (since I don't have the original dvd – I haven't been able to run a system hardware test) - other third party options?
    Thanks in advance for any advice, and apologies for long post.
    Rob

    Sounds like a failing hard drive or SATA controller. It's not clear whether you have a backup of your data. If not, you should remove the hard drive from the machine and install it an external enclosure or dock, then back it up using another Mac. Then take the unit to an authorized service outlet for testing.

  • Installed OS X Maverick on Macs...having problems slower system and apps freezing

    I installed and downloaded OS X Maverick last week and installed it in relatively new Macbook Pro and IMac...both purchased last year...have experienced applications freezing, slower start up time several times, once was unable to start my Macbook Pro...had to reboot..and slower system response...anyone else experiencing the same?

    Checked to see how much space is available ??
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage. Make sure there's at least 15% free disk space.
    As for slow startup, delete all apps in System Preferences > Users & Groups > Login Items
    Same for HD > Library > StartupItems
    Anti virus software can slow your Macs down if installed.

  • I am using laptop hitting and slow system not working

    i am using laptop hitting and slow system not working and very late opan file browser every think . plez help me

    Hi,
    Shut down the notebook.  Tap away at the esc key as you start the notebook to enter the Start-up Menu.  Select the Bios option ( usually f10 ) and under the Advanced or Diagnostic tab you should find the facility to run tests on both the Hard Drive and Memory.  Post back with the details of any error messages.
    Note:  If the option to run these tests is not available in the Bios Menu, use the f2 diagnostic menu instead.
    Can you also post back with the following details.
    1.  The full Model No. and Product No. of your notebook - see Here for a guide on locating this information.
    2.  The full version of the operating system you are using ( ie Windows 7 64bit ).
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Disk too slow / System overload HELP?

    I'm really hoping someone can help me out with this!:
    I purchased a G4 PowerBook around six months ago, with Logic Pro pre-installed. Since then, I have mixed and mastered lots of music that was recorded on a previous system and imported. I was running multiple tracks simultaneously with tons of plug-ins and everything ran smoothly on my new Mac. HOWEVER, within the last month, my playback capabilities have been severely reduced. When I try to play back even two tracks simultaneously (with just one compressor or reverb), I get the error message, "Disk too slow / System overload."
    My first reaction to this problem was to check my disk space and see how much room I had left: it turns out I have over one third of my harddrive space still available. I checked my memory capabilities and they seem to be more than adequate. I bought new virus protection, too, and ran scans to see if that might make a difference, but it hasn't. I don't understand why this is happening on a system so new. ANY ADVICE YOU CAN OFFER WOULD BE GREATLY APPRECIATED!
    Many thanks.
    Powerbook G4   Mac OS X (10.4.6)  

    It is generally not a good idea to run logic on the same drive that contains your audio files and samples. Most of the data involved with logic whether it be programs or individual audio files will be saved physically all over the place on your hard drive. At a certain point the actual part of the drive that reads the data will not be able to move around to all the little different audio files it needs to access for the session on top of running the program and whatever other software that is up. It is best to save all your audio files and samples to a fast external drive (7200rpm at least) otherworldcomputing.com has great drives that have high quality cases and the option to put any drive they have in stock into the case. (i would recommend seagate) If you are going to continue running your entire sessions off the internal drive then you need to keep up with your basic mac housekeeping. You should repair your permissions 2 times a month (use disk utility) You should buy a good directory repair program such as disk warrior. The directory is exactly what it sounds like. It keeps track of where everything is on the computer. If your directory is corrupt the computer will have to do an extra manual search to find what its looking for. If your directory is healthy your computer will make a straight shot to the file you are looking for.

  • I am having a very slow system - from a very fast system

    I am suffering from a system that is really slowing down and becoming almost unresponsive some of the time. From a previous post I have learned of EtreCheck and here is the report.
    Any help is much appreciated.
    Problem description:
    slow system
    EtreCheck version: 2.0.4 (89)
    Report generated 15October, 2014 at 14:43:46 CDT
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 3.4 GHz Intel Core i7 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      4 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6970M - VRAM: 2048 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 8 days 8:51:53
    Disk Information: ℹ️
      Hitachi HDS722020ALA330 disk0 : (2 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 2 TB (2 TB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      Apple, Inc. Keyboard Hub
      Microsoft Microsoft® USB Hub
      Microsoft Microsoft® Wireless Laser Mouse 8000
      HP Officejet Pro 8500 A910
      Apple Inc. Apple Keyboard
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      VIA Labs, Inc.          USB2.0 Hub             
      LaCie Porsche Desktop for Mac 4 TB
      S.M.A.R.T. Status: Verified
      EFI (disk3s1) <not mounted> : 315 MB
      LaCie (disk3s2) /Volumes/LaCie 1 : 4 TB (4 TB free)
      LaCie LaCie Hard Drive USB 2 TB
      S.M.A.R.T. Status: Verified
      disk2s1 (disk2s1) <not mounted> : 32 KB
      LaCie (disk2s3) /Volumes/LaCie : 2 TB (2 TB free)
      STECH    Simple Drive     500.11 GB
      S.M.A.R.T. Status: Verified
      Simple Drive (disk1s1) /Volumes/Simple Drive : 500.11 GB (484.02 GB free)
      Generic USB Ear-Microphone
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/LaCie Desktop Manager.app
      [not loaded] com.LaCie.ScsiType00 (1.2.13 - SDK 10.5) Support
      [not loaded] com.jmicron.driver.jmPeripheralDevice (2.0.4) Support
      [not loaded] com.lacie.driver.LaCie_RemoteComms (1.0.1 - SDK 10.5) Support
      [not loaded] com.oxsemi.driver.OxsemiDeviceType00 (1.28.13 - SDK 10.5) Support
      /Library/Application Support/MacKeeper/AntiVirus.app
      [loaded] net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) Support
      [loaded] net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) Support
      /Library/StartupItems/Parallels
      [not loaded] com.parallels.kext.Pvsvnic (3.0) Support
      /Library/StartupItems/VirusBarrier
      [not loaded] com.intego.iokit.VirusBarrierService (1396) Support
      [not loaded] com.intego.kext.VirusBarrier_1694 (10.1.5) Support
      /System/Library/Extensions
      [not loaded] com.Livescribe.iokit.PulseDriver (1.0.0) Support
      [not loaded] com.livescribe.kext.LivescribeSmartpen (1) Support
      [not loaded] com.parallels.kext.ConnectUSB (3.0.0) Support
      [not loaded] com.parallels.kext.Pvsnet (3.0) Support
      [not loaded] com.parallels.kext.hypervisor (3.0) Support
      [not loaded] com.parallels.kext.vmmain (3.0) Support
      [loaded] com.smithMicro.driver.DeviceSentry (5.1) Support
      [loaded] com.smithmicro.DeviceSentryCR (5.1) Support
      [loaded] com.smithmicro.nke.NetBlockade (5.1) Support
      [loaded] com.smithmicro.nke.NetworkSpyAlert (5.1) Support
      [not loaded] net.telestream.driver.IODVDImage (1.0 ) Support
      /System/Library/Extensions/DeviceSentry.kext/Contents/PlugIns
      [not loaded] com.smithMicro.driver.DeviceSentryBD (5.1) Support
      [not loaded] com.smithMicro.driver.DeviceSentryCD (5.1) Support
      [loaded] com.smithMicro.driver.DeviceSentryDVD (5.1) Support
    Startup Items: ℹ️
      comapcpcpestart: Path: /Library/StartupItems/comapcpcpestart
      esets_daemon_si: Path: /Library/StartupItems/esets_daemon_si
      HP IO: Path: /Library/StartupItems/HP IO
      Macaroni: Path: /Library/StartupItems/Macaroni
      Parallels: Path: /Library/StartupItems/Parallels
      ParallelsTransporter: Path: /Library/StartupItems/ParallelsTransporter
      VirusBarrier: Path: /Library/StartupItems/VirusBarrier
      WDMyBookServiceStartupItem: Path: /Library/StartupItems/WDMyBookServiceStartupItem
      Startup items are obsolete and will not work in future versions of OS X
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.AOSNotificationOSX.plist
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [invalid?] com.brother.LOGINserver.plist Support
      [loaded] com.carbonite.launchd.carbonitealerts.plist Support
      [running] com.carbonite.launchd.carbonitestatus.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.hp.help.tocgenerator.plist Support
      [running] com.hp.productresearch.plist Support
      [loaded] com.intego.backupassistant.agent.plist Support
      [running] com.intego.commonservices.integomenu.plist Support
      [loaded] com.intego.commonservices.taskmanager.plist Support
      [loaded] com.intego.commonservices.uninstaller.plist Support
      [running] com.intego.netupdate.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.pegatech.NoteTakerService.plist Support
      [running] com.smithmicro.SmithMicroPGGAgent.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.backblaze.bzserv.plist Support
      [running] com.carbonite.launchd.carbonitedaemon.plist Support
      [failed] com.crashplan.engine.plist Support
      [running] com.distortedvista.istatmenusprocessserver.plist Support
      [failed] com.google.GoogleML.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.intego.BackupAssistant.daemon.plist Support
      [running] com.intego.commonservices.daemon.integod.plist Support
      [running] com.intego.commonservices.daemon.taskmanager.plist Support
      [loaded] com.intego.commonservices.icalserver.plist Support
      [loaded] com.intego.commonservices.metrics.kschecker.plist Support
      [running] com.intego.netupdate.daemon.plist Support
      [failed] com.livescribe.PenCommService.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.prosofteng.DriveGenius.locum.plist Support
      [running] com.prosoftnet.idrivedaemon.plist Support
      [running] com.prosoftnet.idsyncdaemon.plist Support
      [running] com.prosoftnet.idwebdaemon.plist Support
      [loaded] com.sharpcast.xfsmond.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
      [invalid?] com.smithmicro.smithmicropggd.plist Support
      [loaded] com.stclairsoft.DefaultFolderXAgent.plist Support
      [running] com.zeobit.MacKeeper.AntiVirus.plist Support
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist Support
      [failed] openbase.plist Support
    User Launch Agents:

    Here's where I am now:
    Problem description:
    slow system 16Oct2014_1153
    EtreCheck version: 2.0.4 (89)
    Report generated 16October, 2014 at 11:53:28 CDT
    Hardware Information: ℹ️
             iMac (27-inch, Mid 2011) (Verified)
             iMac - model: iMac12,2
             1 3.4 GHz Intel Core i7 CPU: 4-core
             16 GB RAM Upgradeable
                       BANK 0/DIMM0
                                4 GB DDR3 1333 MHz ok
                       BANK 1/DIMM0
                                4 GB DDR3 1333 MHz ok
                       BANK 0/DIMM1
                                4 GB DDR3 1333 MHz ok
                       BANK 1/DIMM1
                                4 GB DDR3 1333 MHz ok
             Bluetooth: Old - Handoff/Airdrop2 not supported
             Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
             AMD Radeon HD 6970M - VRAM: 2048 MB
                       iMac 2560 x 1440
    System Software: ℹ️
             OS X 10.9.5 (13F34) - Uptime: 4:51:16
    Disk Information: ℹ️
             Hitachi HDS722020ALA330 disk0 : (2 TB)
             S.M.A.R.T. Status: Verified
                       EFI (disk0s1) <not mounted> : 210 MB
                  Macintosh HD (disk0s2) /  [Startup]: 2 TB (2 TB free)
                       Recovery HD (disk0s3) <not mounted> [Recovery]: 650 MB
             HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
             Apple Inc. FaceTime HD Camera (Built-in)
             Apple, Inc. Keyboard Hub
                       Microsoft Microsoft® USB Hub
                                Microsoft Microsoft® Wireless Laser Mouse 8000
                       HP Officejet Pro 8500 A910
                       Apple Inc. Apple Keyboard
             Apple Inc. BRCM2046 Hub
                       Apple Inc. Bluetooth USB Host Controller
             VIA Labs, Inc.          USB2.0 Hub             
                       LaCie Porsche Desktop for Mac 4 TB
                                S.M.A.R.T. Status: Verified
                                EFI (disk2s1) <not mounted> : 315 MB
                                LaCie (disk2s2) /Volumes/LaCie : 4 TB (4 TB free)
                       LaCie LaCie Hard Drive USB 2 TB
                                S.M.A.R.T. Status: Verified
                                disk3s1 (disk3s1) <not mounted> : 32 KB
                                LaCie (disk3s3) /Volumes/LaCie 1 : 2 TB (2 TB free)
                       STECH    Simple Drive     500.11 GB
                                S.M.A.R.T. Status: Verified
                                Simple Drive (disk1s1) /Volumes/Simple Drive : 500.11 GB (484.02 GB free)
                       Generic USB Ear-Microphone
             Apple Computer, Inc. IR Receiver
             Apple Internal Memory Card Reader
    Thunderbolt Information: ℹ️
             Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
             Mac App Store and identified developers
    Kernel Extensions: ℹ️
                                /Applications/LaCie Desktop Manager.app
             [not loaded]        com.LaCie.ScsiType00 (1.2.13 - SDK 10.5) Support
             [not loaded]        com.jmicron.driver.jmPeripheralDevice (2.0.4) Support
             [not loaded]        com.lacie.driver.LaCie_RemoteComms (1.0.1 - SDK 10.5) Support
             [not loaded]        com.oxsemi.driver.OxsemiDeviceType00 (1.28.13 - SDK 10.5) Support
                                /Library/StartupItems/Parallels
             [not loaded]        com.parallels.kext.Pvsvnic (3.0) Support
                                /System/Library/Extensions
             [not loaded]        com.Livescribe.iokit.PulseDriver (1.0.0) Support
             [not loaded]        com.livescribe.kext.LivescribeSmartpen (1) Support
             [not loaded]        com.parallels.kext.ConnectUSB (3.0.0) Support
             [not loaded]        com.parallels.kext.Pvsnet (3.0) Support
             [not loaded]        com.parallels.kext.hypervisor (3.0) Support
             [not loaded]        com.parallels.kext.vmmain (3.0) Support
             [loaded]              com.smithMicro.driver.DeviceSentry (5.1) Support
             [loaded]              com.smithmicro.DeviceSentryCR (5.1) Support
             [loaded]              com.smithmicro.nke.NetBlockade (5.1) Support
             [not loaded]        net.telestream.driver.IODVDImage (1.0 ) Support
                                /System/Library/Extensions/DeviceSentry.kext/Contents/PlugIns
             [not loaded]        com.smithMicro.driver.DeviceSentryBD (5.1) Support
             [not loaded]        com.smithMicro.driver.DeviceSentryCD (5.1) Support
             [loaded]              com.smithMicro.driver.DeviceSentryDVD (5.1) Support
    Startup Items: ℹ️
             comapcpcpestart: Path: /Library/StartupItems/comapcpcpestart
             esets_daemon_si: Path: /Library/StartupItems/esets_daemon_si
             HP IO: Path: /Library/StartupItems/HP IO
             Macaroni: Path: /Library/StartupItems/Macaroni
             Parallels: Path: /Library/StartupItems/Parallels
             ParallelsTransporter: Path: /Library/StartupItems/ParallelsTransporter
             WDMyBookServiceStartupItem: Path: /Library/StartupItems/WDMyBookServiceStartupItem
             Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
             [not loaded]        com.adobe.AAM.Updater-1.0.plist Support
             [loaded]              com.carbonite.launchd.carbonitealerts.plist Support
             [running]              com.carbonite.launchd.carbonitestatus.plist Support
             [loaded]              com.google.keystone.agent.plist Support
             [loaded]              com.hp.help.tocgenerator.plist Support
             [running]              com.hp.productresearch.plist Support
             [loaded]              com.oracle.java.Java-Updater.plist Support
             [running]              com.pegatech.NoteTakerService.plist Support
             [running]              com.smithmicro.SmithMicroPGGAgent.plist Support
    Launch Daemons: ℹ️
             [loaded]              com.adobe.fpsaud.plist Support
             [invalid?]             com.backblaze.bzserv.plist Support
             [running]              com.carbonite.launchd.carbonitedaemon.plist Support
             [running]              com.distortedvista.istatmenusprocessserver.plist Support
             [failed]                 com.google.GoogleML.plist Support
             [loaded]              com.google.keystone.daemon.plist Support
             [failed]                 com.livescribe.PenCommService.plist Support
             [loaded]              com.microsoft.office.licensing.helper.plist Support
             [loaded]              com.oracle.java.Helper-Tool.plist Support
             [loaded]              com.oracle.java.JavaUpdateHelper.plist Support
             [running]              com.prosoftnet.idrivedaemon.plist Support
             [running]              com.prosoftnet.idsyncdaemon.plist Support
             [running]              com.prosoftnet.idwebdaemon.plist Support
             [loaded]              com.sharpcast.xfsmond.plist Support
             [loaded]              com.stclairsoft.DefaultFolderXAgent.plist Support
             [failed]                 openbase.plist Support
    User Launch Agents: ℹ️
             [loaded]              com.adobe.ARM.[...].plist Support
             [running]              com.akamai.single-user-client.plist Support
             [loaded]              com.chronos.CHBackupAgent.plist Support
             [running]              com.ecamm.printopia.plist Support
             [invalid?]             com.google.Chrome.framework.plist Support
             [invalid?]             com.leadertech.PowerRegister.FUJ1.9e185efee63d7548c264550bd3f7af3f.plist Support
             [loaded]              com.logos.LogosIndexer.plist Support
             [running]              com.microsoft.LaunchAgent.SyncServicesAgent.plist Support
             [running]              com.smithmicro.cleaning.schedulermailer.plist Support
             [invalid?]             com.zimbra.desktop.plist Support
             [invalid?]             com.zimbra.zdesktop.plist Support
             [running]              ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
             System Events Application (/System/Library/CoreServices/System Events.app)
             Default Folder X Helper               Application (/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X Helper.app)
             Default Folder X                            Application (/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.app)
             Dropbox            Application (/Applications/Dropbox.app)
             Copy                 UNKNOWNHidden (missing value)
             PopChar            ApplicationHidden (/Applications/PopChar.app)
             Fantastical           Application (/Applications/Fantastical.app)
             Box Sync           ApplicationHidden (/Applications/Box Sync.app)
             NoteBookHelper                          Application (/Users/[redacted]/Library/Services/NoteBookHelper.service)
             SOHOCalendarsService            UNKNOWN (missing value)
             MailTagsHelper                            Application (/Users/[redacted]/Library/Application Support/Indev/MailTagsHelper.app)
             DEVONthink Sorter                      Application (/Applications/DEVONthink Pro.app/Contents/PlugIns/SorterPlugin.bundle/Contents/MacOS/DEVONthink Sorter.app)
             HP Product Research                   ApplicationHidden (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
             nplastpass: Version: 2.5.5 Support
             o1dbrowserplugin: Version: 5.4.2.18903 Support
             Google Earth Web Plug-in: Version: 6.0 Support
             Default Browser: Version: 537 - SDK 10.9
             Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
             OfficeLiveBrowserPlugin: Version: 12.2.7 Support
             RealPlayer Plugin: Version: (null) Support
             AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 Support
             FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
             AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
             Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
             Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
             iPhotoPhotocast: Version: 7.0
             googletalkbrowserplugin: Version: 5.4.2.18903 Support
             QuickTime Plugin: Version: 7.7.3
             AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
             SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
             Unity Web Player: Version: UnityPlayer version 2.6.1f3 Support
             JavaAppletPlugin: Version: Java 7 Update 67 Check version
    User Internet Plug-ins: ℹ️
             Picasa: Version: 1.0 Support
             Google Earth Web Plug-in: Version: 7.0 Support
    Safari Extensions: ℹ️
             markerto
             Instapaper Article Tools (Disabled)
             Add To Amazon Wish List (Disabled)
             Evernote Web Clipper
             DuckDuckGo
             AdBlock
             Ticker
             Translate
             Shortly
             Clip to DEVONthink
             LastPass
             AllPagesZoom
    3rd Party Preference Panes: ℹ️
             Akamai NetSession Preferences  Support
             APC PowerChute Personal Edition  Support
             Carbonite  Support
             Default Folder X  Support
             Flash Player  Support
             Flip4Mac WMV  Support
             FUSE for OS X (OSXFUSE)  Support
             iStat menus  Support
             Java  Support
             Macaroni  Support
             OpenBasePreferences  Support
             Printopia  Support
             Xmarks for Safari  Support
    Time Machine: ℹ️
             Skip System Files: NO
             Mobile backups: OFF
             Auto backup: YES
             Volumes being backed up:
                       Macintosh HD: Disk size: 2 TB Disk used: 157.37 GB
             Destinations:
                       LaCie [Local]
                       Total size: 4 TB
                       Total number of backups: 60
                       Oldest backup: 2014-07-14 20:42:21 +0000
                       Last backup: 2014-10-16 15:58:59 +0000
                       Size of backup disk: Adequate
                                Backup size 4 TB > (Disk used 157.37 GB X 3)
    Top Processes by CPU: ℹ️
                 52%      softwareupdated
                  3%        WindowServer
                  0%        Finder
                  0%        Hour Lite
                  0%        sysmond
    Top Processes by Memory: ℹ️
             653 MB             mds_stores
             636 MB             Finder
             533 MB             Mail
             361 MB             Safari
             344 MB             com.apple.IconServicesAgent
    Virtual Memory Information: ℹ️
             7.81 GB             Free RAM
             5.74 GB             Active RAM
             1.97 GB             Inactive RAM
             1.66 GB             Wired RAM
             1.39 GB             Page-ins
             0 B                      Page-outs

  • Qosmio G20-106 cooling system problem

    I bought Qosmio G20-106 with XP Media Center and other cool stuff in Vienna a few days ago, and brought it home (Sarajevo, Bosnia&Herzegovina) yesterday and turned it on for the first time. It worked perfectly for first ten hours. After that I constantly get the message about "Cooling system problem" and to repair my notebook, and click OK.
    My CPU temperature is 57C most of the time, and it raises up to 70-80C max. I also hear cooling fans running from time to time.
    The system sometime slows down, but most of the time it works fine and fast.
    Please give me some advice what should i do, cause I cannot take it back to Vienna just for this!
    Thank you!

    Hello Dario
    I am very often on this forum but I have never heard about this problem on Qosmio notebook. I really dont know why this happen. Please check this page http://www.csd.toshiba.com/cgi-bin/tais/su/su_gaspLocator.jsp?pf=true .
    There you can find an Authorized service partner in Sarajevo. Try to contact them and explain this issue with your Qosmio. I hope that they can help you. If not you must exchange it someday by dealer where you bought it.
    If you find out more about this problem please let me know why this happen. I am very interested about that.
    Good luck!

  • Slow component problem (logon page, login - logout)

    Hi All,
    since some time i'm experiencing a "slow component" problem with EP.
    As a sympthom portal is slow during first logon page and during login - logout.
    Jarm trace report the situation below:
    Component Name     Avg Gross Time (ms)     Total Gross Time (ms)     Max Gross Time (ms)
    UME:SAPJ2EEAuthenticator:getLoggedInUser     90,045     450,226     n/a
    AppServer:Security:Authentication:LOGIN:com.sap.security.core.server.jaas.SPNegoLoginModule     90,023     450,116     n/a
    AppServer:Security:Authentication:FastLoginContext:login     90,022     900,229     n/a
    AppServer:Security:Authentication:LOGIN:com.sun.security.auth.module.Krb5LoginModule     90,006     450,031     n/a
    (90 seconds to load login page!!)
    Seems to be an UME problem, but logs are OK and the configuration is the same of other systems that work fine.
    Anyone has any idea ?
    Thanks guru !
    Lorenzo

    Hi,
    I am dealing with exactly the same problem. I hope you should have fixed this problem by now. Please help me fix mine.
    Many thanks in advance.
    Regards,
    Pawan.

  • Fixing my slow sleep problem

    I have been having problems with my MacBook taking a fairly long time before going to sleep. In attempting to fix the problem I have tried repairing permissions, resetting PRAM, Safe Boot mode, cleaning the system with MacJanitor, etc. In some cases the system seem to work better, but eventually the slow sleep problem reappeared.
    I did further searching and found references to checking what the system was doing before going to sleep using the System Console. I tried this and found a variety of error messages being logged that didn't seem normal. With further investigation I found a number of problems related to remnants of old programs still affecting my system when they should have been removed some time ago.
    I started to track down and remove items manually such as no longer used prefpanes. I found items in the Launch Agents and Launch Daemons directories that shouldn't have been there. I even found an old kernel extension (SideTrack.kext) that was somehow transferred from my old Powerbook to my new MacBook. There were also .plist items hanging around that weren't needed - so I removed them too.
    After using the Console to identify problems in my system and then track down and remove all the old program remnants, my MacBook seems to be its old self again. It goes to sleep very quickly and the overall performance of the system seems improved. So, if you're having sleep issues or other problems I'd suggest having a look at the System Console to help identify the problems.

    The sleep time before the fix was in the 20-30 sec. range. The sleep time after getting things fixed is about 1-2 sec. or so.

  • System copy on target system problem

    Dear All
    Please help me
    I system copy on targer system problem (Java Migration Tool Kit) and debug with SAP NOTE 1119190 but I can't find jmt.jar.
    This is log runJmt.log
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.NoClassDefFoundError: com/sap/sdt/util/vers/VersionException
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.createVersion(MigrationToolImport.java:984)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:172)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1062)
         ... 5 more
    Thanks

    Dear All
    Please help me
    I system copy on targer system problem (Java Migration Tool Kit) and debug with SAP NOTE 1119190 but I can't find jmt.jar.
    This is log runJmt.log
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.NoClassDefFoundError: com/sap/sdt/util/vers/VersionException
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.createVersion(MigrationToolImport.java:984)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:172)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1062)
         ... 5 more
    Thanks

  • Run filters on folder - 4.7.0 Temporary System Problem

    When I try to run filters on folder to clean up my inbox into my folders I am getting this message -
    An (SMTP) error occurred while sending mail. The server responded: 4.7.0 Temporary System Problem. Try again later (WS). t6sm1646118qai.10 - gsmtp.
    How can I fix this, my inbox is horrifying!
    Filters do work on start up, but only if I haven't opened them via mobile. And I can create and sort new filters.

    That sounds like your using filters to send mail. If you sending lots of mail gmail will simply stop sending as your outside the terms of use. Hence the temporary nature of the error.

  • What's with the new edition of Pages using Maverick?  Google rejects the files  with the following message attached "The reason for the problem: 5.3.0 - Other mail system problem 552-'5.7.0 This message was blocked as its content security threat?

    I recently upgraded both Pages 09 (I believe) and went to OSX 10.9 Maverick .... now I am unable to send a pages document to a friend on gmail.  Google rejects the message and attachment with the following explanation -
    The reason for the problem:
    5.3.0 - Other mail system problem 552-'5.7.0 This message was blocked because its content presents a potential\n5.7.0 security issue.

    Same Problem here
    IWORKS 09    pages, keynote, numbers does not send in MAIL (mac) because of "This message was blocked because its content presents a potentialsecurity issue"
    its a problem not only on GMAIL but also Live, Hotmail, Yahoo, and other services...
    The problem is that gmail and others haved yet accepted the latest iworks 09 files. its a problem that apple can ask then to fix but its up to the gmail and others to fix it.
    Solution!!!:
    1 - Send it by exporting to office files
    2 - Saving the files as old iwork documents
    3 - Command P and save as PDF
    4 - Save in icloud and send the URL
    So you can still send them but have to take a bit more of your time
    i hope you understand my english is not optimal
    And if you have any questions feel free to ask me

  • Serious System Problems. Pictures and Documents folders are opening iPhoto when clicked. iPhoto Library gone.

    I have been speaking to Old Toad for the majority of today trying to fix my iPhoto Library as its become corrupt and I cannot get my photos/videos back into iPhoto. After many many suggestions I seem to have created some serious system problems.
    PLEASE READ ALL OF THIS THREAD...
    https://discussions.apple.com/message/21742033#21742033
    If anybody can be of assisatance that would be a great help.
    I am a mac dummie, recently transfered so foolproof guidance will be helpfull!
    (Unfortunatly.. and now I know the importance, I haven't used time-machine and my mac isn't backed up. If i restore to factory settings I will loose the 600+ photos and videos I had in my iPhoto Library.... which dissapeared, which is the whole reason why I created the first thread)
    Thank you!!

    Linc:
    It appeared to me that somehow the OP's Picture folder was converted into an iPhoto Library as his screenshot of the PIctures folder looked like the inside of a library.
    This statement by the OP make me think it might be more than just an iPhoto issue (the bold text):
    I am unable to drag the Picture folder to the desktop, It wont move, and iPhoto (which is still empty) just opens.
    Some how the same is happening with Documents,
    OT

  • System problems (all new hardware)

    well as the subject says i have system problems, let me explain in details.
    this happened yesterday, when i use the computer (moving the mouse arround) the computer is fine and works as it should CPU, GPU and so on is fine and normal in usage and temp but as soon as i let go of the mouse and wait arround 2 min, all my 8 cores (i7 3.5Ghz) goes 100% and GPU goes 100% with 70C ++ temp and the fans starts running crazy.... but as soon as i start moving my mouse arround again everything goes back to normal :S
    and this affects movies i watch and games, making it lagg like crazy :S
    i have NEVER EVER EVER in my life encounter such a strange error / fault whatever it is :S i have tryed unplugging my mouse, still encounter the problem, tryed installing GPU driver again (fresh install), tryed rolling back GPU driver, but that didnt work.... as i figured out that my entire system was overloading when i wasnt "using" the computer (moving the mouse arround) :S
    and just to be clear, all hardware is BRAND NEW!!!! motherboard, cpu, memory, watercooling system (CPU)..... and they worked fine uptill yesterday :S (strangly enough right after i installed Need For Speed Most Wanted 2012) :S but i dont think that has ANYTHING to do with this "error"...
    i could also mention that when i have "Task Manager" up this error doesnt happen (with the 100% on all 8 cores and GPU getting 70C and so on)....
    REALY need some help here!!!?

    Quote
    MEM: 2 x 2Gb A-DATA Tech DDR3-1333Mhz | 2 x 8Gb Kingston DDR3-1333Mhz
    Are you mixing these two kits? bad idea, try with just one kit at a time.
    Quote
    OC: CPU @ 4.2Ghz 77W
    Remove any oc, to be safe: >>Clear CMOS Guide<<

  • System problems? Neither my iPhone nor my wife's is able to make calls. Rebooted, restored, etc. Is Verizon experiencing problems?

    System problems? Neither my iPhone nor my wife's is able to make calls. Rebooted, restored, etc. Is Verizon experiencing problems?

    Probably , it's a big country , if you tell your general location a user in that area might be able to confirm your problem an an outage

Maybe you are looking for