You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/17 12:16:13 UTC

BugRat Report #788 has been filed.

Bug report #788 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/788>

REPORT #788 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.2.1
   JVM Release: JDK 1.3
   Operating System: Windows
   OS Release: 2000
   Platform: windoze

Synopsis: 
Ctx( /examples ): IOException in: R( /examples +  + null) Not an ISO 8859_1 character:?

Description:
When trying to view the following url:
http://localhost:8080/examples
           or
http://localhost:8080/examples/

I get the upmentioned error message, and the JSP crashes in the middle :(

This is the response:

<html>
<head>
<title>Directory Listing for:/examples</title>
</head><body bgcolor=white>
<table width=90% cellspacing=0 cellpadding=5 align=center><tr><td colspan=3><font size=+2><strong>Directory Listing for:/examples</strong></td></tr>
<tr><td colspan=3 bgcolor=#ffffff><a href="/"><tt>Up to:/</tt></a></td></tr>
<tr><td colspan=3 bgcolor=#cccccc><font size=+2><strong>Subdirectories:</strong>
</font></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<tt><a href="/examples/images">images/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt>
</td><td><tt>&nbsp;&nbsp;</tt></td><td align=right><tt><h1>Error: 500</h1>
<h2>Location: /examples</h2><b>Internal Servlet Error:</b><br><pre>java.io.IOException: Not an ISO 8859_1 character:?
	at org.apache.tomcat.core.BufferedServletOutputStream.print(BufferedServletOutputStream.java:221)
	at org.apache.tomcat.request.DirHandler.doService(StaticInterceptor.java:642)
	at org.apache.tomcat.core.Handler.service(Handler.java:286)
	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
	at java.lang.Thread.run(Thread.java:484)
</pre>

Why? I don't know. I'm not so good at JSPs.
The files in the binary 3.2.1 distro are unix-type... Maybe that's a problem?