Edgewall Software

Changes between Initial Version and Version 1 of Ticket #421


Ignore:
Timestamp:
Jul 22, 2009, 10:54:46 AM (15 years ago)
Author:
dfraser
Comment:

Adjusted formatting for clarity

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #421 – Description

    initial v1  
    11Currently bitten-slave receives a 403 forbidden error most of the time. Originally 403 forbidden error was occasional and seemingly random, but due to retries i was able to ignore it as builds would go through eventually. Recently however as my trac page has gotten more popular the error is so common no builds go all the way through (at most they are successful at one or two stages before the error occurs).
    22
    3 I have tried various apache configurations to allow for authentication and most recently gave anonymous BUILD_EXEC permission and doing it without any authentication yet 403 error continues.
     3I have tried various apache configurations to allow for authentication and most recently gave anonymous `BUILD_EXEC` permission and doing it without any authentication yet 403 error continues.
    44
    55The following is the error reported by the server:
     6{{{
    67Trac[main] WARNING: [HTTPForbidden] 403 Forbidden (Build 1023 has been invalidated for host 66.166.153.194.)
     8}}}
    79
    810The following is the error output from bitten-slave right after svn checkout of the source (the first step for the bitten-slave):
     11{{{
    912[INFO    ] Checked out revision 321.
    1013[INFO    ] Build step Svn Checkout completed successfully
    1114[WARNING ] Server returned error 403: Forbidden
    1215[ERROR   ] HTTP Error 403: Forbidden
     16}}}
    1317
    14