Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(26) |
May
(4) |
Jun
(1) |
Jul
(15) |
Aug
(29) |
Sep
(2) |
Oct
(4) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(3) |
Mar
(10) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(4) |
Aug
(3) |
Sep
(30) |
Oct
(13) |
Nov
(5) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
(10) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
(5) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2005 |
Jan
(5) |
Feb
(4) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(59) |
Sep
(44) |
Oct
(48) |
Nov
(35) |
Dec
(27) |
2007 |
Jan
(33) |
Feb
(74) |
Mar
(77) |
Apr
(36) |
May
(36) |
Jun
(57) |
Jul
(50) |
Aug
(39) |
Sep
(31) |
Oct
(34) |
Nov
(25) |
Dec
(30) |
2008 |
Jan
(47) |
Feb
(62) |
Mar
(58) |
Apr
(48) |
May
(22) |
Jun
(23) |
Jul
(35) |
Aug
(14) |
Sep
(33) |
Oct
(15) |
Nov
(35) |
Dec
(39) |
2009 |
Jan
(24) |
Feb
(29) |
Mar
(40) |
Apr
(29) |
May
(21) |
Jun
(29) |
Jul
(16) |
Aug
(24) |
Sep
(23) |
Oct
(7) |
Nov
(14) |
Dec
(10) |
2010 |
Jan
(9) |
Feb
(17) |
Mar
(9) |
Apr
(6) |
May
(13) |
Jun
(8) |
Jul
(10) |
Aug
(4) |
Sep
(6) |
Oct
(6) |
Nov
(6) |
Dec
(4) |
2011 |
Jan
(8) |
Feb
(10) |
Mar
(14) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(6) |
Aug
(9) |
Sep
(21) |
Oct
(128) |
Nov
(54) |
Dec
(44) |
2012 |
Jan
(12) |
Feb
(14) |
Mar
(16) |
Apr
(3) |
May
(9) |
Jun
(24) |
Jul
(39) |
Aug
(13) |
Sep
(22) |
Oct
(8) |
Nov
(2) |
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
(10) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(2) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(3) |
2016 |
Jan
(3) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(1) |
2
|
3
|
4
|
5
|
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
(1) |
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
(1) |
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
(1) |
31
|
|
|
|
From: SourceForge.net <noreply@so...> - 2012-10-29 16:18:25
|
Bugs item #3003918, was opened at 2010-05-19 01:15 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=3003918&group_id=15494 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.0.x Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Steffen Ewert (stewert) Assigned to: Nobody/Anonymous (nobody) Summary: HeadlessException with headless=true and JRE 1.6.0_20-b02 Initial Comment: Since yesterday I get for my JSF application (running on tomcat) a java.awt.HeadlessException while calling ChartFactory.createXYStepChart(...). java.awt.headless is set to true. Here my Code: System.out.println("_________________java.awt.headless is " + System.getProperty("java.awt.headless")); // create the chart: JFreeChart chart = ChartFactory.createXYStepChart( null, null, "%", dataset, PlotOrientation.VERTICAL, true, false, false); And here a part of the exception: _________________java.awt.headless is true ... ... ... java.awt.HeadlessException at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:64) at com.birosoft.liquid.skin.SkinImageCache.<clinit>(SkinImageCache.java:45) at com.birosoft.liquid.LiquidLookAndFeel.loadIconImmediately(LiquidLookAndFeel.java:638) at com.birosoft.liquid.LiquidLookAndFeel.loadIcon(LiquidLookAndFeel.java:626) at com.birosoft.liquid.LiquidLookAndFeel.initComponentDefaults(LiquidLookAndFeel.java:461) at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:130) at javax.swing.UIManager.setLookAndFeel(UIManager.java:514) at javax.swing.UIManager.setLookAndFeel(UIManager.java:558) at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1317) at javax.swing.UIManager.initialize(UIManager.java:1406) at javax.swing.UIManager.maybeInitialize(UIManager.java:1394) at javax.swing.UIManager.getDefaults(UIManager.java:633) at javax.swing.UIManager.getColor(UIManager.java:675) at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:261) at org.jfree.chart.ChartFactory.createXYStepChart(ChartFactory.java:1803) at cow.k7progress.useCases.report.chart.UCGenerateScheduleRealObjectChart.start(UCGenerateScheduleRealObjectChart.java:161) Interesting are the "com.birosoft...." lines in the stacktrace. I have never heared something about birosoft. Then I have check in which jar the com.birosoft classes are stored and have find out that the jar is .../jre/lib/ext/liquidInf.jar of the JRE 1.6.0_20-b02. It seems that the JRE 1.6.0_20-b02 was installed some days ago (may be a automatic update ...). The JRE 1.6.0_17 don't have this liquidInf.jar. I have switched back to the JRE 1.6.0_17 and all running fine without any Exceptions ... :-) I run my JSF-application in tomcat on a openSuse 11.2 (this is my development machine; tomcat will be started over the eclipse IDE). See also http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=30073 Could you check if this is a bug in JFree or a bug of JRE 1.6.0_20 or is something other wrong with my installation? Do you need more information? Please contact me. Thanks, Steffen ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-29 09:18 Message: Even if you don't fix this, showing a workaround would be great! ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-29 09:17 Message: I have the same problem. When I'm SSH-ing remotely to my application that uses JFreeChart and using it to generate a chart to a PNG file, I get: at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:118) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81) at sun.swing.SwingUtilities2.isLocalDisplay(SwingUtilities2.java:1457) at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:1556) at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:148) at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1592) at javax.swing.UIManager.setLookAndFeel(UIManager.java:535) at javax.swing.UIManager.setLookAndFeel(UIManager.java:575) at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1343) at javax.swing.UIManager.initialize(UIManager.java:1432) at javax.swing.UIManager.maybeInitialize(UIManager.java:1420) at javax.swing.UIManager.getDefaults(UIManager.java:655) at javax.swing.UIManager.getColor(UIManager.java:697) at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:258) at org.jfree.chart.ChartFactory.createXYLineChart(ChartFactory.java:1748) Inspecting the JFreeChart code, specifically: http://jfreechart.cvs.sourceforge.net/viewvc/jfreechart/jfreechart/source/org/jfree/chart/JFreeChart.java?revision=1.34.2.21&view=markup it appears that there is a static field: public static final Paint DEFAULT_BACKGROUND_PAINT = UIManager.getColor("Panel.background"); Apparently, getting the color from the UI manager cannot be done remotely without a UI session (this also happens to me if the display goes into screen saving mode). I am running this on Mac OS X Lion, Oracle JVM 1.7, update 9. I don't think this is a UI manager problem. This is the only place in that file that the UIManager is used. Perhaps it would make sense to fix this somehow or suggest a workaround - apparently, it makes it impossible to use JFreeChart other than from a UI. ---------------------------------------------------------------------- Comment By: Thomas Morgner (taqua) Date: 2010-09-28 05:00 Message: This is a bug in your Look-And-Feel. Someone installed that Look-And-Feel in your JDK's installation directory and apparently your application manually activates it (as a custom look-and-feel is not used unless you explicitly request it.) This seems to be a clear bug in their implementation, as a call to UIManager.getDefaults() must never result in a error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=3003918&group_id=15494 |
From: SourceForge.net <noreply@so...> - 2012-10-29 16:17:45
|
Bugs item #3003918, was opened at 2010-05-19 01:15 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=3003918&group_id=15494 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.0.x Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Steffen Ewert (stewert) Assigned to: Nobody/Anonymous (nobody) Summary: HeadlessException with headless=true and JRE 1.6.0_20-b02 Initial Comment: Since yesterday I get for my JSF application (running on tomcat) a java.awt.HeadlessException while calling ChartFactory.createXYStepChart(...). java.awt.headless is set to true. Here my Code: System.out.println("_________________java.awt.headless is " + System.getProperty("java.awt.headless")); // create the chart: JFreeChart chart = ChartFactory.createXYStepChart( null, null, "%", dataset, PlotOrientation.VERTICAL, true, false, false); And here a part of the exception: _________________java.awt.headless is true ... ... ... java.awt.HeadlessException at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:64) at com.birosoft.liquid.skin.SkinImageCache.<clinit>(SkinImageCache.java:45) at com.birosoft.liquid.LiquidLookAndFeel.loadIconImmediately(LiquidLookAndFeel.java:638) at com.birosoft.liquid.LiquidLookAndFeel.loadIcon(LiquidLookAndFeel.java:626) at com.birosoft.liquid.LiquidLookAndFeel.initComponentDefaults(LiquidLookAndFeel.java:461) at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:130) at javax.swing.UIManager.setLookAndFeel(UIManager.java:514) at javax.swing.UIManager.setLookAndFeel(UIManager.java:558) at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1317) at javax.swing.UIManager.initialize(UIManager.java:1406) at javax.swing.UIManager.maybeInitialize(UIManager.java:1394) at javax.swing.UIManager.getDefaults(UIManager.java:633) at javax.swing.UIManager.getColor(UIManager.java:675) at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:261) at org.jfree.chart.ChartFactory.createXYStepChart(ChartFactory.java:1803) at cow.k7progress.useCases.report.chart.UCGenerateScheduleRealObjectChart.start(UCGenerateScheduleRealObjectChart.java:161) Interesting are the "com.birosoft...." lines in the stacktrace. I have never heared something about birosoft. Then I have check in which jar the com.birosoft classes are stored and have find out that the jar is .../jre/lib/ext/liquidInf.jar of the JRE 1.6.0_20-b02. It seems that the JRE 1.6.0_20-b02 was installed some days ago (may be a automatic update ...). The JRE 1.6.0_17 don't have this liquidInf.jar. I have switched back to the JRE 1.6.0_17 and all running fine without any Exceptions ... :-) I run my JSF-application in tomcat on a openSuse 11.2 (this is my development machine; tomcat will be started over the eclipse IDE). See also http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=30073 Could you check if this is a bug in JFree or a bug of JRE 1.6.0_20 or is something other wrong with my installation? Do you need more information? Please contact me. Thanks, Steffen ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2012-10-29 09:17 Message: I have the same problem. When I'm SSH-ing remotely to my application that uses JFreeChart and using it to generate a chart to a PNG file, I get: at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:118) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81) at sun.swing.SwingUtilities2.isLocalDisplay(SwingUtilities2.java:1457) at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:1556) at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:148) at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1592) at javax.swing.UIManager.setLookAndFeel(UIManager.java:535) at javax.swing.UIManager.setLookAndFeel(UIManager.java:575) at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1343) at javax.swing.UIManager.initialize(UIManager.java:1432) at javax.swing.UIManager.maybeInitialize(UIManager.java:1420) at javax.swing.UIManager.getDefaults(UIManager.java:655) at javax.swing.UIManager.getColor(UIManager.java:697) at org.jfree.chart.JFreeChart.<clinit>(JFreeChart.java:258) at org.jfree.chart.ChartFactory.createXYLineChart(ChartFactory.java:1748) Inspecting the JFreeChart code, specifically: http://jfreechart.cvs.sourceforge.net/viewvc/jfreechart/jfreechart/source/org/jfree/chart/JFreeChart.java?revision=1.34.2.21&view=markup it appears that there is a static field: public static final Paint DEFAULT_BACKGROUND_PAINT = UIManager.getColor("Panel.background"); Apparently, getting the color from the UI manager cannot be done remotely without a UI session (this also happens to me if the display goes into screen saving mode). I am running this on Mac OS X Lion, Oracle JVM 1.7, update 9. I don't think this is a UI manager problem. This is the only place in that file that the UIManager is used. Perhaps it would make sense to fix this somehow or suggest a workaround - apparently, it makes it impossible to use JFreeChart other than from a UI. ---------------------------------------------------------------------- Comment By: Thomas Morgner (taqua) Date: 2010-09-28 05:00 Message: This is a bug in your Look-And-Feel. Someone installed that Look-And-Feel in your JDK's installation directory and apparently your application manually activates it (as a custom look-and-feel is not used unless you explicitly request it.) This seems to be a clear bug in their implementation, as a call to UIManager.getDefaults() must never result in a error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115494&aid=3003918&group_id=15494 |