Jump to content
JasperReports Library 7.0 is now available ×

Fail deploy on Weblogic HP-UX unix platform


2005 IR Help

Recommended Posts

By: aeroglu - aeroglu

Fail deploy on Weblogic HP-UX unix platform

2004-08-26 05:05

Dear Gurus,

 

I need your help ..I can view my report using JasperViewer jasperViewer=new JasperViewer(jasperPrint,false);

jasperViewer.show();

on Tomcat..

but when i deploy to Weblogic 8.1 on HP-UX

java version "1.4.1.05"

Java 2 Runtime Environment, Standard Edition (build 1.4.1.05-030910-01:23)

 

my report fails with fallowing message:

java.awt.HeadlessException

at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:121)

on UNIX...Then I used

System.setProperty("java.awt.headless", "true");

in my source code and at the same time even if I set java.awt.headless parameter true on VM parameters I have faced the same problem..Regards..

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...