Additional information the DDMS heap window is showing this error in eclipse Could not create the view: Could not initialize class org.jfree.chart.JFreeChart I believe this happened after installing 2.0.
On Nov 3, 9:55 am, Loki117 <[email protected]> wrote: > Hey Guys, > > Has anyone seen this error before while working with the DDMS? It > happens when I try to execute the DDMS from the bat file or when I > attempt to access the Heap viewer through eclipse. Any help anyone has > would be greatly appreciated. Oh I should also say this happens on > every version of the DDMS 1.5 / 1.6 / 2.0 > > 42:21 E/ddms: java.lang.ExceptionInInitializerError > at javax.swing.UIManager.initialize(Unknown Source) > at javax.swing.UIManager.maybeInitialize(Unknown Source) > at javax.swing.UIManager.getDefaults(Unknown Source) > at javax.swing.UIManager.getColor(Unknown Source) > at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:252) > at org.jfree.chart.ChartFactory.createBarChart > (ChartFactory.java:826) > at com.android.ddmuilib.HeapPanel.createChart(HeapPanel.java: > 599) > at com.android.ddmuilib.HeapPanel.createControl(HeapPanel.java: > 371) > at com.android.ddmuilib.Panel.createPanel(Panel.java:29) > at com.android.ddms.UIThread.createRightPanel(UIThread.java: > 1365) > at com.android.ddms.UIThread.createTopPanel(UIThread.java: > 1120) > at com.android.ddms.UIThread.createWidgets(UIThread.java:934) > at com.android.ddms.UIThread.runUI(UIThread.java:465) > at com.android.ddms.Main.main(Main.java:105) > Caused by: java.lang.NullPointerException > at sun.awt.FontConfiguration.getVersion(Unknown Source) > at sun.awt.FontConfiguration.readFontConfigFile(Unknown > Source) > at sun.awt.FontConfiguration.<init>(Unknown Source) > at sun.awt.windows.WFontConfiguration.<init>(Unknown Source) > at sun.awt.Win32GraphicsEnvironment.createFontConfiguration > (Unknown Sour > ce) > at sun.java2d.SunGraphicsEnvironment$2.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at sun.java2d.SunGraphicsEnvironment.<init>(Unknown Source) > at sun.awt.Win32GraphicsEnvironment.<init>(Unknown Source) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0 > (Native Method) > > at sun.reflect.NativeConstructorAccessorImpl.newInstance > (Unknown Source) > > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance > (Unknown Sou > rce) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at java.lang.Class.newInstance0(Unknown Source) > at java.lang.Class.newInstance(Unknown Source) > at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment > (Unknown Sour > ce) > at javax.swing.RepaintManager.<clinit>(Unknown Source) > ... 14 more -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

