<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Log Files — Sponge 6.0.0 documentation</title> <link rel="shortcut icon" href="../../_static/favicon.ico"/> <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../_static/spongedocs.css" type="text/css" /> <link rel="index" title="Index" href="../../genindex.html"/> <link rel="search" title="Search" href="../../search.html"/> <link rel="top" title="Sponge 6.0.0 documentation" href="../../index.html"/> <link rel="up" title="Becoming an Expert Spongineer" href="index.html"/> <link rel="next" title="Debugging" href="debugging.html"/> <link rel="prev" title="Troubleshooting" href="troubleshooting.html"/> <!-- Google Analytics --> <script> (function(S,p,o,n,g,i,e){S['GoogleAnalyticsObject']=g;S[g]=S[g]||function(){ (S[g].q=S[g].q||[]).push(arguments)},S[g].l=1*new Date();i=p.createElement(o), e=p.getElementsByTagName(o)[0];i.async=1;i.src=n;e.parentNode.insertBefore(i,e) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-59476017-2', 'auto'); ga('send', 'pageview'); </script> <script src="../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <div id="sp-logo-container" class="page-scroll"> <a class="logo" href="../../index.html"> <img src="../../_static/spongie-mark-dark.svg"> <span>Sponge</span> <i class="fa fa-fw fa-chevron-down"></i> </a> <div id="sp-logo-menu"> <ul id="sp-logo-dropdown"> <li><a href="https://www.spongepowered.org"><i class="fa-fw fa fa-home"></i>Homepage</a></li> <li><a href="https://forums.spongepowered.org"><i class="fa-fw fa fa-comments"></i>Forums</a></li> <li><a href="https://github.com/SpongePowered"><i class="fa-fw fa fa-code"></i>Code</a></li> <li class="active"><a href="https://docs.spongepowered.org"><i class="fa-fw fa fa-book"></i>Docs</a></li> <li><a href="https://jd.spongepowered.org"><i class="fa-fw fa fa-graduation-cap"></i>Javadocs</a></li> <li><a href="https://forums.spongepowered.org/c/plugins/plugin-releases"><i class="fa-fw fa fa-plug"></i>Plugins</a></li> <li><a href="https://www.spongepowered.org/downloads"><i class="fa-fw fa fa-download"></i>Downloads</a></li> <li><a href="https://www.spongepowered.org/chat"><i class="fa-fw fa fa-comment"></i>Chat</a></li> </ul> </div> </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="../index.html">Creating a Server</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="../getting-started/index.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../management/index.html">Server Management</a></li> <li class="toctree-l2 current"><a class="reference internal" href="index.html">Becoming an Expert Spongineer</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="commands.html">Commands</a></li> <li class="toctree-l3"><a class="reference internal" href="troubleshooting.html">Troubleshooting</a></li> <li class="toctree-l3 current"><a class="current reference internal" href="#">Log Files</a></li> <li class="toctree-l3"><a class="reference internal" href="debugging.html">Debugging</a></li> <li class="toctree-l3"><a class="reference internal" href="bugreport.html">Reporting Bugs</a></li> </ul> </li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../../preparing/index.html">Preparing for Development</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../../plugin/index.html">Creating a Plugin</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../../ore/index.html">Ore Documentation</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../../contributing/index.html">Contributing to Sponge</a></li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../../about/index.html">About the Sponge Project</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../index.html">Sponge</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../index.html">Docs</a> »</li> <li><a href="../index.html">Creating a Server</a> »</li> <li><a href="index.html">Becoming an Expert Spongineer</a> »</li> <li>Log Files</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/SpongePowered/SpongeDocs/blob/fix/https/source/server/spongineer/logs.rst" class="fa fa-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="log-files"> <h1>Log Files<a class="headerlink" href="#log-files" title="Permalink to this headline">¶</a></h1> <p>Logfiles are an essential part when it comes to debugging your server and figuring what went wrong. This pages contains logfiles from SpongeForge and SpongeVanilla servers including short descriptions.</p> <div class="contents local topic" id="provided-logfiles"> <p class="topic-title first"><strong>Provided Logfiles</strong></p> <ul class="simple"> <li><a class="reference internal" href="#spongeforge-logfiles" id="id2">SpongeForge logfiles</a><ul> <li><a class="reference internal" href="#fml-junk-earlystartup-log" id="id3">fml-junk-earlystartup.log</a></li> <li><a class="reference internal" href="#fml-server-latest-log" id="id4">fml-server-latest.log</a></li> <li><a class="reference internal" href="#latest-log" id="id5">latest.log</a></li> </ul> </li> <li><a class="reference internal" href="#spongevanilla-logfiles" id="id6">SpongeVanilla logfiles</a><ul> <li><a class="reference internal" href="#id1" id="id7">latest.log</a></li> </ul> </li> <li><a class="reference internal" href="#reading-logfiles" id="id8">Reading logfiles</a></li> <li><a class="reference internal" href="#common-errors" id="id9">Common errors</a></li> </ul> </div> <div class="section" id="spongeforge-logfiles"> <h2><a class="toc-backref" href="#id2">SpongeForge logfiles</a><a class="headerlink" href="#spongeforge-logfiles" title="Permalink to this headline">¶</a></h2> <p>SpongeForge writes several logfiles to the <code class="docutils literal"><span class="pre">/logs</span></code> folder located inside your servers directory. As of Forge 1521 these are:</p> <ol class="arabic simple"> <li><code class="docutils literal"><span class="pre">fml-junk-earlystartup.log</span></code></li> <li><code class="docutils literal"><span class="pre">fml-server-latest.log</span></code></li> <li><code class="docutils literal"><span class="pre">latest.log</span></code></li> </ol> <div class="section" id="fml-junk-earlystartup-log"> <h3><a class="toc-backref" href="#id3">fml-junk-earlystartup.log</a><a class="headerlink" href="#fml-junk-earlystartup-log" title="Permalink to this headline">¶</a></h3> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Only a few example lines are shown here. To read the full example log, follow this link: <a class="reference download internal" href="../../_downloads/forge-1521-fml-junk-earlystartup.txt" download=""><code class="xref download docutils literal"><span class="pre">SpongeForge</span> <span class="pre">1521</span> <span class="pre">fml-junk-earlystartup.log</span> <span class="pre">file</span></code></a></p> </div> </div> <div class="section" id="fml-server-latest-log"> <h3><a class="toc-backref" href="#id4">fml-server-latest.log</a><a class="headerlink" href="#fml-server-latest-log" title="Permalink to this headline">¶</a></h3> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Only a few example lines are shown here. To read the full example log, follow this link: <a class="reference download internal" href="../../_downloads/forge-1521-fml-server-latest.txt" download=""><code class="xref download docutils literal"><span class="pre">SpongeForge</span> <span class="pre">1521</span> <span class="pre">fml-server-latest.log</span></code></a></p> </div> <div class="highlight-none"><div class="highlight"><pre><span></span>[main/INFO] [FML/]: Forge Mod Loader version 11.14.3.1521 for Minecraft 1.8 loading [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at ##PATH_TO_JAVA_HERE## [main/DEBUG] [FML/]: Java classpath at launch is forge.jar [main/DEBUG] [FML/]: Java library path at launch is ##PATH_TO_JAVA_HERE## </pre></div> </div> <p>The example log indicates that we’re running:</p> <ul class="simple"> <li>Forge 11.14.3.1521 (Version 1521)</li> <li>Java 8 64bit Update 51</li> <li>Windows 8.1 x64</li> <li>the <code class="docutils literal"><span class="pre">directory</span></code> Java was installed to (Line 4)</li> </ul> <div class="admonition warning"> <p class="first admonition-title">Warning</p> <p class="last">SpongeForge won’t run on Java 6 (<code class="docutils literal"><span class="pre">1.6.x</span></code>) or Java 7 (<code class="docutils literal"><span class="pre">1.7.x</span></code>). If you encounter an error stating that you run an older Java build than Java 8, please update your JRE to <code class="docutils literal"><span class="pre">1.8.x</span></code> and try again!</p> </div> <div class="highlight-none"><div class="highlight"><pre><span></span>[main/DEBUG] [FML/]: Examining for coremod candidacy spongeforge-1.8-1521-2.1-DEV-750.jar [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.8-1521-2.1-DEV-750.jar </pre></div> </div> <p>This indicates that SpongeForge 750 was found and loaded by Forge. For further help regarding the SpongeForge naming scheme, have a look here: <a class="reference internal" href="../getting-started/implementations/spongeforge.html"><span class="doc">Installing SpongeForge</span></a>.</p> </div> <div class="section" id="latest-log"> <h3><a class="toc-backref" href="#id5">latest.log</a><a class="headerlink" href="#latest-log" title="Permalink to this headline">¶</a></h3> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Only a few example lines are shown here. To read the full example log, follow this link: <a class="reference download internal" href="../../_downloads/forge-1521-latest.txt" download=""><code class="xref download docutils literal"><span class="pre">SpongeForge</span> <span class="pre">1521</span> <span class="pre">latest.log</span></code></a></p> </div> <p>This is the output that you would see in the Minecraft server GUI.</p> </div> </div> <div class="section" id="spongevanilla-logfiles"> <h2><a class="toc-backref" href="#id6">SpongeVanilla logfiles</a><a class="headerlink" href="#spongevanilla-logfiles" title="Permalink to this headline">¶</a></h2> <div class="section" id="id1"> <h3><a class="toc-backref" href="#id7">latest.log</a><a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Only a few example lines are shown here. To read the full example log, follow this link: <a class="reference download internal" href="../../_downloads/vanilla-47-latest.txt" download=""><code class="xref download docutils literal"><span class="pre">SpongeVanilla</span> <span class="pre">47</span> <span class="pre">latest.log</span></code></a></p> </div> <p>This is the output that you would see in the Minecraft server GUI.</p> </div> </div> <div class="section" id="reading-logfiles"> <h2><a class="toc-backref" href="#id8">Reading logfiles</a><a class="headerlink" href="#reading-logfiles" title="Permalink to this headline">¶</a></h2> <p>If you’re unsure on how to read a common crashlog, you’ll find help here, but first we need a crashlog. For this short introduction we will just use an example crash from the <a class="reference internal" href="debugging.html"><span class="doc">Debugging</span></a> page: <a class="reference download internal" href="../../_downloads/crashlog-sponge575-plugin750.txt" download=""><code class="xref download docutils literal"><span class="pre">Example</span> <span class="pre">crashlog</span> <span class="pre">of</span> <span class="pre">an</span> <span class="pre">outdated</span> <span class="pre">SpongeForge</span> <span class="pre">build</span></code></a>.</p> <div class="highlight-none"><div class="highlight"><pre><span></span>WARNING: coremods are present: SpongeCoremod (sponge-1.8-1499-2.1DEV-575.jar) Contact their authors BEFORE contacting forge </pre></div> </div> <p>The first thing you’ll notice is a <code class="docutils literal"><span class="pre">Warning</span></code> that coremods are present. Nothing to worry about here, that’s not an error, just a warning to contact Sponge support, not Forge.</p> <div class="highlight-none"><div class="highlight"><pre><span></span>java.lang.NoClassDefFoundError: org/spongepowered/api/event/game/state/GameStartingServerEvent </pre></div> </div> <p>A few lines below the actual error is found. In this case it’s a <code class="docutils literal"><span class="pre">NoClassDefFoundError</span></code> If you’re unsure what that means, head over to our <a class="reference internal" href="debugging.html"><span class="doc">Debugging</span></a> page. If it’s a common error, it will be listed there. If it isn’t, you can always ask on the forums for help! Make sure you provide the full crashlog.</p> <p>Luckily your systems details are included at the bottom of the crashlog:</p> <div class="highlight-none"><div class="highlight"><pre><span></span>Minecraft Version: 1.8 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 515666256 bytes (491 MB) / 782761984 bytes (746 MB) up to 1847590912 bytes (1762 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1521 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UC FML{8.0.99.99} [Forge Mod Loader] (forge.jar) UC Forge{11.14.3.1521} [Minecraft Forge] (forge.jar) UC Sponge{1.8-1499-2.1DEV-575} [SpongeForge] (minecraft.jar) U Core{unknown} [Core Plugin] (Core.jar) Loaded coremods (and transformers): SpongeCoremod (sponge-1.8-1499-2.1DEV-575.jar) </pre></div> </div> <p>This indicates that</p> <ul> <li><p class="first">Minecraft 1.8 with Forge 1521 was running on</p> </li> <li><p class="first">Java 8 Update 51 (64bit version) and that</p> </li> <li><p class="first">2 additional mods were installed</p> <blockquote> <div><ul class="simple"> <li>SpongeForge 1.8-1499-2.1DEV-575 (which is build #575) and</li> <li>Core</li> </ul> </div></blockquote> </li> </ul> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Please note that the other three installed mods (mcp, FML, Forge) are required on every Forge server and necessary to run properly.</p> </div> <p>Now the following assumptions can be made:</p> <ul class="simple"> <li>maybe the plugin crashed the server</li> <li>SpongeForge doesn’t match the Forge version: 1499 required, 1521 installed</li> </ul> <p>If you want to know how to solve this, head over to our checklist on the <a class="reference internal" href="debugging.html"><span class="doc">Debugging</span></a> page.</p> </div> <div class="section" id="common-errors"> <h2><a class="toc-backref" href="#id9">Common errors</a><a class="headerlink" href="#common-errors" title="Permalink to this headline">¶</a></h2> <p>Head over to <a class="reference internal" href="debugging.html"><span class="doc">Debugging</span></a> to read about common errors and exceptions.</p> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="debugging.html" class="btn btn-neutral float-right" title="Debugging" accesskey="n" rel="next">Next <span class="fa fa-angle-right"></span></a> <a href="troubleshooting.html" class="btn btn-neutral" title="Troubleshooting" accesskey="p" rel="prev"><span class="fa fa-angle-left"></span> Previous</a> </div> <hr/> <section id="license"> <p>Except where otherwise noted, <a xmlns:dct="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" property="dct:title" rel="cc:attributionURL" href="https://github.com/SpongePowered/SpongeDocs">SpongeDocs</a> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. </p> <a id="license-icons" rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/" title="CC-BY-SA" aria-hidden="true">cba</a> </section> </footer> </div> </div> </section> </div> <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions"> <span class="rst-current-version" data-toggle="rst-current-version"> <i class="fa fa-book"> <span>SpongeDocs</span></i> v: 6.0.0 <span class="fa fa-caret-down"></span> </span> <div id="versions" class="rst-other-versions"> <dl> <dt>Contribute</dt> <dd><a href="https://github.com/SpongePowered/SpongeDocs/blob/fix/https/source/server/spongineer/logs.rst">Source</a></dd> <dd><a href="https://github.com/SpongePowered/SpongeDocs/edit/fix/https/source/server/spongineer/logs.rst">Edit</a></dd> </dl> </div> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../', VERSION:'6.0.0', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/spongedocs.js"></script> <script type="text/javascript" src="../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>