help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Ian Warner
Hi, 

I get the error SEVERE: Exception starting filter Set Character Encoding
java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter when I start 
tomcat (see below). 

My environment is AIX 5.1:
I loaded Java 2 SDK 1.4 (port for aix from ibm website) and tomcat 5.0 from apache 
website (no aix port available from ibm).

Anyone know what am I missing? Or is this config unworkable? 

p.s. tomcat runs, i can access admin and manger apps but the jsp examples and servlet 
examples fail

# catalina.sh run
Using CATALINA_BASE:   /usr/jakarta-tomcat-5.0.2
Using CATALINA_HOME:   /usr/jakarta-tomcat-5.0.2
Using CATALINA_TMPDIR: /usr/jakarta-tomcat-5.0.2/temp
Using JAVA_HOME:   /usr/java14
Jun 5, 2003 2:25:38 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 1177
Jun 5, 2003 2:25:38 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 249
Jun 5, 2003 2:25:39 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 698
Jun 5, 2003 2:25:39 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 89
Jun 5, 2003 2:25:40 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 604
Jun 5, 2003 2:25:40 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 53
Jun 5, 2003 2:25:40 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 113
Jun 5, 2003 2:25:40 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 313
Jun 5, 2003 2:25:40 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 57
Jun 5, 2003 2:25:41 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 25
Jun 5, 2003 2:25:41 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 65
Jun 5, 2003 2:25:41 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 44
Jun 5, 2003 2:25:41 PM org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource 
execute
INFO: Reading descriptors ( dom ) 33
Jun 5, 2003 2:25:44 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Jun 5, 2003 2:25:44 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 9354 ms
Jun 5, 2003 2:25:45 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 5, 2003 2:25:45 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.2
Jun 5, 2003 2:25:46 PM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Jun 5, 2003 2:25:52 PM org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Jun 5, 2003 2:25:52 PM org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
Jun 5, 2003 2:25:57 PM org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', 
returnNull=true
Jun 5, 2003 2:25:57 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /tomcat-docs from URL 
file:/usr/jakarta-tomcat-5.0.2/webapps/tomcat-docs
Jun 5, 2003 2:25:58 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL 
file:/usr/jakarta-tomcat-5.0.2/webapps/jsp-examples
Jun 5, 2003 2:26:00 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL 
file:/usr/jakarta-tomcat-5.0.2/webapps/servlets-examples
Jun 5, 2003 2:26:02 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter Set Character Encoding
java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1327)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1174)
at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:257)
at 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:352)
at 
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilterConfig.java:125)
at 
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3559)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4112)
at 

RE: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Shapira, Yoav

Howdy,

I get the error SEVERE: Exception starting filter Set Character
Encoding
java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter
when
I start tomcat (see below).

Do you have this class anywhere in your distribution?

I loaded Java 2 SDK 1.4 (port for aix from ibm website) and tomcat 5.0
from
apache website (no aix port available from ibm).

Tomcat 5.x is alpha-quality.  The examples in particular (which both the
ContentEncoding and the Compression filters are) are not perfect yet.
Comment these two filters out of the examples web.xml if you want to see
the rest of the examples.

If you need a stable environment, I suggest you try tomcat 4.1.24.

Out of curiosity, why would you expect an AIX port of tomcat from IBM
(or anyone else)?  Tomcat is pure Java -- there's no more AIX port than
Solaris port ;)

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Ian Warner
Hi, firstly, thanks for the quick response.

Let me answer you last comment first re  Out of curiosity, why would you
expect an AIX port of tomcat from IBM
 (or anyone else)?  Tomcat is pure Java -- there's no more AIX port than
Solaris port ;)

Here's what led me to believe I need to put down the ibm SDK port
http://java.sun.com/cgi-bin/java-ports.cgi
Also  this comment AIX SDK 1.4 - A beta version of IBM's AIX port of Java 2
SDK, Standard Edition, Version 1.4.0.
on IBM's website
http://www.alphaworks.ibm.com/nav/Java?openc=Java+-+Developer+Kits

