HeadLess Exception in Jboss
Hi,
When i am running my application in JBoss server under Solaris10 Operating System. When QB chart has to be generate....
It is throwing following Exception ...
Failed to read server.cfg. Use default host and port no. 22071.
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.ScrollPane.<init>(ScrollPane.java:183)
at quadbase.chartviewer.CScrollPane.<init>(CScrollPane.java:13
at quadbase.chartviewer.ViewPanel.<init>(ViewPanel.java:122)
at quadbase.chartviewer.Viewer3DPanel.<init>(Viewer3DPanel.java:60)
at quadbase.ChartAPI.QbChartBasic.initPanel(QbChartBasic.java:150)
at quadbase.ChartAPI.QbChartBasic.createChart(QbChartBasic.java:119)
at quadbase.ChartAPI.QbChart.<init>(QbChart.java:664)
at quadbase.ChartAPI.QbChart.<init>(QbChart.java:628)
at com.med.ge.scorecard.Utility.setLineSeriesChartProperty(Utility.java:302
at com.med.ge.scorecard.PlotGraphServlet.drawAcknowledgedPOGraph(PlotGraphServlet. java:401)
at com.med.ge.scorecard.PlotGraphServlet.performTask(PlotGraphServlet.java:594)
at com.med.ge.scorecard.PlotGraphServlet.doGet(PlotGraphServlet.java:26)
Please help me out of this problem

