
| Key: |
CCNET-1228
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Adam Vandenberg
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.4
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Windows Server 2003
|
|
|
I switched a CCnet server from using my own domain account to a restricted user, but forgot about path issues. My builds would silently fail as they could no longer find Subversion (svn.exe).
I edited my .config to use the full path, but got another error, the restricted user didn't have access to that executable.
Both of these errors showed up as "INTERNAL ERROR"s in the ccnet.log:
2008-08-25 10:27:25,406 [my-project:ERROR] INTERNAL ERROR: Unable to execute file [C:\Program Files\Subversion\bin\svn.exe]. The file may not exist or may not be executable.
Despite this error, the builds themselves still showed green, though the "last build" time wasn't being updated.
It would be great if these sorts of internal errors could actually break the build and show up in the dashboard, instead of being kinda silent things.
|
|
Description
|
I switched a CCnet server from using my own domain account to a restricted user, but forgot about path issues. My builds would silently fail as they could no longer find Subversion (svn.exe).
I edited my .config to use the full path, but got another error, the restricted user didn't have access to that executable.
Both of these errors showed up as "INTERNAL ERROR"s in the ccnet.log:
2008-08-25 10:27:25,406 [my-project:ERROR] INTERNAL ERROR: Unable to execute file [C:\Program Files\Subversion\bin\svn.exe]. The file may not exist or may not be executable.
Despite this error, the builds themselves still showed green, though the "last build" time wasn't being updated.
It would be great if these sorts of internal errors could actually break the build and show up in the dashboard, instead of being kinda silent things. |
Show » |
|