Page 1 of 1

Foundry brief downtime Friday 08.26.2011

Posted: Fri Aug 26, 2011 9:14 pm
by rarified
I need a brief downtime to reconfigure and reboot the underlying server for the foundry tonight. This should be a short outage, but there may be a longer downtime on Sunday 08/28 if things proceed as hoped.

I expect the outage to begin around 8pm MDT (GMT-7) and last 30 minutes or less.

This will impact the Foundry (but not BitBucket) repositories, JIRA, Fisheye, and Hudson. Anything accessed through the http://foundry.openuru.org URL.

Thanks
_R

Re: Foundry brief downtime Friday 08.26.2011

Posted: Wed Sep 07, 2011 6:03 pm
by Christian Walther
Is JIRA supposed to be working again? For some days (possibly all the way back to 08-26, don’t remember) I’ve been getting errors like this 503 from http://foundry.openuru.org/jira

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Zugriff nicht möglich!</title>
<link rev="made" href="mailto:foundrymaster@OpenUru.org" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/ 
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Zugriff nicht möglich!</h1>
<p>


    Der Server ist derzeit nicht in der Lage die Anfrage
    zu bearbeiten. Entweder ist der Server derzeit &uuml;berlastet
    oder wegen Wartungsarbeiten nicht verf&uuml;gbar.
    Bitte versuchen Sie es sp&auml;ter wieder. 
    
</p>
<p>
Sofern Sie dies f&uuml;r eine Fehlfunktion des Servers halten,
informieren Sie bitte den 
<a href="mailto:foundrymaster@OpenUru.org">Webmaster</a>
hier&uuml;ber.

</p>

<h2>Error 503</h2>
<address>
  <a href="/">foundry.openuru.org</a><br />
  
  <span>Wed Sep 07 11:39:25 2011<br />
  Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e DAV/2 SVN/1.6.16</span>
</address>
</body>
</html>
or this 502 from https://foundry.openuru.org/jira/plugin ... Type=basic (RSS feed),

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Fehlerhaftes Gateway!</title>
<link rev="made" href="mailto:foundrymaster@OpenUru.org" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>
 
<body>
<h1>Fehlerhaftes Gateway!</h1>
<p>
 
 
    Der Proxy-Server erhielt eine fehlerhafte Antwort
    eines &uuml;bergeordneten Servers oder Proxies.
 
   
    </p>
<p>
 
    The proxy server could not handle the request <em><a href="/jira/plugins/servlet/streams">GET&nbsp;/jira/plugins/servlet/streams</a></em>.<p>
Reason: <strong>Error reading from remote server</strong></p>
   
      
</p>
<p>
Sofern Sie dies f&uuml;r eine Fehlfunktion des Servers halten,
informieren Sie bitte den
<a href="mailto:foundrymaster@OpenUru.org">Webmaster</a>
hier&uuml;ber.
 
</p>
 
<h2>Error 502</h2>
<address>
  <a href="/">foundry.openuru.org</a><br />
   
  <span>Thu Sep 01 02:02:11 2011<br />
  Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e DAV/2 SVN/1.6.16</span>
</address>
</body>
</html>
both after long loading times.

I don’t specifically need JIRA right now, I only noticed it because it slows down my RSS feed refreshing.

Re: Foundry brief downtime Friday 08.26.2011

Posted: Wed Sep 07, 2011 7:21 pm
by rarified
It definitely is supposed to be working, I don't use the RSS feeds but will look tonight.

_R

Re: Foundry brief downtime Friday 08.26.2011

Posted: Thu Sep 08, 2011 8:35 pm
by rarified
I found the JIRA webservice to be hung (not communicating with the externally facing proxy). I've restarted it, and it appears to be working fine for me, albeit with an exception during startup that worries me.

Along with the restart, I've updated Fisheye/Crucible to the latest versions, and found that JIRA has an update as well.

Let me know if the restart has addressed your feed problem, and if so, I'll move ahead with the JIRA update. But if your problem persists I should dig further into that before changing something else. :roll:

_R

Re: Foundry brief downtime Friday 08.26.2011

Posted: Fri Sep 09, 2011 10:52 am
by Christian Walther
It has fixed both the feed and the website problem. Thanks!