Skip to content

Instantly share code, notes, and snippets.

@lincolndbryant
Created September 20, 2013 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lincolndbryant/6642808 to your computer and use it in GitHub Desktop.
Save lincolndbryant/6642808 to your computer and use it in GitHub Desktop.
Failed deploy; Leon had to recycle manually. @pfitzsimmons
Deploying to: pg11 pg11-jokerswild.web11.hubspot.com D:\PortalGroups\PRD_00011_C
MS
-----THIS IS A LIVE PRODUCTION SERVER-----
Updating deploy scripts
Executing cmd svn --no-auth-cache --username=read-only --password=cO5m6Kqu updat
e D:\PortalGroups\PRD_00011_CMS\build
Taking the node down from the load balancer
Executing cmd svn up D:\PortalGroups\PRD_00011_CMS\build
python D:\PortalGroups\PRD_00011_CMS\build\pg-loadbalance.py --doit -s cms --act
ion=down -n 1 -g pg11
Executing cmd python D:\PortalGroups\PRD_00011_CMS\build\pg-loadbalance.py --doi
t -s cms --action=down -n 1 -g pg11
Taking down cms pg11 node 1
OP D:\PortalGroups\ContentSwitch\PRD_00011_CMS\status.asp
NP D:\PortalGroups\ContentSwitch\PRD_00011_CMS\status-offline.asp
Waiting a minute for the load balancer to notice we're no longer up
Executing cmd python D:\PortalGroups\PRD_00011_CMS\build\deploy_local.py -r 1332
98 -u code
Updating 'D:\PortalGroups\PRD_00011_CMS':
U D:\PortalGroups\PRD_00011_CMS\web\CMS\Code\HubSpotCore\Framework\PortalSett
ingsController.cs
U D:\PortalGroups\PRD_00011_CMS\web\CMS\UI\Modules\BizBlogger\Components\Soci
alMediaAccountsManager.cs
U D:\PortalGroups\PRD_00011_CMS\web\CMS\UI\Modules\BizBlogger\BizBlogger.Test
s\BizBlogger.Tests.csproj
U D:\PortalGroups\PRD_00011_CMS\web\bin\Ingeni-BizBlogger.dll
U D:\PortalGroups\PRD_00011_CMS\web\bin\HubSpotCore.dll
Updated to revision 133298.
SVN UPDATE base path to revision 133298
INFO log4net.config was succesfully built
Doing initial hit of http://pg11-jokerswild.web11.hubspot.com/
hit failed, retrying
Doing initial hit of http://pg11-jokerswild.web11.hubspot.com/
Traceback (most recent call last):
File "deploy_remote.py", line 746, in main
password=options.password)
File "deploy_remote.py", line 597, in deploy
deploy_for_client(server, revision, client, is_toggle_lb, use_selenium)
File "deploy_remote.py", line 577, in deploy_for_client
do_smoke_tests(server, errors)
File "deploy_remote.py", line 439, in do_smoke_tests
do_wakeup_hit(domain)
File "deploy_remote.py", line 328, in do_wakeup_hit
html = urllib2.urlopen(url)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 400, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 438, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 372, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Traceback (most recent call last):
File "deploy_remote.py", line 755, in <module>
main()
File "deploy_remote.py", line 746, in main
password=options.password)
File "deploy_remote.py", line 597, in deploy
deploy_for_client(server, revision, client, is_toggle_lb, use_selenium)
File "deploy_remote.py", line 577, in deploy_for_client
do_smoke_tests(server, errors)
File "deploy_remote.py", line 439, in do_smoke_tests
do_wakeup_hit(domain)
File "deploy_remote.py", line 328, in do_wakeup_hit
html = urllib2.urlopen(url)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 400, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 438, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 372, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error
C:\hs\svn\cms\trunk\build>pause
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment