<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>716</bug_id>
          
          <creation_ts>2004-05-14 02:23:57 +0000</creation_ts>
          <short_desc>Weird, reproducible &quot;500 internal server error&quot;</short_desc>
          <delta_ts>2006-03-12 00:44:05 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>0.6.5</version>
          <rep_platform>All</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ville Skyttä">ville.skytta</reporter>
          <assigned_to name="Olivier Thereaux">ot</assigned_to>
          <cc>jgoldman</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1818</commentid>
    <comment_count>0</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2004-05-14 02:23:57 +0000</bug_when>
    <thetext>For some reason, the following message landed in my inbox (it was sent to
web-human@ and possibly bounced to me by Vivien).

This is a weird one, validating
http://lposun.larc.nasa.gov/ceresweb/INSTRUMENT/FM1_html/FM1_BRAKE_DEFINED_CAGED_MARGIN.html
 with the production v.w.o always gives me a &quot;500 internal server error&quot;
seemingly without anything useful showing up in the server&apos;s error log.

What makes it even stranger is that v.w.o:8001, qa-dev/wmvs/0.6 and my local
validator instance all are fine with this document, no &quot;500 i s e&quot;.

----

Folks,

Attempts to validate the following URL is causing an &quot;internal server error&quot;
http://lposun.larc.nasa.gov/ceresweb/INSTRUMENT/FM1_html/FM1_BRAKE_DEFINED_CAGED_MARGIN.html
 File size: ~368_145 bytes

However, a virtually identical file (URL below) is not having any problems.
http://lposun.larc.nasa.gov/ceresweb/INSTRUMENT/FM4_html/FM4_BRAKE_DEFINED_CAGED_MARGIN.html
 File size: 170_636 bytes

Data of validation: 13 May, 2004
Time of validation: ~10:30 AM Eastern Daylight Time
                    ~14:30 GMT (?)

The formats of the files are identical as are the system permissions
and the top level directory structures.  The only noticeable difference
is the larger file size.  Otherwise I do not see any reason for
the server failure message.

Let me know how I can be of further assistance.  Otherwise, please
advise where/what are the problem(s).  The W3 validation service
is a very valuable tool in my web development endeavors.

Respectfully yours,

Phil Hess

-- 
Phillip C. Hess                        phone: 757.827.4850
SAIC,   One Enterprise Pkwy,           fax:   757.825.9129
Suite 300, Hampton, VA.  23666         email: p.c.hess@larc.nasa.gov</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1834</commentid>
    <comment_count>1</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2004-05-16 03:30:38 +0000</bug_when>
    <thetext>Reassigning to Olivier as I don&apos;t have the privileges to investigate issues on
v.w3.org:80.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1850</commentid>
    <comment_count>2</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2004-05-16 07:00:17 +0000</bug_when>
    <thetext>Both :80 (where it doesn&apos;t work) and :8001 (where it does work) run an identical
version of the &quot;check&quot; script with the same httpd binary, so the only
differences between them are:
- Web server configuration.
- Frequency of hits.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1866</commentid>
    <comment_count>3</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2004-05-17 17:53:36 +0000</bug_when>
    <thetext>This is clearly an issue with the config (or load) of the apache server on
vwo:80, and not necessarily related to a specific version of the validator
(hence removing target)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2061</commentid>
    <comment_count>4</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2004-06-29 04:46:24 +0000</bug_when>
    <thetext>Ted found a fix a few weeks ago: raising ulimit.
closing issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>8690</commentid>
    <comment_count>5</comment_count>
    <who name="Jay Goldman">jgoldman</who>
    <bug_when>2006-03-11 23:23:01 +0000</bug_when>
    <thetext>We&apos;ve encountered a similarly weird reproducible 500 internal server error message. I&apos;m not sure if they&apos;ll end up being the same problem, but they seemed related enough to report it in this bug rather than opening a new one.

We&apos;re attempting to validate a client site at http://www.malaprops.net. The validator consistently returns a 500 Internal Server Errror, but viewing the site from a variety of different browsers and operating systems is fine. We&apos;ve combed through the Apache and Tomcat error logs and tailed them while reloading in the validator - we&apos;re not getting any error messages on our side at all. There isn&apos;t any further information in the validator error message that might help us track it down if it&apos;s not a bug, but maybe someone with acccess to the validator&apos;s logs might be able to help.

(We did, incidentally validate the source using the indespensible Web Developer&apos;s Toolbar in Firefox and the &quot;Validate Local HTML&quot; - it does validate).

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>8691</commentid>
    <comment_count>6</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2006-03-12 00:44:05 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; We&apos;ve encountered a similarly weird reproducible 500 internal server error
&gt; message.  
&gt; We&apos;re attempting to validate a client site at http://www.malaprops.net. The
&gt; validator consistently returns a 500 Internal Server Errror, but viewing the
&gt; site from a variety of different browsers and operating systems is fine.

Your site somehow does not like the (simple and correct) requests made by the validator.

~% telnet www.malaprops.net 80
Trying 216.154.208.55...
Connected to malaprops.net.
Escape character is &apos;^]&apos;.
GET / HTTP/1.1
Host: www.malaprops.net
User-Agent: W3C_Validator/0.7.2

HTTP/1.1 500 Internal Server Error
Date: Sun, 12 Mar 2006 00:35:20 GMT
Server: Apache/2.0.51 (Fedora)
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=ISO-8859-1

... 
javax.servlet.jsp.el.ELException: An exception occured trying to convert String &quot;Sat Mar 11 19:35:30 EST 2006&quot; to type &quot;java.lang.Integer&quot;
...
(just reproduce the query to get the full trace)

This is not the same problem as bug #716, but a problem on your side, I believe. 
I&apos;ll re-close this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>