Skip to main content



      Home
Home » Archived » BIRT » Problems with 2.2 WebViewer example and MacOSX ...
Problems with 2.2 WebViewer example and MacOSX ... [message #249347] Sun, 22 July 2007 19:56 Go to next message
Eclipse UserFriend
I know BIRT does not support MacOSX. But for the future and for folks
who run into this issue:

1. installing birt-viewer on macosx works fine. The top page is
displayed properly along with the right version numbers

2. Clicking on the report will give you an error, the catalina.err file
has the following output:

SEVERE: Servlet.service() for servlet ViewerServlet threw exception
java.lang.NoClassDefFoundError
at
sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLookup.java:340)
at
javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359)
at
javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.java:105)


3. You can workaround the above by editing your web.xml and changing the
print variable to OFF

<context-param>
<param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
<param-value>OFF</param-value>
</context-param>

4. I cannot run test1.rptdesign though, i get the following error:

SEVERE: Error happened while running the report.java.lang.InternalError:
Can't connect to window server - not enough permissions. at
java.lang.ClassLoader$NativeLibrary.load(Native Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
....

5. I get the same error when trying to do a PDF printout of a report

Hope this helps someone and let me know if there are fixes/resolutions
for the above. Our java knowledge is a bit weak at the moment, we hope
to improve this soon

lobo
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249362 is a reply to message #249347] Mon, 23 July 2007 06:25 Go to previous messageGo to next message
Eclipse UserFriend
Donald Lobo wrote:
> I know BIRT does not support MacOSX. But for the future and for folks
> who run into this issue:
>
> 1. installing birt-viewer on macosx works fine. The top page is
> displayed properly along with the right version numbers
>
> 2. Clicking on the report will give you an error, the catalina.err file
> has the following output:
>
> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
> java.lang.NoClassDefFoundError
> at
> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLookup.java:340)
> at
> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359)
> at
> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.java:105)
>
>
> 3. You can workaround the above by editing your web.xml and changing the
> print variable to OFF
>
> <context-param>
> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
> <param-value>OFF</param-value>
> </context-param>
>
> 4. I cannot run test1.rptdesign though, i get the following error:
>
> SEVERE: Error happened while running the report.java.lang.InternalError:
> Can't connect to window server - not enough permissions. at
> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
> ...
>
> 5. I get the same error when trying to do a PDF printout of a report
>
> Hope this helps someone and let me know if there are fixes/resolutions
> for the above. Our java knowledge is a bit weak at the moment, we hope
> to improve this soon
>
> lobo
could you file a bug for this under Mac OS?
thanks
Qs
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249377 is a reply to message #249347] Mon, 23 July 2007 12:24 Go to previous messageGo to next message
Eclipse UserFriend
Donald,

Thanks for trying to run BIRT on MAC. Our hope is to provide better support
for additional operating systems through a community certification process.
The bugzilla entry is https://bugs.eclipse.org/bugs/show_bug.cgi?id=183645.
The plan is for bugs to be submitted through the standard process and tested
by community members. You may want to follow the Bugzilla if you are interested.

Scott Rosenbaum

> I know BIRT does not support MacOSX. But for the future and for folks
> who run into this issue:
>
> 1. installing birt-viewer on macosx works fine. The top page is
> displayed properly along with the right version numbers
>
> 2. Clicking on the report will give you an error, the catalina.err
> file has the following output:
>
> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
> java.lang.NoClassDefFoundError
> at
> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLook
> up.java:340)
> at
> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359
> )
> at
> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.
> java:105)
> 3. You can workaround the above by editing your web.xml and changing
> the print variable to OFF
>
> <context-param>
> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
> <param-value>OFF</param-value>
> </context-param>
> 4. I cannot run test1.rptdesign though, i get the following error:
>
> SEVERE: Error happened while running the
> report.java.lang.InternalError:
> Can't connect to window server - not enough permissions. at
> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
> ...
> 5. I get the same error when trying to do a PDF printout of a report
>
> Hope this helps someone and let me know if there are fixes/resolutions
> for the above. Our java knowledge is a bit weak at the moment, we hope
> to improve this soon
>
> lobo
>
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249389 is a reply to message #249362] Mon, 23 July 2007 15:47 Go to previous messageGo to next message
Eclipse UserFriend
done:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=197538

