EJB - This Application hasn't J2EE modules.....

I am trying to run a Web Dynpro Application (using an EJB as a model) but for some reason I have to redeploy the EJB every time I reboot the J2EE server or stop/start the EJB.
I noticed when I hit the DEPLOY button in Visual Administrator, I see a warning message that says : "This Application hasn't J2EE modules, so it cannot be loaded. Proceeding with Deploy ?". If I go ahead and finish the Deploy, my EJB continues to work until next time when server/EJB is recycled.  Can someone explain what J2EE modules this message is referring to, or give me any other clues ?   Thanks.

Hi,
I have the same problem.
Have you found the solution at this problem?
Thanks.
Paolo.

Similar Messages

  • Problem deploying application - ERROR: No j2ee modules detected

    Hi
    I am new to jDeveloper, and I have created a stateless session EJB, and a JSF page with one ADF component on. When I try to deploy my application to Weblogic, I get this error:
    ERROR: No j2ee modules detected in EAR archive. Deployment aborted
    Any ideas what I can do to fix this?
    Thank you
    Søren

    Hi, I had this same problem. The whole purpose of a EAR is containing a J2EE app. It's divided on a Web Components Archive (WAR) and a JAR with the Enterprise App. I found this document useful and the app could be deployed successfully to an EAR. Remember to include all you extra libraries as another file Group of the "Libraries Type". Basically you owuld have to separatelly create the WAR deployment descriptor, the EJB JAR deployment descriptor and after that create the EAR based on one or two of them.
    [http://download.oracle.com/otndocs/tech/ias/portal/files/RG/OBE/deployToAppServer/lesson_Deployment.htm|http://download.oracle.com/otndocs/tech/ias/portal/files/RG/OBE/deployToAppServer/lesson_Deployment.htm ]
    This document is intended for Jdev10g and OracleAS 10, but the procedure is almost the same for both versions.

  • Hi i  insttalled the free trial 3O days MacScan on OsX10.5 is it normal that for full scaning it takes so long time more even than one day?! on the other hand this application hasn't any uninstaller on image disc ,so how can i uninstal it from my hard?

    Hi i  insttalled the free trial 3O days MacScan on OsX10.5 is it normal that for full scaning it takes so long time more even than one day?! on the other hand this application hasn't any uninstaller on image disc ,so how can i uninstal it from my hard?Thanks

    Get rid of the tracking cookies. They are used to profile and track your browsing history. While they are privacy invading, by calling them spyware, MacScan is being a little dramatic in trying to sell you its crap. And in the future, for whatever browser you use, don't allow third-party cookies.
    To prevent tracking, get Ghostery. In addition to having Ghostery and forbidding third-party cookies, I clear out all cookies from one browsing session to another. If you always do that, you won't have any tracking cookies to worry about, so you won't need MacScan to find them for you. Btw, MacScan finds the tracking cookies in the first few minutes of scanning; if you want to use it for that, then that's all the time you need to run it for. But, as I said, you won't have any tracking cookies around if you just remove all cookies and don't allow third-party cookies. As soon as you visit a site that needs them, you'll just get new ones. No problem.
    Read all about cookies here.
    http://en.wikipedia.org/wiki/HTTP_cookie

  • EJB modules were found for this application

    I'm deploy may application on weblogic server 10R3
    myejb.jar file is deployed success
    When I deployed mayapp.war, the following error occured.
    *weblogic.deployment.EnvironmentException: [J2EE:160167]The module jvcwebapp.war in application jvcwebapp uses ejb-links but no EJB modules were found for this application.*
    web.xml
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/SessionEJB</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>model.SessionEJBLocal</local>
    <ejb-link>SessionEJB</ejb-link>
    </ejb-local-ref>
    thanks
    Thiensu2810

    The module abc-ViewController-context-root in application abc_Project1_abc uses ejb-links but no EJB modules were found for this application
    Is the application deployed as an EAR application with web and ejb modules? If not, deploy as an EAR application.

  • I unable to run ejb with application client using oc4j j2ee container

    Hi,
    I have installe oracle9i (1.0.2.2) oc4j j2ee container.
    I unable to run the ejbs . please help me how to run ejbs with application client and which files are shall configure.
    See the client application is :
    public static void main (String []args)
    try {
    //Hashtable env = new Hashtable();
    //env.put("java.naming.provider.url", "ormi://localhost/Demo");
    //env.put("java.naming.factory.initial", "com.evermind.server.ApplicationClientInitialContextFactory");
    //env.put(Context.SECURITY_PRINCIPAL, "guest");
    //env.put(Context.SECURITY_CREDENTIALS, "welcome");
    //Context ic = new InitialContext (env);
    System.out.println("\nBegin statelesssession DemoClient.\n");
    Context context = new InitialContext();
    Object homeObject = context.lookup("java:comp/env/DemoApplication");
    DemoHome home= (DemoHome)PortableRemoteObject.narrow(homeObject, DemoHome.class);
    System.out.println("Creating Demo\n");
    Demo demo = home.create();
    System.out.println("The result of demoSelect() is.. " +demo.sayHello());
    }catch ( Exception e )
    System.out.println("::::::Error:::::: ");
    e.printStackTrace();
    System.out.println("End DemoClient....\n");
    When I am running client application I got this type of Exception
    java.lang.SecurityException : No such domain/application: sampledemo
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 2040)
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 1884)
    at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java : 1491)
    at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java : 323)
    at com.evermind.server.rmi.RMIContext.lookup(RMIConext.java : 106)
    at com.evermind.server.administration.LazyResourceFinder.lookup(LazyResourceFinder.java : 59)
    at com.evermind.server.administration.LazyResourceFinder.getEJBHome(LazyResourceFinder.java : 26)
    at com.evermind.server.Application.createContext(Application.java: 653)
    at com.evermind.server.ApplicationClientInitialContext.getInitialContext(ApplicationClientInitialContextFactory.java :179 )
    at javax.naming.spi.NamingManager.getInitialContext(NamingManger.java : 246)
    at javax.naming.InitialContext.getDefaultInitialCtx(InitialContext.java : 246)
    at javax.naming.InitialContext.init(InitialContext.java : 222)
    at javax.naming.InitialContext.<init>(InitialContext.java : 178)
    at DemoClient.main(DemoClient.java : 23)
    .ear file is copied into applications directory.
    I have configured server.xml file like this
    <application name="sampledemo" path="../applications/demos.ear" />
    demos.ear file Contains following files
    application.xml
    demobean.jar
    Manifest.mf
    demobean.jar file contains following files
    application-client.xml
    Demo.class
    DemoBean.class
    DemoHome.class
    ejb-jar.xml
    jndi.properties
    Mainifest.mf
    Please give me your valuable suggestions. Which are shall i configure .
    Thanks & Regards,
    Badri

    Hi Badri,
    ApplicationClientInitialContextFactory is for clients which got deployed inside OC4J container..
    For looking up EJB from a stand alone java client please use RMIInitialContextFactory..So please change ur code....
    Also please check ur server.xml
    Since you have specified your ejb domain as "sampledemo"
    you have to use that domian only for look up..But it seems that you are looking up for "Demo" domain instead of "sampledemo" domain...So change your code to reflect that..
    Code snippet for the same is :
    Hashtable env = new Hashtable();
    env.put("java.naming.provider.url", "ormi://localhost/sampledemo");
    env.put("java.naming.factory.initial", "om.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.SECURITY_PRINCIPAL, "guest");
    env.put(Context.SECURITY_CREDENTIALS, "welcome");
    Context ic = new InitialContext (env);
    Hope this helps
    --Venky                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • My itunes will not work and this is the error message. Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     11.0.1.12   Application Timestamp:     50c8fc7e   Fault Module Name:     QuickTime.qts_un

    Problem signature:
      Problem Event Name:          BEX
      Application Name:          iTunes.exe
      Application Version:          11.0.1.12
      Application Timestamp:          50c8fc7e
      Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
      Fault Module Timestamp:          4ea5d609
      Exception Offset:          653f1040
      Exception Code:          c0000005
      Exception Data:          00000008
      OS Version:          6.1.7601.2.1.0.768.3
      Locale ID:          1033
      Additional Information 1:          0a9e
      Additional Information 2:          0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:          0a9e
      Additional Information 4:          0a9e372d3b4ad19135b953a78882e789

    I am encountering the same thing as I am trying to restore my iPhone. How to fix this? I tried repairing iTunes. Still having the issue.

  • My itunes wount open when i try to open it this message comes up Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     10.6.3.25   Application Timestamp:     4fd16377   Fault Module Name:     CRYPTU

    when i try to open my Itunes this Message comes up
    Problem signature:
      Problem Event Name:    BEX
      Application Name:    iTunes.exe
      Application Version:    10.6.3.25
      Application Timestamp:    4fd16377
      Fault Module Name:    CRYPTUI.dll_unloaded
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    4ce7b847
      Exception Offset:    68221040
      Exception Code:    c0000005
      Exception Data:    00000008
      OS Version:    6.1.7601.2.1.0.768.3
      Locale ID:    5129
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Taken at face value, you're having trouble with a Windows operating system file there.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • My itunes wont work. I keep getting this Problem signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     10.7.0.21   Application Timestamp:     504d85d9   Fault Module Name:     QuickTime.qts_unloaded   Fault

    My itunes usnt working. I keep getting this message.
    Problem signature:
      Problem Event Name:          BEX
      Application Name:          iTunes.exe
      Application Version:          10.7.0.21
      Application Timestamp:          504d85d9
      Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
      Fault Module Timestamp:          4f8f8a5b
      Exception Offset:          70be1040
      Exception Code:          c0000005
      Exception Data:          00000008
      OS Version:          6.0.6002.2.2.0.768.3
      Locale ID:          1033
      Additional Information 1:          b9b5
      Additional Information 2:          063aa4ebde4a7a45f8c482e6ed282861
      Additional Information 3:          b251
      Additional Information 4:          0639314542445d4694fa87cff3be7aa4

    Fault Module Name:          QuickTime.qts_unloaded
      Fault Module Version:          0.0.0.0
    Try updating your QuickTime player to the most recent version.

  • This application is not yet configured. Please refer to the E2E post-instal

    Hi,
    I have configured the SMD on Solution Manager 4.0 SP 11, LMSERVICE SP12 (Before it was SP 11 but is still had the same error)
    Wily Introscope 7.1.
    The solution has been published and I able to use all the other diagnostic modules except for E2E.
    When I click on any E2E Workload/Exception etc I get the following message
    "This application is not yet configured. Please refer to the E2E post-installation steps"
    What are the specific steps to enable my application for E2E?
    Thanks,
    Vikram

    Hi Bernd
    Thanks for the detailed steps. My comments interspersed
    > Hi Vikram,
    >
    > 2 steps have to be performed:
    >
    > 1) Scheduler Configuration
    > 1.     Connect to the Diagnostics system.
    > 2.     Start the Scheduler application
    > o     Diagnostics Administration &#61664; Managed Systems
    > &#61664; Scheduler
    > 3.     Select the E2E Log Analysis Task. This task
    > analyses log and dumps files to collect Error and
    > Dump messages from the associated managed system.
    > 4.     Activate the Task for the host belonging to the
    > managed landscapes
    > N.B.: Please be aware that this task will fail as
    > long as the configuration step “Setup RFC
    > Destinations” has not been successfully performed.
    > Navigation Activation
    This step has been completed, and there are no errors. I don't think I need an RFC since my managed system is a J2ee stack Netweaver ( 2004s SP12 ). This is the message that I see in the E2E Log Analysis scheduler "Execution succeeded in 3188 ms. Next execution in 60 min(s)."
    >
    > 2)
    > 1.     Start Visual admin
    > 2.     Go to Server -> Services -> Configuration
    > Adapter.
    > 3.     In the Display Configuration tab drill in:
    > apps -> sap.com -> tcwebadminstratornavigation~ejb
    > -> appcfg
    > 4.     Enter the edit mode and set the custom value to
    > true for the three properties named:
    > o     e2e_*_configured ( where * is the name of the E2E
    > application you want to enable)
    > 5.     Restart the navigation and the corresponding E2E
    > applications can now be started.
    I have set the custom values to true for the following:
    e2e_log_analysis_configured
    e2e_trace_configured
    e2e_ workload_analysis_configured
    In the Propertysheet.application.global.properties, restarted the apps
    But I still get the same error.
    Is there any other configuration involved?
    BTW, Is there any document that details the above steps you have pointed out? I guess I must have gone through all the diagnostics set up guide, but have not come across this uptill now
    Once again Thanks a lot!
    Vikram

  • What is their difference betwwen  Sun ONE Application Server  and J2EE serv

    Sun ONE Application Server is Sun implementation of J2EE server.
    But it seems even no Sun ONE Application Server, use J2EE SDK command
    j2ee -verbose
    we still can launch an Application Server that support EJB, JSP....
    what is their difference betwwen Sun ONE Application Server and J2EE server provided by J2EE SDK ?
    Thanks,

    Sun ONE generally refers to the Sun ONE Application Server version 7.x. This is a J2EE 1.3 compliant application server from Sun. Sun also released a Reference Implementation version (RI) as a requirement of the J2ee 1.3 spec. This is the J2EE server you are refering too. The Sun ONE Application Server 7 is a more robust production ready App Server.
    Going forward, Sun combined the 2 seperate groups to include just 1 release. The J2EE 1.4 Reference Implementation is the Sun Java System Application Server Platform Edition version 8. SJS AS 8 PE is both free and production ready. Other version will include High Availability, Managing and Monitoring features.
    -Jeff

  • HT4191 My Contacts Journal Professional CRM Journal crashes at the initial seconds of iCloud Migration. Has anybody with this application experience this situation. The developer has been contacted.

    Dear Contacts Journal Support Team,
    Each time i have been trying what you put up for me,i always delete The Application Completely,then go to iTune Apps Store to re-download it. I know the apps store will not give me an old version,that is why i do not use my Mac or iMac to replace the application however this has also been updated on my Macs.
    I reiterated in my message yesterday that,it is not that what you asked me to do is not working or i did not follow your instructions into details. I did follow every steps you stated.
    The end result is that, WHEN IT REACHES DATA MIGRATION,THE SCREEN WILL BE BLACK OR LIGHT BLUE BLACK,WITH A WHITE SCROLLING LINE THREAD ON THE DEVICE SCREEN,MEANING MIGRATION IS ABOUT TO TAKE PLACE. THIS WILL MOVE FOR ABOUT 2 or 3SECONDS,AND IT WILL CRASH.
    I have tried this several time,i do not mind starting all over again,i just want it to work with iCloud. We can give you feedback,and i praise your effort for not getting tired to respond. This is a good and real customer service assistance of which i really appreciate.
    My devices are up-to-date,and the application i download is the latest version.
    Please let's makes this application work,there is non like it on The Apps Store. So you should be proud of your work and your innovation which i see as very powerful as well as extremely useful. But when it becomes unworkable it render all my eulogies to your effort meaningless.
    Thanks for contacting me again and i hope you will make it work again. Please forget about my previous DATA,i want to start it NEW. But you can not turn ON &amp; OFF even the iCloud on Contacts Journal.
    Thanks a LOT.
    The Reverend Canon Dr. IBITOYE.
    Sent from my iPhone 5⃣ Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 13 Feb 2013, at 07:46, Contacts Journal Support <[email protected]> wrote:
    Thanks. Can you confirm this step:
    - make sure all devices are updated to iOS6.1, and running the latest version of the app (3.3) [you can check if you have the latest version of the app by going to the App Store on your device, then checking the Updates section to see if you see any update for CJournal]
    - Another way to check is when you open CJournal, go to More -> Contact Us -> About page -> it should show the current app version.
    This is very important. If you are running the previous version of the app (3.2.1), then this crash will definitely happen on iOS6.1. You need to upgrade the CJournal app to the latest. After updating the app, you will have to follow the same steps as before, including cleaning up the iCloud database.
    Regards.
    On Feb 12, 2013, at 7:13 PM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    Dear Sir / Madame,
    Thanks for your lengthy information which is highly and diligently consummated and extremely digested.
    All what you indicated in your last mail,i have done it and all efforts is TO NO AVAIL.
    1. It does clean all the devices but at the start of MIGRATION,the application crashes away and off. This has happened at least more than 5 to 7 times on one device. I have got main 2 iPhone 5 main lines,the other lines are subsidiary to my European lines and Dublin. So,i do not on or try to set them at the same time.
    2. Please,kindly see it in this way,look at the year you have released this application,i have not made or bombard  you with this kind of problems.
    3. I am an old man,i love the progress of our younger ones in Technology. It is just a shame i was not born to the computer and application age,it pains me. Because i know i embrace and love Technology,even at this old age. So i can not do anything to destroy your work,i will rather support you for progress so my up spring will also progress in all their discipline. Also remember my vocation as a priest,my position is to encourage,correct and not to destroy another persons efforts and labour.
    Above all,i just finished trying it twice now,at the migration point,it crashes out in few seconds when it comes with that line of migration.
    The time in London now is 03:10 in the morning,this is what i suffer on this application: SLEEPLESS NIGHTS.
    If there is any other one like this out their that can take files,journals,documents,ToDo's like this one. Please let me know,i do not mind how much it will cost me. I just want it to work.
    Thanks and look forward to your response.
    Regards,
    The Reverend Canon Dr. IBITOYE.
    Sent from my iPhone 5⃣ Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 13 Feb 2013, at 01:00, Contacts Journal Support <[email protected]> wrote:
    Thanks. We just sent you an email an hour before you sent this one!! It had instructions on how to overcome this particular problem "Cannot sync since another device is syncing at the same time". It doesn't look like you followed those instructions at all.
    This is our detailed feedback, so please read and follow them closely::
    - you can only get this message when you are trying to sync to iCloud with CJournal. It means that something else got stuck while syncing with iCloud before, and it needs you to clean up the iCloud database for CJournal (as previously instructed, and repeated below)
    - there is no hope for us to recover your previous data. The best we can do is to get the app working again with iCloud, by cleaning up your iCloud data for CJournal
    - your old data was previously wiped out when you cleaned up the iCloud database without backing it up. There isn't any chance that we can recover that. Maybe the Apple iCloud engineers can restore that for you (though I doubt it). If they do, then let us know and we can figure something out.
    Meanwhile, follow these instructions for resetting your iCloud data:
    - make sure all devices are updated to iOS6.1, and running the latest version of the app (3.3) [you can check if you have the latest version of the app by going to the App Store on your device, then checking the Updates section to see if you see any update for CJournal]
    - make sure to turn off iCloud sync option in CJournal, on all devices
    - To clean out your iCloud database, you have to go to the Settings app -> iCloud -> Storage and Backup -> Manage Storage -> Documents and Data -> Show All -> look for Contacts Journal. (if you don’t see it, then look for “icloud” with a blank white icon). Here, press the Edit button, then the Delete All button. This will clean out your iCloud database. Note that it will take a few minutes for your data to be deleted from your other devices, and you shouldn’t try syncing any of your devices to iCloud in the meantime.
    - Now restart all your devices by powering them down, then power them back up again.
    - Now, wait 5-10 minutes for the delete to go through
    - On one of your devices, with the latest data, turn on iCloud. If it gives an initial message saying "iCloud data already exists", then press Cancel. It means it hasn't updated from iCloud that you deleted the data. You'll have to open the Settings app and go to the same Show All page again, just so the device tries to connect to iCloud again.  Wait a few minutes before trying to enable iCloud again.
    - After it's done transferring the information to iCloud, wait a few minutes, then connect your 2nd device to iCloud and let it connect with the existing iCloud data. If it gives a message saying "First Time iCloud Sync", then press Cancel.  It means it hasn't detected the data you just uploaded from iCloud yet. Try again in a minute.
    Please follow these instructions closely. Let me know any instruction isn't clear to you.
    Regards.
    On Feb 12, 2013, at 3:57 PM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    Dear Contacts Journal Support,
    I am so disappointed as you have not deem it right to make a follow up enquiry about my problems of which you were aware about all my Troubles.
    I keep you inform of all my efforts with apple iCloud Department and what i was told.
    I did not delete any of my files from Contacts Journal from my iCloud Account as one of my iPhone 4S still contains a 75% of some of my data. This device has been switched off since. Any attempt i made to use iCloud  on contact journal always comes up with a message i have related to you in my former message that: Contacts Journal encounter a SYNC problems from iCloud and that 2 devices can not be Sync at the same time; while all other devices are actually switched off.
    I am sending this Note now as the time limit given to me by iCloud Team will expire tomorrow. As i have said,this application has beautiful features but to make it work and Sync with either iCloud or Dropbox is a problems.
    I mean,about 8 devices can not have these problems at a go while other applications link with either iCloud or Dropbox are working on all these Devices. I can list all these for you if require as apple iCloud Team do check this as well.
    The iCloud restoration you sent me does not work,but i think this has teach me a great lesson as not to rely fully on an application like this anymore. I count my loss,my time and STRESS,i can not but let you know how i feel and my pains,frustrations and disappointments on this application.
    I have been using this application since it has been introduced,i know all the ups and downs,but not like this.
    I hereby appeal to you to sort out this PROBLEMS: "PROBLEM WITH iCloud SYNC: can not sync since another device is syncing at the same time: please wait and try again."
    The iCloud button will not even switched on.
    I look forward to hear from you.
    Regards,
    The Reverend Canon Dr. IBITOYE.
    Sent from my iPhone 5⃣ Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 12 Feb 2013, at 22:00, Contacts Journal Support <[email protected]> wrote:
    You can also go through the iCloud reset process again. That should get everything back in order again with iCloud. But there is no way to restore your old data unfortunately, since the Delete All wiped it out.
    Instructions for resetting your iCloud data:
    - make sure all devices are updated to iOS6.1, and running the latest version of the app (3.3)
    - turn off iCloud sync option in CJournal is it is enabled on any device
    - To clean out your iCloud database, you have to go to the Settings app -> iCloud -> Storage and Backup -> Manage Storage -> Documents and Data -> Show All -> look for Contacts Journal. (if you don’t see it, then look for “icloud” with a blank white icon). Here, press the Edit button, then the Delete All button. This will clean out your iCloud database. Note that it will take a few minutes for your data to be deleted from your other devices, and you shouldn’t try syncing any of your devices to iCloud in the meantime.
    - Now restart all your devices by powering them down, then power them back up again.
    - On your device with the latest data, turn on iCloud. If it gives an initial message saying "iCloud data already exists", then press Cancel. It means it hasn't updated from iCloud that you deleted the data. You'll have to open the Settings app and go to the same Show All page again, just so the device tries to connect to iCloud again.  Wait a few minutes before trying to enable iCloud again.
    - After it's done transferring the information to iCloud, wait a few minutes, then connect your 2nd device to iCloud and let it connect with the existing iCloud data. If it gives a message saying "First Time iCloud Sync", then press Cancel.  It means it hasn't detected the data you just uploaded from iCloud yet. Try again in a minute.
    Hope this helps.
    Regards.
    On Feb 7, 2013, at 7:19 PM, Contacts Journal Support <[email protected]> wrote:
    Hi,
    Regardless of what Apple technicians say, the simple fact is this:
    - you went and did Delete All for your iCloud data ... now all your iCloud data is gone. There's no way to bring it back. We certainly don't have the power to bring it back; maybe Apple technicians do. Have you asked them about this?
    - your only hope is to restore your device using an iCloud backup, from before you did the Delete All. That might restore your data to a previous state. We sent you this link again: http://apple.stackexchange.com/a/75394/11236
    If the Apple technicians can help you through this process, that would be even better.
    There is honestly nothing we can do at this point. There's no bug to fix. The problem is you did a Delete All of your iCloud data, without making a backup first. If you had a backup of your data, we could be able to help you, but that data is nowhere right now.
    Regards.
    On Feb 6, 2013, at 10:23 AM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    No, not at all,The apple Technicians did run series of Test on both my account and The Application. It was conclusive that the application is not communicating both with devices as well as iCloud Proactively,this is one of The Application i personally rated 5 Stars and both iPad and The iPhone ones i have never made any complaint.
    I gain nothing from spoiling another persons Job and effort. But when something needs to be repair,i think it need to. It crashes on my 4 iPads and all my iPhone series.
    Please apple has the conclusion,you are the one who can fix it. Apparently my screen was shared because they can see through all my efforts since last Night.
    I am very DISAPPOINTED... For now i am looking towards your end to get it fix. Apple policy still remains on Third Party's Application.
    Looking forward to hear from you.
    Many Thanks,
    Dr. IBITOYE.
    Sent from my iPhone 5⃣ Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 6 Feb 2013, at 15:58, Contacts Journal Support <[email protected]> wrote:
    Thanks for the update. We would love to fix the problem for you. Unfortunately, since you deleted all the iCloud data without creating a backup first, there's not much we can do from our end. I wish we had some control over this. The best option really is to look for your iCloud backups, and try to restore your data to your iCloud backup. Did you discuss this with the iCloud technicians from Apple? I'm sure nothing was wrong with their iCloud system per se, but did they focus on recovering your data (after you explained the problem to them in detail)?
    At the moment, the only hope we have is to restore one of your devices from an older iCloud backup. You probably want to do this in the next day or so, otherwise it might get lost. This might have been something that I was hoping an Apple technician would be able to walk you through.
    Hope this helps.
    Regards.
    On Feb 6, 2013, at 5:13 AM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    Hello There,
    i have just finished or apple has just finished with me now,and i was opportune to be attended to by one of apple most senior iCloud Engineer or Technician. We were on this problems for couples of hours,apparently they could detect all my logins through out the night on this application. It was concluded that nothing is wrong with my iCloud account neither with iCloud in general as all my other applications is working fine.
    What this implies now is that they i.e. apple engineers refer me back to you as the developer of this application. The application is not communicating with device as well as to have a good Synchronisation with iCloud.
    They asked me to inform you that i have suffered as an elderly man through out the night and up till now nothing can be done from their end. They want you to look into the application and that    it will be monitor from their end for the next couples of Days as if i or others will get all their Documents stored in the iCloud.
    The Senior Technicians might get inn contact with you if there is NO remedy to this gruelling and gruesome situation that this application has put and expose me to since 17:00 Hour yesterday evening.
    I will hereby advocate for an improvement and utmost adjustment to this BEAUTIFUL APPLICATION. I know it can be made to work without any stress and PLEASE DO IT.
    MANY THANKS,
    The Reverend Canon Dr. IBITOYE.
    Sent from my iPad4⃣Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 6 Feb 2013, at 08:23, Contacts Journal Support <[email protected]> wrote:
    Hi,
    At this point, I don't think Time Machine backups would help. The only thing that might be possible is if you are backing up your iPhone or iPad to iCloud. You can check this in the Settings app -> iCloud -> Storage and Backup -> is iCloud Backup turned On? It will also show you the Last Backup under the "Backup Now" button.
    If this is on, you can try to restore one of your devices to this backup version. You can follow these instructions: http://apple.stackexchange.com/a/75394/11236
    You might also want to consult an Apple Genius bar if you have an Apple store close-by or if it's convenient for you to do this over the phone.
    Hope this helps. Really hope you can recover this data.
    Regards.
    On Feb 5, 2013, at 9:07 PM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    Hello,
    Many Thanks,
    apparently i do use i cloud Sync on all my devices,but,i went to the FAQ where it says i should delete the cloud,this is the source of my Problems,apparently i would have contacted you earlier than this as it seems the latest update has been bugged,but i still manage to use it though. As soon as i delete the grey cloud,i lost everything on all my devices,all my 4 iPads,all my iPhones,my last result now is you,i can even taste any sleep as i need this file BADLY.. My last result is if you can put me through either on my Time Machine if that will still be intact. I have browse to see how i can get this work from any source. PLEASE KINDLY HELP...
    My Regards,
    The Reverend Canon Dr. IBITOYE.
    Sent from my iPad4⃣Highly reliable especially when you are on the GOOOOO!!!!! Grab one for your own use,you will never-REGRET HAVING ONE!!!!!
    On 6 Feb 2013, at 03:38, Contacts Journal Support <[email protected]> wrote:
    Hi,
    Thanks for your email. Were you using iCloud sync? When did you upload these missing documents? Do you use multiple devices ... if so, which device did you use to upload the documents? Did you use the "Transfer over WiFi" method, or did you use "Open In" from a different app?
    Let us know and we can see if there's any way we can help.
    Regards.
    On Feb 5, 2013, at 5:14 PM, ADEBAYO ADETOYE ALABA IBITOYE <[email protected]> wrote:
    Dear Contacts Journal Support Team,
    I am sending this mail to let you know that i have been encountering
    serious problems on my CONTACTS JOURNAL FILES for the past 6 to 7
    Hours.
    I have read all the procedure on The FAQ as well as deleting this
    application on all my devices also i tried to go to Manage my Data as
    well as resetting everything stated on the FAQ. But all my efforts is
    to NO AVAIL. I can get all my ToDo's and other Logs. But on my Files
    Section where i some important Documents and folders,it is just coming
    up as loading,and if click any of the files,it will either says ERROR
    or THIS FILE IS EMPTY.
    Contacts Journal is a very good tools for me,but,i must confess that
    as at this Time 01:05 London Time in England,i have been on this
    problems since 17:30 Tuesday the 5th of February 2013. I need to pull
    out a paper i have saved in This Journal to give a Lecture This
    Morning.
    Please i do not want to loose all my files as i have got vital and
    private documents stored and saved on this Application.
    I will be delighted if there is a way of retreating or getting this
    Documents back as they are very vital to me.
    Looking forward to hear from you in earnest.
    My Regards,
    The Reverend Canon Dr. ADEBAYO ADETOYE ALABA IBITOYE.
    St. Alfege Church,
    Church of England,
    Anglican Communion,
    Greater London,
    England,UK.

    adetoye50 wrote:
    Dear Contacts Journal Support Team,
    FYI, this is a user to user support forum.  You are NOT addressing Apple here.
    Honestly, I doubt anyone is really going to take the time to read the novel you have written.

  • Sharepoint foundation 2013 : After doing backup cannot access the site "Sorry, this site hasn't been shared with you"

    I am using SharePoint Foundation 2013 , i have backed up the site using powershell with the following command:
    -backup-spsite -identity http://dmsserver/sites/demo/ -path C:\SPSiteBackup.bak
    After backup finished, i can't access the site, the message "Sorry, this site hasn't been shared with you" appears, even the site administrator collection is configured coorectly, with the  Administrator account.
    Whats the problem?
    Please Advice.

    Hi husseinsa,
    According to your description, my understanding is that you could not access the site after backing up the site collection in SharePoint 2013 Foundation.
    Could you access other sites at the same site collection?
    Let’s do a troubleshooting for this issue:
    Please delete the IE cache:  IE options->General->Delete, select all checkboxes, and click Delete.
    Go to CA->Application Management->Manage web applications, select the web application which hosts the problematic site .
    Click Permisson Policy, make sure there are not any deny policies for site collection administrator and site collection auditor.
    Back to the web application list page, click User Policy, check whether there are any user policies for denying permissions.
    Change the site collection administrator or add a secondary site collection administrator in CA, then use the new site collection administrator to log in the site, compare the result.
    Open IIS, expand the server, and click application pools.
    Find the problematic web application pool, make the identity of the pool is correct, then do an IISRESET, compare the result.
    If this issue still exists, please check the log file to find more information about this issue. The path of the log file is
    : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Or you can use Event Viewer(Start->Run->event viewer) to find the log.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Problem Event :APPCRASH=Application:iTunes.exe=Fault Module QuickTime.qts

    Dear Friends,
    When i usb-connect my iphone to computer, i-tunes opens and says "ITUNES HAS STOPPED WORKING" and it shuts down.
    If any body faced this problem, Please advice me how to connect to itunes, i cannot upload or download anything from iphone. iam stuck with this.
    this started happening after I-tunes got updated.
    I HAD UN-INSTALLED AND RE-INSTALLED ITUNES,QUICKTIME COUPLE OF TIMES, STILL SAME ERROR.
    please see below the details of this errors
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: iTunes.exe
    Application Version: 8.0.2.20
    Application Timestamp: 4925c4fe
    Fault Module Name: QuickTime.qts
    Fault Module Version: 7.60.92.0
    Fault Module Timestamp: 49628b19
    Exception Code: c0000005
    Exception Offset: 00a02227
    OS Version: 6.0.6000.2.0.0.256.1
    Locale ID: 1033
    Additional Information 1: 720c
    Additional Information 2: 87abfdde4e44868a2d32f6948e899598
    Additional Information 3: f90e
    Additional Information 4: 9e28fae53134737dc3d52f78b3058022
    Read our privacy statement:
    http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
    same error on windows-xp and vista.
    it used to work fine before the itunes updates.
    Thankyou.
    Shankar

    I had this same problem, and to solve it I had to remove iTunes and revert back to older version. Also, when you do this, you have to remove the iTunes Library.ilt file or else you will get an error message saying it was created with a newer version of iTunes. So what I'm trying to say is don't install the iTunes 8.1 update just yet.

  • ITunes will not open, get error message 7(windows error 126) this application has failed to start because d3d9.dll was not found. re-installing the application may fix this problem. well i did and did not fix anything.

    this application has failed to start because d3d8thk.dll could not be found. I looked that file up and it seems its part of directx. i installed directx again but that still did not help.

    d3d8thk.dll
    That one is a DirectX 8 module and might not be included in the most recent DirectX 9 redistributable available from Microsoft. If it's been installed as part of a partial DirectX 8 install (as part of a game for example), that can cause the issue. Can you track down a full DirectX 8 redistributable? If so, if you install that, does that clear up the iTunes error?

  • HT1338 kindly advise how do i install Bonjour to my MacBook Pro. i have quite a fewApps that won't work and have troubleshot them and can not find this application anywhere.

    kindly advise how do i install Bonjour to my MacBook Pro. i have quite a fewApps that won't work and have troubleshot them and can not find this application anywhere.

    this is the error page i get when trying to open Docs to Go on my MacBook
    Process:         Documents To Go Desktop [2042]
    Path:            /Applications/Documents To Go Desktop.app/Contents/MacOS/Documents To Go Desktop
    Identifier:      com.dataviz.Documents_To_Go_Desktop
    Version:         4.0001.9
    Code Type:       X86 (Native)
    Parent Process:  launchd [187]
    User ID:         501
    Date/Time:       2013-01-28 17:24:34.373 +0200
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Sleep/Wake UUID: 7B3C101D-5145-46E9-87BC-8CC4F7A0AAB9
    Interval Since Last Report:          80267 sec
    Crashes Since Last Report:           1456
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      824A531E-DA88-A4D2-F85C-B0E0B6351CDF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Documents To Go Desktop.app/Contents/MacOS/Documents To Go Desktop
        __TEXT                 0000000000001000-0000000000061000 [  384K] r-x/rwx SM=COW  /Applications/Documents To Go Desktop.app/Contents/MacOS/Documents To Go Desktop
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x93030780 strncpy + 112
    1   com.dataviz.Documents_To_Go_Desktop          0x000130dc 0x1000 + 73948
    2   com.apple.Foundation                    0x912acfcf __NSFireDelayedPerform + 413
    3   com.apple.CoreFoundation                0x99f209b6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    4   com.apple.CoreFoundation                0x99f20355 __CFRunLoopDoTimer + 709
    5   com.apple.CoreFoundation                0x99f05162 __CFRunLoopRun + 1730
    6   com.apple.CoreFoundation                0x99f0463a CFRunLoopRunSpecific + 378
    7   com.apple.CoreFoundation                0x99f044ab CFRunLoopRunInMode + 123
    8   com.apple.HIToolbox                     0x94e5b15a RunCurrentEventLoopInMode + 242
    9   com.apple.HIToolbox                     0x94e5aec9 ReceiveNextEventCommon + 374
    10  com.apple.HIToolbox                     0x94e5ad44 BlockUntilNextEventMatchingListInMode + 88
    11  com.apple.AppKit                        0x97b77a3a _DPSNextEvent + 724
    12  com.apple.AppKit                        0x97b7726c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    13  com.apple.AppKit                        0x97b6d6cc -[NSApplication run] + 855
    14  com.apple.AppKit                        0x97b106f6 NSApplicationMain + 1053
    15  com.dataviz.Documents_To_Go_Desktop          0x00002d59 0x1000 + 7513
    16  com.dataviz.Documents_To_Go_Desktop          0x00002c88 0x1000 + 7304
    Thread 1:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x909539ae kevent + 10
    1   libdispatch.dylib                       0x94df4c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x94df47a9 _dispatch_mgr_thread + 53
    Thread 3:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x909530ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9304704c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93046e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9302ecca start_wqthread + 30
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x90952be6 __select + 10
    1   com.apple.CoreFoundation                0x99f48c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x93044557 _pthread_start + 344
    3   libsystem_c.dylib                       0x9302ecee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000100  edx: 0x00000010
      edi: 0x009200c0  esi: 0x00000000  ebp: 0xbfffe4d8  esp: 0xbfffe494
       ss: 0x00000023  efl: 0x00010202  eip: 0x93030780   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -    0x60ff7 +com.dataviz.Documents_To_Go_Desktop (4.0001.9) <F358E67C-827D-3CDD-8336-2E6D541F8363> /Applications/Documents To Go Desktop.app/Contents/MacOS/Documents To Go Desktop
       0xdf000 -    0xecff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
      0x7e8000 -   0x7f0ffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
      0x7f7000 -   0x7f9fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x3ff2000 -  0x3ff2ffb +cl_kernels (???) <53FCF3CC-E043-4F29-818E-4FD5879EC129> cl_kernels
    0x3ffc000 -  0x3ffcff7 +cl_kernels (???) <ABBCDE1B-10FB-409E-A3CA-AB362AF8DB9A> cl_kernels
    0x8483000 -  0x8512ff7  unorm8_rgba.dylib (2.1.19) <EAF23AD7-DEC1-3346-A7AA-21B308CA2A85> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x8524000 -  0x85b6ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x8fed1000 - 0x8ff03e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90023ff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90024000 - 0x900c4ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900c5000 - 0x900c5fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x900c6000 - 0x9011fff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90120000 - 0x9014aff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9014b000 - 0x90256ff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x90257000 - 0x903afffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x903b0000 - 0x903d4fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x903d5000 - 0x903f2fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x9040d000 - 0x906b0ffb  com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x906b1000 - 0x906d6ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x906e3000 - 0x9070cfff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9070d000 - 0x9071dff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x9071e000 - 0x90735fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x90736000 - 0x90736fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x90737000 - 0x9073affd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9073b000 - 0x9076eff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9076f000 - 0x90782ff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90783000 - 0x9078fffa  com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90790000 - 0x90888ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x90889000 - 0x9088cffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x9088d000 - 0x90925fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90926000 - 0x9093dff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9093e000 - 0x90958ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x90959000 - 0x9099aff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x9099b000 - 0x909a3fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x909a4000 - 0x909e6fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x909e7000 - 0x90de3feb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90de4000 - 0x90e30fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x90e31000 - 0x91089ff1  com.apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9108a000 - 0x910ffff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91100000 - 0x9116fffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x91170000 - 0x91171fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x91181000 - 0x9118dff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9118e000 - 0x911b3ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x911b4000 - 0x911cdfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91234000 - 0x91551ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91555000 - 0x915acff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x915ad000 - 0x915efffb  com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x91969000 - 0x9196bfff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x9196c000 - 0x91975ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x91976000 - 0x91d09ffb  com.apple.MediaToolbox (1.0 - 926.62) <7290B07B-4D03-3B46-809C-64C8FB97B40C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91d15000 - 0x91d22fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91ddb000 - 0x91ddcfff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x91ddd000 - 0x91dddfff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91dde000 - 0x91de8fff  libCSync.A.dylib (324.6) <D2E8AC70-C6D1-3C40-8A82-E50422EDCFBF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91de9000 - 0x91e42fff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91e43000 - 0x91e43ffd  libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
    0x91e44000 - 0x924d0feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x924d4000 - 0x9255cfff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9255d000 - 0x92631fff  com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92632000 - 0x9274aff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x927b4000 - 0x927b4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x927b5000 - 0x92819ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9281a000 - 0x92893ff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92894000 - 0x92898fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x92899000 - 0x9289cff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x928dd000 - 0x929ceffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x929cf000 - 0x929ecff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x929ed000 - 0x92ae9ff3  com.apple.DiskImagesFramework (10.8 - 344) <98C16F91-9D3E-3FD0-A30B-BD49EE4ED9A4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x92d84000 - 0x92e78ff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <D66F61A6-2C4C-359F-A2E3-7D023C33CB5A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x92e79000 - 0x92ef5ff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92f4d000 - 0x92fa7fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x92fa8000 - 0x92fc7ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x92fc8000 - 0x92fd2fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92fd3000 - 0x92fd9fff  libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x92fda000 - 0x92fe1ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x9302e000 - 0x930ebfeb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x930ec000 - 0x93166ff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93167000 - 0x931a6ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x931a7000 - 0x931a9fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x931aa000 - 0x931b8ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x931b9000 - 0x931bcfff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x931bd000 - 0x931c6ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x931c7000 - 0x93302ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93303000 - 0x9336bfe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9340a000 - 0x9342efff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93460000 - 0x934b7ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x934b8000 - 0x937bdff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x937be000 - 0x937befff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x937bf000 - 0x937c0ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x937c1000 - 0x9381afff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93828000 - 0x9382cffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x94566000 - 0x945fdff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x945fe000 - 0x94645ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x94646000 - 0x94646fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94647000 - 0x946a2ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x946a3000 - 0x9482cff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9482d000 - 0x949a5ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x949b4000 - 0x949f4fff  com.apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x949f5000 - 0x94a1eff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94a2b000 - 0x94a33fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x94a7d000 - 0x94aaaffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x94aab000 - 0x94d6bfff  com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94d6c000 - 0x94d6dfff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x94d6e000 - 0x94d72ffc  libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94df0000 - 0x94e02ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x94e03000 - 0x951e6ff3  com.apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x951e7000 - 0x951e7fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x95214000 - 0x9527cff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9527d000 - 0x9529dffd  com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x95592000 - 0x95668fff  com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95669000 - 0x95695ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x95696000 - 0x956a2ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x956a3000 - 0x9592fffb  com.apple.RawCamera.bundle (4.03 - 676) <53F1CD12-96E9-3E41-BEA9-46B75FC707D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x95930000 - 0x95d4dfff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x95d4e000 - 0x95f0affd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x95f0b000 - 0x95f11ffc  libCGXCoreImage.A.dylib (324.6) <D75B1309-D224-344F-A28F-2B552859DDFC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x95f12000 - 0x95facfff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x96076000 - 0x960fbff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x960fc000 - 0x9610afff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9610b000 - 0x96218057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x96219000 - 0x962abffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x962ac000 - 0x962b8ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x962b9000 - 0x96308ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96309000 - 0x9634dfff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9634e000 - 0x9639eff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9639f000 - 0x963bdff3  com.apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x963be000 - 0x9647cff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9647d000 - 0x9647dfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9647e000 - 0x964c0ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x964c1000 - 0x964d6fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x964dd000 - 0x9653ffff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x96544000 - 0x96986fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96987000 - 0x96a68fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x96a69000 - 0x96a69fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a6a000 - 0x96a6bfff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x9742d000 - 0x9742effd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9742f000 - 0x9752dff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9752e000 - 0x97573ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97574000 - 0x977a4fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x977a5000 - 0x977f3ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x977f4000 - 0x97901ff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97902000 - 0x9790cfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9790d000 - 0x97910ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97911000 - 0x97913fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x97919000 - 0x97946ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x97947000 - 0x97959fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x9795a000 - 0x9795eff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9795f000 - 0x97a13fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97a14000 - 0x985d0ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x985d1000 - 0x985dffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x985e0000 - 0x986c9ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x986ca000 - 0x98700ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x98701000 - 0x98711ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x98712000 - 0x98712ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98713000 - 0x9871afff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x9871d000 - 0x98721fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98722000 - 0x98767ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98768000 - 0x989d5fff  com.apple.imageKit (2.2 - 667) <3F5F92DB-C0C0-3C5F-98C6-B84AB9E28B55> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x989d6000 - 0x98a85ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x98a86000 - 0x98bd3ffb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x98bd4000 - 0x98bf6fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x98c2d000 - 0x98c52ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98c53000 - 0x98d71ff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x98d72000 - 0x9912affa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9912b000 - 0x99174ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x99175000 - 0x9917cff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99184000 - 0x99199fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9919a000 - 0x991d5fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x991d6000 - 0x99452ff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x99453000 - 0x994a1ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x994a2000 - 0x994b0ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x994b1000 - 0x99517fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x99518000 - 0x9951cfff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9951d000 - 0x99533fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x99534000 - 0x99537ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x99538000 - 0x9956fffa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x99570000 - 0x99571fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x99572000 - 0x99575ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x99576000 - 0x99620fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x99621000 - 0x99662ff7  com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99663000 - 0x9966cffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9966f000 - 0x9967cff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9967d000 - 0x996aefff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x996af000 - 0x996b0fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x996b1000 - 0x996bcfff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x996bd000 - 0x99721fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x99748000 - 0x99748fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x99749000 - 0x997a6fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99eaf000 - 0x99eccfff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x99ecd000 - 0x9a0b5ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9a0f9000 - 0x9a101fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x9a102000 - 0x9a102fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9a103000 - 0x9a31afff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9a373000 - 0x9a3a6ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x9a3a7000 - 0x9a3a9ffb  libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x9a3aa000 - 0x9a405fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9a406000 - 0x9a522ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9a523000 - 0x9a529fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9a52a000 - 0x9a534ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x9a535000 - 0x9a53cfff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x9a540000 - 0x9a69dffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1914
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=154.1M resident=96.1M(62%) swapped_out_or_unallocated=58.1M(38%)
    Writable regions: Total=114.3M written=2316K(2%) resident=21.9M(19%) swapped_out=0K(0%) unallocated=92.4M(81%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  2128K
    CG image                              4K
    CG raster data                       16K
    CG shared images                   1216K
    CoreImage                            96K
    CoreServices                       2656K
    MALLOC                             82.0M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=35                      4408K
    OpenCL                               16K
    Stack                              68.6M
    VM_ALLOCATE                        16.1M
    __DATA                             7392K
    __DATA/__OBJC                       252K
    __IMAGE                             528K
    __LINKEDIT                         31.2M
    __OBJC                             2332K
    __OBJC/__DATA                        60K
    __PAGEZERO                            4K
    __TEXT                            122.9M
    __UNICODE                           544K
    mapped file                        87.5M
    shared memory                       308K
    ===========                      =======
    TOTAL                             429.9M
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f3
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9A302, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: hub_device, 0x058f  (Alcor Micro, Corp.), 0x6254, 0xfd120000 / 4
    USB Device: hub_device, 0x058f  (Alcor Micro, Corp.), 0x6254, 0xfd124000 / 6
    USB Device: CanoScan, 0x04a9  (Canon Inc.), 0x1905, 0xfd124400 / 7
    USB Device: Aficio MP 161, 0x05ca  (Ricoh Company Ltd.), 0x0403, 0xfd121000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 4

Maybe you are looking for

  • How do I find my iTunes Library in iCloud

    My proflie on Windows Vista isn't working so I am on another proflie, someone said I can access my iTunes via the iCloud but not sure how to do this.  This iTunes library isn't the same as the one my daughters and I were all using TIA

  • Fixed Scrap quantity

    Hi Experts, We have "Fixed Scrap Quantity" field group in the opeartion details of routing in SAP Mill Products. Can any body please explain the siginificance of Each Length, First Length and Last Length. Regards, Jejesh

  • BPEL selection failure fault in Assign Activity

    I have creaated a BPEL with some input, when I am excuting that (not providing some input) then getting following Exception in Assign Activity. I am using Oracle SOA 11g and Jdeveloper 11g, link for any sample process would be appreciated. I need to

  • Xi Components for Triversity

    Dear Experts, We are in a process of integrating SAP-IS-Retail-XI-Triversity. We have installed Xi SR2, but could not find the following necessary components required in SLD. SWC Version: Xi Content GM Storeconnect 1.0 Xi Content TE Storeconnect 1.0

  • After viewing & closing an image, can delete it, but not its containing folder.

    I'm going through a bunch of old files to see what I can git rid of. When I view and then close an image in Photoshop CS6 I can delete the image file, but not its containing folder, which stays locked, even after closing Photoshop.  Restarting and cl