Issue Details (XML | Word | Printable)

Key: SFOS-1141
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

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

Remove warnings about headless mode from all the daemon logs

Created: 11/Mar/09 04:06 PM (GMT)   Updated: 11/Mar/09 04:16 PM (GMT)
Component/s: .sfCore
Affects Version/s: 3.17.010
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Compatibility: backwards compatible


 Description  « Hide
If you are running with java.awt.headless property set, there's no need to try to open a window just to see if the UI is working; better to log the state at debug level and not clutter up the /var/opt/smartfrog logs with distracting messages.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 11/Mar/09 04:16 PM (GMT)
checked in some changes to WindowUtilities that
 -check the JVM property first
 -aren't so noisy in that situation.

The result is that you dont get error messages in the daemon logs about displays not working.