lobo

Wangqs wrote:
> Donald Lobo wrote:
>> I know BIRT does not support MacOSX. But for the future and for folks
>> who run into this issue:
>>
>> 1. installing birt-viewer on macosx works fine. The top page is
>> displayed properly along with the right version numbers
>>
>> 2. Clicking on the report will give you an error, the catalina.err file
>> has the following output:
>>
>> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
>> java.lang.NoClassDefFoundError
>> at
>> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLookup.java:340)
>>
>> at
>> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359)
>> at
>> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.java:105)
>>
>>
>>
>> 3. You can workaround the above by editing your web.xml and changing the
>> print variable to OFF
>>
>> <context-param>
>> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
>> <param-value>OFF</param-value>
>> </context-param>
>>
>> 4. I cannot run test1.rptdesign though, i get the following error:
>>
>> SEVERE: Error happened while running the report.java.lang.InternalError:
>> Can't connect to window server - not enough permissions. at
>> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
>> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>> ...
>>
>> 5. I get the same error when trying to do a PDF printout of a report
>>
>> Hope this helps someone and let me know if there are fixes/resolutions
>> for the above. Our java knowledge is a bit weak at the moment, we hope
>> to improve this soon
>>
>> lobo
> could you file a bug for this under Mac OS?
> thanks
> Qs
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249391 is a reply to message #249377] Mon, 23 July 2007 16:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mackingzone.gmail.com

Speaking of supporting platforms, could somebody here kindly provide the
complete list or are there any links out there for this information?

Thanks,
Ethan

Scott Rosenbaum wrote:

> Donald,

> Thanks for trying to run BIRT on MAC. Our hope is to provide better support
> for additional operating systems through a community certification process.
> The bugzilla entry is https://bugs.eclipse.org/bugs/show_bug.cgi?id=183645.
> The plan is for bugs to be submitted through the standard process and
tested
> by community members. You may want to follow the Bugzilla if you are
interested.

> Scott Rosenbaum

>> I know BIRT does not support MacOSX. But for the future and for folks
>> who run into this issue:
>>
>> 1. installing birt-viewer on macosx works fine. The top page is
>> displayed properly along with the right version numbers
>>
>> 2. Clicking on the report will give you an error, the catalina.err
>> file has the following output:
>>
>> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
>> java.lang.NoClassDefFoundError
>> at
>> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLook
>> up.java:340)
>> at
>> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359
>> )
>> at
>> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.
>> java:105)
>> 3. You can workaround the above by editing your web.xml and changing
>> the print variable to OFF
>>
>> <context-param>
>> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
>> <param-value>OFF</param-value>
>> </context-param>
>> 4. I cannot run test1.rptdesign though, i get the following error:
>>
>> SEVERE: Error happened while running the
>> report.java.lang.InternalError:
>> Can't connect to window server - not enough permissions. at
>> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
>> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>> ...
>> 5. I get the same error when trying to do a PDF printout of a report
>>
>> Hope this helps someone and let me know if there are fixes/resolutions
>> for the above. Our java knowledge is a bit weak at the moment, we hope
>> to improve this soon
>>
>> lobo
>>
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249393 is a reply to message #249391] Mon, 23 July 2007 16:45 Go to previous messageGo to next message
Eclipse UserFriend
Ethan,

Here is a link to the 2.2.1 Development Plan which lists the supported platforms.
The only new support in 2.2.1 is for Windows Vista.

http://www.eclipse.org/birt/phoenix/project/project_plan_R2_ 2_1.php

Scott Rosenbaum

