Deserializing obj on network drive take a long time -- any ideas to improve

Good morning!
Deserializing objects from a network drive is taking way too long, much slower than deserializing the same object files stored on the local hard drive of the development PC. How I can reduce the time??
The size of the serialized objects is small (72K and 17K).
The PC access network drives quickly enough (word processing, text editing, etc). The PC JVM is 1.5.0_09 and the OS is Windows XP.
Here is the background.
I had the idea to create objects and serialized them on my server (an AS400) and let client applications deserialize them.
Now that I have it running I find that deserializing the objects off the server take way too long! Does anyone have any ideas how to improve this.
If I copy the serialized objects off the server onto the local hard drive of the development PC and access them from the local hard drive the speed is fine.
To my mind that eliminates the potential for incompatibility between the JVM which serialized the objects and the JVM which descerialized the object. That is, the deserialize fast on the local drive, slow over the network.
Used both UNC and mapped drive to access the server and I can't see any performance difference. That is
filename = "//server/java/ftpaudit/SerializedObject.ser"
and
filename = "J:/ftpaudit/SerializedObject.ser"
where J: is mapped to //server/java
This is the code which deserialize the objects.
try {
     File file = new File(filename);
     FileInputStream f = new FileInputStream(file);
     ObjectInputStream ois = new ObjectInputStream(f);
     Object returnObj = ois.readObject();
     ois.close();
     f.close();
     return returnObj;
} catch (InvalidClassException ice) {
     ....Thank you for your time and help.
BillB

Could the file be locked on the server?I don't believe it is. It eventually (minutes loads). The delay is consistent. I haven't put the logging to see what part of the deserialize method is chewing up the time yet.
Putting in code to copy the file from the server to the local hard drive then deserializing performs much, much faster (milliseconds, almost as fast as deserializing directly from the local drive).
I modified this from another post to this forum
try {
        FileChannel srcChannel = new FileInputStream(file).getChannel();
        FileChannel dstChannel = new FileOutputStream(dir+file).getChannel();
        dstChannel.transferFrom(srcChannel, 0, srcChannel.size());
        srcChannel.close();
        dstChannel.close();
    } catch (IOException e) {
        e.printStackTrace();
    }I was wondering if there was a more efficient way to deserialize an object than the one in my original post. Or if there were hidden aspects to consider such as buffer size.
Here's an alternative approach: since the server side
is written in Java (I'm assuming, since you say that
it writes a file containing serialized data), why not
create an RMI interface for retrieving the
information? The current approach, of opening a file
over the network, is very fragile -- what happens in
the network mount point or share name changes?Thank you. Good suggestion.

Similar Messages

  • Having moved my Itunes folder to external hardrive and resetting where it is in preferences Itunes can't find them and I have to direct it to every song - I have a months worth of songs on there so this will take avery long time  - any ideas on what;s up?

    Having moved my Itunes folder to a new external hardrive and resetting where it is in preferences Itunes can't find them and I have to direct it to every song- a little ! pops up next to the song and a dialogue box says Itunes can't find it so thn i have to manually search for it - I have a months worth of songs on there so this will take avery long time  - any ideas on what's up?

    nellydee wrote:
    Having moved my Itunes folder to a new external hardrive and resetting where it is in preferences
    That's not how to do it. You don't move stuff then set the iTunes prefs > Advanced.
    Once you move the /iTunes/ folder, hold Option, launch iTunes and select Choose library... and select the ITunes folder on the external.
    This will use the iTunes library file in the iTunes folder you moved.
    Don't change iTunes prefs > Advanced.

  • File save to networked drive takes a long time

    I have been putting up with a real slowness with saving files in DW CS4. The save of a file is to a local network drive (H: drive).  I can use other apps like a text editor and saving a file to the same drive is pretty near instant.  But when I save a .cfm file in DW to the same drive it will often take 30 sec to up to 5 minutes...all of which is unacceptible for me.  It's not every file either that is taking the same delay in time to save.  It doesn't seem related to file length either.  I have a file just now that is 47 lines of CF code, I saved it and it took about 3 or 4 minutes.
    What is going on?  Is this DW doing some funcky syntax checking or web standards checking or is it our network issue?  If this is a configuration issue I'd sure like to know how to fix this. It's extremely annoying as I forget my train of thought by the time the file has saved.
    All suggestions welcomed!

    Well I probably should have checked around here some more. Just talked to someone in our IT dept. and they believe (unproven theory) that it is likely our network configuration and design. However if you have a few things to try to eliminate any other possibilities I'd like to hear them.

  • Office 2007 saving documents over mapped network drive takes abnormally long

    On a new Windows 8.1 Pro 64 bit computer, I have installed Office 2007. When I attempt to save documents to a mapped network drive on a peer network (saving to a Windows 8.1 Pro 64 bit computer), I have abnormally long save times.  However, when I attempt
    to save documents to my computer, I have no issues.  I do not have any issues when opening the files over the mapped drive.
    Turning off the third-party Bullguard Internet Security antivirus and firewall makes no difference.  Setting as an exception the excluded mapped drive folder makes no difference either.
    I have disconnected the mapped drive and re-mapped the network drive, but this makes no difference.
    I had no problem with the same software on a prior computer running the same Office 2007 version.  Another computer on the network has no issues either.
    Please advise how to speed up the saved documents (Word, Excel).

    Hi,
    As the slow to save files issue, please try the suggestion below to modify the registry:
    Important
    This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the
    registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry,
    http://windows.microsoft.com/en-US/windows7/Back-up-the-registry
    To start the Registry Editor, press Win + R, type "regedit.exe" in the blank box, press Enter. Then add the following registry key to the machine:
    [Hkey_Current_User\Software\Microsoft\Office\12.0\Word\Options]
    "DisableRobustifiedUNC"=Dword:00000001
    [Hkey_Current_User\Software\Microsoft\Office\12.0\Excel\Options]
    "DisableRobustifiedUNC"=Dword:00000001
    I hope this can help.
    Regards,
    Melon Chen
    TechNet Community Support

  • InDesign 9.2 - Save to network location takes a long time.

    Saving InDesign files to a network location seems to take an extremely long time during which I am unable to do anything else inside InDesign.
    I know that this has been an issue for me for at least 2 weeks (since March 3, 2014, possibly earlier). I am not certain whether I have updated InDesign since then, but have consistently been experiencing this same problem.
    Today I ran some tests (all using the same ~20MB file).
    Save from InDesign to network location: 12 seconds
    Save from InDesign to desktop: <2 seconds
    Copy file (in Windows Explorer) from desktop to network: <2 seconds
    Copy file from network to desktop: <2 seconds
    I know I can work on the file locally and copy my saved versions out at the end of the day, but this was not necessary before, and I don't know what changed to make this take so much longer than it used to.
    Current system configuration: InDesign 9.2 x64 running on a Win 7 Pro 64-bit with 16GB RAM and a Xeon 3.6GHz processor.
    Is anyone else experiencing this? Any ideas on how to resolve?
    Thanks!

    Daylight savings time started on the 9th, right? I'm not sure about what a "server time sync problem" would be, but since my problem started before the DST switch, it doesn't seem that this could be the cause.
    Also, since I am able to copy to and from the server outside of InDesign without any problems, doesn't this indicate the server and my computer are communicating just fine?
    Thank you for your assistance!

  • We have three different logins or accounts on our computer.  In the administrator's login, iTunes loads, syncs, and accesses the store fine.  On my two kids' logins, however, loading, syncing and acessing the store takes exponentially longer.  Any ideas?

    We have three different logins or user accounts on our comoputer.  In the administrators' login, we have no trouble opening iTunes, syncing the iPod or accessing the store.  However, in my two kids' logins, getting iTunes to recognize the device, sync it, or access the store takes exponentially longer.
    Does anyone have similiar trouble with this, and if so, do you have any suggestions?

    I think this is an excellent indicator that not only is Palm reviewing the feedback from the support forums here, but actively reviewing feedback/comments/wishes on other sites as well.
    As the original poster copied this (quite solid, IMO) wishlist from Pre Central, the palm support staff acknowledged first seeing it there.

  • I restore my ipod 3rd gen and it take a long time any help?

    any helps guys i am new here hope anyone will help me !!1 plsss i really need help

    Try place the iPod in Recovery Mode and restore via iTunes.
    If not successful, try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • My mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    my mac air died, after i reinstall from dvd drive, when i boot up again, i saw a prohibit sign showing up on the screen, then get to my logon screen.  After logon, it takes very long time to load any application.  pls help

    OK. If you believe that.
    When the disk is starting to die it can be bad for a moment and then be good for a while. If there was no problem while you were checking it of course it shows up good.
    I tell you those are the signs of a disk that is about to die.
    Allan

  • My final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help

    my final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help me.  I have a 13 inch mac book pro 10.6.8 8gb 2.3 gfz intel core i5

    What did Apple tell you about what they did (or did not) find here?
    See if working on the main disk is any faster.
    USB2 is glacial, as I/O interconnects go.  And USB2 disks have been known to fail, or sometimes to drop back to USB1 speeds, too.  FireWire 800 is substantially faster than USB2, but still not as fast as the internal drive connections can provide.
    Put another way, start varying your configuration, and see which configuration changes (still) have the problem, and which don't.

  • I turned off my fire vault by accident and is there a way to stop it from decrypting cause that is going to take a long time and i want to keep my hard drive encrypted

    I turned off my fire vault by accident and is there a way to stop it from decrypting cause that is going to take a long time and i want to keep my hard drive encrypted.
    is there a way to stop it in the middle so it does not go through the whole process

    It's called, "FileVault." If there is no option to stop the process, then the best bet would be to wait until decrypting is finished. Otherwise you run the risk of borking the whole thing. It's hard to imagine how you can accidentally turn off FileVault.

  • Lenovo Services/P​rogram takes a long time to start after bootup

    It seems like Lenovo services take a long time to start after boot up is completely done.
    My Bootup time is less than a minute (0:51s), but my lenovo services (Power Manager Gauage, Lenovo Services in the Sidebar, have th ThinkVanatage Button work, and most annoying of all is having access to my network card to change networks) takes about 2 minutes.
    Is there a reason why this is taking so long?
    I've uninstalled and installed the lastest Lenovo Interface Driver, and a lot of ThinkVantage/Lenovo software and drivers.
    Any ideas?

    No response?
    Anyone else on T400 notice this?

  • Time Machine/Time Capsule backups successful, but take a long time

    I purchased a 512GB Time Capsule about a year ago. Since I got it, backups have been successful, but very slow. An average backup takes about 40-50 minutes, usually for less than 20 MB transferred.
    Here are a couple summaries of recent backups (see end of post for full logs):
    BACKUP 1:
    11 minutes to detect if pre-backup thinning was necessary
    18 minutes to copy 281 MB
    5 minutes to copy 5.4 MB
    4 minutes to start post-backup thinning
    2 minutes to delete 1 expired backup
    There were no error messages.
    BACKUP 2:
    4 minutes to detect if pre-backup thinning was necessary
    12 minutes to copy 15 MB
    5 minutes to detect if pre-backup thinning was necessary
    15 minutes to copy 3.8 MB
    1 minutes to start post-backup thinning
    2 minutes to delete 1 expired backup
    This time, there were error messages about "Unable to rebuild path cache for source item. Partial source path:"
    My Time Capsule is placed about 5 feet from my laptop, with no obstructions between them. I don't think it's a wireless speed issue, because I use the Time Capsule as my router, and my connection to the net is fine. Also, operations that don't require wireless connections, like detecting pre-backup thinning, also take a long time.
    Does anyone have any idea what might be going wrong to cause my regular backups to take so long?
    BACKUP 1:
    14/09/09 2:09:47 PM /System/Library/CoreServices/backupd[18612] Starting standard backup
    14/09/09 2:09:55 PM /System/Library/CoreServices/backupd[18612] Mounted network destination using URL: afp://Peter%[email protected]/turban
    14/09/09 2:09:55 PM /System/Library/CoreServices/backupd[18612] Backup destination mounted at path: /Volumes/turban
    14/09/09 2:10:02 PM /System/Library/CoreServices/backupd[18612] Disk image /Volumes/turban/buttercup_001ec2146608.sparsebundle mounted at: /Volumes/Backup of buttercup
    14/09/09 2:10:02 PM /System/Library/CoreServices/backupd[18612] Backing up to: /Volumes/Backup of buttercup/Backups.backupdb
    14/09/09 2:21:15 PM /System/Library/CoreServices/backupd[18612] No pre-backup thinning needed: 860.3 MB requested (including padding), 280.02 GB available
    14/09/09 2:39:05 PM /System/Library/CoreServices/backupd[18612] Copied 12159 files (281.3 MB) from volume butternut.
    14/09/09 2:39:08 PM /System/Library/CoreServices/backupd[18612] No pre-backup thinning needed: 529.5 MB requested (including padding), 280.02 GB available
    14/09/09 2:44:18 PM /System/Library/CoreServices/backupd[18612] Copied 11775 files (5.4 MB) from volume butternut.
    14/09/09 2:48:43 PM /System/Library/CoreServices/backupd[18612] Starting post-backup thinning
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Deleted backup /Volumes/Backup of buttercup/Backups.backupdb/buttercup/2009-09-13-132947: 280.02 GB now available
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Post-back up thinning complete: 1 expired backups removed
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Backup completed successfully.
    14/09/09 2:50:18 PM /System/Library/CoreServices/backupd[18612] Ejected Time Machine disk image.
    14/09/09 2:50:22 PM /System/Library/CoreServices/backupd[18612] Ejected Time Machine network volume.
    BACKUP 2:
    14/09/09 9:09:46 AM /System/Library/CoreServices/backupd[15833] Starting standard backup
    14/09/09 9:09:54 AM /System/Library/CoreServices/backupd[15833] Mounted network destination using URL: afp://Peter%[email protected]/turban
    14/09/09 9:09:54 AM /System/Library/CoreServices/backupd[15833] Backup destination mounted at path: /Volumes/turban
    14/09/09 9:10:07 AM /System/Library/CoreServices/backupd[15833] Disk image /Volumes/turban/buttercup_001ec2146608.sparsebundle mounted at: /Volumes/Backup of buttercup
    14/09/09 9:10:10 AM /System/Library/CoreServices/backupd[15833] Backing up to: /Volumes/Backup of buttercup/Backups.backupdb
    14/09/09 9:14:06 AM /System/Library/CoreServices/backupd[15833] No pre-backup thinning needed: 542.2 MB requested (including padding), 280.02 GB available
    14/09/09 9:23:27 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:23:27 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:24:30 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:24:30 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:26:00 AM /System/Library/CoreServices/backupd[15833] Copied 1223 files (15.3 MB) from volume butternut.
    14/09/09 9:31:35 AM /System/Library/CoreServices/backupd[15833] No pre-backup thinning needed: 527.5 MB requested (including padding), 280.02 GB available
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:20 AM /System/Library/CoreServices/backupd[15833] Copied 11336 files (3.8 MB) from volume butternut.
    14/09/09 9:47:06 AM /System/Library/CoreServices/backupd[15833] Starting post-backup thinning
    14/09/09 9:49:14 AM /System/Library/CoreServices/backupd[15833] Deleted backup /Volumes/Backup of buttercup/Backups.backupdb/buttercup/2009-09-13-082428: 280.02 GB now available
    14/09/09 9:49:14 AM /System/Library/CoreServices/backupd[15833] Post-back up thinning complete: 1 expired backups removed
    14/09/09 9:49:15 AM /System/Library/CoreServices/backupd[15833] Backup completed successfully.
    14/09/09 9:49:19 AM /System/Library/CoreServices/backupd[15833] Ejected Time Machine disk image.
    14/09/09 9:49:25 AM /System/Library/CoreServices/backupd[15833] Ejected Time Machine network volume.

    peterjm wrote:
    I checked all of the steps in #D2 of the Troubleshooting Guide.
    One other thing thing you might try, is a +*Verify Disk+* (not permissions) on your internal HD. That will not take anything like 40 hours! If it reports problems, you'll have to boot from your Install disc and use it's copy of DU to repair it. Post back if you need to do this but aren't sure how.
    I think it's very fishy that Repair Disk took 40 hours -- it seems like any operation that touches the hard drive on the Time Capsule takes a long time. Maybe the hard drive is having problems? What sort of problems could a drive have that would make everything VERY slow, but still successful?
    Try connecting via an Ethernet cable; see what effect that has. Everything should be faster, of course, but not wildly. Just as an example, I'm doing backups to a USB hard drive via my Airport Extreme, about 15 feet from my iMac. When I first started that way, I did a full backup via Ethernet (about 21 gb/hour), then erased it and ran again wirelessly (about 12 gb/hour).
    Even 5 feet apart, you may have some sort of interference or other communications problem; if Ethernet is many times faster, then you may need to have your TC and/or wireless card examined.

  • Patch R12 on T4 engine takes a long time

    Hi All,
    I have patched R12 64bit (patch 8919491) on T4-1 machine takes a long time (not completed after 40 hours).
    ram 16, sga 2g, another init.ora I set default, idle cpu concumption 99%
    message alert.log : Incremental checkpoint up to RBA [0x3.1afee1.0], current log tail at RBA [0x3.1aff77.0]
    please help

    Hi Husein,
    Thank you for your help.
    I run adpatch as instruction on Readme.txt 8919491.
    here are status 16 of workers:
    96 -rw-r--r-- 1 oradev dba 48423 May 9 07:06 adwork004.log
    134 -rw-r--r-- 1 oradev dba 67870 May 9 07:04 adwork007.log
    148 -rw-r--r-- 1 oradev dba 74786 May 9 07:04 adwork005.log
    124 -rw-r--r-- 1 oradev dba 63411 May 9 07:04 adwork008.log
    54 -rw-r--r-- 1 oradev dba 27221 May 8 21:00 adwork002.log
    162 -rw-r--r-- 1 oradev dba 82239 May 8 21:00 adwork003.log
    224 -rw-r--r-- 1 oradev dba 102927 May 8 21:00 adwork001.log
    16 -rw-r--r-- 1 oradev dba 7809 May 8 21:00 adwork012.log
    14 -rw-r--r-- 1 oradev dba 7037 May 8 21:00 adwork014.log
    14 -rw-r--r-- 1 oradev dba 7037 May 8 21:00 adwork013.log
    20 -rw-r--r-- 1 oradev dba 9746 May 8 21:00 adwork011.log
    14 -rw-r--r-- 1 oradev dba 7037 May 8 21:00 adwork015.log
    20 -rw-r--r-- 1 oradev dba 10140 May 8 21:00 adwork010.log
    68 -rw-r--r-- 1 oradev dba 34358 May 8 21:00 adwork006.log
    22 -rw-r--r-- 1 oradev dba 10493 May 8 21:00 adwork009.log
    14 -rw-r--r-- 1 oradev dba 7037 May 8 21:00 adwork016.log
    I'll send you 2 workers status are adwork004.log and adwork016.log:
    1. adwork004.log :
    The Index in xdf-file and db match perfectly. No alteration necessary.
    Index WF_USER_ROLE_ASSIGNMENTS_N3 exists under APPLSYS schema.
    Checking for differences
    Column_name and Uniqueness match for both file and DB Indexes
    The Index in xdf-file and db match perfectly. No alteration necessary.
    Index WF_USER_ROLE_ASSIGNMENTS_N4 does not exist in APPLSYS.
    Skipping the creation of index WF_USER_ROLE_ASSIGNMENTS_N4 in current mode.
    Index WF_USER_ROLE_ASSIGNMENTS_U1 exists under APPLSYS schema.
    Checking for differences
    Column_name and Uniqueness match for both file and DB Indexes
    The Index in xdf-file and db match perfectly. No alteration necessary.
    Performing AOL meta data updates
    Attempting to update fnd tablespace meta data
    Upload of Fnd_Object_Tablespaces is successful
    AOL metadata updated successfully.
    ==========================================================
    Done calling the utility function. Return Code = [0] TimeStamp = [Wed May 08 21:01:01 WIT 2013]
    Updating task with status 0
    Time when worker completed job: Wed May 08 2013 21:01:01
    AdjavaWorker has reached the maximum wait timeout specified( 36000000 ). So Exiting.
    2. adwork016.log :
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/oracle/oradev/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/oracle/oradev/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/oracle/oradev/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/oracle/oradev/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/oracle/oradev/apps/apps_st/comn/java/lib/appsborg.zip:/u01/oracle/oradev/apps/tech_st/10.1.2/forms/java:/u01/oracle/oradev/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/oracle/oradev/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/oracle/oradev/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/oracle/oradev/apps/apps_st/comn/java/classes"
    Calling /u01/oracle/oradev/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.sql.SQLException: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at oracle.apps.ad.worker.AdJavaWorker.getAppsConnection(AdJavaWorker.java:1041)
    at oracle.apps.ad.worker.AdJavaWorker.main(AdJavaWorker.java:276)
    Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
    at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:359)
    at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:422)
    at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:672)
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:237)
    It's mean my machine is not enought for 16 workers ?
    please help

  • Problem description: My  macbook pro since this afteon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click-  EtreCheck

    My computer
    Problem description:
    My  macbook pro since this afternoon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click…
    EtreCheck version: 2.1.8 (121)
    Report generated 31 de março de 2015 18:29:15 BRT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 250
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:25:47
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320,07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (47.94 GB free) - 51 errors
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Stickies    Application  (/Applications/Stickies.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.1.1 [Click for support]
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        DivX HiQ
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 270.90 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 999.86 GB
            Total number of backups: 60
            Oldest backup: 2012-07-15 01:16:54 +0000
            Last backup: 2015-03-29 19:28:06 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
            97%    rapportd
             3%    WindowServer
             1%    mds
             0%    fseventsd
             0%    distnoted
    Top Processes by Memory: ℹ️
        155 MB    Safari
        120 MB    Finder
        86 MB    rapportd
        86 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        12.56 GB    Free RAM
        2.53 GB    Active RAM
        428 MB    Inactive RAM
        1.66 GB    Wired RAM
        1.04 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 06:00:15 PM    Self test - passed
        Mar 31, 2015, 01:13:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-131305_[redacted].crash
        Mar 31, 2015, 01:05:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-130542_[redacted].crash
        Mar 31, 2015, 12:24:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-122433_[redacted].crash
        Mar 30, 2015, 05:45:38 PM    /Library/Logs/DiagnosticReports/Skype_2015-03-30-174538_[redacted].cpu_resource .diag [Click for details]
        Mar 30, 2015, 01:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Last.fm Scrobbler_2015-03-30-135207_[redacted].crash
        Mar 29, 2015, 05:55:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-29-175505_[redacted].crash
        Mar 29, 2015, 01:06:38 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130638_[redacted].hang
        Mar 29, 2015, 01:02:47 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130247_[redacted].hang

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Aperture 3.1 takes incredibly long time to start

    Since after the upgrade from 3.0.x to 3.1 Aperture takes a long time to start up. I click on the Aperture icon in the dock, the icon bounces for almost a minute, then it stays still for more than a minute, doing nothing and without the "light bulb" indicator that the app is running. It's just sitting there in the dock. After a total of 2-5 minutes, the Aperture window opens and I can start working.
    I tried many things suggested in the forums to speed up Aperture:
    I turned off Faces
    I turned off sharing of previews with iLife and iWork
    I turned off using embedded JPEGs from camera
    I deleted all Aperture preferences as I thought there might be a corruption after upgrade
    I removed all plugins from Aperture plugin folder to make sure nothing is interfering
    I used the Aperture rebuild and repair options on the library
    I created a new Aperture library and imported my photos from the old library into a fresh one
    I downloaded and installed the Aperture 3.1 update again to make sure nothing got corrupted during update installation
    Nothing helped. Aperture takes 2-3 minutes to fully start.
    Plugins in use: NIK Software's Viveza 2 and HDR Efex Pro, Tiltshift for Aperture. That's it. And, as I said, it doesn't help if I take them out of Aperture's plugin folder so they don't get loaded. Problem still remains.
    My library isn't that big: 29GB in 8230 items. Is 2-3 minutes a normal startup time?
    Has anyone experienced a similar problem after upgrading? As I literally exchanged everything underneath Aperture (deleted preference files, created new library and imported photos from old lib) I don't know what else I could try. Totally uninstall Aperture and re-install it again?
    Any suggestions what this could be?
    On a sidenote, interestingly Logic Pro takes about the same amount of time to start. The icon bounces in the dock for almost 1 minute, then I hear the harddisk working for another minute until the splash screen finally appears. Logic Pro is loaded after 2 minutes and 20 seconds. I could boot my whole Mac 4x in that timeframe.

    To everybody having this problem. I found out what the culprit was. As a documentation here is what it was.
    I read some posts here on the forums that mounted USB sticks or flash cards would make Aperture super slow while importing photos. I have Boot Camp installed and have a Windows 7 partition on the same drive as my MacOS. So, out of curiosity, I forced it to unmount as the partition automatically gets mounted by the OS.
    Voilà! That seems to have been the culprit! Now both Aperture and Logic (which also had to think 2 minutes before it decided to start) display the splash screen in seconds and start like they are supposed to.
    Make sure you have no drives mounted when starting these applications. This helped bringing down the starting time from 2 minutes and 20 seconds to just a few seconds. Of course, if you have your library on another drive you have to have it mounted. Maybe it only takes so long when you have Boot Camp and an NTFS partition. But if you experience lags starting these apps, try unmounting what you don't need.

Maybe you are looking for

  • CF 10 Load-Balancing with Remote Instances

    I was reading an article on Clustering/LB/HA using CF8, but have not found any updates for CF10. Using VM VirtualBox to setup a few virtual servers, I am looking to setup a load balancing of ColdFusion 10 on 2 remote instances. The goal would be have

  • When we have to go for session method, when we have to go for call transact

    when we have to go for session method, when we have to go for call transaction method if i have a 3000 records in flat file. which is better? why

  • Sync Mail to .Mac

    I recently transfered all my emails from Entourage to Mac Mail. Everything transfered beautifully. I had set up a tree of folders of all emails grouped in to specific topics in Entourage and they imported to mac mail in the same format. These emails

  • I have intel core duo....can i use lion

    i have intel core duo....can i us lion........ probably been asked 100's of times but I finally found time to inquire

  • Can't burn fcp hd vids w/chapters and custom motion menus

    project consists of: opening movie 15 sec main page: -menu vid 29 sec -2 folders for videos with chapters: folder 1) menu vid 29 sec -wedding vid 31 min/6chapters -chapter folder (menu vid 29 sec) folder 2) menu vid 29 sec -honeymoon video (made up o