Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something went berzerk, 28gb log file #52

Open
dantheother opened this issue Nov 27, 2014 · 3 comments
Open

Something went berzerk, 28gb log file #52

dantheother opened this issue Nov 27, 2014 · 3 comments

Comments

@dantheother
Copy link

No idea what is in it, but I've ended up with a 28gb log file called SirenOfShame-2014-11-24T09-06-30.log

Do you need anything extra out of it or anywhere else before I clear up disk space?

@lprichar
Copy link
Member

Ack! 28gb?! Yes, please do tail it and post back before deleting. No idea what went wrong, but we can't have that happening to anyone else.

@dantheother
Copy link
Author

This might get rough, I'm not super familiar with github flavoured markdown

Starting at 2014-11-24 09:06:32,421 and finishing at 2014-11-28 09:32:18,521 there's this kind of error over and over and over again (different build queues). I don't recall anything else funny happening all week. I did have to reboot Friday morning (28th) as my machine was generally unhappy.

2014-11-24 09:06:32,421 [CiWatcher] ERROR SirenOfShame.Lib.Watcher.WebClientXml [(null)] - Error connecting to server with the following url: http://build.redgum.com.au/ccnet/server/local/project/RedgumDataTranslator-AutoBuild/build/log20130305102149Lbuild.50.xml/XmlBuildLog.aspx

<html>
    <head>
        <title>Runtime Error</title>
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/ccnet' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Runtime Error</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
            <br><br>

            <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;Off&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre></code>

                  </td>
               </tr>
            </table>

            <br>

    </body>
</html>

The last line is a more sedate

2014-11-28 09:32:30,684 [1] DEBUG SirenOfShame.MainForm [(null)] - ClosingForInstall: False

which is about the time I rebooted.

@Grifplex
Copy link

Grifplex commented Jul 6, 2017

I'm getting greater than 100 MB logs per day. It contains 676508 lines like this:
2017-07-06 11:36:36,818 [CiWatcher] WARN SirenOfShame.Lib.Watcher.BuildStatus [(null)] - Start time or stop time was null for 60, and the build was not in progress, this should only happen at startup and 500+ lines of:
2017-07-06 11:36:36,855 [CiWatcher] DEBUG SirenOfShame.Lib.StatCalculators.BackToBackBuilds [(null)] - Nick Rasmussen has achieved back to back successful builds 0 times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants