RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-17 Thread Mon Cab
PROTECTED]> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat shutting down when instantiating > > javax.swing.ImageIcon on Fedora > > > > I have Tomcat 5.0 installed. > > Oops, sorry. I'd really recommend throwing away that 3rd-

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat shutting down when instantiating > javax.swing.ImageIcon on Fedora > > My dev environment is Tomcat 5.0 on java 1.4.2. I'd strongly recommend moving both up, on development and production systems. The newer

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Mon Cab
> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat shutting down when instantiating > > javax.swing.ImageIcon on Fedora > > > > I have Tomcat 5.0 installed. > > Oops, sorry. I'd really recommend throwing away that 3rd-party &g

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat shutting down when instantiating > javax.swing.ImageIcon on Fedora > > I have Tomcat 5.0 installed. Oops, sorry. I'd really recommend throwing away that 3rd-party repackaged version and downloading a rea

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Mon Cab
> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > Subject: RE: Tomcat shutting down when instantiating > > javax.swing.ImageIcon on Fedora > > > > Then, when I started Tomcat, even the Tomcat home page would not > > display. > > You really sh

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat shutting down when instantiating > javax.swing.ImageIcon on Fedora > > Then, when I started Tomcat, even the Tomcat home page would not > display. You really should try reading the Tomcat doc - it will save you

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-14 Thread Mon Cab
a Plesk add on pack (the OS is Fedora). Does anyone know what is going on here? I dont know how to verify whether this real Tomcat, or something else. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED]

Re: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-13 Thread Mikolaj Rydzewski
Mikolaj Rydzewski wrote: My application works fine until the following line of code is reached. ImageIcon ii = new javax.swing.ImageIcon(myFile.getCanonicalPath()); Try to run Tomcat with -Djava.awt.headless=true option set. i.e.: $ export CATALINA_OPTS="-Djava.awt.headless=true" $ ${CATALI

Re: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-13 Thread Mikolaj Rydzewski
Mon Cab wrote: I am running Tomcat, on Fedora 4. Using java version "1.4.2" gij (GNU libgcj) version 4.0.2 20051125 (Red Hat 4.0.2-8) Copyright (C) 2005 Free Software Foundation, Inc. Install real JRE first... My application works fine until the following line of code is reached. ImageI

RE: Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-12 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: Tomcat shutting down when instantiating > javax.swing.ImageIcon on Fedora > > I have been advised to uninstall gnu java and replace it with Sun SDK, > which I am in the process of trying to figure out how to do. Until y

Tomcat shutting down when instantiating javax.swing.ImageIcon on Fedora

2006-12-12 Thread Mon Cab
I am running Tomcat, on Fedora 4. Using java version "1.4.2" gij (GNU libgcj) version 4.0.2 20051125 (Red Hat 4.0.2-8) Copyright (C) 2005 Free Software Foundation, Inc. My application works fine until the following line of code is reached. ImageIcon ii = new javax.swing.ImageIcon(myFile.getC