Rozwiązywanie problemów

You’re probably here because something went wrong with your Sponge server. Let’s see if we can figure out what it was, and what to do about it.

Java nie jest zainstalowana na twoim komputerze

Solution: Get Java. Visit the Instalacja Java for more information.

Problem z połączeniem internetowym (albo atak DDoS)

Objawy: Połączenie internetowe bardzo przerywa, rozłącza się, albo w ogóle go nie ma.

Rozwiązanie: Sprawdź swoje połączenie z modemem lub routerem. Zobacz czy twoja przeglądarka ma podobne problemy. Możesz użyć darmowych usług takich jak speedtest.net, aby sprawdzić prędkość swojego połączenia. Inne usługi uruchomione na komputerze lub w sieci lokalnej mogą również powodować problem. Upewnij się, że włączyłeś przekierowanie portów na swoim routerze. Atak DDoS, chociaż mało prawdopodobny, może kompletnie zabić twoje połączenie i jeżeli uważasz, że miał miejsce skontaktuj się ze swoim dostawcą (ISP).

Za mało wolnej pamięci

Objawy: Serwer się wyłącza, często często w parze z wiadomością „Out of Memory” albo „Za mało pamięci wirtualnej”.

Solutions: Expand the maximum Perm memory size with the startup argument -XX:MaxPermSize=128. Expand your server heap memory (if possible) with startup arguments e.g. -Xms1024M (1GB starting memory) and -Xmx2048M (2GB maximum). Monitor your free memory on the computer and see if there is some locked up in other processes. You may need to kill frozen java processes, or restart your machine. Memory leaks sometimes occur with bugs in plugins, which can take time to isolate.

Still an issue?: If you are still having issues despite the above and cannot increase the Heap Size, check in your Task Manager to see if you are using all available Memory. If you are, the only solution is to add more RAM to your system. If there is still plenty of memory available, you are running 32-bit Java. If you are using 32-bit Java, we recommend an upgrade to 64-bit Java, provided that your Operating System is also 64-bit.

Malformed Config File (e.g. Bad Editing)

Symptom: One (or more) plugins refuse to load, or behave in unexpected ways. The server log files will contain messages about unreadable files on startup. The server may crash, and data may be corrupted.

Solution: Stop the server, and check your edited files. Load backup files of any corrupted data. You may need to delete a config file entirely and allow it to regenerate upon server startup.

Wtyczka (lub modyfikacja) działała nieprawidłowo

Symptom: This could be almost anything - whatever your plugins do, plus the X-factor. Commonly the server crashes with a train of error messages in the server log files.

Solution: Stop the server, and check to see nothing has been corrupted. Be sure to check that it isn’t from an incorrectly edited config file (above). Remove suspect plugins and add them again one by one, restarting the server each time. The problem may originate from one plugin that is out of date - check for updates. Plugin conflict may also be the cause, having two incompatible plugins. You can also check our Mod Compatibility page to see if the problem is already known, and if there’s a way to fix it.

Operating System Unstable (e.g. Virus Infection)

Symptom: The server keeps crashing or timing out, and other parts of your operating system are also having problems.

Solution: Stop everything. Thoroughly check your system and storage devices for malware and viruses. Good tools for this include AdwCleaner, Junkware Removal Tool, MalwareBytes, and most antivirus ware. Check your server files for corruption after a clean restart of your system. Examine the hardware for damage too if the problems persist - e.g. a faulty power supply.

Uszkodzone dane

Symptom: World files fail to load or cause server to crash when players enter certain chunks. Database corruption.

Solution: Load backup files of corrupted data. Software for repairing damaged worlds is available, and missing regions may be regenerated. Investigate the cause of corruption - was it a malformed plugin, database driver, power failure or something else? Always make sure you make regular backups of important data onto a secure device.

Problem między klawiaturą a krzesłem

Symptom: Everything was working fine yesterday. It went strange today after I did XYZ …

Solution: SpongeDocs is not large enough to encompass the things people may do that will cause software to fail in unpredictable ways. It is always worth thinking long and hard about what you may have done recently that could have affected the smooth running of your server. A memory card may be loose after dusting, a shortcut may be broken…

Jest błąd w Sponge

Symptom: None of the above apply, and it still doesn’t work as it should.

Solution: Time to get out the big guns. File a report on the SpongeForge or SpongeVanilla issue tracker, remembering to include details of the version of Forge and Sponge you are using, and a link to the relevant server log file.

Coś jest nie tak z wszechświatem

Z tym nie możemy Ci pomóc. Musisz radzić sobie samemu.