Operating System - HP-UX
1855418 Members
3747 Online
104110 Solutions
New Discussion

Re: JDK1.3.00.01 Crashes in headless enviroment

 
Mark Burmei
New Member

JDK1.3.00.01 Crashes in headless enviroment

Just upgraded from JDK1.3 to JDK1.3.00.01. We use PJAToolkit from eteks to handle our image processing in a headless environment. Worked great under 1.3 but now throws exceptions under 1.3.00.01

java.lang.ExceptionInInitializerError: java.lang.ClassCastException: com.eteks.awt.PJAToolkit

Any one have simalar problems or have any other solutions to printing graphics in a headless environment.
Thanks
Hello
1 REPLY 1
Alex Glennie
Honored Contributor

Re: JDK1.3.00.01 Crashes in headless enviroment

Just a guess but I'm aware a number of java applets / processes etc these days require a DISPLAY to be available for them to run successfully .... does this work OK on say a headed work-station .... if it does you may like to look at the latest Xserver patch which will give you access to Xvfb - allows you to run a DISPLAY in physical memory.

Other than that I'd think about getting the latest java libc etc patches installed and is a core file produced ? You make get some hints/useful info out of it. Do you get error message(s)