Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Report Viewer PDF Problem
Report Viewer PDF Problem [message #196406] Thu, 19 October 2006 08:10 Go to next message
Eclipse UserFriend
Originally posted by: p.corbett.ecu.edu.au

I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
producing a PDF from a report.

I have copied the itext-1.3.jar to
/WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
and iTextAsian.jar to
/WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
but the problem persists. The downloaded example file did not have a lib
directory as described above so I have added it.

In IE I this error occurs:

org.eclipse.birt.report.service.api.ReportServiceException: Report engine
fails to create extension to handle this request.

In Firefox

File does not begin with '%PDF-'

Any help would be appreciated
Re: Report Viewer PDF Problem [message #196568 is a reply to message #196406] Thu, 19 October 2006 16:21 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Does this fail on the test report?
When you click view example it should load a similar URL to this
http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter

Select the print icon in the toolbar.

Jason

"Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
>producing a PDF from a report.
>
> I have copied the itext-1.3.jar to
> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
> and iTextAsian.jar to
> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib. but the
> problem persists. The downloaded example file did not have a lib
> directory as described above so I have added it.
>
> In IE I this error occurs:
>
> org.eclipse.birt.report.service.api.ReportServiceException: Report engine
> fails to create extension to handle this request.
>
> In Firefox
>
> File does not begin with '%PDF-'
>
> Any help would be appreciated
>
Re: Report Viewer PDF Problem [message #196675 is a reply to message #196568] Thu, 19 October 2006 23:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: p.corbett.ecu.edu.au

Yes that fails too.

Error message is:

org.eclipse.birt.report.service.api.ReportServiceException: Report engine
fails to create extension to handle this request.

My URL is
http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample


Jason Weathersby wrote:

> Does this fail on the test report?
> When you click view example it should load a similar URL to this
>
http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter

> Select the print icon in the toolbar.

> Jason

> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
>>producing a PDF from a report.
>>
>> I have copied the itext-1.3.jar to
>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>> and iTextAsian.jar to
>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib. but the
>> problem persists. The downloaded example file did not have a lib
>> directory as described above so I have added it.
>>
>> In IE I this error occurs:
>>
>> org.eclipse.birt.report.service.api.ReportServiceException: Report engine
>> fails to create extension to handle this request.
>>
>> In Firefox
>>
>> File does not begin with '%PDF-'
>>
>> Any help would be appreciated
>>
Re: Report Viewer PDF Problem [message #196809 is a reply to message #196675] Fri, 20 October 2006 14:19 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

What OS are you running?
I will download the same Tomcat version and give it a try.

Jason

"Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
> Yes that fails too.
>
> Error message is:
>
> org.eclipse.birt.report.service.api.ReportServiceException: Report engine
> fails to create extension to handle this request.
>
> My URL is
> http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
>
>
> Jason Weathersby wrote:
>
>> Does this fail on the test report?
>> When you click view example it should load a similar URL to this
>>
> http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
>
>> Select the print icon in the toolbar.
>
>> Jason
>
>> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
>>>producing a PDF from a report.
>>>
>>> I have copied the itext-1.3.jar to
>>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>>> and iTextAsian.jar to
>>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib. but
>>> the problem persists. The downloaded example file did not have a lib
>>> directory as described above so I have added it.
>>>
>>> In IE I this error occurs:
>>>
>>> org.eclipse.birt.report.service.api.ReportServiceException: Report
>>> engine fails to create extension to handle this request.
>>>
>>> In Firefox
>>>
>>> File does not begin with '%PDF-'
>>>
>>> Any help would be appreciated
>>>
>
Re: Report Viewer PDF Problem [message #197775 is a reply to message #196809] Thu, 26 October 2006 03:34 Go to previous messageGo to next message
Ken Carroll is currently offline Ken CarrollFriend
Messages: 3
Registered: July 2009
Junior Member
Was there any conclusion to this ? I am experiencing the same problem and am
unable to resolve it.

Ken

"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:ehalto$udt$1@utils.eclipse.org...
> What OS are you running?
> I will download the same Tomcat version and give it a try.
>
> Jason
>
> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
> news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
> > Yes that fails too.
> >
> > Error message is:
> >
> > org.eclipse.birt.report.service.api.ReportServiceException: Report
engine
> > fails to create extension to handle this request.
> >
> > My URL is
> >
http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
> >
> >
> > Jason Weathersby wrote:
> >
> >> Does this fail on the test report?
> >> When you click view example it should load a similar URL to this
> >>
> >
http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
> >
> >> Select the print icon in the toolbar.
> >
> >> Jason
> >
> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
> >> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
> >>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
> >>>producing a PDF from a report.
> >>>
> >>> I have copied the itext-1.3.jar to
> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
> >>> and iTextAsian.jar to
> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib. but
> >>> the problem persists. The downloaded example file did not have a lib
> >>> directory as described above so I have added it.
> >>>
> >>> In IE I this error occurs:
> >>>
> >>> org.eclipse.birt.report.service.api.ReportServiceException: Report
> >>> engine fails to create extension to handle this request.
> >>>
> >>> In Firefox
> >>>
> >>> File does not begin with '%PDF-'
> >>>
> >>> Any help would be appreciated
> >>>
> >
>
>
Re: Report Viewer PDF Problem [message #198186 is a reply to message #197775] Sun, 29 October 2006 23:01 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Ken,

Verify that you do have both iText files added the lowagie plugin.

Jason

"Ken Carroll" <ken.carroll@fmr.com> wrote in message
news:ehpabd$4jo$1@utils.eclipse.org...
> Was there any conclusion to this ? I am experiencing the same problem and
> am
> unable to resolve it.
>
> Ken
>
> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> news:ehalto$udt$1@utils.eclipse.org...
>> What OS are you running?
>> I will download the same Tomcat version and give it a try.
>>
>> Jason
>>
>> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>> news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
>> > Yes that fails too.
>> >
>> > Error message is:
>> >
>> > org.eclipse.birt.report.service.api.ReportServiceException: Report
> engine
>> > fails to create extension to handle this request.
>> >
>> > My URL is
>> >
> http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
>> >
>> >
>> > Jason Weathersby wrote:
>> >
>> >> Does this fail on the test report?
>> >> When you click view example it should load a similar URL to this
>> >>
>> >
> http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
>> >
>> >> Select the print icon in the toolbar.
>> >
>> >> Jason
>> >
>> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>> >> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>> >>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
>> >>>producing a PDF from a report.
>> >>>
>> >>> I have copied the itext-1.3.jar to
>> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>> >>> and iTextAsian.jar to
>> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib. but
>> >>> the problem persists. The downloaded example file did not have a lib
>> >>> directory as described above so I have added it.
>> >>>
>> >>> In IE I this error occurs:
>> >>>
>> >>> org.eclipse.birt.report.service.api.ReportServiceException: Report
>> >>> engine fails to create extension to handle this request.
>> >>>
>> >>> In Firefox
>> >>>
>> >>> File does not begin with '%PDF-'
>> >>>
>> >>> Any help would be appreciated
>> >>>
>> >
>>
>>
>
>
Re: Report Viewer PDF Problem [message #198318 is a reply to message #198186] Mon, 30 October 2006 12:09 Go to previous messageGo to next message
Ken Carroll is currently offline Ken CarrollFriend
Messages: 3
Registered: July 2009
Junior Member
I definitely have added the itext files into the itext plugin folder exactly
as directed in the installation instructions.

I just now got a response from bugzilla (bug # 162313) saying that v2.1.1
has problems with pdf's suggesting I should move to a later release.

Ken

"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:ei3brn$7p2$1@utils.eclipse.org...
> Ken,
>
> Verify that you do have both iText files added the lowagie plugin.
>
> Jason
>
> "Ken Carroll" <ken.carroll@fmr.com> wrote in message
> news:ehpabd$4jo$1@utils.eclipse.org...
> > Was there any conclusion to this ? I am experiencing the same problem
and
> > am
> > unable to resolve it.
> >
> > Ken
> >
> > "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> > news:ehalto$udt$1@utils.eclipse.org...
> >> What OS are you running?
> >> I will download the same Tomcat version and give it a try.
> >>
> >> Jason
> >>
> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
> >> news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
> >> > Yes that fails too.
> >> >
> >> > Error message is:
> >> >
> >> > org.eclipse.birt.report.service.api.ReportServiceException: Report
> > engine
> >> > fails to create extension to handle this request.
> >> >
> >> > My URL is
> >> >
> >
http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
> >> >
> >> >
> >> > Jason Weathersby wrote:
> >> >
> >> >> Does this fail on the test report?
> >> >> When you click view example it should load a similar URL to this
> >> >>
> >> >
> >
http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
> >> >
> >> >> Select the print icon in the toolbar.
> >> >
> >> >> Jason
> >> >
> >> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
> >> >> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
> >> >>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having problems
> >> >>>producing a PDF from a report.
> >> >>>
> >> >>> I have copied the itext-1.3.jar to
> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
> >> >>> and iTextAsian.jar to
> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
but
> >> >>> the problem persists. The downloaded example file did not have a
lib
> >> >>> directory as described above so I have added it.
> >> >>>
> >> >>> In IE I this error occurs:
> >> >>>
> >> >>> org.eclipse.birt.report.service.api.ReportServiceException: Report
> >> >>> engine fails to create extension to handle this request.
> >> >>>
> >> >>> In Firefox
> >> >>>
> >> >>> File does not begin with '%PDF-'
> >> >>>
> >> >>> Any help would be appreciated
> >> >>>
> >> >
> >>
> >>
> >
> >
>
>
Re: Report Viewer PDF Problem [message #198704 is a reply to message #198318] Thu, 02 November 2006 10:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: timgaulza.gmail.com

Will this work, I am experiencing similar problems with 2.2M1

"Ken Carroll" <ken.carroll@fmr.com> wrote in message
news:ei4q2a$v9v$1@utils.eclipse.org...
>I definitely have added the itext files into the itext plugin folder
>exactly
> as directed in the installation instructions.
>
> I just now got a response from bugzilla (bug # 162313) saying that v2.1.1
> has problems with pdf's suggesting I should move to a later release.
>
> Ken
>
> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
> news:ei3brn$7p2$1@utils.eclipse.org...
>> Ken,
>>
>> Verify that you do have both iText files added the lowagie plugin.
>>
>> Jason
>>
>> "Ken Carroll" <ken.carroll@fmr.com> wrote in message
>> news:ehpabd$4jo$1@utils.eclipse.org...
>> > Was there any conclusion to this ? I am experiencing the same problem
> and
>> > am
>> > unable to resolve it.
>> >
>> > Ken
>> >
>> > "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>> > news:ehalto$udt$1@utils.eclipse.org...
>> >> What OS are you running?
>> >> I will download the same Tomcat version and give it a try.
>> >>
>> >> Jason
>> >>
>> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>> >> news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
>> >> > Yes that fails too.
>> >> >
>> >> > Error message is:
>> >> >
>> >> > org.eclipse.birt.report.service.api.ReportServiceException: Report
>> > engine
>> >> > fails to create extension to handle this request.
>> >> >
>> >> > My URL is
>> >> >
>> >
> http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
>> >> >
>> >> >
>> >> > Jason Weathersby wrote:
>> >> >
>> >> >> Does this fail on the test report?
>> >> >> When you click view example it should load a similar URL to this
>> >> >>
>> >> >
>> >
> http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
>> >> >
>> >> >> Select the print icon in the toolbar.
>> >> >
>> >> >> Jason
>> >> >
>> >> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>> >> >> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>> >> >>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having
>> >> >>>problems
>> >> >>>producing a PDF from a report.
>> >> >>>
>> >> >>> I have copied the itext-1.3.jar to
>> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>> >> >>> and iTextAsian.jar to
>> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
> but
>> >> >>> the problem persists. The downloaded example file did not have a
> lib
>> >> >>> directory as described above so I have added it.
>> >> >>>
>> >> >>> In IE I this error occurs:
>> >> >>>
>> >> >>> org.eclipse.birt.report.service.api.ReportServiceException: Report
>> >> >>> engine fails to create extension to handle this request.
>> >> >>>
>> >> >>> In Firefox
>> >> >>>
>> >> >>> File does not begin with '%PDF-'
>> >> >>>
>> >> >>> Any help would be appreciated
>> >> >>>
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: Report Viewer PDF Problem [message #198854 is a reply to message #198704] Thu, 02 November 2006 20:22 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Are you using the Allinone or RCP download?

Jason

"Tim Gaul" <timgaulza@gmail.com> wrote in message
news:eicin0$6eh$1@utils.eclipse.org...
> Will this work, I am experiencing similar problems with 2.2M1
>
> "Ken Carroll" <ken.carroll@fmr.com> wrote in message
> news:ei4q2a$v9v$1@utils.eclipse.org...
>>I definitely have added the itext files into the itext plugin folder
>>exactly
>> as directed in the installation instructions.
>>
>> I just now got a response from bugzilla (bug # 162313) saying that v2.1.1
>> has problems with pdf's suggesting I should move to a later release.
>>
>> Ken
>>
>> "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>> news:ei3brn$7p2$1@utils.eclipse.org...
>>> Ken,
>>>
>>> Verify that you do have both iText files added the lowagie plugin.
>>>
>>> Jason
>>>
>>> "Ken Carroll" <ken.carroll@fmr.com> wrote in message
>>> news:ehpabd$4jo$1@utils.eclipse.org...
>>> > Was there any conclusion to this ? I am experiencing the same problem
>> and
>>> > am
>>> > unable to resolve it.
>>> >
>>> > Ken
>>> >
>>> > "Jason Weathersby" <jweathersby@actuate.com> wrote in message
>>> > news:ehalto$udt$1@utils.eclipse.org...
>>> >> What OS are you running?
>>> >> I will download the same Tomcat version and give it a try.
>>> >>
>>> >> Jason
>>> >>
>>> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>>> >> news:c713cabd5c85a2097b9d9fab5e0ed01f$1@www.eclipse.org...
>>> >> > Yes that fails too.
>>> >> >
>>> >> > Error message is:
>>> >> >
>>> >> > org.eclipse.birt.report.service.api.ReportServiceException: Report
>>> > engine
>>> >> > fails to create extension to handle this request.
>>> >> >
>>> >> > My URL is
>>> >> >
>>> >
>> http://localhost:7070/birt-viewer/frameset?__report=test.rpt design&sample
>>> >> >
>>> >> >
>>> >> > Jason Weathersby wrote:
>>> >> >
>>> >> >> Does this fail on the test report?
>>> >> >> When you click view example it should load a similar URL to this
>>> >> >>
>>> >> >
>>> >
>> http://localhost:8080/birt2.1.1/frameset?__report=test.rptde sign&sample=my+parameter
>>> >> >
>>> >> >> Select the print icon in the toolbar.
>>> >> >
>>> >> >> Jason
>>> >> >
>>> >> >> "Peter Corbett" <p.corbett@ecu.edu.au> wrote in message
>>> >> >> news:d50be27d5bae93a6deb4ba64e756c346$1@www.eclipse.org...
>>> >> >>>I have deployed BIRT 2.1.1 on Tomcat 5.5.17 and I am having
>>> >> >>>problems
>>> >> >>>producing a PDF from a report.
>>> >> >>>
>>> >> >>> I have copied the itext-1.3.jar to
>>> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>>> >> >>> and iTextAsian.jar to
>>> >> >>> /WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
>> but
>>> >> >>> the problem persists. The downloaded example file did not have a
>> lib
>>> >> >>> directory as described above so I have added it.
>>> >> >>>
>>> >> >>> In IE I this error occurs:
>>> >> >>>
>>> >> >>> org.eclipse.birt.report.service.api.ReportServiceException:
>>> >> >>> Report
>>> >> >>> engine fails to create extension to handle this request.
>>> >> >>>
>>> >> >>> In Firefox
>>> >> >>>
>>> >> >>> File does not begin with '%PDF-'
>>> >> >>>
>>> >> >>> Any help would be appreciated
>>> >> >>>
>>> >> >
>>> >>
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>
Re: Report Viewer PDF Problem [message #198956 is a reply to message #198318] Fri, 03 November 2006 09:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: reg.hill-labs.co.nz

I had this problem, and I had installed the itext jars, then I had another
look, and somewhere down the upgrade path, I picked up two other
com.lowagie.itext... versions that I had not yet added the itext jars to...

You may already have checked for muliple itext locatioins... just thought
I would mention it, as it solved my problem.

Regards
Colin
Re: Report Viewer PDF Problem [message #199166 is a reply to message #198956] Sun, 05 November 2006 10:20 Go to previous messageGo to next message
Mira is currently offline MiraFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,

I was wondering if there was a solution to this problem, since I have
not been able to create pdf files with the 2.1.1 or 2.1.0 version of birt.
I am using Red Hat.
I added itext-1.3.jar to
/plugins/com.lowagie.itext_1.3.0.N20060628-1351/lib

Is there something else that I should have done? I have downloaded the
lates
birt (full all-in-one installation with eclipse). I can create report, but
I cannot create pdf files - eclipse crashes.

Someone please help and let me know what should be done.

Thanks a lot,

Mira
Re: Report Viewer PDF Problem [message #199317 is a reply to message #199166] Mon, 06 November 2006 17:18 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Copy iText-1.3.jar and iTextAsian.jar to the lib directory.

Jason

"Mira" <mkaloper@ucdavis.edu> wrote in message
news:a96fca910eb59c079a742861c6e2d75b$1@www.eclipse.org...
> Hi,
>
> I was wondering if there was a solution to this problem, since I have not
> been able to create pdf files with the 2.1.1 or 2.1.0 version of birt.
> I am using Red Hat. I added itext-1.3.jar to
> /plugins/com.lowagie.itext_1.3.0.N20060628-1351/lib
>
> Is there something else that I should have done? I have downloaded the
> lates birt (full all-in-one installation with eclipse). I can create
> report, but I cannot create pdf files - eclipse crashes.
>
> Someone please help and let me know what should be done.
>
> Thanks a lot,
>
> Mira
>
>
Re: Report Viewer PDF Problem [message #200016 is a reply to message #199317] Thu, 09 November 2006 17:58 Go to previous messageGo to next message
Justin Knash is currently offline Justin KnashFriend
Messages: 4
Registered: July 2009
Junior Member
I'm having the same problem. I'm running Birt on Suse Linux Enterprise
Desktop 10. When I try to do anything with a PDF file, eclipse crashes
and I get a window with a java error and an ok button. Any help is much
appreciated.
Re: Report Viewer PDF Problem [message #200063 is a reply to message #200016] Thu, 09 November 2006 19:58 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Can you post the error?

Jason

"Justin Knash" <jknash@gmail.com> wrote in message
news:83450d09a097b5a4554f492760b6b792$1@www.eclipse.org...
> I'm having the same problem. I'm running Birt on Suse Linux Enterprise
> Desktop 10. When I try to do anything with a PDF file, eclipse crashes
> and I get a window with a java error and an ok button. Any help is much
> appreciated.
>
Re: Report Viewer PDF Problem [message #200760 is a reply to message #200063] Tue, 14 November 2006 15:51 Go to previous messageGo to next message
Justin Knash is currently offline Justin KnashFriend
Messages: 4
Registered: July 2009
Junior Member
Here is the text I get in my terminal -

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x99ea320b, pid=28966, tid=3084696416
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode)
# Problematic frame:
# C [libxul.so+0x4e020b] _ZN18nsAString_internal6AssignERKS_+0x15
#
# An error report file with more information is saved as
hs_err_pid28966.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#


Here is the text on the window with the OK button -

JVM terminated. Exit code=1
/usr/bin/java
-Xms40m
-Xmx256m
-jar /usr/local/eclipse-birt/./startup.jar
-os linux
-ws gtk
-arch x86
-launcher /usr/local/eclipse-birt/./eclipse
-name Eclipse
-showsplash 600
-exitdata 900024
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx256m
-jar /usr/local/eclipse-birt/./startup.jar

thanks,

Justin
Re: Report Viewer PDF Problem [message #201092 is a reply to message #200760] Wed, 15 November 2006 20:00 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Justin,

Can you log a bug with the error and the version of BIRT you are using?

Thanks

Jason

"Justin Knash" <jknash@gmail.com> wrote in message
news:cdd8a3f2bf00bd90d997f666b8b2dcd0$1@www.eclipse.org...
> Here is the text I get in my terminal -
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # SIGSEGV (0xb) at pc=0x99ea320b, pid=28966, tid=3084696416
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode)
> # Problematic frame:
> # C [libxul.so+0x4e020b] _ZN18nsAString_internal6AssignERKS_+0x15
> #
> # An error report file with more information is saved as
> hs_err_pid28966.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
>
> Here is the text on the window with the OK button -
> JVM terminated. Exit code=1
> /usr/bin/java
> -Xms40m
> -Xmx256m
> -jar /usr/local/eclipse-birt/./startup.jar
> -os linux
> -ws gtk
> -arch x86
> -launcher /usr/local/eclipse-birt/./eclipse
> -name Eclipse
> -showsplash 600
> -exitdata 900024
> -vm /usr/bin/java
> -vmargs
> -Xms40m
> -Xmx256m
> -jar /usr/local/eclipse-birt/./startup.jar
>
> thanks,
>
> Justin
>
>
>
>
Previous Topic:Viewer running out of memory with large data sets
Next Topic:is it possible to scale(set the min and max) the X axis?
Goto Forum:
  


Current Time: Thu Mar 28 18:35:47 GMT 2024

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

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

Back to the top