Four Seasons Hosting
Client Portal Server StatusDiscord
  • Overview
  • FAQ
    • 🖥️VPS Hosting
    • 🎮Game Server
    • 🌐Web Hosting
    • 💰Billing
    • ❓General Questions
    • 🖥️Dedicated Server
    • Server Hardware
  • Panel Knowledge Base
    • 💼Client Area
      • Discord Linking
      • How to pay with Cashapp
      • 🤑Affiliate Program
      • How to Cancel A Service
      • How to upgrade/downgrade your service
    • 🎮Game Server Panel
      • Staff Request
      • Minecraft Features
      • How to change the game?
      • How to reset your Game Panel Password
      • Creating A Schedule
      • Your Server Node
      • Uploading Files Via SFTP
      • Adding Dev/ Sub Users
      • Subdomain
      • Server Importer
  • Service Knowledge Base
    • 🕸️Web Hosting
      • Common Website Errors
      • Four Seasons Name Servers (DNS)
    • ☁️Virtual Private Servers
      • Creating Your VPS
      • Logging into your VPS (Windows)
      • Developers and your VPS
      • How to connect to your VPS from any Linux/Debian Distro
      • Opening Ports on a VPS
      • Resetting your VPS Password
      • SSH Client Setup
      • Change Window Server Password (Locked Out)
    • 💲Reseller
    • 🖥️Dedicated Servers
      • Managing Your Server
      • Creating Backups
  • Game Knowledge Base
    • Ark
      • ARK: SA GameUserSettings.ini
      • ARK: SA Game.ini
      • ARK: SA Command /Server Startline
      • ARK: Survival Ascended VPS Set Up
    • 🚘FiveM
      • Set up a FiveM Server on a VPS
    • 🧊Minecraft
      • How much ram do I need for my Minecraft server?
      • Helpful Info!
        • What is the difference between Spigot, Paper, and PurPur?
        • Using .sh to start your server
        • How to Install Datapacks to your server?
      • Plugins
        • Bluemap
        • Chunky
        • Dynmap
        • Simple Voice Chat
      • Managing your Server
        • How to set a custom seed on your Minecraft Server
        • How to Set a Custom Minecraft Server Icon
        • Changing Your Version
        • Add Add-ons to your Bedrock Server!
        • Running Version 1.17 or below
        • Using Chunker to Convert Minecraft Worlds Across Editions
        • How to Optimize Your Server
        • How To Enable/Disable/Manage Your Whitelist/Allowlist?
      • Common Issues
        • Server Connection Timed Out
        • Exception Server Tick Loop
        • Failed to check session lock
        • How to Fix: Authentication servers are down. Please try again later
      • Reducing Lag
        • Reduce Lag on FabricMC server!
        • Reduce Lag on ForgeMC server!
    • 🐣Palworld
      • How to direct connect to your Palworld Server
    • Soul Mask
      • Soul Mask How-to's
        • How to change the game mode on your Soulmask Server
        • How to Update Your Soulmask Server
        • How to Change Soulmask Server Settings
      • Admin Commands Guide
    • 🪨Rust
    • Sons of the Forest
      • Configuring custom settings on your Sons of the Forest server
      • Setting up a Sons of the Forest server
    • Valheim
      • How to Add Mods to Your Valheim Server
      • How to fix Valheim server saying "missing world"
      • How to add admins on your Valheim server
      • Updating your Valheim Server
      • Debugging basic errors on your Valheim server
    • V Rising
      • How to Configure V Rising Server Settings
    • Arma Reforger
      • Server Requirements
      • Complete config.json guide
Powered by GitBook
On this page
  • How to Fix the 'Exception in Server Tick Loop' Error in Minecraft
  • What Causes This Error?
  • Steps to Fix the Error
  • Alternative Solutions
  • Restore from Backup
  • Validate and Correct File Format
  • Preventing Future Issues

Was this helpful?

  1. Game Knowledge Base
  2. Minecraft
  3. Common Issues

Exception Server Tick Loop

How to Fix the 'Exception in Server Tick Loop' Error in Minecraft

The "Exception in Server Tick Loop" error in Minecraft is a common issue caused by corrupted .json configuration files. This guide will walk you through the steps to resolve the issue and get your server back up and running.


What Causes This Error?

This error, typically displayed as:

java.lang.NullPointerException: Exception in server tick loop

indicates that one or more of your server’s .json files, such as whitelist.json, banned-players.json, or banned-ips.json, has become corrupted or improperly formatted.


Steps to Fix the Error

Follow these steps to resolve the issue:

  1. Stop the Server Access your game control panel and stop the Minecraft server to prevent further corruption.

  2. Navigate to the File Manager Locate your server’s file manager through the control panel.

  3. Identify and Delete Problematic Files Find and delete the following files:

    • whitelist.json

    • banned-players.json

    • banned-ips.json

  4. Restart the Server Start the server again. Minecraft will automatically regenerate the deleted files in the correct format.


Alternative Solutions

Restore from Backup

If you have backups of the affected .json files, you can restore them. Ensure the backup files are not corrupted before use.

Validate and Correct File Format

If you prefer not to delete the files, you can validate and fix their formatting using a JSON validator and formatter tool. Ensure:

  • The file starts with [ and ends with ].

  • The JSON syntax adheres to standard rules.


Preventing Future Issues

  • Regularly back up your server files to avoid losing important data.

  • Use a JSON validator before editing .json files manually to ensure they remain correctly formatted.

By following these steps, your server should be free of the "Exception in Server Tick Loop" error and running smoothly again.

Last updated 3 months ago

Was this helpful?

🧊