  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | java.lang.ClassNotFoundException: com.sun.image.codec.jpeg.JPEGImageEncoder | java.lang.ClassNotFoundException: com.sun.image.codec.jpeg.JPEGImageEncoder 2006-12-11 - By Mon Cab
Back Hi
I am running a tomcat web application on Linux, and am getting the following error
2006-12-10 21:23:46 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.NoClassDefFoundError : while resolving class: myapp.Photo
bla bla........
Caused by: java.lang.ClassNotFoundException :
com.sun.image.codec.jpeg.JPEGImageEncoder  at org.apache.catalina.loader.WebappClassLoader (java.lang.String , boolean) (/usr/lib/libcatalina-5 (See http://ina-5.ora-code.com).0.30.jar.so) at org.apache.catalina.loader.WebappClassLoader (java.lang.String )
(/usr/lib/libcatalina-5 (See http://ina-5.ora-code.com).0.30.jar.so) at java.lang.Class (java.lang.String , boolean, java.lang.ClassLoader ) (/usr/lib/libgcj.so.6.0.0) at java.lang.VMClassLoader (java.lang.Class ) (/usr/lib/libgcj.so.6.0.0) at java.lang.Class () (/usr/lib/libgcj.so.6.0.0) at java.lang.Class .html>java.lang.Class java.lang.Class .java.html> ' border=0>(java.lang.Class ) (/usr/lib/libgcj.so.6.0.0) at java.beans.PropertyDescriptor (java.lang.reflect.Method ,
bla ... bla...
I am assuming that this is because Tomcat is not able to access the
com.sun.image.codec package, and have sent the last day trying to fix this. First I looked for a jar which I can add to the tomcat/common/lib/ext dir that will solve this (without causing classloader conflicts between Tomcat and jre classes). I cant find anything though.
I read that adding -Djava.awt.headless=true to JAVA_OPTS in catalina.sh, would allow access to awt, but do not have a catalina.sh on the server (possibly because Plesk is installed?)
Does anyone know of a fix that will solve this? Either a jar or a config change.
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ______ __ __ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |