Error when running java control panel

Hi all,
I'm having trouble when running java control panel in my laptop. When I double click the java icon, a pop up message appeared saying
Could not find com.sun.deploy.panel.ControlPanel. Program will now exit.
How do I fix this?
Thx a bunch

Make sure the Java folder in program files is deleted after a uninstall.
Make sure C:\windows\system32\deployjava1.dll is deleted,
Make sure C:\Users\userid\appdata\locallow\sun
Also how are you uninstalling java, using the programs and features?
If you have applied and transitions to the .msi use msiexec !TA {productcode}
Hope this can help

Similar Messages

  • Office 2013 Error when launching iCloud Control Panel

    After installing iCloud Control Panel 2.1.2 on my Win 7 pc, I get an Office 2013 error when I open or close iCloud Control Panel. "We're sorry, but Microsoft Office has run into an error that is preventing it from working correctly.  Microsoft Office will need to be closed as a result.  Wou you like us to repair now?"
    I close the error window and everything seems to work correctly.  There is no other message and iCould Control Panel is not giving me any help.
    How can I fix the problem and get rid of this error message?

    Can you describe the error message? Maybe your setup info and a screenshot.. ?

  • Error when running java application on HP-UX

    I am experiencing some problems when running my applications on HP-UX. I have downkloaded and instaled the SDK version . I can compile normally my programs, but when running I have the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError
    I am not so novice in Java, and I know the Java 2 plataform pretty well> I have already checked the CLASS_PATH environment variable and it's not set.
    The only different thing I notice it's a strange message: " Warning: Missing charsets in String to FontSet conversion"
    Below it�s the PrintStackTrace and the Java -version output
    Java -version:
    java version "1.4.2.03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.03-040401-16:07)
    Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.03-040401-18:34-PA_RISC1.1 PA1.1, mixed mode)
    PrintStack Trace:
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.Toolkit$2.run(Toolkit.java:748)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:739)
    at javax.swing.ImageIcon.<init>(ImageIcon.java:205)
    at javax.swing.LookAndFeel$1.createValue(LookAndFeel.java:274)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:184)
    at javax.swing.UIDefaults.get(UIDefaults.java:129)
    at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
    at javax.swing.UIDefaults.getIcon(UIDefaults.java:410)
    at javax.swing.UIManager.getIcon(UIManager.java:544)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIconForType(BasicOptionPaneUI.java:557)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIcon(BasicOptionPaneUI.jaException in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi
    ronment.java:62)
    at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.Toolkit$2.run(Toolkit.java:748)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:739)
    at javax.swing.ImageIcon.<init>(ImageIcon.java:205)
    at javax.swing.LookAndFeel$1.createValue(LookAndFeel.java:274)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:184)
    paraiba:mpcastro:/home/suporte/mpcastro# /opt/java1.4/bin/java Teste
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.Toolkit$2.run(Toolkit.java:748)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:739)
    at javax.swing.ImageIcon.<init>(ImageIcon.java:205)
    at javax.swing.LookAndFeel$1.createValue(LookAndFeel.java:274)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:184)
    at javax.swing.UIDefaults.get(UIDefaults.java:129)
    at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
    at javax.swing.UIDefaults.getIcon(UIDefaults.java:410)
    at javax.swing.UIManager.getIcon(UIManager.java:544)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIconForType(BasicOptionPaneUI.java:557)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIcon(BasicOptionPaneUI.java:543)
    at javax.swing.plaf.basic.BasicOptionPaneUI.createMessageArea(BasicOptionPaneUI.java:313)
    at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(BasicOptionPaneUI.java:154)
    at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(BasicOptionPaneUI.java:122)
    at javax.swing.JComponent.setUI(JComponent.java:449)
    at javax.swing.JOptionPane.setUI(JOptionPane.java:1693)
    at javax.swing.JOptionPane.updateUI(JOptionPane.java:1715)
    at javax.swing.JOptionPane.<init>(JOptionPane.java:1678)
    at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:828)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:642)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:613)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:584)
    at Teste.main(Teste.java:7)
    I really apreciate some help !

    It seems that the Java Environment can't connect to the Display (perhaps no XServer is running or the display variable is not set correctly)
    This seems to be the case when the call
    java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    fails.

  • Error when run java file on windows 7 64bit

    unexpected failure: Error:Only x32 JVM supported
    java.io.IOException: Error:Only x32 JVM supported
    at com.adobe.air.ipa.IPAOutputStream.addInitialContent(IPAOutputStream.j
    ava:142)
    at com.adobe.air.ipa.IPAOutputStream.addFile(IPAOutputStream.java:96)
    at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:47)
    at com.adobe.air.ADT.run(ADT.java:176)
    at com.adobe.air.ADT.main(ADT.java:141)
    can anyone help with the error please ?

    Hi thanks your replies I have uninstalled jre-6u20-windows-x64 again and I open the 32 bit version of IE8 and went to the java.com ran the installation checker and is recommended re-U-windows-I-gift-rv I have already downloaded this app and installed. B ut I still tried to install it and the installation process say its already installed. I ran the test applet and everything works fine.
    When I run the java file from cmd
    java -jar fai-packager.jar -package -target ipa-test -storetype pkcs12 -keystore c:/project/iphone_dev.p12 iLife.ipa c:/project/iLife-app.xml -C c:/project/ iLife.swf -C C:/project/icons . -C C:/project Default.png
    I get this error message
    'java' is not recognized as an internal or external command,
    operable program or batch file.
    The only way I can get the java to run is by installing the jre-6u20-windows-x64 update

  • When installing a NI 5112, I get an error message when running the test panel.

    I have recently decided to reinstall my PCI 5112 high speed digitizer in a different computer, for practical reasons. After having installed the software, hardware and successfully passing the self test, an error (10800) occurs when running the test panels. The signal applied to the channel and the different parameters used, worked fine with the previous computer but not with this one. Any idea why?
    Thanks,
    Thomas

    Hello Thomas,
       The error code you are getting is related to the board not recording enough samples in the given time interval.  May I ask which series of PCI card you are using. This can be found by looking at the device in Measurement and Automation Explorer and looking under devices and interfaces. The series letter is the one on the end of the number after the hyphen. E.g. PCI-MIO-16E-4 would be an E-series board.
    Also which versions of Measurement and Automation Explorerand NI-Scope are you running? Are these the same versions as you used in the old PC system? Sometimes an upgrade in the version is all that is required to fix such a problem but unfortunately it can sometimes cause a problem if you upgrade! It would depend on the versions you are currently running and the series of the board that you are using.
    LeeM
    AE,
     National Instruments
    Message Edited by LeeM on 10-31-2006 10:47 AM

  • Java Control Panel wont open at all and any Java Applets crash web browsers

    Hello,
    I recently installed a fresh fully updated copy of Windows 7 Home Premium 64 bit, and I have not for the life of me been able to get Java working at all. Java version is the latest JRE 6U31. I only have Internet Explorer 9 installed but I doubt it is a browser issue since I cannot even open the Java control panel. I have tried using the 32 bit version of Java, and the 64 bit. Anytime I try to open the Java control panel with either 32 bit or 64 bit, I get an error message (click link below to view error message):
    http://i65.photobucket.com/albums/h204/gobigjeff/Java%20Error/javaerror.png
    I can only bring up the Java Control Panel using the command “javaws –viewer” . Anytime I try to load a web page with a Java applet in either 64 bit or 32 bit, it freezes and crashes. I am running Internet Explorer 9 and have tried both the 32 bit and 64 bit browser versions. I saw Java’s recommendation to only use the 32 bit version so I have mainly been trying to get the 32 bit version working 1st, with no success. I have tried ALL of the following steps, and have done some exhaustive research on this problem. It seems others have had this issue as well, with no solution to be found:
    •     Uninstalled and reinstalled only Java 32 bit JRE 6u31 multiple times (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled only Java 64 bit JRE 6u31 (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled bit JRE 7 (Used Javara and reg cleaner to remove all old Java traces)
    •     Used SFC /scannow in safe mode to verify Windows files
    •     Ran spyware and virus scan with no issues detected
    •     Added all java processes to windows firewall
    I am out of solutions here. If anyone has had this problem with Java or knows what I need to do to fix the problem your advice would be greatly appreciated. I don’t think reinstalling windows is the solution because this is a fresh install.
    Edited by: 918650 on Mar 4, 2012 1:16 PM

    I figured it out. I changed the installation folder to C:/Java and it finally worked!

  • JRE 6 freeze browsers and Java Control Panel Applet stops working!

    Hello,
    this is the second time I got this problem with Java JRE 6 ! First one was a month or two ago:
    I have Java JRE 6 update 20 installed on a Windows 7 64bit ultimate. It was working...much time ago...then i found my browser (firefox, google chrome or IE8) was freezing when I open java application or test pages. I tried uninstalling it, cleaning the system with Revo Uninstaller, or CCleaner or JavaRA and reinstalling with no luck. The other problem is the same that user Mass8 had (http://forums.sun.com/thread.jspa?threadID=5372196&start=15&tstart=0)
    ...my java control panel applet is not working and give me this:
    http://www.iouppo.com/lite/pics/df9b61008b5bf9de61a13d8bfa3ddad1.jpg
    I tried disabling UAC, running JRE, starting Win7 in safe mode with network...but browser always freeze. It's not a true freeze, with CPU busy at 100% (cpu stays in idle) but it seems to wait for something. It's not a problem with video card driver on my machine, because I can start java control panel from command prompt...and without the noddraw switch, using this command:
    javaw -Xbootclasspath/a:..\lib\deploy.jar -Duser.home="%HOMEDRIVE%%HOMEPATH%" com.sun.deploy.panel.ControlPanel
    This was the description of my first time.....then I replaced my system with an Acronis image...and I used the system for sometimes....and Java was working until 3-4 days ago! So I did another image of the system with all things working.
    Then this morning...I tried the java test page.....and surprise! It's not working anymore!
    In these days I think I only disabled UAC and Account virtualization....maybe JAVA saves things there...and then when I disabled UAC (Windows7 deleted those folders and files) it can't find there anymore???? Who can help me?
    I don't want to restore my image every month!
    My system is 100% virus free and from the last image restoration I didn't visit suspicious sites and so on....I have antivirus and antispyware software...all is perfectly CLEAN. Any ideas or things to try?

    I'm beginning to think it's something related to Hybernation after using JAVA....I'm using it very often...and if I use it...and I suspect Java is KO...i try control panel and it doesn't works....then I try with browser and it freeze (or keep waiting...and i can only force to close it)
    THEN,
    when I reboot my system I get this window
    http://www.iouppo.com/lite/pics/09501eb799c165bb25ece8fd3261e41c.jpg
    suggesting me to rename the folder C:\Program in C:\Program1 ...and if i don't rename it...java will never work...instead if I allow it...Windows will fix it!......This until...the next hybernation....:(....
    try to replicate this...maybe I found where is the problem..

  • Can't shut down after opening Java Control Panel

    Hello,
    I'm just a regular guy with Windows ME and since I installed JRE 1.4.2_02 (for Mozilla 1.5), I can't shut down my pc after opening the Java Control Panel. Javaw.exe stays in memory (Norton System Information) even after the JCP has been closed. This was not an issue with 1.4.1 beta which I used for a long time. Then I could open the JCP applet and make adjustments (minor, just whether or not I wanted it to be able to cache applets etc.) then I would close it and nothing interfered with shutdown.
    I have even tried Enditall2 and Sysinternals Process Explorer's close and kill functions and neither can close or kill Javaw.exe.
    I have very little running in the background and never had shutdown issues until installing JRE 1.4.2_02 and it works fine other than this issue with JCP and shutdown.
    Thankyou for any advice.

    Gave up, went back to 1.4.1_05, shutdown problem solved.
    Disappointed but at least Java works okay and I can adjust things in JCP applet without having to do the three finger salute twice each time. No more Javaw in memory when I close the applet.
    Played with Java Web Start's demos, seem to work fine, I guess. Really don't understand what JWS is for, not for us non-programmers?

  • Problem increasing heap size using Java Control Panel

    I am running a web-based bioinformatics package which uses a Java applet as the client application. It mostly works fine, but some large clustering processes don't complete, they just cycle endlessly. The user manual advises increasing heap space "by entering the following command in the Java Control Panel or Java Plug-in dialog: -Xms128M -Xmx256M." I can open the Java Control Panel OK and enter the necessary command in the Java Runtime Parameters box, but after clicking OK then Apply, the Runtime Parameters box is empty again and there is no increase in the heap size allocation. In other words, the change doesn't take effect.
    I have already tried: adjusting one parameter at a time (max heap size first, then min); changing uppercase to lowercase M (-Xmx256m); restarting the browser after the change; rebooting my PC - none of these has helped.
    Technical details: it's Java 6 standard edition, build 1.6.0_10-rc-b28; browser is Internet Explorer 7; operating system is Vista (Service Pack 1); PC is a 2.4 GHz processor with 2 GB RAM (so I have plenty available to allocate to Java). I have local admin privilege on my PC.
    Help would be much appreciated, as I really need to complete these cluster analyses. I'm a biologist not a developer, so ideally I need a solution that doesn't involve major programming, though I'm OK with registry edits and use of the command line. Thanks in advance.

    The failure to retain the parameters is a bug, per hdong in this [Java,net thread|http://forums.java.net/jive/thread.jspa?threadID=44540&tstart=0] dated August 14
    "I did a little more research and found out that the problem is only with "-rc" or "-beta" versions of plugin. When 1.6.0_10 is finally released, the version string will be "1.6.0_10". Plugin works fine to set/get jvm parameters when version string is "1.6.0_10".
    I am surprised that this issue was not discovered earlier. It was probably because the internal test binary use "1.6.0_10" as version string.
    Yeah, it is a bug that will affect many manny developers. It will be fixed as soon as possible."

  • OS 10.9 java control panel refuses to enable Java content in browser

    I have a hard time to run java in any of my browsers.
    The obvious place I started looking to enable Java is the java control pannel, but, when I enable Java content in the browser, and after providing an admin password, the checkboxs unsets itself as if nothing happened. Indeed... java is still not enabled and "missing plugin is shown"
    Java  Version 7 Update 45 was previously installed, and re-installing it does not help.
    Previous JRE's or JDK may have been present at a certain point in time as this machine was used for developement and was upgarded 10.6 -> 10.7, 10.8 and finally 10.9
    from console messages:
    15.11.13 16:03:38.797 java[7767]: objc[7767]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
    15.11.13 16:04:59.705 com.apple.kextd[19]: kext com.rogueamoeba.InstantOn  600029000 is in exception list, allowing to load
    15.11.13 16:05:16.249 launchservicesd[61]: Application App:"Java Control Panel" asn:0x0-17a17a pid:7767 refs=7 @ 0x7fbf3857c8c0 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x17b17b pid=7773 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue
    15.11.13 16:05:16.250 WindowServer[161]: [cps/setfront] Failed setting the front application to Java Control Panel, psn 0x0-0x17a17a, securitySessionID=0x186a4, err=-13066
    15.11.13 16:05:16.537 launchdadd[7776]: FAILURE: Job com.oracle.java.deployment.Helper is not loaded in launchd.
    15.11.13 16:05:16.538 java[7767]: Starting job
    15.11.13 16:05:16.640 java[7767]: Job completed
    Peter

    Java SE Runtime Environment 8 1.8.25.17 is the only authorized Java plug-in for 10.10. Anything else you see is probably a scam.

  • Websites that use java are not working. In the Java control panel, under advanced, default java for browsers "mozilla family" won't stay clicked

    I've recently gotten a new Windows 8 computer. Ever since, I've tried accessing certain websites (like www.cnet.com) and can't get the java scripts to load like for the drop down menus. When I hover over them they don't do anything. Other computers I have that run Windows 7 are working just fine.
    I've upgraded Firefox and Java to all of the newest versions but it's still not working. When I go to the Java control panel, under "Advanced" and under "Default Java for browsers", the check box next to "Mozilla family" won't stay checked. I'll check it, click "Apply" and "Ok" and then when I open it back up it's unchecked again.
    Help.

    cor-el -
    The dom.w3c_touch_events.enabled was already set to 0.
    I don't have a "dom.w3c_touch_events.expose" line. Is that something I should?

  • Lion Server Java Control Panel and Java applications empty?

    I have installed FileMaker Server 12 on a Lion Server (10.7.5). The server is pretty clean, only a few users have been set up for CalDAV and CardDAV use in a small company. While installing the FileMaker software shouted for Java, which I installed from Oracle, version 7 update 10 (used the link).
    But Java is not running fine as it seems. When I open System Preferences - Java to open the Java Control Panel, the panel shows up but is completely empty. And so for any Java program I run, all windows will show up empty.
    Any ideas anyone?

    Try clearing the java cache manually.
    /Users/username/Library/Caches/Java/cache/
    if that doesn't work follow this process.
    Uninstall the JRE7
    Restart
    Install Java for OS X 2012-006
    Restart
    Install JRE7
    Restart
    Lastly, if this is a hackintosh you may be fighting a uphill battle. I saw a known issue posted by oracle with some graphics cards that produced this issue on windows.  

  • Error when starting Java(TM) ME Platform SDK 3.0

    hey guys, I get this error when starting Java(TM) ME Platform SDK 3.0. When I installed it it installed 'successfully' and then I double clicked the file on the desktop (I'm using Windows Vista 32bit Home premium) and it gave me the following error when saying 'Starting Modules':-------------------------------------------------------------------------------
    Log Session: Sunday, February 13, 2011 1:52:25 PM GMT
    System Info:   Product Version         = Java(TM) ME Platform SDK 3.0
      Operating System        = Windows Vista version 6.0 running on x86
      Java; VM; Vendor        = 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09; Sun Microsystems Inc.
      Runtime                 = Java(TM) SE Runtime Environment 1.6.0_23-b05
      Java Home               = C:\Program Files\Java\jdk1.6.0_23\jre
      System Locale; Encoding = en_GB (cdctoolbar); Cp1252
      Home Directory          = C:\Users\Molten Ice
      Current Directory       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\bin
      User Directory          = C:\Users\Molten Ice\javame-sdk\toolbar\3.0
      Installation            = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\ide10
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\java2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\mobility8
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\profiler2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9
      Boot & Ext. Classpath   = C:\Program Files\Java\jdk1.6.0_23\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\modules\jdk.boot.jar;C:\Program Files\Java\jdk1.6.0_23\jre\classes;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunpkcs11.jar
      Application Classpath   = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\boot.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-modules.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-util.jar;C:\Program Files\Java\jdk1.6.0_23\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_23\lib\tools.jar
      Startup Classpath       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\core.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\org-openide-filesystems.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1\core\locale\core_cdctoolbar.jar
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-javame-common.jar!/org/netbeans/modules/javame/common/resources/layer.xml
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-e2e.jar!/org/netbeans/modules/e2e/layer.xml
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    [      0]   INFO - ootstrap.PropertyEditorManager - Registering custom property editors
    [    117]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [    217]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [    317]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [    417]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [    523]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [    627]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [    732]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [    832]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [    932]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [   1032]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2166]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2268]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [   3384]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   5476]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   7576]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   9677]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  11777]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  13877]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  15977]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  18077]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  20177]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  22277]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  23379]  ERROR - un.jme.toolkit.bootstrap.Batch - Problem calling start() on DeviceManagerConnection
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         ... 24 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
         ... 27 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
         ... 32 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
         ... 37 more
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  23598]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  23698]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  23798]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  23898]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  23998]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  24098]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  24198]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  24298]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  24398]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  24498]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  24600]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  24700]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  24800]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  24900]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  25000]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  25100]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  25202]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  25302]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  25402]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  25502]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  25602]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26699]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26799]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [  27914]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  30005]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  32106]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  34206]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  36306]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  38406]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  40506]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  42607]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  44706]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  46806]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.lookupMBean(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.findObject(Unknown Source)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.openConnection(DevicemanagerHelper.java:53)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:86)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  48018]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  48118]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  48218]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  48318]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  48418]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  48518]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  48618]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  48718]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  48818]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  48918]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  49018]   INFO - bootstrap.ObjectGraphPI did install Nokia's SDK with NetBeans and this works perfectly.
    I went through with everything recommended here: http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn
    But nothing worked.
    Any help appreciated!
    Thanks.

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • NO java control panel in windows system control window

    Hello together,
    there seems to be a bug/feature (?) not allowing me to use the plugin functionality of my J2EEsdk-1_4
    Situation:
    Before i installed the J2EE i had an already installed java plug-in 1_4_2 working fine on
    my Laptop giving my ms explorer 6.0 the Java VM needed. To avoid conflicts, i deinstalled
    this plug-in, before i installed the J2EE 1_4_2. The result was disapointing.
    There was NO java control panel in the windows2000 system control window after installing J2EE.
    There was no corresponding registration key in the registry anymore.
    Additionally there was no java related entrance to be seen anymore in the advanced internet and
    security options of my ms explorer 6.0.
    i have have found several trouble reports mentioned similar problems during the last months but unluckily
    no solution working for me.
    i did several tests with different java packages i downloaded today to get the actual versions
    First:
    i deinstalled the J2EE (not to get version conflicts) and installed the Java Plug-in 1.4.2 again.
    This was proposed from ms explorer, when i tried to open an internet page with javaplugins included.
    This plugin worked fine again. I could see and use the java panel and it enabled
    my explorer to use the java plugin.
    Second:
    i deinstalled the Java Plugin and installed the J2sdk_1_4_2 instead.
    The java plugin which is part of this package also worked fine.
    Third:
    i deinstalled the J2sdk_1_4_2 and installed the J2EEsdk-1_4-windows.exe.
    the same misbehaviour as mentioned before. No java panel icon can be seen
    in the windows system control, now registration......
    as a workaround i have installed now both, the J2eesdk (i want to learn about)
    and some additonal 100 MB java plug-in to enable my MS explorer to display
    java applets again.
    This is working fine again, but i really would prefer to have no need for two JREs.
    By the way:
    When i first opened the java control panel of the Plug-in and deactivated the update
    mechanism , this plugin got really angry immedialtely afterwards. As a result my
    laptop rebooted without coming up again. i had to initiate another hard reboot to get
    windows back
    i really would like to know , whats wrong me or the J2ee and i apriciate
    any hint.
    Best regards: yours aspirant

    One thing you could do if you by all means want to have only one single copy of 1.4.2 on your system is to install standalone J2SE 1.4.2 (this will accomodate your Java console and browser plugin requirements) and then install Application Server only distribution (on the download page this is referred to as "Sun Java System Application Server Platform Edition 8") and sample applications set ("J2EE 1.4 SDK Samples "). In this way you get full content you would get in J2EE 1.4 SDK and all the benefits of standalone J2SE 1.4.2 installation.
    This is obviously more convoluted at installation time since there are 3 separate things to install, but it would seem to fit your requirements.
    Hope this helps...

  • Java Control Panel quit unexpectedly while using the libjvm.dylib plug-in.

    OS X Server1 0.8.4, Mac Mini (5,1), Java 7u25 (jre-7u25-macosx-x64.dmg).
    Tried removing and re-installing Java 7u25 directly from Oracle's site.  Also did a fix disk permissions, rebuilt caches, deleted java caches,  etc...  I can't simply get the Java control panel to launch.
    I have the same version running on my MacBook Air (OS X 10.8.4 w/ Java 7u25) with no issues.  Obviously something is differnet and I see a lot of complaints of various versions of Java 7 and OS X on different searches, yet no solutions.  I also tried re-installing the JavaForOSX2013-004.dmg patch, even though this shouldn't affect access to the control panel, but could block a plugin from running in the browser (which ultimately is what I'm trying to solve).
    I can't revert back to Apple's Java 6, as the Java application I'm trying to run requires Java 7.  Details of the latest crash:
    Process:         java [739]
    Path:            /usr/bin/java
    Identifier:      net.java.openjdk.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  bash [734]
    User ID:         501
    PlugIn Path:       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/server/libjvm.dylib
    PlugIn Identifier: libjvm.dylib
    PlugIn Version:    ??? (1)
    Date/Time:       2013-06-28 13:49:06.800 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          4229 sec
    Crashes Since Last Report:           -13
    Per-App Interval Since Last Report:  29 sec
    Per-App Crashes Since Last Report:   -13
    Anonymous UUID:                      989AE788-972D-C73F-D998-78290667FBE3
    Crashed Thread:  22  Java: Java2D Queue Flusher
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000003b0
    VM Regions Near 0x3b0:
    -->
        __TEXT                 000000010cf87000-000000010cf98000 [   68K] r-x/rwx SM=COW  /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff9134a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91349c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8f004233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8f009916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8f0090e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x00007fff8a201eb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x00007fff8a201c52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x00007fff8a201ae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff8c18e533 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x00007fff8c18ddf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  libosxapp.dylib                         0x0000000166e70b56 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    11  com.apple.AppKit                        0x00007fff8c1851a3 -[NSApplication run] + 517
    12  libosxapp.dylib                         0x0000000166e709b9 +[NSApplicationAWT runAWTLoopWithApp:] + 156
    13  liblwawt.dylib                          0x0000000166dca13e -[AWTStarter starter:] + 1591
    14  com.apple.Foundation                    0x00007fff8e31c5ca __NSThreadPerformPerform + 225
    15  com.apple.CoreFoundation                0x00007fff8efe6b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    16  com.apple.CoreFoundation                0x00007fff8efe6455 __CFRunLoopDoSources0 + 245
    17  com.apple.CoreFoundation                0x00007fff8f0097f5 __CFRunLoopRun + 789
    18  com.apple.CoreFoundation                0x00007fff8f0090e2 CFRunLoopRunSpecific + 290
    19  java                                    0x000000010cf8e42d CreateExecutionEnvironment + 871
    20  java                                    0x000000010cf88bdc JLI_Launch + 1952
    21  java                                    0x000000010cf8e78a main + 101
    22  java                                    0x000000010cf88434 start + 52
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff9134c386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff862a1cbd pthread_join + 847
    2   java                                    0x000000010cf8da2d ContinueInNewThread0 + 102
    3   java                                    0x000000010cf89847 ContinueInNewThread + 201
    4   java                                    0x000000010cf8d790 JVMInit + 251
    5   java                                    0x000000010cf895c5 JLI_Launch + 4489
    6   java                                    0x000000010cf8e78a main + 101
    7   java                                    0x000000010cf8e0bf apple_main + 92
    8   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d465109 ObjectMonitor::wait(long long, bool, Thread*) + 627
    4   libjvm.dylib                            0x000000010d502407 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
    5   libjvm.dylib                            0x000000010d37b723 JVM_MonitorWait + 156
    6   ???                                     0x000000010dcc1f90 0 + 4526448528
    7   ???                                     0x000000010dcb6158 0 + 4526399832
    8   ???                                     0x000000010dcb6158 0 + 4526399832
    9   ???                                     0x000000010dcb6158 0 + 4526399832
    10  ???                                     0x000000010dcb6158 0 + 4526399832
    11  ???                                     0x000000010dcb6158 0 + 4526399832
    12  ???                                     0x000000010dcb6333 0 + 4526400307
    13  ???                                     0x000000010dcb6158 0 + 4526399832
    14  ???                                     0x000000010dcb6158 0 + 4526399832
    15  ???                                     0x000000010dcb04f7 0 + 4526376183
    16  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    17  libjvm.dylib                            0x000000010d33f390 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
    18  libjvm.dylib                            0x000000010d4aec06 Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*) + 2514
    19  libjvm.dylib                            0x000000010d4aeed9 Reflection::invoke_constructor(oopDesc*, objArrayHandle, Thread*) + 417
    20  libjvm.dylib                            0x000000010d373b0e JVM_NewInstanceFromConstructor + 124
    21  ???                                     0x000000010dcc1f90 0 + 4526448528
    22  ???                                     0x000000010dcb6333 0 + 4526400307
    23  ???                                     0x000000010dcb6333 0 + 4526400307
    24  ???                                     0x000000010dcb69e1 0 + 4526402017
    25  ???                                     0x000000010dcb6333 0 + 4526400307
    26  ???                                     0x000000010dcb6333 0 + 4526400307
    27  ???                                     0x000000010dcb6333 0 + 4526400307
    28  ???                                     0x000000010dcb6333 0 + 4526400307
    29  ???                                     0x000000010dcb6333 0 + 4526400307
    30  ???                                     0x000000010dcb6158 0 + 4526399832
    31  ???                                     0x000000010dcb6158 0 + 4526399832
    32  ???                                     0x000000010dcb6158 0 + 4526399832
    33  ???                                     0x000000010dcb6158 0 + 4526399832
    34  ???                                     0x000000010dcb6158 0 + 4526399832
    35  ???                                     0x000000010dcb6158 0 + 4526399832
    36  ???                                     0x000000010dcb04f7 0 + 4526376183
    37  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    38  libjvm.dylib                            0x000000010d33f390 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40
    39  libjvm.dylib                            0x000000010d35ae70 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 219
    40  libjvm.dylib                            0x000000010d3541c8 jni_CallStaticVoidMethod + 267
    41  java                                    0x000000010cf8a17e JavaMain + 2333
    42  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    43  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    6   libjvm.dylib                            0x000000010d2d921a GCTaskManager::get_task(unsigned int) + 56
    7   libjvm.dylib                            0x000000010d2da052 GCTaskThread::run() + 338
    8   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    9   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    6   libjvm.dylib                            0x000000010d2d921a GCTaskManager::get_task(unsigned int) + 56
    7   libjvm.dylib                            0x000000010d2da052 GCTaskThread::run() + 338
    8   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    9   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    6   libjvm.dylib                            0x000000010d2d921a GCTaskManager::get_task(unsigned int) + 56
    7   libjvm.dylib                            0x000000010d2da052 GCTaskThread::run() + 338
    8   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    9   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    6   libjvm.dylib                            0x000000010d2d921a GCTaskManager::get_task(unsigned int) + 56
    7   libjvm.dylib                            0x000000010d2da052 GCTaskThread::run() + 338
    8   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    9   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46baf7 os::PlatformEvent::park(long long) + 385
    3   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    4   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    5   libjvm.dylib                            0x000000010d562b00 VMThread::loop() + 444
    6   libjvm.dylib                            0x000000010d56261b VMThread::run() + 121
    7   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    8   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 8:: Java: Reference Handler
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d465109 ObjectMonitor::wait(long long, bool, Thread*) + 627
    4   libjvm.dylib                            0x000000010d502407 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
    5   libjvm.dylib                            0x000000010d37b723 JVM_MonitorWait + 156
    6   ???                                     0x000000010dcc1f90 0 + 4526448528
    7   ???                                     0x000000010dcb6158 0 + 4526399832
    8   ???                                     0x000000010dcb6158 0 + 4526399832
    9   ???                                     0x000000010dcb04f7 0 + 4526376183
    10  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    11  libjvm.dylib                            0x000000010d33faa2 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 258
    12  libjvm.dylib                            0x000000010d33fbdc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
    13  libjvm.dylib                            0x000000010d376868 thread_entry(JavaThread*, Thread*) + 173
    14  libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    15  libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    16  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    17  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    18  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 9:: Java: Finalizer
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d465109 ObjectMonitor::wait(long long, bool, Thread*) + 627
    4   libjvm.dylib                            0x000000010d502407 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
    5   libjvm.dylib                            0x000000010d37b723 JVM_MonitorWait + 156
    6   ???                                     0x000000010dcc1f90 0 + 4526448528
    7   ???                                     0x000000010dcb6158 0 + 4526399832
    8   ???                                     0x000000010dcb6333 0 + 4526400307
    9   ???                                     0x000000010dcb6333 0 + 4526400307
    10  ???                                     0x000000010dcb04f7 0 + 4526376183
    11  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    12  libjvm.dylib                            0x000000010d33faa2 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 258
    13  libjvm.dylib                            0x000000010d33fbdc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
    14  libjvm.dylib                            0x000000010d376868 thread_entry(JavaThread*, Thread*) + 173
    15  libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    16  libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    17  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    18  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    19  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff9134c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86219f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86219d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff862041d1 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9134cd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9181cdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9181c9ee _dispatch_mgr_thread + 54
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff9134c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86219f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86219d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff862041d1 start_wqthread + 13
    Thread 13:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib                  0x00007fff9134a6c2 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x000000010d46ce57 check_pending_signals(bool) + 128
    2   libjvm.dylib                            0x000000010d469994 signal_thread_entry(JavaThread*, Thread*) + 57
    3   libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    4   libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    5   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    6   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 14:: Java: C2 CompilerThread0
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e5c6 Monitor::wait(bool, long, bool) + 222
    6   libjvm.dylib                            0x000000010d23d281 CompileQueue::get() + 153
    7   libjvm.dylib                            0x000000010d23dda2 CompileBroker::compiler_thread_loop() + 410
    8   libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    9   libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    10  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    11  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    12  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 15:: Java: C2 CompilerThread1
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e5c6 Monitor::wait(bool, long, bool) + 222
    6   libjvm.dylib                            0x000000010d23d281 CompileQueue::get() + 153
    7   libjvm.dylib                            0x000000010d23dda2 CompileBroker::compiler_thread_loop() + 410
    8   libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    9   libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    10  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    11  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    12  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 16:: Java: Service Thread
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46a98b os::PlatformEvent::park() + 173
    3   libjvm.dylib                            0x000000010d44dc10 ParkCommon(ParkEvent*, long long) + 42
    4   libjvm.dylib                            0x000000010d44e402 Monitor::IWait(Thread*, long long) + 160
    5   libjvm.dylib                            0x000000010d44e65f Monitor::wait(bool, long, bool) + 375
    6   libjvm.dylib                            0x000000010d4bd249 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 109
    7   libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    8   libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    9   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    10  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    11  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46baf7 os::PlatformEvent::park(long long) + 385
    3   libjvm.dylib                            0x000000010d532d06 WatcherThread::run() + 328
    4   libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    5   libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff9134c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86219f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86219d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff862041d1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff9134c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86219f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86219d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff862041d1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff9134c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86219f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86219d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff862041d1 start_wqthread + 13
    Thread 21:: Java: traceMsgQueueThread
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46baf7 os::PlatformEvent::park(long long) + 385
    3   libjvm.dylib                            0x000000010d465113 ObjectMonitor::wait(long long, bool, Thread*) + 637
    4   libjvm.dylib                            0x000000010d502407 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
    5   libjvm.dylib                            0x000000010d37b723 JVM_MonitorWait + 156
    6   ???                                     0x000000010dcc1f90 0 + 4526448528
    7   ???                                     0x000000010dcb6158 0 + 4526399832
    8   ???                                     0x000000010dcb6806 0 + 4526401542
    9   ???                                     0x000000010dcb04f7 0 + 4526376183
    10  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    11  libjvm.dylib                            0x000000010d33faa2 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 258
    12  libjvm.dylib                            0x000000010d33fbdc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
    13  libjvm.dylib                            0x000000010d376868 thread_entry(JavaThread*, Thread*) + 173
    14  libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    15  libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    16  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    17  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    18  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 22 Crashed:: Java: Java2D Queue Flusher
    0   libsystem_kernel.dylib                  0x00007fff9134c212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff86218b54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8625cdce abort + 143
    3   libjvm.dylib                            0x000000010d46e0d7 os::abort(bool) + 25
    4   libjvm.dylib                            0x000000010d55d020 VMError::report_and_die() + 2306
    5   libjvm.dylib                            0x000000010d46f7cb JVM_handle_bsd_signal + 1073
    6   libsystem_c.dylib                       0x00007fff8620594a _sigtramp + 26
    7   libGL.dylib                             0x00007fff911f78b5 glGetString + 15
    8   liblwawt.dylib                          0x0000000166dc069f Java_sun_java2d_opengl_OGLContext_getOGLIdString + 35
    9   ???                                     0x000000010dcc1f90 0 + 4526448528
    10  ???                                     0x000000010dcb6333 0 + 4526400307
    11  ???                                     0x000000010dcb6806 0 + 4526401542
    12  ???                                     0x000000010dcb04f7 0 + 4526376183
    13  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    14  libjvm.dylib                            0x000000010d33faa2 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 258
    15  libjvm.dylib                            0x000000010d33fbdc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
    16  libjvm.dylib                            0x000000010d376868 thread_entry(JavaThread*, Thread*) + 173
    17  libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    18  libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    19  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    20  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    21  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 23:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib                  0x00007fff9134c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8621bfe9 _pthread_cond_wait + 869
    2   libjvm.dylib                            0x000000010d46baf7 os::PlatformEvent::park(long long) + 385
    3   libjvm.dylib                            0x000000010d465113 ObjectMonitor::wait(long long, bool, Thread*) + 637
    4   libjvm.dylib                            0x000000010d502407 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203
    5   libjvm.dylib                            0x000000010d37b723 JVM_MonitorWait + 156
    6   ???                                     0x000000010dcc1f90 0 + 4526448528
    7   ???                                     0x000000010dcb6158 0 + 4526399832
    8   ???                                     0x000000010dcb6806 0 + 4526401542
    9   ???                                     0x000000010dcb04f7 0 + 4526376183
    10  libjvm.dylib                            0x000000010d33f5c3 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 557
    11  libjvm.dylib                            0x000000010d33faa2 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 258
    12  libjvm.dylib                            0x000000010d33fbdc JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74
    13  libjvm.dylib                            0x000000010d376868 thread_entry(JavaThread*, Thread*) + 173
    14  libjvm.dylib                            0x000000010d531bd8 JavaThread::thread_main_inner() + 134
    15  libjvm.dylib                            0x000000010d5330ca JavaThread::run() + 440
    16  libjvm.dylib                            0x000000010d46e5f9 java_start(Thread*) + 173
    17  libsystem_c.dylib                       0x00007fff862177a2 _pthread_start + 327
    18  libsystem_c.dylib                       0x00007fff862041e1 thread_start + 13
    Thread 22 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000166f920a8  rdx: 0x0000000000000000
      rdi: 0x0000000000009207  rsi: 0x0000000000000006  rbp: 0x0000000166f920d0  rsp: 0x0000000166f920a8
       r8: 0x00007fff74b56278   r9: 0x0000000166f92080  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x000000010d8011f0  r13: 0x000000011118eca8  r14: 0x0000000166f93000  r15: 0x000000010d4716bc
      rip: 0x00007fff9134c212  rfl: 0x0000000000000206  cr2: 0x00007fff74b4fff0
    Logical CPU: 0
    Binary Images:
           0x10cf87000 -        0x10cf97fff +java (1.0 - 1.0) <147BD4EA-EA9C-301B-8C8A-D9F271391735> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
           0x10d0b5000 -        0x10d740fef +libjvm.dylib (1) <1B03A29F-0248-337E-8529-87706B48A7DE> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/server/libjvm.dylib
           0x10dc61000 -        0x10dc69fff +libverify.dylib (1) <C42EBBF2-FDE6-342B-9B75-7D91194E47C1> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libverify.dylib
           0x10dc6e000 -        0x10dc8ffef +libjava.dylib (1) <CEC400ED-E3D2-343D-8E19-587A4FF75CC2> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjava.dylib
           0x10dca7000 -        0x10dcacfff +libzip.dylib (1) <89DD8E8C-F4A4-3E92-A2D6-CC8642447AC3> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libzip.dylib
           0x166560000 -        0x166569ff7  com.apple.java.JavaRuntimeSupport (14.8.0 - 14.8.0) <A08E8799-F5FF-3CBB-A753-FC2AF260ABEB> /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.frame work/JavaRuntimeSupport
           0x166578000 -        0x166582fff  JavaNativeFoundation (1) <F1FE02AF-1A2C-3EF7-9D1A-312FA21B51B9> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
           0x16658d000 -        0x166592fff  com.apple.JavaVM (14.8.0 - 14.8.0) <83C8C2AB-E99D-39FF-80B4-90A7DEB1DAFB> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
           0x16659a000 -        0x16659ffff  JavaLaunching (1) <E89BD701-1C4E-3A44-8C32-6F81D2B53D13> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x166c40000 -        0x166cacff7 +libawt.dylib (1) <614FC193-CE14-3B85-9F8B-33F92FBD6D92> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libawt.dylib
           0x166cf0000 -        0x166db5fff +libmlib_image.dylib (1) <95F6D0B2-3A92-305F-A6AE-822BC990901B> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libmlib_image.dylib
           0x166dbc000 -        0x166e2cff7 +liblwawt.dylib (1) <8004F9F2-4EDF-3FF4-8B40-12F06C5C97FA> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/lwawt/liblwawt.dylib
           0x166e6f000 -        0x166e75fff +libosxapp.dylib (1) <19D025A3-9368-319D-AA64-EF835D78A0FF> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosxapp.dylib
           0x166e8b000 -        0x166e8dfff  com.apple.ExceptionHandling (1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x1682f6000 -        0x168300fff +libjli.dylib (1) <9792ED7A-1BD0-3D84-B551-F5DA12537016> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib
           0x168fe1000 -        0x168ff9ff7 +libdeploy.dylib (0) <7E7F2C41-877D-36FC-B982-DE5BB8F1685B> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libdeploy.dylib
           0x169007000 -        0x169010fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x16a8f0000 -        0x16a907fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Frameworks/Sparkle.framework/Versions /A/Sparkle
           0x16a920000 -        0x16a9f9ff7  libcrypto.0.9.7.dylib (106) <3E1B14DE-342B-318C-8F22-7B9CD88EE760> /usr/lib/libcrypto.0.9.7.dylib
           0x16ac56000 -        0x16ae14fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x16ae4b000 -        0x16afbbfff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x16aff3000 -        0x16b3b0ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.12.47 - 8.1.2) <41C027A9-3329-340E-995A-6B66C54B7DAD> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x16b4e0000 -        0x16b4edfff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x16b4f4000 -        0x16b51ffff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
        0x7fff6cb87000 -     0x7fff6cbbb93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff84946000 -     0x7fff84947fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff849e8000 -     0x7fff84a2bff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff84a2c000 -     0x7fff84aaeff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff84aaf000 -     0x7fff84ad7fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff84ad8000 -     0x7fff84adafff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff84b04000 -     0x7fff84c56fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff850e0000 -     0x7fff8517bfff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8521c000 -     0x7fff854c0ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff859d7000 -     0x7fff85a33ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff85a34000 -     0x7fff85a35ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff85a40000 -     0x7fff85a43ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff85a44000 -     0x7fff85a46fff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff85a47000 -     0x7fff85a55ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff86203000 -     0x7fff862cfff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff862d0000 -     0x7fff862d4ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff862e4000 -     0x7fff8633efff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8633f000 -     0x7fff86340ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff86341000 -     0x7fff8636fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff86370000 -     0x7fff8640afff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8640b000 -     0x7fff8641ffff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff86420000 -     0x7fff86451ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff864dd000 -     0x7fff86517ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff86578000 -     0x7fff865cefff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff865db000 -     0x7fff86648ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff86649000 -     0x7fff8664bff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8664c000 -     0x7fff86765fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff86790000 -     0x7fff8682eff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8685f000 -     0x7fff8695cff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff86a7f000 -     0x7fff8740f4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff87410000 -     0x7fff874d5ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8797b000 -     0x7fff8799aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff879d8000 -     0x7fff879ffff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff87bcd000 -     0x7fff87ccffff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87cd0000 -     0x7fff87cd4fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff87cd5000 -     0x7fff87d01ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87de8000 -     0x7fff881dffff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff881e0000 -     0x7fff881eeff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff881ef000 -     0x7fff88210fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88211000 -     0x7fff88251ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff885f2000 -     0x7fff887f2fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff887f4000 -     0x7fff888c6ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff88b23000 -     0x7fff88b8cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff88b91000 -     0x7fff88bbcfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff88bcb000 -     0x7fff88c17ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff88c18000 -     0x7fff88c39ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff88c3a000 -     0x7fff88c42ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff88c47000 -     0x7fff88c54fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff88c84000 -     0x7fff88cb2fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff88cb3000 -     0x7fff88cb6fff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff88cb7000 -     0x7fff88cb7fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88cb8000 -     0x7fff88cc6fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff88d35000 -     0x7fff88d35fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff88e61000 -     0x7fff88e68fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff88e6b000 -     0x7fff88e82fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff88e83000 -     0x7fff89031fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89092000 -     0x7fff8909afff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8909b000 -     0x7fff890f5ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff890f6000 -     0x7fff890f8fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff890f9000 -     0x7fff89138ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89139000 -     0x7fff89147fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89153000 -     0x7fff89158fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff891b6000 -     0x7fff891b7fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff891b8000 -     0x7fff89220fff  l

    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode.  Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application unistaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

