Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004239 [Resin] minor always 09-30-10 10:52 01-10-11 18:49
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.15 Product Version 4.0.11
  Product Build
Summary 0004239: server returning 304 messages
Description (rep by Jamison Novak)

Here's what I see from the broken instance:

    [root@exertus log]# telnet 192.168.0.10 80
    Trying 192.168.0.10...
    Connected to foo.com (192.168.0.10).
    Escape character is '^]'.
    GET /test/index.html HTTP/1.0

    HTTP/1.0 304 Not Modified
    Server: Resin/4.0.11
    ETag: "/qkrZAbHD5T"
    Last-Modified: Thu, 31 Dec 2009 17:32:15 GMT
    Accept-Ranges: bytes
    Cache-Control: max-age=5
    Expires: Thu, 30 Sep 2010 05:28:56 GMT
    Set-Cookie: JSESSIONID=aaaCij59LZlhUaHXuhHTs; path=/
    Date: Thu, 30 Sep 2010 05:28:51 GMT
    
    Connection closed by foreign host.


I would expect a 500 error or a 404, but a 304? That is just odd. That URL is actually an alias, just so we're clear:

        <rewrite-real-path>
          <real-path regexp="^/test" target="/usr/local/www/test/wad"/>
        </rewrite-real-path>

The last thing in the watchdog.log is the starting of the instance. The process is running, it's obviously responding to HTTP requests (although not in the manner I would expect), but there is no wad-stdout.log and the website is not available.

Going back in and stopping and then restarting the instance brought the site back up.

I'm attaching a stack trace of the watchdog process, as well as the wad instance before the restart.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004907)
ferg
01-10-11 18:49

server/2he3
 

- Issue History
Date Modified Username Field Change
09-30-10 10:52 ferg New Issue
01-10-11 18:49 ferg Note Added: 0004907
01-10-11 18:49 ferg Assigned To  => ferg
01-10-11 18:49 ferg Status new => closed
01-10-11 18:49 ferg Resolution open => fixed
01-10-11 18:49 ferg Fixed in Version  => 4.0.15


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker