Daniel Beck commented on Bug JENKINS-10547

I reproduced the issue as described on Windows 8.1 generating the ~3000 events necessary for the 1MB log to stop accepting new events, and it caused a Jenkins service restart to fail.

Opened JENKINS_HOME, ordered files by modification date, and found in jenkins.wrapper.log:

2014-09-06 16:49:50 - Stop exception
Message:The event log file is full
Stacktrace:   at System.Diagnostics.EventLogInternal.InternalWriteEvent(UInt32 eventID, UInt16 category, EventLogEntryType type, String[] strings, Byte[] rawData, String currentMachineName)
   at System.Diagnostics.EventLogInternal.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
   at System.Diagnostics.EventLog.WriteEntry(String message)
   at winsw.WrapperService.LogEvent(String message)
   at winsw.WrapperService.StopIt()
   at winsw.WrapperService.OnStop()

Unfortunately it seems this is only added when stopping the service fails, not during the start.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to