Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem with Charts - BIRT crashes
icon13.gif  Problem with Charts - BIRT crashes [message #629999] Thu, 30 September 2010 09:58 Go to next message
Michael  is currently offline Michael Friend
Messages: 1
Registered: September 2010
Junior Member
Hello,

I have a problem with BIRT concerning Charts.

I cannot use Reports including any kind of charts.

Everytime i click via the index.jsp on a report that includes charts, nothing happens in my browser window. The page is loading and loading ....

After a click on a report with a chart, i cannot view any kind of reports any more, even reports with only data in it. It seems like BIRT crashes everytime i request a report with a chart in it. The only way to fix this, is restarting my JBoss Server (Version 5.1).

I have checked the log files, but there is no explanation why charts are not working.

Here is the log file entry (i already set the log level to the lowest):

FEIN: ReportEngine.openReportDocument: systemId=/ebsvolumes/applserver/lineski/server/lineski/deplo y/dwh.war/Chart.rptdesign, file=/ebsvolumes/applserver/skiline/server/skiline/deploy/dw h.war/documents/BIRTDOC5484961F8098B13A1A201A4E03A074FA.skil inenode1/20100930_114455_026/Chart.rptdocument, options={resourceFolder=/ebsvolumes/applserver/lineski/serve r/lineski/deploy/dwh.war, semanticCheck=false}
Sep 30, 2010 11:44:55 AM org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDesign
FEIN: ReportEngine.openReportDesign: name=file:/ebsvolumes/applserver/skiline/server/skiline/depl oy/dwh.war/Chart.rptdesign, designStream=java.io.FileInputStream@105f6e8b, options={3}

It is also very confusing that this problem only happens on my remote server JBoss 5.1 installation. If i install JBoss 5.1 on my local machine i have no problems with chart-reports.

Do you need any more info regarding my problem?


I hope someone can help me ... BIRT without charts is very boring Wink

Thanks in advance,

regards
Michael

Re: Problem with Charts - BIRT crashes [message #630096 is a reply to message #629999] Thu, 30 September 2010 15:47 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Michael,

What OS and Java versions are you using?
Also what BIRT version?

Jason


On 9/30/2010 5:58 AM, Michael wrote:
> Hello,
>
> I have a problem with BIRT concerning Charts.
>
> I cannot use Reports including any kind of charts.
> Everytime i click via the index.jsp on a report that includes charts,
> nothing happens in my browser window. The page is loading and loading ....
> After a click on a report with a chart, i cannot view any kind of
> reports any more, even reports with only data in it. It seems like BIRT
> crashes everytime i request a report with a chart in it. The only way to
> fix this, is restarting my JBoss Server (Version 5.1).
> I have checked the log files, but there is no explanation why charts are
> not working.
>
> Here is the log file entry (i already set the log level to the lowest):
>
> FEIN: ReportEngine.openReportDocument:
> systemId=/ebsvolumes/applserver/lineski/server/lineski/deplo
> y/dwh.war/Chart.rptdesign,
> file=/ebsvolumes/applserver/skiline/server/skiline/deploy/dw
> h.war/documents/BIRTDOC5484961F8098B13A1A201A4E03A074FA.skil
> inenode1/20100930_114455_026/Chart.rptdocument,
> options={resourceFolder=/ebsvolumes/applserver/lineski/serve
> r/lineski/deploy/dwh.war, semanticCheck=false} Sep 30, 2010 11:44:55 AM
> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDesign
> FEIN: ReportEngine.openReportDesign:
> name=file:/ebsvolumes/applserver/skiline/server/skiline/depl
> oy/dwh.war/Chart.rptdesign,
> designStream=mailto:java.io.FileInputStream@105f6e8b, options={3}
> It is also very confusing that this problem only happens on my remote
> server JBoss 5.1 installation. If i install JBoss 5.1 on my local
> machine i have no problems with chart-reports.
> Do you need any more info regarding my problem?
>
>
> I hope someone can help me ... BIRT without charts is very boring ;)
>
> Thanks in advance,
>
> regards
> Michael
>
>
Re: Problem with Charts - BIRT crashes [message #673841 is a reply to message #629999] Tue, 24 May 2011 22:53 Go to previous messageGo to next message
B Boose is currently offline B BooseFriend
Messages: 7
Registered: July 2010
Junior Member
I know this was a while ago, but I am having the same exact problem. jboss5.1 java1.6 birt2.6.1 deployed on redhat linux
I have birt deployed as a war.
When I deploy the chart-viewer-sample.war I can view the charting samples. But when I try to incorporate a chart into a report on the birt war with the report engine(my birt war includes all the chart jars) it loads for several minutes before generating a 502 error. After that no other report will load and I have to kill -9 the server in order to restart it.
Re: Problem with Charts - BIRT crashes [message #676073 is a reply to message #673841] Thu, 02 June 2011 17:39 Go to previous messageGo to next message
B Boose is currently offline B BooseFriend
Messages: 7
Registered: July 2010
Junior Member
bump for same issue.
I can run the same jboss instance on a windows 7 box with a sun jvm and reports with charts work. I can run a stripped down jboss on another redhat server and charts work. I've tried isolating the proxy server and directly tagging the AS, using the WebViewerExample with the reports included n the war. Nothing. I have one entry in the birt logs:
org.eclipse.birt.report.engine.api.impl.ReportEngine
FINE: ReportEngine.openReportDesign: name=file:/home/jboss/birt/deploy/reports/tqi_contact_time_domain.rptdesign, designStream=java.io.FileInputStream@b41d22b, options={3}


and nothing after that
Re: Problem with Charts - BIRT crashes [message #676080 is a reply to message #676073] Thu, 02 June 2011 18:09 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Are you deploying the WebViewerExample to JBoss AS on redhat? What
url are you using? Can you try /preview instead of /frameset?
Also what version of BIRT are you using?

Jason

On 6/2/2011 1:39 PM, B Boose wrote:
> bump for same issue.
> I can run the same jboss instance on a windows 7 box with a sun jvm and
> reports with charts work. I can run a stripped down jboss on another
> redhat server and charts work. I've tried isolating the proxy server and
> directly tagging the AS, using the WebViewerExample with the reports
> included n the war. Nothing. I have one entry in the birt logs:
>
> org.eclipse.birt.report.engine.api.impl.ReportEngine
> FINE: ReportEngine.openReportDesign:
> name=file:/home/jboss/birt/deploy/reports/tqi_contact_time_domain.rptdesign,
> designStream=java.io.FileInputStream@b41d22b, options={3}
>
> and nothing after that
>
Re: Problem with Charts - BIRT crashes [message #676103 is a reply to message #676080] Thu, 02 June 2011 20:31 Go to previous messageGo to next message
B Boose is currently offline B BooseFriend
Messages: 7
Registered: July 2010
Junior Member
figured it out, I think this might be bug worthy.
As I said above, I'm running birt 2.6.1 and jboss 5.1
also:
redhat 5.3
kernel 2.6.18-128.1.16.el5 64bit
jRockit jvm jrmc-3.1.2-1.6.0
java 1.6.0_14-b08

I made many configuration changes, nothing worked until I changed out my jvm. I changed jboss's run.conf JAVA_HOME variable to sun's jvm with jdk1.6.0_24. That fixed the problem. It could be that the problem is the java version and not the jvm, but until we can get an updated jRockit jvm installed I won't know.

Jason Weathersby wrote on Thu, 02 June 2011 14:09
Are you deploying the WebViewerExample to JBoss AS on redhat? What
url are you using? Can you try /preview instead of /frameset?
Also what version of BIRT are you using?

Jason

Re: Problem with Charts - BIRT crashes [message #676269 is a reply to message #676103] Fri, 03 June 2011 13:02 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

It would be good if you could log a bug for this.

Jason

On 6/2/2011 4:31 PM, B Boose wrote:
> figured it out, I think this might be bug worthy.
> As I said above, I'm running birt 2.6.1 and jboss 5.1
> also:
> redhat 5.3 kernel 2.6.18-128.1.16.el5 64bit
> jRockit jvm jrmc-3.1.2-1.6.0
> java 1.6.0_14-b08
>
> I made many configuration changes, nothing worked until I changed out my
> jvm. I changed jboss's run.conf JAVA_HOME variable to sun's jvm with
> jdk1.6.0_24. That fixed the problem. It could be that the problem is the
> java version and not the jvm, but until we can get an updated jRockit
> jvm installed I won't know.
>
> Jason Weathersby wrote on Thu, 02 June 2011 14:09
>> Are you deploying the WebViewerExample to JBoss AS on redhat? What url
>> are you using? Can you try /preview instead of /frameset?
>> Also what version of BIRT are you using?
>>
>> Jason
>
>
Re: Problem with Charts - BIRT crashes [message #676330 is a reply to message #676103] Fri, 03 June 2011 18:11 Go to previous message
B Boose is currently offline B BooseFriend
Messages: 7
Registered: July 2010
Junior Member
done, hope I included enough information.
348252
Previous Topic:Determine Visibility of a Row in Script
Next Topic:Empty PDF report downloaded as attachment from BIRT enabled web application
Goto Forum:
  


Current Time: Sat Apr 20 04:28:57 GMT 2024

Powered by FUDForum. Page generated in 0.03373 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top