> Speaking of supporting platforms, could somebody here kindly provide
> the complete list or are there any links out there for this
> information?
>
> Thanks,
> Ethan
> Scott Rosenbaum wrote:
>
>> Donald,
>>
>> Thanks for trying to run BIRT on MAC. Our hope is to provide better
>> support for additional operating systems through a community
>> certification process. The bugzilla entry is
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=183645. The plan is for
>> bugs to be submitted through the standard process and
>>
> tested
>
>> by community members. You may want to follow the Bugzilla if you are
>>
> interested.
>
>> Scott Rosenbaum
>>
>>> I know BIRT does not support MacOSX. But for the future and for
>>> folks who run into this issue:
>>>
>>> 1. installing birt-viewer on macosx works fine. The top page is
>>> displayed properly along with the right version numbers
>>>
>>> 2. Clicking on the report will give you an error, the catalina.err
>>> file has the following output:
>>>
>>> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
>>> java.lang.NoClassDefFoundError
>>> at
>>> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLo
>>> ok
>>> up.java:340)
>>> at
>>> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:3
>>> 59
>>> )
>>> at
>>> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLooku
>>> p.
>>> java:105)
>>> 3. You can workaround the above by editing your web.xml and changing
>>> the print variable to OFF
>>> <context-param>
>>> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
>>> <param-value>OFF</param-value>
>>> </context-param>
>>> 4. I cannot run test1.rptdesign though, i get the following error:
>>> SEVERE: Error happened while running the
>>> report.java.lang.InternalError:
>>> Can't connect to window server - not enough permissions. at
>>> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
>>> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
>>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>>> ...
>>> 5. I get the same error when trying to do a PDF printout of a report
>>> Hope this helps someone and let me know if there are
>>> fixes/resolutions for the above. Our java knowledge is a bit weak at
>>> the moment, we hope to improve this soon
>>>
>>> lobo
>>>
Re: Problems with 2.2 WebViewer example and MacOSX ... [message #249881 is a reply to message #249389] Wed, 25 July 2007 21:02 Go to previous message
Eclipse UserFriend
Thanks
Qiangsheng

Donald Lobo wrote:
> done:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=197538
>
> lobo
>
> Wangqs wrote:
>> Donald Lobo wrote:
>>> I know BIRT does not support MacOSX. But for the future and for folks
>>> who run into this issue:
>>>
>>> 1. installing birt-viewer on macosx works fine. The top page is
>>> displayed properly along with the right version numbers
>>>
>>> 2. Clicking on the report will give you an error, the catalina.err file
>>> has the following output:
>>>
>>> SEVERE: Servlet.service() for servlet ViewerServlet threw exception
>>> java.lang.NoClassDefFoundError
>>> at
>>> sun.print.UnixPrintServiceLookup.getPrintServices(UnixPrintS erviceLookup.java:340)
>>>
>>> at
>>> javax.print.PrintServiceLookup.getServices(PrintServiceLooku p.java:359)
>>> at
>>> javax.print.PrintServiceLookup.lookupPrintServices(PrintServ iceLookup.java:105)
>>>
>>>
>>>
>>> 3. You can workaround the above by editing your web.xml and changing the
>>> print variable to OFF
>>>
>>> <context-param>
>>> <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>
>>> <param-value>OFF</param-value>
>>> </context-param>
>>>
>>> 4. I cannot run test1.rptdesign though, i get the following error:
>>>
>>> SEVERE: Error happened while running the report.java.lang.InternalError:
>>> Can't connect to window server - not enough permissions. at
>>> java.lang.ClassLoader$NativeLibrary.load(Native Method) at
>>> java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at
>>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
>>> ...
>>>
>>> 5. I get the same error when trying to do a PDF printout of a report
>>>
>>> Hope this helps someone and let me know if there are fixes/resolutions
>>> for the above. Our java knowledge is a bit weak at the moment, we hope
>>> to improve this soon
>>>
>>> lobo
>> could you file a bug for this under Mac OS?
>> thanks
>> Qs
Previous Topic:Birt Report Message... The following items have errors...
Next Topic:How to make the text-box parameter read-only?
Goto Forum:
  


Current Time: Wed Apr 16 00:44:06 EDT 2025

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

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

Back to the top