Maybe you are looking for

  • Configuration Manager 2012 SP1 for Windows XP\Win 7\Win 8\Win 8.1 to Windows 8.1 Update 1

    Hi Team, We have Configuration manager 2012 SP1 and we have requirement to migrate winXP\Win7\Win8\Win8 systems to Windows 8.1 update 1. We are looking for supporting replace, refresh and baremetal OS deployments. Can anyone give some pointers for th

  • Type conversion when calling a java program in form 6i

    Hi, I would like to call a java program in form 6i. The java program takes a date parameter in. When I call the java program in form, how can I pass a date parameter to it? -- Method: isSystemDate (Ljava/util/Date;)Ljava/lang/String; FUNCTION isSyste

  • Why is CORE AUDIO maxxing out my CPU

    Not sure where to ask this question? My Menumeter app shows my CPU is maxxed out when I boot up - when I check with Activity Monitor it shows it's Core Audio. I can QUIT IT and then my CPU drops down to where it should be... Is my BOSS GS-10 Interfac

  • Win 7 Security

    I have a program that I have complied using LabWindows 2010.  Program works fine under Windows XP, but under WIndows 7 the program gets a shield attached to the icon (see attachment).  When running the program under Windows 7, it requests that an adm

  • Batch remove filename spaces AFTER import?

    Hi there - Fairly knowledgeable about workflow and best practices in LR. This time I built a new catalog for a non-photo project and imported 250+ variously named images - wanting to keep the unique names. Now that I'm exporting I realized I forgot t