Can I infer from your comment that I should just load the sdk directly from
Sun rather than the port and then load tomcat 4.1.24

Thanks again, Ian
- Original Message -
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 3:31 PM
Subject: RE: help with SEVERE: Exception starting filter Set Character
Encoding



 Howdy,

 I get the error SEVERE: Exception starting filter Set Character
 Encoding
 java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter
 when
 I start tomcat (see below).

 Do you have this class anywhere in your distribution?

 I loaded Java 2 SDK 1.4 (port for aix from ibm website) and tomcat 5.0
 from
 apache website (no aix port available from ibm).

 Tomcat 5.x is alpha-quality.  The examples in particular (which both the
 ContentEncoding and the Compression filters are) are not perfect yet.
 Comment these two filters out of the examples web.xml if you want to see
 the rest of the examples.

 If you need a stable environment, I suggest you try tomcat 4.1.24.

 Out of curiosity, why would you expect an AIX port of tomcat from IBM
 (or anyone else)?  Tomcat is pure Java -- there's no more AIX port than
 Solaris port ;)

 Yoav Shapira



 This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help with SEVERE: Exception starting filter Set Character Encoding

2003-06-06 Thread Ian Warner
It would be handy if I read you comment properly, I see you were refering to
Tomcat not the SDK. Sorry - Ian

- Original Message -
From: Ian Warner [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 4:01 PM
Subject: Re: help with SEVERE: Exception starting filter Set Character
Encoding


 Hi, firstly, thanks for the quick response.

 Let me answer you last comment first re  Out of curiosity, why would you
 expect an AIX port of tomcat from IBM
  (or anyone else)?  Tomcat is pure Java -- there's no more AIX port than
 Solaris port ;)

 Here's what led me to believe I need to put down the ibm SDK port
 http://java.sun.com/cgi-bin/java-ports.cgi
 Also  this comment AIX SDK 1.4 - A beta version of IBM's AIX port of Java
2
 SDK, Standard Edition, Version 1.4.0.
 on IBM's website
 http://www.alphaworks.ibm.com/nav/Java?openc=Java+-+Developer+Kits

 Can I infer from your comment that I should just load the sdk directly
from
 Sun rather than the port and then load tomcat 4.1.24

 Thanks again, Ian
 - Original Message -
 From: Shapira, Yoav [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Thursday, June 05, 2003 3:31 PM
 Subject: RE: help with SEVERE: Exception starting filter Set Character
 Encoding


 
  Howdy,
 
  I get the error SEVERE: Exception starting filter Set Character
  Encoding
  java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter
  when
  I start tomcat (see below).
 
  Do you have this class anywhere in your distribution?
 
  I loaded Java 2 SDK 1.4 (port for aix from ibm website) and tomcat 5.0
  from
  apache website (no aix port available from ibm).
 
  Tomcat 5.x is alpha-quality.  The examples in particular (which both the
  ContentEncoding and the Compression filters are) are not perfect yet.
  Comment these two filters out of the examples web.xml if you want to see
  the rest of the examples.
 
  If you need a stable environment, I suggest you try tomcat 4.1.24.
 
  Out of curiosity, why would you expect an AIX port of tomcat from IBM
  (or anyone else)?  Tomcat is pure Java -- there's no more AIX port than
  Solaris port ;)
 
  Yoav Shapira
 
 
 
  This e-mail, including any attachments, is a confidential business
 communication, and may contain information that is confidential,
proprietary
 and/or privileged.  This e-mail is intended only for the individual(s) to
 whom it is addressed, and may not be saved, copied, printed, disclosed or
 used by anyone else.  If you are not the(an) intended recipient, please
 immediately delete this e-mail from your computer system and notify the
 sender.  Thank you.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]