Re: ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-08-17 Thread Sam Ruby
On Thu, Aug 17, 2017 at 4:18 AM, sebb  wrote:
> Here is the tail end of the log in case it helps.
>
> ...
> bahir http://bahir.apache.org/ unchanged
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
> `rescue in split': bad URI(is not URI?): http://beam.apache.org/
> (URI::InvalidURIError)
> from 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in
> `split'
> from 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in
> `parse'
> from /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in
> `parse'
> from /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'
> from /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'
> from /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'
> from /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'
> from site-scan.rb:28:in `parse'
> from site-scan.rb:184:in `block in '
> from site-scan.rb:176:in `each'
> from site-scan.rb:176:in `'
>
> Just wondering - could there be a trailing space?
> I'm not on my usual system at present, but I'll try and have a look.
>
> Just wanted to record the possibility for now.

Here is the relevant code:

https://github.com/ruby/ruby/blob/trunk/lib/uri/rfc3986_parser.rb#L15

- Sam Ruby

> On 17 August 2017 at 08:06, Ping My Box  wrote:
>>
>> Hi there!
>> The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be 
>> down from multiple locations around the world.
>>
>> The exact error is:
>>
>> Error component: response
>> Error code: Internal Server Error or equivalent bad message received: 
>> HTTP/1.1 400 site_scan 
>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>  `rescue in split': bad URI(is not URI?): http://beam.apache.org/ 
>> (URI::InvalidURIError)", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>> `split'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>> `parse'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>> Debug output:
>> [Thu Aug 17 07:05:18 2017]: Initialising socket
>> [Thu Aug 17 07:05:18 2017]: Looking up hostname whimsy.apache.org...
>> [Thu Aug 17 07:05:18 2017]: Connecting to 54.91.229.41:443
>> [Thu Aug 17 07:05:18 2017]: Connected, sending HTTPS payload.
>> [Thu Aug 17 07:05:18 2017]: Analyzing server certificate
>> [Thu Aug 17 07:05:18 2017]: Saving certificate data
>> [Thu Aug 17 07:05:18 2017]: Reading response header from server
>> [Thu Aug 17 07:05:19 2017]: Caught exception: Internal Server Error or 
>> equivalent bad message received: HTTP/1.1 400 site_scan 
>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>  `rescue in split': bad URI(is not URI?): http://beam.apache.org/ 
>> (URI::InvalidURIError)", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>> `split'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>> `parse'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>>
>>
>>
>>
>>
>> With regards,
>> Ping My Box - https://www.pingmybox.com/


Re: ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-08-16 Thread sebb
On 16 August 2017 at 16:01, Sam Ruby  wrote:
> On Wed, Aug 16, 2017 at 6:12 AM, sebb  wrote:
>> I think this is caused by the proxy server which sometimes returns an
>> error for a valid URL.
>
> That's not how I read this stack trace.

Doh! I was forgetting that the 400 error comes from the PmB reply...

>  Mind you, the error makes no sense the way I do read it.
>
> The message says:
>
> bad URI(is not URI?): http://spamassassin.apache.org/
>
> The cause for this message is that the uri passed to
> URI::RFC3986_Parser.split doesn't respond to "to_str".  Which is a
> round-about way of saying that the uri isn't a String (or more
> precisely, doesn't behave like a String in a Duck typing sense).
>
> That uri is obtained by ASF::Site, and the value is obtained by
> parsing contents in svn working directories (i.e., no network access
> required - updates are done by cronjobs).  And in nearly every run, is
> always a string.
>
> What's particularly puzzling is that I don't even see recursion here,
> which would indicate following a redirect or the like.  What the
> message is clearly saying is that the uri isn't a string.
>
> And oddly enough, when the uri is included in the error message (under
> the covers using to_s instead of to_str), it looks right.

Maybe we could capture the error and log the various values explicitly.

>> I'm not quite sure why a network access should should be triggered by
>> URI.parse().
>> Whilst the code could retry (as for timeout) how can we then
>> distinguish bad URIs from a temporary proxy fail?
>> Ideally we don't want to retry repeatedly for invalid URIs until the
>> depth is exceeded, but I don't see how to distinguish them from the
>> proxy errors...
>>
>> On 16 August 2017 at 08:03, Ping My Box  wrote:
>>>
>>> Hi there!
>>> The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be 
>>> down from multiple locations around the world.
>>>
>>> The exact error is:
>>>
>>> Error component: response
>>> Error code: Internal Server Error or equivalent bad message received: 
>>> HTTP/1.1 400 site_scan 
>>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>>  `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
>>> (URI::InvalidURIError)", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>>> `split'", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>>> `parse'", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>>> Debug output:
>>> [Wed Aug 16 07:03:40 2017]: Initialising socket
>>> [Wed Aug 16 07:03:40 2017]: Looking up hostname whimsy.apache.org...
>>> [Wed Aug 16 07:03:40 2017]: Connecting to 54.91.229.41:443
>>> [Wed Aug 16 07:03:41 2017]: Connected, sending HTTPS payload.
>>> [Wed Aug 16 07:03:41 2017]: Analyzing server certificate
>>> [Wed Aug 16 07:03:41 2017]: Saving certificate data
>>> [Wed Aug 16 07:03:41 2017]: Reading response header from server
>>> [Wed Aug 16 07:03:42 2017]: Caught exception: Internal Server Error or 
>>> equivalent bad message received: HTTP/1.1 400 site_scan 
>>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>>  `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
>>> (URI::InvalidURIError)", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>>> `split'", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>>> `parse'", "\tfrom 
>>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>>>
>>>
>>>
>>>
>>>
>>> With regards,
>>> Ping My Box - https://www.pingmybox.com/


Re: ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-08-16 Thread Sam Ruby
On Wed, Aug 16, 2017 at 6:12 AM, sebb  wrote:
> I think this is caused by the proxy server which sometimes returns an
> error for a valid URL.

That's not how I read this stack trace.  Mind you, the error makes no
sense the way I do read it.

The message says:

bad URI(is not URI?): http://spamassassin.apache.org/

The cause for this message is that the uri passed to
URI::RFC3986_Parser.split doesn't respond to "to_str".  Which is a
round-about way of saying that the uri isn't a String (or more
precisely, doesn't behave like a String in a Duck typing sense).

That uri is obtained by ASF::Site, and the value is obtained by
parsing contents in svn working directories (i.e., no network access
required - updates are done by cronjobs).  And in nearly every run, is
always a string.

What's particularly puzzling is that I don't even see recursion here,
which would indicate following a redirect or the like.  What the
message is clearly saying is that the uri isn't a string.

And oddly enough, when the uri is included in the error message (under
the covers using to_s instead of to_str), it looks right.

