Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003257 [Resin] minor always 01-14-09 18:24 03-26-09 18:47
Reporter kenjrwalker View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.6
Summary 0003257: PingMailer not checking url
Description I have a ping setup like this inside my cluster config.

    <ping resin:type="com.caucho.server.admin.PingMailer">
        <url>http://www.domain.com/pingtest.jsp</url> [^]
    <sleep-time>5m</sleep-time>
        <try-count>5</try-count>
        <retry-time>15s</retry-time>
        <mail-to>me@domain.com</mail-to>
        <mail-from>resin@server.domain.com</mail-from>
        <mail-subject>Resin ping has failed</mail-subject>
   </ping>

This was all working in 3.1.3, but in 3.1.6 it never actually hits pingtest.jsp. No errors, just this in the log and nothing else:
com.caucho.server.admin.PingThread ping alarm checking: Wed, 14 Jan 2009 20:33:15 -0500 (EST)

If I just use a regular ping like this, it works fine:

    <ping>
        <url>http://www.domain.com/pingtest.jsp</url> [^]
    <sleep-time>5m</sleep-time>
        <try-count>5</try-count>
        <retry-time>15s</retry-time>
   </ping>

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
01-14-09 18:24 kenjrwalker New Issue
03-26-09 18:47 ferg Assigned To  => ferg
03-26-09 18:47 ferg Status new => closed
03-26-09 18:47 ferg Resolution open => fixed
03-26-09 18:47 ferg Fixed in Version  => 4.0.0


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