History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1018
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Jan Koprowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Script errors/backtraces are not included in the log

Created: 19/Aug/11 08:46 AM   Updated: 20/Aug/11 01:49 AM
Component/s: None
Affects Version/s: 3.1.54
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux & Windows


 Description  « Hide
Reproduction step
1. Create new empty build implementation
2. Go to "Advanced Settings"
3. Put "ognl:
array.length" in "Pre-Build Script"
4. Start build
5. QuickBuild return error in "Error Message" red box:
"Failed to evaluate below expression:
ognl:
array.length"
6. Click on "file icon" which redirect you to the "System Log"

What I expect:
See error message in "System Log"

What I see instead:
I see many logs but I do not see any informations about this issue

Why this is uncomfortable:
In some cases when error message is very, very very long and contain stacktrace it is cut inside "Error Message" and I can't see whole stack trace.
I expect to see whole stacktrace of error in System Log.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [20/Aug/11 01:49 AM]
It is possible that the error message is flushed away by many other messages logged into system log after the error message is logged. The system log only displays latest 5000 lines of logs. You may edit "conf/log4j.properties" to only allow "ERROR" level message to be logged to make the log message less.