> I'm not quite sure why a network access should should be triggered by
> URI.parse().
> Whilst the code could retry (as for timeout) how can we then
> distinguish bad URIs from a temporary proxy fail?
> Ideally we don't want to retry repeatedly for invalid URIs until the
> depth is exceeded, but I don't see how to distinguish them from the
> proxy errors...
>
> On 16 August 2017 at 08:03, Ping My Box  wrote:
>>
>> Hi there!
>> The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be 
>> down from multiple locations around the world.
>>
>> The exact error is:
>>
>> Error component: response
>> Error code: Internal Server Error or equivalent bad message received: 
>> HTTP/1.1 400 site_scan 
>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>  `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
>> (URI::InvalidURIError)", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>> `split'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>> `parse'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>> Debug output:
>> [Wed Aug 16 07:03:40 2017]: Initialising socket
>> [Wed Aug 16 07:03:40 2017]: Looking up hostname whimsy.apache.org...
>> [Wed Aug 16 07:03:40 2017]: Connecting to 54.91.229.41:443
>> [Wed Aug 16 07:03:41 2017]: Connected, sending HTTPS payload.
>> [Wed Aug 16 07:03:41 2017]: Analyzing server certificate
>> [Wed Aug 16 07:03:41 2017]: Saving certificate data
>> [Wed Aug 16 07:03:41 2017]: Reading response header from server
>> [Wed Aug 16 07:03:42 2017]: Caught exception: Internal Server Error or 
>> equivalent bad message received: HTTP/1.1 400 site_scan 
>> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in
>>  `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
>> (URI::InvalidURIError)", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
>> `split'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
>> `parse'", "\tfrom 
>> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
>> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", 
>> "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
>> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
>> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
>> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>>
>>
>>
>>
>>
>> With regards,
>> Ping My Box - https://www.pingmybox.com/


Re: ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-08-16 Thread sebb
I think this is caused by the proxy server which sometimes returns an
error for a valid URL.

I'm not quite sure why a network access should should be triggered by
URI.parse().
Whilst the code could retry (as for timeout) how can we then
distinguish bad URIs from a temporary proxy fail?
Ideally we don't want to retry repeatedly for invalid URIs until the
depth is exceeded, but I don't see how to distinguish them from the
proxy errors...

On 16 August 2017 at 08:03, Ping My Box  wrote:
>
> Hi there!
> The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be 
> down from multiple locations around the world.
>
> The exact error is:
>
> Error component: response
> Error code: Internal Server Error or equivalent bad message received: 
> HTTP/1.1 400 site_scan 
> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in 
> `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
> (URI::InvalidURIError)", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
> `split'", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
> `parse'", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
> Debug output:
> [Wed Aug 16 07:03:40 2017]: Initialising socket
> [Wed Aug 16 07:03:40 2017]: Looking up hostname whimsy.apache.org...
> [Wed Aug 16 07:03:40 2017]: Connecting to 54.91.229.41:443
> [Wed Aug 16 07:03:41 2017]: Connected, sending HTTPS payload.
> [Wed Aug 16 07:03:41 2017]: Analyzing server certificate
> [Wed Aug 16 07:03:41 2017]: Saving certificate data
> [Wed Aug 16 07:03:41 2017]: Reading response header from server
> [Wed Aug 16 07:03:42 2017]: Caught exception: Internal Server Error or 
> equivalent bad message received: HTTP/1.1 400 site_scan 
> ["/usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:18:in 
> `rescue in split': bad URI(is not URI?): http://spamassassin.apache.org/ 
> (URI::InvalidURIError)", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:15:in 
> `split'", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/rfc3986_parser.rb:73:in 
> `parse'", "\tfrom 
> /usr/local/rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/uri/common.rb:231:in 
> `parse'", "\tfrom /x1/srv/whimsy/lib/whimsy/cache.rb:104:in `fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:124:in `rescue in fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:101:in `fetch'", "\tfrom 
> /x1/srv/whimsy/lib/whimsy/cache.rb:66:in `get'", "\tfrom site-scan.rb:28:in 
> `parse'", "\tfrom site-scan.rb:184:in `block in '", "\tfrom 
> site-scan.rb:176:in `each'", "\tfrom site-scan.rb:176:in `'"]
>
>
>
>
>
> With regards,
> Ping My Box - https://www.pingmybox.com/


Re: ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-07-14 Thread sebb
Working on fixing this; caused by synching cached copy of list-mods
which is not updated if there has been no change.

On 15 July 2017 at 00:03, Ping My Box  wrote:
>
> Hi there!
> The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be 
> down from multiple locations around the world.
>
> The exact error is:
>
> Error component: response
> Error code: Internal Server Error or equivalent bad message received: 
> HTTP/1.1 400 mail_jobs list-mods "Last updated: 2017-07-13 03:20:21 + 
> (more than 24 hours old)"
> Debug output:
> [Fri Jul 14 23:01:19 2017]: Initialising socket
> [Fri Jul 14 23:01:19 2017]: Looking up hostname whimsy.apache.org...
> [Fri Jul 14 23:01:19 2017]: Connecting to 54.91.229.41:443
> [Fri Jul 14 23:01:20 2017]: Connected, sending HTTPS payload.
> [Fri Jul 14 23:01:20 2017]: Analyzing server certificate
> [Fri Jul 14 23:01:20 2017]: Saving certificate data
> [Fri Jul 14 23:01:20 2017]: Reading response header from server
> [Fri Jul 14 23:01:20 2017]: Caught exception: Internal Server Error or 
> equivalent bad message received: HTTP/1.1 400 mail_jobs list-mods "Last 
> updated: 2017-07-13 03:20:21 + (more than 24 hours old)"
>
>
>
>
>
> With regards,
> Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-25 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/iclas'"]
Debug output:
[Thu May 25 08:50:17 2017]: Initialising socket
[Thu May 25 08:50:17 2017]: Looking up hostname whimsy.apache.org...
[Thu May 25 08:50:17 2017]: Connecting to 54.91.229.41:443
[Thu May 25 08:50:18 2017]: Connected, sending HTTPS payload.
[Thu May 25 08:50:18 2017]: Analyzing server certificate
[Thu May 25 08:50:18 2017]: Saving certificate data
[Thu May 25 08:50:18 2017]: Reading response header from server
[Thu May 25 08:51:16 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/iclas'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-24 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn grants ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/grants'"]
Debug output:
[Thu May 25 05:00:30 2017]: Initialising socket
[Thu May 25 05:00:30 2017]: Looking up hostname whimsy.apache.org...
[Thu May 25 05:00:30 2017]: Connecting to 54.91.229.41:443
[Thu May 25 05:00:30 2017]: Connected, sending HTTPS payload.
[Thu May 25 05:00:30 2017]: Analyzing server certificate
[Thu May 25 05:00:30 2017]: Saving certificate data
[Thu May 25 05:00:30 2017]: Reading response header from server
[Thu May 25 05:01:16 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn grants ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/grants'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-24 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/member_apps'"]
Debug output:
[Thu May 25 00:31:25 2017]: Initialising socket
[Thu May 25 00:31:25 2017]: Looking up hostname whimsy.apache.org...
[Thu May 25 00:31:25 2017]: Connecting to 54.91.229.41:443
[Thu May 25 00:31:25 2017]: Connected, sending HTTPS payload.
[Thu May 25 00:31:25 2017]: Analyzing server certificate
[Thu May 25 00:31:25 2017]: Saving certificate data
[Thu May 25 00:31:25 2017]: Reading response header from server
[Thu May 25 00:31:26 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76891/documents/member_apps'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-23 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76850/documents/iclas'"]
Debug output:
[Tue May 23 09:25:17 2017]: Initialising socket
[Tue May 23 09:25:17 2017]: Looking up hostname whimsy.apache.org...
[Tue May 23 09:25:17 2017]: Connecting to 54.91.229.41:443
[Tue May 23 09:25:17 2017]: Connected, sending HTTPS payload.
[Tue May 23 09:25:17 2017]: Analyzing server certificate
[Tue May 23 09:25:17 2017]: Saving certificate data
[Tue May 23 09:25:17 2017]: Reading response header from server
[Tue May 23 09:25:17 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76850/documents/iclas'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-19 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76828/financials/Bills'"]
Debug output:
[Fri May 19 23:40:36 2017]: Initialising socket
[Fri May 19 23:40:36 2017]: Looking up hostname whimsy.apache.org...
[Fri May 19 23:40:36 2017]: Connecting to 54.91.229.41:443
[Fri May 19 23:40:37 2017]: Connected, sending HTTPS payload.
[Fri May 19 23:40:37 2017]: Analyzing server certificate
[Fri May 19 23:40:37 2017]: Saving certificate data
[Fri May 19 23:40:37 2017]: Reading response header from server
[Fri May 19 23:41:35 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76828/financials/Bills'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-19 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Fri May 19 16:19:44 2017]: Initialising socket
[Fri May 19 16:19:44 2017]: Looking up hostname whimsy.apache.org...
[Fri May 19 16:19:44 2017]: Connecting to 54.91.229.41:443
[Fri May 19 16:19:44 2017]: Connected, sending HTTPS payload.
[Fri May 19 16:19:44 2017]: Analyzing server certificate
[Fri May 19 16:19:44 2017]: Saving certificate data
[Fri May 19 16:19:44 2017]: Reading response header from server
[Fri May 19 16:20:44 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-18 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation_board ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/76800/foundation/board'"]
Debug output:
[Thu May 18 21:20:29 2017]: Initialising socket
[Thu May 18 21:20:29 2017]: Looking up hostname whimsy.apache.org...
[Thu May 18 21:20:29 2017]: Connecting to 54.91.229.41:443
[Thu May 18 21:20:29 2017]: Connected, sending HTTPS payload.
[Thu May 18 21:20:29 2017]: Analyzing server certificate
[Thu May 18 21:20:29 2017]: Saving certificate data
[Thu May 18 21:20:29 2017]: Reading response header from server
[Thu May 18 21:21:21 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation_board ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76800/foundation/board'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-17 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76769/financials/Bills'"]
Debug output:
[Wed May 17 19:52:54 2017]: Initialising socket
[Wed May 17 19:52:54 2017]: Looking up hostname whimsy.apache.org...
[Wed May 17 19:52:54 2017]: Connecting to 54.91.229.41:443
[Wed May 17 19:52:54 2017]: Connected, sending HTTPS payload.
[Wed May 17 19:52:54 2017]: Analyzing server certificate
[Wed May 17 19:52:54 2017]: Saving certificate data
[Wed May 17 19:52:54 2017]: Reading response header from server
[Wed May 17 19:52:55 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76769/financials/Bills'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-17 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn cclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76738/documents/cclas'"]
Debug output:
[Wed May 17 14:42:57 2017]: Initialising socket
[Wed May 17 14:42:57 2017]: Looking up hostname whimsy.apache.org...
[Wed May 17 14:42:57 2017]: Connecting to 54.91.229.41:443
[Wed May 17 14:42:57 2017]: Connected, sending HTTPS payload.
[Wed May 17 14:42:57 2017]: Analyzing server certificate
[Wed May 17 14:42:57 2017]: Saving certificate data
[Wed May 17 14:42:57 2017]: Reading response header from server
[Wed May 17 14:42:58 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn cclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76738/documents/cclas'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-16 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 public_json ldap-people ["_ERROR 2017-05-16 18:49:17 + 
[ldap1-us-west.apache.org:636] => # for 
ldapsearch -x -LLL -b ou=people,dc=apache,dc=org -s one 
(|(cn=*)(loginShell=*)(asf-personalURL=*)(createTimestamp=*)(modifyTimestamp=*)(asf-pgpKeyFingerprint=*))
 cn loginShell asf-personalURL createTimestamp modifyTimestamp 
asf-pgpKeyFingerprint uid", "/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:310:in 
`search2': Time limit exceeded (LDAP::ResultError)", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:310:in `search_scope'", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:284:in `search_one'", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:475:in `preload'", "\tfrom 
roster/public_ldap_people.rb:21:in `'"]
Debug output:
[Tue May 16 18:49:21 2017]: Initialising socket
[Tue May 16 18:49:21 2017]: Looking up hostname whimsy.apache.org...
[Tue May 16 18:49:21 2017]: Connecting to 54.91.229.41:443
[Tue May 16 18:49:22 2017]: Connected, sending HTTPS payload.
[Tue May 16 18:49:22 2017]: Analyzing server certificate
[Tue May 16 18:49:22 2017]: Saving certificate data
[Tue May 16 18:49:22 2017]: Reading response header from server
[Tue May 16 18:49:23 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 public_json ldap-people ["_ERROR 
2017-05-16 18:49:17 + [ldap1-us-west.apache.org:636] => 
# for ldapsearch -x -LLL -b 
ou=people,dc=apache,dc=org -s one 
(|(cn=*)(loginShell=*)(asf-personalURL=*)(createTimestamp=*)(modifyTimestamp=*)(asf-pgpKeyFingerprint=*))
 cn loginShell asf-personalURL createTimestamp modifyTimestamp 
asf-pgpKeyFingerprint uid", "/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:310:in 
`search2': Time limit exceeded (LDAP::ResultError)", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:310:in `search_scope'", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:284:in `search_one'", "\tfrom 
/x1/srv/whimsy/lib/whimsy/asf/ldap.rb:475:in `preload'", "\tfrom 
roster/public_ldap_people.rb:21:in `'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-16 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn cclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76697/documents/cclas'"]
Debug output:
[Tue May 16 16:51:15 2017]: Initialising socket
[Tue May 16 16:51:15 2017]: Looking up hostname whimsy.apache.org...
[Tue May 16 16:51:15 2017]: Connecting to 54.91.229.41:443
[Tue May 16 16:51:16 2017]: Connected, sending HTTPS payload.
[Tue May 16 16:51:16 2017]: Analyzing server certificate
[Tue May 16 16:51:16 2017]: Saving certificate data
[Tue May 16 16:51:16 2017]: Reading response header from server
[Tue May 16 16:51:22 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn cclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76697/documents/cclas'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-16 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation_board ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/76695/foundation/board'"]
Debug output:
[Tue May 16 14:13:02 2017]: Initialising socket
[Tue May 16 14:13:02 2017]: Looking up hostname whimsy.apache.org...
[Tue May 16 14:13:02 2017]: Connecting to 54.91.229.41:443
[Tue May 16 14:13:02 2017]: Connected, sending HTTPS payload.
[Tue May 16 14:13:02 2017]: Analyzing server certificate
[Tue May 16 14:13:02 2017]: Saving certificate data
[Tue May 16 14:13:02 2017]: Reading response header from server
[Tue May 16 14:13:02 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation_board ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76695/foundation/board'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-13 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76633/financials/Bills'"]
Debug output:
[Sat May 13 21:52:33 2017]: Initialising socket
[Sat May 13 21:52:33 2017]: Looking up hostname whimsy.apache.org...
[Sat May 13 21:52:33 2017]: Connecting to 54.91.229.41:443
[Sat May 13 21:52:33 2017]: Connected, sending HTTPS payload.
[Sat May 13 21:52:33 2017]: Analyzing server certificate
[Sat May 13 21:52:33 2017]: Saving certificate data
[Sat May 13 21:52:33 2017]: Reading response header from server
[Sat May 13 21:52:33 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76633/financials/Bills'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-11 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76594/foundation/officers'"]
Debug output:
[Thu May 11 18:30:31 2017]: Initialising socket
[Thu May 11 18:30:31 2017]: Looking up hostname whimsy.apache.org...
[Thu May 11 18:30:31 2017]: Connecting to 54.91.229.41:443
[Thu May 11 18:30:31 2017]: Connected, sending HTTPS payload.
[Thu May 11 18:30:31 2017]: Analyzing server certificate
[Thu May 11 18:30:31 2017]: Saving certificate data
[Thu May 11 18:30:31 2017]: Reading response header from server
[Thu May 11 18:31:03 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76594/foundation/officers'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-10 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Thu May 11 00:00:17 2017]: Initialising socket
[Thu May 11 00:00:17 2017]: Looking up hostname whimsy.apache.org...
[Thu May 11 00:00:17 2017]: Connecting to 54.91.229.41:443
[Thu May 11 00:00:18 2017]: Connected, sending HTTPS payload.
[Thu May 11 00:00:18 2017]: Analyzing server certificate
[Thu May 11 00:00:18 2017]: Saving certificate data
[Thu May 11 00:00:18 2017]: Reading response header from server
[Thu May 11 00:01:18 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-09 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76542/foundation/officers'"]
Debug output:
[Wed May 10 05:00:23 2017]: Initialising socket
[Wed May 10 05:00:23 2017]: Looking up hostname whimsy.apache.org...
[Wed May 10 05:00:23 2017]: Connecting to 54.91.229.41:443
[Wed May 10 05:00:23 2017]: Connected, sending HTTPS payload.
[Wed May 10 05:00:23 2017]: Analyzing server certificate
[Wed May 10 05:00:23 2017]: Saving certificate data
[Wed May 10 05:00:23 2017]: Reading response header from server
[Wed May 10 05:01:17 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76542/foundation/officers'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-09 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76515/committers/board'"]
Debug output:
[Tue May  9 14:19:52 2017]: Initialising socket
[Tue May  9 14:19:52 2017]: Looking up hostname whimsy.apache.org...
[Tue May  9 14:19:52 2017]: Connecting to 54.91.229.41:443
[Tue May  9 14:19:53 2017]: Connected, sending HTTPS payload.
[Tue May  9 14:19:53 2017]: Analyzing server certificate
[Tue May  9 14:19:53 2017]: Saving certificate data
[Tue May  9 14:19:53 2017]: Reading response header from server
[Tue May  9 14:20:49 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76515/committers/board'"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-08 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: hostname u'whimsy.apache.org' doesn't match either of 
'whimsy-test.apache.org', 'whimsy-vm4.apache.org', 'whimsy4.apache.org'
Debug output:
[Mon May  8 19:05:12 2017]: Initialising socket
[Mon May  8 19:05:12 2017]: Looking up hostname whimsy.apache.org...
[Mon May  8 19:05:12 2017]: Connecting to 54.91.229.41:443
[Mon May  8 19:05:12 2017]: Caught exception: hostname u'whimsy.apache.org' 
doesn't match either of 'whimsy-test.apache.org', 'whimsy-vm4.apache.org', 
'whimsy4.apache.org'




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-06 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Sat May  6 16:40:17 2017]: Initialising socket
[Sat May  6 16:40:17 2017]: Looking up hostname whimsy.apache.org...
[Sat May  6 16:40:17 2017]: Connecting to 207.244.88.137:443
[Sat May  6 16:40:17 2017]: Connected, sending HTTPS payload.
[Sat May  6 16:40:17 2017]: Analyzing server certificate
[Sat May  6 16:40:17 2017]: Saving certificate data
[Sat May  6 16:40:17 2017]: Reading response header from server
[Sat May  6 16:41:17 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-05 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Fri May  5 13:30:06 2017]: Initialising socket
[Fri May  5 13:30:06 2017]: Looking up hostname whimsy.apache.org...
[Fri May  5 13:30:07 2017]: Connecting to 207.244.88.137:443
[Fri May  5 13:30:07 2017]: Connected, sending HTTPS payload.
[Fri May  5 13:30:07 2017]: Analyzing server certificate
[Fri May  5 13:30:07 2017]: Saving certificate data
[Fri May  5 13:30:07 2017]: Reading response header from server
[Fri May  5 13:31:07 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-01 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76428/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Mon May  1 21:42:41 2017]: Initialising socket
[Mon May  1 21:42:41 2017]: Looking up hostname whimsy.apache.org...
[Mon May  1 21:42:41 2017]: Connecting to 207.244.88.137:443
[Mon May  1 21:42:41 2017]: Connected, sending HTTPS payload.
[Mon May  1 21:42:41 2017]: Analyzing server certificate
[Mon May  1 21:42:41 2017]: Saving certificate data
[Mon May  1 21:42:41 2017]: Reading response header from server
[Mon May  1 21:42:43 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76428/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-05-01 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Mon May  1 15:10:12 2017]: Initialising socket
[Mon May  1 15:10:12 2017]: Looking up hostname whimsy.apache.org...
[Mon May  1 15:10:12 2017]: Connecting to 207.244.88.137:443
[Mon May  1 15:10:13 2017]: Connected, sending HTTPS payload.
[Mon May  1 15:10:13 2017]: Analyzing server certificate
[Mon May  1 15:10:13 2017]: Saving certificate data
[Mon May  1 15:10:13 2017]: Reading response header from server
[Mon May  1 15:11:13 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-30 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Sun Apr 30 17:10:19 2017]: Initialising socket
[Sun Apr 30 17:10:19 2017]: Looking up hostname whimsy.apache.org...
[Sun Apr 30 17:10:19 2017]: Connecting to 207.244.88.137:443
[Sun Apr 30 17:10:20 2017]: Connected, sending HTTPS payload.
[Sun Apr 30 17:10:20 2017]: Analyzing server certificate
[Sun Apr 30 17:10:20 2017]: Saving certificate data
[Sun Apr 30 17:10:20 2017]: Reading response header from server
[Sun Apr 30 17:11:20 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-29 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76423/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Sat Apr 29 15:02:35 2017]: Initialising socket
[Sat Apr 29 15:02:35 2017]: Looking up hostname whimsy.apache.org...
[Sat Apr 29 15:02:35 2017]: Connecting to 207.244.88.137:443
[Sat Apr 29 15:02:35 2017]: Connected, sending HTTPS payload.
[Sat Apr 29 15:02:35 2017]: Analyzing server certificate
[Sat Apr 29 15:02:35 2017]: Saving certificate data
[Sat Apr 29 15:02:35 2017]: Reading response header from server
[Sat Apr 29 15:02:37 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76423/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-21 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76328/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Fri Apr 21 17:19:59 2017]: Initialising socket
[Fri Apr 21 17:19:59 2017]: Looking up hostname whimsy.apache.org...
[Fri Apr 21 17:19:59 2017]: Connecting to 207.244.88.137:443
[Fri Apr 21 17:20:00 2017]: Connected, sending HTTPS payload.
[Fri Apr 21 17:20:00 2017]: Analyzing server certificate
[Fri Apr 21 17:20:00 2017]: Saving certificate data
[Fri Apr 21 17:20:00 2017]: Reading response header from server
[Fri Apr 21 17:20:55 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76328/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-16 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76125/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Sun Apr 16 17:51:18 2017]: Initialising socket
[Sun Apr 16 17:51:18 2017]: Looking up hostname whimsy.apache.org...
[Sun Apr 16 17:51:18 2017]: Connecting to 207.244.88.137:443
[Sun Apr 16 17:51:18 2017]: Connected, sending HTTPS payload.
[Sun Apr 16 17:51:18 2017]: Analyzing server certificate
[Sun Apr 16 17:51:18 2017]: Saving certificate data
[Sun Apr 16 17:51:18 2017]: Reading response header from server
[Sun Apr 16 17:51:22 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76125/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-15 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 system puppet {:exception=>{:level=>"danger", :text=>"#", 
:data=>["/x1/srv/whimsy/www/status/monitors/system.rb:16:in `system'", 
"/x1/srv/whimsy/www/status/monitor.rb:55:in `block (3 levels) in initialize'"]}}
Debug output:
[Sat Apr 15 19:35:12 2017]: Initialising socket
[Sat Apr 15 19:35:12 2017]: Looking up hostname whimsy.apache.org...
[Sat Apr 15 19:35:12 2017]: Connecting to 207.244.88.137:443
[Sat Apr 15 19:35:13 2017]: Connected, sending HTTPS payload.
[Sat Apr 15 19:35:13 2017]: Analyzing server certificate
[Sat Apr 15 19:35:13 2017]: Saving certificate data
[Sat Apr 15 19:35:13 2017]: Reading response header from server
[Sat Apr 15 19:35:13 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 system puppet 
{:exception=>{:level=>"danger", :text=>"#", 
:data=>["/x1/srv/whimsy/www/status/monitors/system.rb:16:in `system'", 
"/x1/srv/whimsy/www/status/monitor.rb:55:in `block (3 levels) in initialize'"]}}





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-13 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn grants ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76034/documents/grants'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Thu Apr 13 06:22:55 2017]: Initialising socket
[Thu Apr 13 06:22:55 2017]: Looking up hostname whimsy.apache.org...
[Thu Apr 13 06:22:55 2017]: Connecting to 207.244.88.137:443
[Thu Apr 13 06:22:55 2017]: Connected, sending HTTPS payload.
[Thu Apr 13 06:22:55 2017]: Analyzing server certificate
[Thu Apr 13 06:22:55 2017]: Saving certificate data
[Thu Apr 13 06:22:55 2017]: Reading response header from server
[Thu Apr 13 06:22:56 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn grants ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/76034/documents/grants'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-09 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: connect
Error code: [Errno 111] Connection refused
Debug output:
[Sun Apr  9 19:55:39 2017]: Initialising socket
[Sun Apr  9 19:55:39 2017]: Looking up hostname whimsy.apache.org...
[Sun Apr  9 19:55:39 2017]: Connecting to 207.244.88.137:443
[Sun Apr  9 19:55:39 2017]: Caught exception: [Errno 111] Connection refused




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-07 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Fri Apr  7 20:10:10 2017]: Initialising socket
[Fri Apr  7 20:10:10 2017]: Looking up hostname whimsy.apache.org...
[Fri Apr  7 20:10:10 2017]: Connecting to 207.244.88.137:443
[Fri Apr  7 20:10:10 2017]: Connected, sending HTTPS payload.
[Fri Apr  7 20:10:10 2017]: Analyzing server certificate
[Fri Apr  7 20:10:10 2017]: Saving certificate data
[Fri Apr  7 20:10:10 2017]: Reading response header from server
[Fri Apr  7 20:11:10 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-02 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Mon Apr  3 03:00:09 2017]: Initialising socket
[Mon Apr  3 03:00:09 2017]: Looking up hostname whimsy.apache.org...
[Mon Apr  3 03:00:09 2017]: Connecting to 207.244.88.137:443
[Mon Apr  3 03:00:09 2017]: Connected, sending HTTPS payload.
[Mon Apr  3 03:00:09 2017]: Analyzing server certificate
[Mon Apr  3 03:00:09 2017]: Saving certificate data
[Mon Apr  3 03:00:09 2017]: Reading response header from server
[Mon Apr  3 03:01:09 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-04-01 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75681/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Sun Apr  2 05:50:23 2017]: Initialising socket
[Sun Apr  2 05:50:23 2017]: Looking up hostname whimsy.apache.org...
[Sun Apr  2 05:50:23 2017]: Connecting to 207.244.88.137:443
[Sun Apr  2 05:50:23 2017]: Connected, sending HTTPS payload.
[Sun Apr  2 05:50:23 2017]: Analyzing server certificate
[Sun Apr  2 05:50:23 2017]: Saving certificate data
[Sun Apr  2 05:50:23 2017]: Reading response header from server
[Sun Apr  2 05:51:21 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75681/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-31 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn 2 issues: board, cclas
Debug output:
[Sat Apr  1 04:53:43 2017]: Initialising socket
[Sat Apr  1 04:53:43 2017]: Looking up hostname whimsy.apache.org...
[Sat Apr  1 04:53:43 2017]: Connecting to 207.244.88.137:443
[Sat Apr  1 04:53:43 2017]: Connected, sending HTTPS payload.
[Sat Apr  1 04:53:43 2017]: Analyzing server certificate
[Sat Apr  1 04:53:43 2017]: Saving certificate data
[Sat Apr  1 04:53:43 2017]: Reading response header from server
[Sat Apr  1 04:53:44 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn 2 issues: board, cclas





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-31 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75648/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Fri Mar 31 14:10:04 2017]: Initialising socket
[Fri Mar 31 14:10:04 2017]: Looking up hostname whimsy.apache.org...
[Fri Mar 31 14:10:04 2017]: Connecting to 207.244.88.137:443
[Fri Mar 31 14:10:04 2017]: Connected, sending HTTPS payload.
[Fri Mar 31 14:10:04 2017]: Analyzing server certificate
[Fri Mar 31 14:10:04 2017]: Saving certificate data
[Fri Mar 31 14:10:04 2017]: Reading response header from server
[Fri Mar 31 14:10:52 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75648/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-30 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Thu Mar 30 19:40:37 2017]: Initialising socket
[Thu Mar 30 19:40:37 2017]: Looking up hostname whimsy.apache.org...
[Thu Mar 30 19:40:37 2017]: Connecting to 207.244.88.137:443
[Thu Mar 30 19:40:37 2017]: Connected, sending HTTPS payload.
[Thu Mar 30 19:40:37 2017]: Analyzing server certificate
[Thu Mar 30 19:40:37 2017]: Saving certificate data
[Thu Mar 30 19:40:37 2017]: Reading response header from server
[Thu Mar 30 19:41:37 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-30 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers_historic ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/75630/foundation/officers/historic'", "", 
"svn: E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
[Thu Mar 30 15:40:22 2017]: Initialising socket
[Thu Mar 30 15:40:22 2017]: Looking up hostname whimsy.apache.org...
[Thu Mar 30 15:40:22 2017]: Connecting to 207.244.88.137:443
[Thu Mar 30 15:40:22 2017]: Connected, sending HTTPS payload.
[Thu Mar 30 15:40:22 2017]: Analyzing server certificate
[Thu Mar 30 15:40:22 2017]: Saving certificate data
[Thu Mar 30 15:40:22 2017]: Reading response header from server
[Thu Mar 30 15:41:20 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers_historic ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75630/foundation/officers/historic'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-29 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75630/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Thu Mar 30 03:23:02 2017]: Initialising socket
[Thu Mar 30 03:23:02 2017]: Looking up hostname whimsy.apache.org...
[Thu Mar 30 03:23:02 2017]: Connecting to 207.244.88.137:443
[Thu Mar 30 03:23:03 2017]: Connected, sending HTTPS payload.
[Thu Mar 30 03:23:03 2017]: Analyzing server certificate
[Thu Mar 30 03:23:03 2017]: Saving certificate data
[Thu Mar 30 03:23:03 2017]: Reading response header from server
[Thu Mar 30 03:23:04 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75630/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-27 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn personnel-duties ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on 
'/repos/private/!svn/rvr/75548/foundation/officers/personnel-duties'", "", 
"svn: E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
[Mon Mar 27 13:30:09 2017]: Initialising socket
[Mon Mar 27 13:30:09 2017]: Looking up hostname whimsy.apache.org...
[Mon Mar 27 13:30:09 2017]: Connecting to 207.244.88.137:443
[Mon Mar 27 13:30:10 2017]: Connected, sending HTTPS payload.
[Mon Mar 27 13:30:10 2017]: Analyzing server certificate
[Mon Mar 27 13:30:10 2017]: Saving certificate data
[Mon Mar 27 13:30:10 2017]: Reading response header from server
[Mon Mar 27 13:30:53 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn personnel-duties ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75548/foundation/officers/personnel-duties'", "", 
"svn: E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-19 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75414/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Sun Mar 19 13:01:20 2017]: Initialising socket
[Sun Mar 19 13:01:20 2017]: Looking up hostname whimsy.apache.org...
[Sun Mar 19 13:01:20 2017]: Connecting to 207.244.88.137:443
[Sun Mar 19 13:01:20 2017]: Connected, sending HTTPS payload.
[Sun Mar 19 13:01:20 2017]: Analyzing server certificate
[Sun Mar 19 13:01:20 2017]: Saving certificate data
[Sun Mar 19 13:01:20 2017]: Reading response header from server
[Sun Mar 19 13:01:21 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75414/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-18 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75387/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Sat Mar 18 16:41:35 2017]: Initialising socket
[Sat Mar 18 16:41:35 2017]: Looking up hostname whimsy.apache.org...
[Sat Mar 18 16:41:35 2017]: Connecting to 207.244.88.137:443
[Sat Mar 18 16:41:36 2017]: Connected, sending HTTPS payload.
[Sat Mar 18 16:41:36 2017]: Analyzing server certificate
[Sat Mar 18 16:41:36 2017]: Saving certificate data
[Sat Mar 18 16:41:36 2017]: Reading response header from server
[Sat Mar 18 16:41:37 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75387/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-17 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75351/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Fri Mar 17 06:10:24 2017]: Initialising socket
[Fri Mar 17 06:10:24 2017]: Looking up hostname whimsy.apache.org...
[Fri Mar 17 06:10:24 2017]: Connecting to 207.244.88.137:443
[Fri Mar 17 06:10:25 2017]: Connected, sending HTTPS payload.
[Fri Mar 17 06:10:25 2017]: Analyzing server certificate
[Fri Mar 17 06:10:25 2017]: Saving certificate data
[Fri Mar 17 06:10:25 2017]: Reading response header from server
[Fri Mar 17 06:11:21 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75351/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-15 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75310/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Wed Mar 15 17:50:23 2017]: Initialising socket
[Wed Mar 15 17:50:23 2017]: Looking up hostname whimsy.apache.org...
[Wed Mar 15 17:50:23 2017]: Connecting to 207.244.88.137:443
[Wed Mar 15 17:50:24 2017]: Connected, sending HTTPS payload.
[Wed Mar 15 17:50:24 2017]: Analyzing server certificate
[Wed Mar 15 17:50:24 2017]: Saving certificate data
[Wed Mar 15 17:50:24 2017]: Reading response header from server
[Wed Mar 15 17:51:21 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75310/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-14 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75273/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
[Wed Mar 15 02:11:31 2017]: Initialising socket
[Wed Mar 15 02:11:31 2017]: Looking up hostname whimsy.apache.org...
[Wed Mar 15 02:11:31 2017]: Connecting to 207.244.88.137:443
[Wed Mar 15 02:11:32 2017]: Connected, sending HTTPS payload.
[Wed Mar 15 02:11:32 2017]: Analyzing server certificate
[Wed Mar 15 02:11:32 2017]: Saving certificate data
[Wed Mar 15 02:11:32 2017]: Reading response header from server
[Wed Mar 15 02:11:32 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/75273/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]





With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-14 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Tue Mar 14 20:20:24 2017]: Initialising socket
[Tue Mar 14 20:20:24 2017]: Looking up hostname whimsy.apache.org...
[Tue Mar 14 20:20:24 2017]: Connecting to 207.244.88.137:443
[Tue Mar 14 20:20:25 2017]: Connected, sending HTTPS payload.
[Tue Mar 14 20:20:25 2017]: Analyzing server certificate
[Tue Mar 14 20:20:25 2017]: Saving certificate data
[Tue Mar 14 20:20:25 2017]: Reading response header from server
[Tue Mar 14 20:21:25 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-12 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Sun Mar 12 08:50:04 2017]: Initialising socket
[Sun Mar 12 08:50:04 2017]: Looking up hostname whimsy.apache.org...
[Sun Mar 12 08:50:05 2017]: Connecting to 207.244.88.137:443
[Sun Mar 12 08:50:05 2017]: Connected, sending HTTPS payload.
[Sun Mar 12 08:50:05 2017]: Analyzing server certificate
[Sun Mar 12 08:50:05 2017]: Saving certificate data
[Sun Mar 12 08:50:05 2017]: Reading response header from server
[Sun Mar 12 08:51:05 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-10 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Sat Mar 11 00:10:17 2017]: Initialising socket
[Sat Mar 11 00:10:17 2017]: Looking up hostname whimsy.apache.org...
[Sat Mar 11 00:10:17 2017]: Connecting to 207.244.88.137:443
[Sat Mar 11 00:10:17 2017]: Connected, sending HTTPS payload.
[Sat Mar 11 00:10:17 2017]: Analyzing server certificate
[Sat Mar 11 00:10:17 2017]: Saving certificate data
[Sat Mar 11 00:10:17 2017]: Reading response header from server
[Sat Mar 11 00:11:17 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-10 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Fri Mar 10 13:00:23 2017]: Initialising socket
[Fri Mar 10 13:00:23 2017]: Looking up hostname whimsy.apache.org...
[Fri Mar 10 13:00:23 2017]: Connecting to 207.244.88.137:443
[Fri Mar 10 13:00:24 2017]: Connected, sending HTTPS payload.
[Fri Mar 10 13:00:24 2017]: Analyzing server certificate
[Fri Mar 10 13:00:24 2017]: Saving certificate data
[Fri Mar 10 13:00:24 2017]: Reading response header from server
[Fri Mar 10 13:01:24 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-07 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Wed Mar  8 07:14:36 2017]: Initialising socket
[Wed Mar  8 07:14:36 2017]: Looking up hostname whimsy.apache.org...
[Wed Mar  8 07:14:36 2017]: Connecting to 207.244.88.137:443
[Wed Mar  8 07:14:36 2017]: Connected, sending HTTPS payload.
[Wed Mar  8 07:14:36 2017]: Analyzing server certificate
[Wed Mar  8 07:14:36 2017]: Saving certificate data
[Wed Mar  8 07:14:36 2017]: Reading response header from server
[Wed Mar  8 07:15:36 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-07 Thread Ping My Box

Hi there!
The service at whimsy.apache.org (whimsy.apache.org (https)) appears to be down 
from multiple locations around the world.

The exact error is:

Error component: response
Error code: Socket timeout after 60 seconds
Debug output:
[Wed Mar  8 06:50:08 2017]: Initialising socket
[Wed Mar  8 06:50:08 2017]: Looking up hostname whimsy.apache.org...
[Wed Mar  8 06:50:08 2017]: Connecting to 207.244.88.137:443
[Wed Mar  8 06:50:08 2017]: Connected, sending HTTPS payload.
[Wed Mar  8 06:50:08 2017]: Analyzing server certificate
[Wed Mar  8 06:50:08 2017]: Saving certificate data
[Wed Mar  8 06:50:08 2017]: Reading response header from server
[Wed Mar  8 06:51:08 2017]: Caught exception: Socket timeout after 60 seconds




With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-07 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn cclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74975/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Tue Mar  7 21:25:19 2017]: Initialising socket
[Tue Mar  7 21:25:19 2017]: Looking up hostname whimsy.apache.org...
[Tue Mar  7 21:25:19 2017]: Connecting to 207.244.88.137:443
[Tue Mar  7 21:25:20 2017]: Connected, sending HTTPS payload.
[Tue Mar  7 21:25:20 2017]: Reading response header from server
[Tue Mar  7 21:25:23 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn cclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74975/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-07 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Socket timeout after 60 seconds
Debug output:
--
[Tue Mar  7 11:45:38 2017]: Initialising socket
[Tue Mar  7 11:45:38 2017]: Looking up hostname whimsy.apache.org...
[Tue Mar  7 11:45:38 2017]: Connecting to 207.244.88.137:443
[Tue Mar  7 11:45:39 2017]: Connected, sending HTTPS payload.
[Tue Mar  7 11:45:39 2017]: Reading response header from server
[Tue Mar  7 11:46:39 2017]: Caught exception: Socket timeout after 60 seconds

--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-07 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Socket timeout after 60 seconds
Debug output:
--
[Tue Mar  7 11:25:13 2017]: Initialising socket
[Tue Mar  7 11:25:13 2017]: Looking up hostname whimsy.apache.org...
[Tue Mar  7 11:25:13 2017]: Connecting to 207.244.88.137:443
[Tue Mar  7 11:25:14 2017]: Connected, sending HTTPS payload.
[Tue Mar  7 11:25:14 2017]: Reading response header from server
[Tue Mar  7 11:26:14 2017]: Caught exception: Socket timeout after 60 seconds

--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-05 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74961/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Mon Mar  6 06:35:41 2017]: Initialising socket
[Mon Mar  6 06:35:41 2017]: Looking up hostname whimsy.apache.org...
[Mon Mar  6 06:35:41 2017]: Connecting to 207.244.88.137:443
[Mon Mar  6 06:35:42 2017]: Connected, sending HTTPS payload.
[Mon Mar  6 06:35:42 2017]: Reading response header from server
[Mon Mar  6 06:35:45 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74961/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-05 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74955/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Mar  5 17:25:22 2017]: Initialising socket
[Sun Mar  5 17:25:22 2017]: Looking up hostname whimsy.apache.org...
[Sun Mar  5 17:25:22 2017]: Connecting to 207.244.88.137:443
[Sun Mar  5 17:25:23 2017]: Connected, sending HTTPS payload.
[Sun Mar  5 17:25:23 2017]: Reading response header from server
[Sun Mar  5 17:25:24 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74955/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-05 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74953/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Mar  5 08:45:30 2017]: Initialising socket
[Sun Mar  5 08:45:30 2017]: Looking up hostname whimsy.apache.org...
[Sun Mar  5 08:45:30 2017]: Connecting to 207.244.88.137:443
[Sun Mar  5 08:45:31 2017]: Connected, sending HTTPS payload.
[Sun Mar  5 08:45:31 2017]: Reading response header from server
[Sun Mar  5 08:45:34 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74953/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-04 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers_historic ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/74945/foundation/officers/historic'", "", 
"svn: E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
--
[Sat Mar  4 13:05:31 2017]: Initialising socket
[Sat Mar  4 13:05:31 2017]: Looking up hostname whimsy.apache.org...
[Sat Mar  4 13:05:31 2017]: Connecting to 207.244.88.137:443
[Sat Mar  4 13:05:32 2017]: Connected, sending HTTPS payload.
[Sat Mar  4 13:05:32 2017]: Reading response header from server
[Sat Mar  4 13:05:35 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers_historic ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74945/foundation/officers/historic'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-03-01 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74920/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Mar  1 14:25:31 2017]: Initialising socket
[Wed Mar  1 14:25:31 2017]: Looking up hostname whimsy.apache.org...
[Wed Mar  1 14:25:31 2017]: Connecting to 207.244.88.137:443
[Wed Mar  1 14:25:32 2017]: Connected, sending HTTPS payload.
[Wed Mar  1 14:25:32 2017]: Reading response header from server
[Wed Mar  1 14:25:32 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74920/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2017-02-26 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation_board ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/74812/foundation/board'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
--
[Sun Feb 26 15:35:32 2017]: Initialising socket
[Sun Feb 26 15:35:32 2017]: Looking up hostname whimsy.apache.org...
[Sun Feb 26 15:35:32 2017]: Connecting to 207.244.88.137:443
[Sun Feb 26 15:35:32 2017]: Connected, sending HTTPS payload.
[Sun Feb 26 15:35:32 2017]: Reading response header from server
[Sun Feb 26 15:35:33 2017]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation_board ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/74812/foundation/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-11-03 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72628/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Nov  3 08:57:16 2016]: Initialising socket
[Thu Nov  3 08:57:16 2016]: Looking up hostname whimsy.apache.org...
[Thu Nov  3 08:57:16 2016]: Connecting to 207.244.88.137:443
[Thu Nov  3 08:57:17 2016]: Connected, sending HTTPS payload.
[Thu Nov  3 08:57:17 2016]: Reading response header from server
[Thu Nov  3 08:57:34 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72628/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-30 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn prospects ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72581/foundation/Fundraising/prospects'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
--
[Sun Oct 30 20:07:38 2016]: Initialising socket
[Sun Oct 30 20:07:38 2016]: Looking up hostname whimsy.apache.org...
[Sun Oct 30 20:07:38 2016]: Connecting to 207.244.88.137:443
[Sun Oct 30 20:07:38 2016]: Connected, sending HTTPS payload.
[Sun Oct 30 20:07:38 2016]: Reading response header from server
[Sun Oct 30 20:07:39 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn prospects ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72581/foundation/Fundraising/prospects'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-29 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72581/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sat Oct 29 14:55:42 2016]: Initialising socket
[Sat Oct 29 14:55:42 2016]: Looking up hostname whimsy.apache.org...
[Sat Oct 29 14:55:42 2016]: Connecting to 207.244.88.137:443
[Sat Oct 29 14:55:42 2016]: Connected, sending HTTPS payload.
[Sat Oct 29 14:55:42 2016]: Reading response header from server
[Sat Oct 29 14:56:26 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72581/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-26 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72534/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Oct 26 09:55:43 2016]: Initialising socket
[Wed Oct 26 09:55:43 2016]: Looking up hostname whimsy.apache.org...
[Wed Oct 26 09:55:43 2016]: Connecting to 207.244.88.137:443
[Wed Oct 26 09:55:44 2016]: Connected, sending HTTPS payload.
[Wed Oct 26 09:55:44 2016]: Reading response header from server
[Wed Oct 26 09:55:46 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72534/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-25 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn cclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72510/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Tue Oct 25 16:07:32 2016]: Initialising socket
[Tue Oct 25 16:07:32 2016]: Looking up hostname whimsy.apache.org...
[Tue Oct 25 16:07:32 2016]: Connecting to 207.244.88.137:443
[Tue Oct 25 16:07:33 2016]: Connected, sending HTTPS payload.
[Tue Oct 25 16:07:33 2016]: Reading response header from server
[Tue Oct 25 16:07:34 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn cclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72510/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-25 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72506/foundation'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Tue Oct 25 10:55:36 2016]: Initialising socket
[Tue Oct 25 10:55:36 2016]: Looking up hostname whimsy.apache.org...
[Tue Oct 25 10:55:36 2016]: Connecting to 207.244.88.137:443
[Tue Oct 25 10:55:37 2016]: Connected, sending HTTPS payload.
[Tue Oct 25 10:55:37 2016]: Reading response header from server
[Tue Oct 25 10:55:38 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72506/foundation'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-13 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72248/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Fri Oct 14 04:07:35 2016]: Initialising socket
[Fri Oct 14 04:07:35 2016]: Looking up hostname whimsy.apache.org...
[Fri Oct 14 04:07:35 2016]: Connecting to 207.244.88.137:443
[Fri Oct 14 04:07:36 2016]: Connected, sending HTTPS payload.
[Fri Oct 14 04:07:36 2016]: Reading response header from server
[Fri Oct 14 04:07:37 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72248/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-13 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn cclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72244/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Oct 13 19:35:14 2016]: Initialising socket
[Thu Oct 13 19:35:14 2016]: Looking up hostname whimsy.apache.org...
[Thu Oct 13 19:35:14 2016]: Connecting to 207.244.88.137:443
[Thu Oct 13 19:35:15 2016]: Connected, sending HTTPS payload.
[Thu Oct 13 19:35:15 2016]: Reading response header from server
[Thu Oct 13 19:36:05 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn cclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72244/documents/cclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-10 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72168/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Tue Oct 11 00:25:24 2016]: Initialising socket
[Tue Oct 11 00:25:24 2016]: Looking up hostname whimsy.apache.org...
[Tue Oct 11 00:25:24 2016]: Connecting to 207.244.88.137:443
[Tue Oct 11 00:25:24 2016]: Connected, sending HTTPS payload.
[Tue Oct 11 00:25:24 2016]: Reading response header from server
[Tue Oct 11 00:26:01 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72168/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-10 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72167/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Mon Oct 10 23:37:41 2016]: Initialising socket
[Mon Oct 10 23:37:41 2016]: Looking up hostname whimsy.apache.org...
[Mon Oct 10 23:37:41 2016]: Connecting to 207.244.88.137:443
[Mon Oct 10 23:37:42 2016]: Connected, sending HTTPS payload.
[Mon Oct 10 23:37:42 2016]: Reading response header from server
[Mon Oct 10 23:37:43 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72167/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-05 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation_board ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/72004/foundation/board'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
--
[Wed Oct  5 17:15:16 2016]: Initialising socket
[Wed Oct  5 17:15:16 2016]: Looking up hostname whimsy.apache.org...
[Wed Oct  5 17:15:16 2016]: Connecting to 207.244.88.137:443
[Wed Oct  5 17:15:16 2016]: Connected, sending HTTPS payload.
[Wed Oct  5 17:15:16 2016]: Reading response header from server
[Wed Oct  5 17:15:54 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation_board ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/72004/foundation/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-10-01 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71879/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sat Oct  1 16:27:18 2016]: Initialising socket
[Sat Oct  1 16:27:18 2016]: Looking up hostname whimsy.apache.org...
[Sat Oct  1 16:27:18 2016]: Connecting to 207.244.88.137:443
[Sat Oct  1 16:27:18 2016]: Connected, sending HTTPS payload.
[Sat Oct  1 16:27:18 2016]: Reading response header from server
[Sat Oct  1 16:27:19 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71879/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-29 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers_historic ["svn: E175002: Unexpected HTTP status 400 'Bad 
Request' on '/repos/private/!svn/rvr/71839/foundation/officers/historic'", "", 
"svn: E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]
Debug output:
--
[Thu Sep 29 12:57:30 2016]: Initialising socket
[Thu Sep 29 12:57:30 2016]: Looking up hostname whimsy.apache.org...
[Thu Sep 29 12:57:30 2016]: Connecting to 207.244.88.137:443
[Thu Sep 29 12:57:31 2016]: Connected, sending HTTPS payload.
[Thu Sep 29 12:57:31 2016]: Reading response header from server
[Thu Sep 29 12:57:32 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers_historic ["svn: 
E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71839/foundation/officers/historic'", "", "svn: 
E175009: Additional errors:", "svn: E175009: XML parsing failed: (400 Bad 
Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-29 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71839/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Sep 29 11:35:39 2016]: Initialising socket
[Thu Sep 29 11:35:39 2016]: Looking up hostname whimsy.apache.org...
[Thu Sep 29 11:35:39 2016]: Connecting to 207.244.88.137:443
[Thu Sep 29 11:35:39 2016]: Connected, sending HTTPS payload.
[Thu Sep 29 11:35:39 2016]: Reading response header from server
[Thu Sep 29 11:35:48 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71839/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-27 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Socket timeout after 60 seconds
Debug output:
--
[Tue Sep 27 16:27:24 2016]: Initialising socket
[Tue Sep 27 16:27:24 2016]: Looking up hostname whimsy.apache.org...
[Tue Sep 27 16:27:24 2016]: Connecting to 207.244.88.137:443
[Tue Sep 27 16:27:24 2016]: Connected, sending HTTPS payload.
[Tue Sep 27 16:27:24 2016]: Reading response header from server
[Tue Sep 27 16:28:24 2016]: Caught exception: Socket timeout after 60 seconds

--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-21 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Monitoring step took more than 60 seconds to complete
Debug output:
--
[Wed Sep 21 18:02:41 2016]: Initialising socket
[Wed Sep 21 18:02:41 2016]: Looking up hostname whimsy.apache.org...
[Wed Sep 21 18:02:41 2016]: Connecting to 207.244.88.137:443
[Wed Sep 21 18:07:07 2016]: Connected, sending HTTPS payload.
[Wed Sep 21 18:07:07 2016]: Caught exception: Monitoring step took more than 60 
seconds to complete

--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-19 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn 19 issues
Debug output:
--
[Mon Sep 19 19:07:38 2016]: Initialising socket
[Mon Sep 19 19:07:38 2016]: Looking up hostname whimsy.apache.org...
[Mon Sep 19 19:07:38 2016]: Connecting to 207.244.88.137:443
[Mon Sep 19 19:07:38 2016]: Connected, sending HTTPS payload.
[Mon Sep 19 19:07:38 2016]: Reading response header from server
[Mon Sep 19 19:07:40 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn 19 issues


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-18 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn 11 issues
Debug output:
--
[Sun Sep 18 07:47:30 2016]: Initialising socket
[Sun Sep 18 07:47:30 2016]: Looking up hostname whimsy.apache.org...
[Sun Sep 18 07:47:30 2016]: Connecting to 207.244.88.137:443
[Sun Sep 18 07:47:30 2016]: Connected, sending HTTPS payload.
[Sun Sep 18 07:47:30 2016]: Reading response header from server
[Sun Sep 18 07:47:31 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn 11 issues


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-16 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn board ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71470/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sat Sep 17 05:45:32 2016]: Initialising socket
[Sat Sep 17 05:45:32 2016]: Looking up hostname whimsy.apache.org...
[Sat Sep 17 05:45:32 2016]: Connecting to 207.244.88.137:443
[Sat Sep 17 05:45:32 2016]: Connected, sending HTTPS payload.
[Sat Sep 17 05:45:32 2016]: Reading response header from server
[Sat Sep 17 05:45:35 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn board ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71470/committers/board'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-16 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71461/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Fri Sep 16 18:55:19 2016]: Initialising socket
[Fri Sep 16 18:55:19 2016]: Looking up hostname whimsy.apache.org...
[Fri Sep 16 18:55:19 2016]: Connecting to 207.244.88.137:443
[Fri Sep 16 18:55:19 2016]: Connected, sending HTTPS payload.
[Fri Sep 16 18:55:19 2016]: Reading response header from server
[Fri Sep 16 18:55:33 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71461/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-16 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71458/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Fri Sep 16 09:27:20 2016]: Initialising socket
[Fri Sep 16 09:27:20 2016]: Looking up hostname whimsy.apache.org...
[Fri Sep 16 09:27:20 2016]: Connecting to 207.244.88.137:443
[Fri Sep 16 09:27:20 2016]: Connected, sending HTTPS payload.
[Fri Sep 16 09:27:20 2016]: Reading response header from server
[Fri Sep 16 09:27:22 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71458/documents/iclas'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-14 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71391/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Sep 14 17:05:25 2016]: Initialising socket
[Wed Sep 14 17:05:25 2016]: Looking up hostname whimsy.apache.org...
[Wed Sep 14 17:05:25 2016]: Connecting to 207.244.88.137:443
[Wed Sep 14 17:05:26 2016]: Connected, sending HTTPS payload.
[Wed Sep 14 17:05:26 2016]: Reading response header from server
[Wed Sep 14 17:05:32 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71391/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-14 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn foundation ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71385/foundation'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Sep 14 14:15:15 2016]: Initialising socket
[Wed Sep 14 14:15:15 2016]: Looking up hostname whimsy.apache.org...
[Wed Sep 14 14:15:15 2016]: Connecting to 207.244.88.137:443
[Wed Sep 14 14:15:16 2016]: Connected, sending HTTPS payload.
[Wed Sep 14 14:15:16 2016]: Reading response header from server
[Wed Sep 14 14:15:33 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn foundation ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71385/foundation'", "", "svn: E175009: Additional 
errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-14 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71378/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Sep 14 12:07:32 2016]: Initialising socket
[Wed Sep 14 12:07:32 2016]: Looking up hostname whimsy.apache.org...
[Wed Sep 14 12:07:32 2016]: Connecting to 207.244.88.137:443
[Wed Sep 14 12:07:32 2016]: Connected, sending HTTPS payload.
[Wed Sep 14 12:07:32 2016]: Reading response header from server
[Wed Sep 14 12:07:33 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71378/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-11 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71290/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Sep 11 09:35:21 2016]: Initialising socket
[Sun Sep 11 09:35:21 2016]: Looking up hostname whimsy.apache.org...
[Sun Sep 11 09:35:21 2016]: Connecting to 207.244.88.137:443
[Sun Sep 11 09:35:21 2016]: Connected, sending HTTPS payload.
[Sun Sep 11 09:35:21 2016]: Reading response header from server
[Sun Sep 11 09:35:30 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71290/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-08 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E670002: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/private/foundation/Meetings'", "svn: E670002: 
Name or service not known"]
Debug output:
--
[Thu Sep  8 17:57:14 2016]: Initialising socket
[Thu Sep  8 17:57:14 2016]: Looking up hostname whimsy.apache.org...
[Thu Sep  8 17:57:14 2016]: Connecting to 207.244.88.137:443
[Thu Sep  8 17:57:14 2016]: Connected, sending HTTPS payload.
[Thu Sep  8 17:57:14 2016]: Reading response header from server
[Thu Sep  8 17:57:16 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E670002: 
Unable to connect to a repository at URL 
'https://svn.apache.org/repos/private/foundation/Meetings'", "svn: E670002: 
Name or service not known"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-08 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71250/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Sep  8 14:45:30 2016]: Initialising socket
[Thu Sep  8 14:45:30 2016]: Looking up hostname whimsy.apache.org...
[Thu Sep  8 14:45:30 2016]: Connecting to 207.244.88.137:443
[Thu Sep  8 14:45:30 2016]: Connected, sending HTTPS payload.
[Thu Sep  8 14:45:30 2016]: Reading response header from server
[Thu Sep  8 14:45:32 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71250/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-04 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn officers ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71172/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Sep  4 19:35:46 2016]: Initialising socket
[Sun Sep  4 19:35:46 2016]: Looking up hostname whimsy.apache.org...
[Sun Sep  4 19:35:46 2016]: Connecting to 207.244.88.137:443
[Sun Sep  4 19:35:47 2016]: Connected, sending HTTPS payload.
[Sun Sep  4 19:35:47 2016]: Reading response header from server
[Sun Sep  4 19:35:48 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn officers ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71172/foundation/officers'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-03 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn member_apps ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71169/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Sep  4 01:17:38 2016]: Initialising socket
[Sun Sep  4 01:17:38 2016]: Looking up hostname whimsy.apache.org...
[Sun Sep  4 01:17:38 2016]: Connecting to 207.244.88.137:443
[Sun Sep  4 01:17:38 2016]: Connected, sending HTTPS payload.
[Sun Sep  4 01:17:38 2016]: Reading response header from server
[Sun Sep  4 01:17:39 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn member_apps ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71169/documents/member_apps'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-09-01 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71128/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Sep  1 15:05:44 2016]: Initialising socket
[Thu Sep  1 15:05:44 2016]: Looking up hostname whimsy.apache.org...
[Thu Sep  1 15:05:44 2016]: Connecting to 207.244.88.137:443
[Thu Sep  1 15:05:45 2016]: Connected, sending HTTPS payload.
[Thu Sep  1 15:05:45 2016]: Reading response header from server
[Thu Sep  1 15:05:46 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71128/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-31 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Socket timeout after 60 seconds
Debug output:
--
[Wed Aug 31 19:41:30 2016]: Initialising socket
[Wed Aug 31 19:41:30 2016]: Looking up hostname whimsy.apache.org...
[Wed Aug 31 19:41:30 2016]: Connecting to 207.244.88.137:443
[Wed Aug 31 19:41:31 2016]: Connected, sending HTTPS payload.
[Wed Aug 31 19:41:31 2016]: Reading response header from server
[Wed Aug 31 19:42:31 2016]: Caught exception: Socket timeout after 60 seconds

--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-31 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71117/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Wed Aug 31 14:35:24 2016]: Initialising socket
[Wed Aug 31 14:35:24 2016]: Looking up hostname whimsy.apache.org...
[Wed Aug 31 14:35:24 2016]: Connecting to 207.244.88.137:443
[Wed Aug 31 14:35:24 2016]: Connected, sending HTTPS payload.
[Wed Aug 31 14:35:24 2016]: Reading response header from server
[Wed Aug 31 14:35:30 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71117/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-30 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn iclas ["svn: E000110: Unable to connect to a repository at URL 
'https://svn.apache.org/repos/private/documents/iclas'", "svn: E000110: Error 
running context: Connection timed out"]
Debug output:
--
[Tue Aug 30 06:27:16 2016]: Initialising socket
[Tue Aug 30 06:27:16 2016]: Looking up hostname whimsy.apache.org...
[Tue Aug 30 06:27:16 2016]: Connecting to 207.244.88.137:443
[Tue Aug 30 06:27:17 2016]: Connected, sending HTTPS payload.
[Tue Aug 30 06:27:17 2016]: Reading response header from server
[Tue Aug 30 06:27:41 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn iclas ["svn: E000110: Unable 
to connect to a repository at URL 
'https://svn.apache.org/repos/private/documents/iclas'", "svn: E000110: Error 
running context: Connection timed out"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-28 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Meetings ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71055/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Aug 28 19:05:43 2016]: Initialising socket
[Sun Aug 28 19:05:43 2016]: Looking up hostname whimsy.apache.org...
[Sun Aug 28 19:05:43 2016]: Connecting to 207.244.88.137:443
[Sun Aug 28 19:05:44 2016]: Connected, sending HTTPS payload.
[Sun Aug 28 19:05:44 2016]: Reading response header from server
[Sun Aug 28 19:05:45 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Meetings ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71055/foundation/Meetings'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-27 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71054/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Sun Aug 28 03:55:26 2016]: Initialising socket
[Sun Aug 28 03:55:26 2016]: Looking up hostname whimsy.apache.org...
[Sun Aug 28 03:55:26 2016]: Connecting to 207.244.88.137:443
[Sun Aug 28 03:55:27 2016]: Connected, sending HTTPS payload.
[Sun Aug 28 03:55:27 2016]: Reading response header from server
[Sun Aug 28 03:55:28 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/71054/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-25 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 
400 svn Bills ["svn: E175002: Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/70986/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]
Debug output:
--
[Thu Aug 25 10:35:42 2016]: Initialising socket
[Thu Aug 25 10:35:42 2016]: Looking up hostname whimsy.apache.org...
[Thu Aug 25 10:35:42 2016]: Connecting to 207.244.88.137:443
[Thu Aug 25 10:35:43 2016]: Connected, sending HTTPS payload.
[Thu Aug 25 10:35:43 2016]: Reading response header from server
[Thu Aug 25 10:35:44 2016]: Caught exception: Internal Server Error or 
equivalent bad message received: HTTP/1.1 400 svn Bills ["svn: E175002: 
Unexpected HTTP status 400 'Bad Request' on 
'/repos/private/!svn/rvr/70986/financials/Bills'", "", "svn: E175009: 
Additional errors:", "svn: E175009: XML parsing failed: (400 Bad Request)"]


--

With regards,
Ping My Box - https://www.pingmybox.com/


ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-08-24 Thread Ping My Box

Hello,
The https service at whimsy.apache.org (whimsy.apache.org (https)) has been 
reported as down by our monitoring system:

Component:  response
Error code: Socket timeout after 60 seconds
Debug output:
--
[Thu Aug 25 04:21:27 2016]: Initialising socket
[Thu Aug 25 04:21:27 2016]: Looking up hostname whimsy.apache.org...
[Thu Aug 25 04:21:27 2016]: Connecting to 207.244.88.137:443
[Thu Aug 25 04:21:28 2016]: Connected, sending HTTPS payload.
[Thu Aug 25 04:21:28 2016]: Reading response header from server
[Thu Aug 25 04:22:28 2016]: Caught exception: Socket timeout after 60 seconds

--

With regards,
Ping My Box - https://www.pingmybox.com/


  1   2   3   >