Advanced Portals

Advanced Portals

307k Downloads

Plugin takes few seconds to disable and throws error to the console

Ziigur opened this issue ยท 2 comments

commented

The plugin prints below messsages to the console when the server is shutting down. Apparently an error is thrown for every single portal in the server. This happens at least with 1.16.3 paper spigot server.

The bug doesn't seem to break anything, it simply slows down server shut down with few seconds.

[21:06:12] [Server thread/INFO]: [AdvancedPortals] Disabling AdvancedPortals v0.5.12
[21:06:12] [Server thread/INFO]: Advanced portals are being disabled!
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/ERROR]: Nag author: 'filoghost' of 'HolographicDisplays' about the following: This plugin is not properly shutting down its async tasks when it is being shut down. This task may throw errors during the final shutdown logs and might not complete before process dies.
[21:06:17] [Server thread/INFO]: Saving players
commented

We don't use Holographic Displays, so I don't know what that error is.

Is there possibly an error before the first line you posted?

If not this may be an issue with Holographic displays and the count just matches up seeing as you may have one per portal.

commented

Thanks for the quick reply. You're right, sorry, my bad, somehow misread those error messages myself!