(SOLVED) Solution: Update Java to the latest version. Learn how, for Linux: Debian, HERE Spoiler: How To Update Java for Linux: Debian Code (Text): su - echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 apt-get update apt-get install oracle-java8-installer exit Right now, I have a Linux: Debian Minecraft server through Google Cloud's new Compute Engine Server Hosting Service. Unfortunately for me, not all of my server's plugins will load. In-fact, they've never been able to load; not once. Only 3/9 of them do at the moment. (and they work perfectly fine) Spoiler: Linux Server - /plugins LOADING dynmap-2.1.jar SpigotLib.jar worldedit-bukkit-6.0.jar NOT LOADING ExtraCommands-1.5-beta.jar FWEggs.jar HomePlusPlus-1.0.jar Presents-1.1.1.jar Rainbow.jar serverrestarter-1.1.jar I have 6 other plugins (Up to date) placed in my server's plugins folder, exactly where those first 3 are, and they don't even load. Not after /reload, and not after a complete manual reset. I type /plugins after a load and only those first 3 are listed. I though to myself... "well maybe I'm just doing something wrong." So I copied all the server files to my local client (Windows 7), and ran a mock-server in my own system. Connected to it though (localhost) and typed /plugins... Spoiler: Local Windows 7 Server - /plugins All of the plugins were loaded, and working! dynmap-2.1.jar SpigotLib.jar worldedit-bukkit-6.0.jar ExtraCommands-1.5-beta.jar FWEggs.jar HomePlusPlus-1.0.jar Presents-1.1.1.jar Rainbow.jar serverrestarter-1.1.jar But only in my locally hosted server... I don't get it. Is it because the server is hosted off of Linux: Debian (because that's supposedly supported)? And if that's true, why are the first 3 plugins able to load, and the others not able to? NOTE: I've loaded both instances with spigot, not bukkit. I've tried bukkit, but the results are the same. Also, the files in both instances are the same exact files - the locally hosted server is an exact copy of the Linux one. Both being 1.8.3 Is Spigot no longer Linux: Debian compatible?
Now why hasn't that crossed my mind... I'll see about updating it, and give it a try. Thank you for your haste reply.
Thanks for giving such a detailed error-report! Please have a look into your console. Like Darthmineboy already said: Your Java is probably outdated
I agree, I love getting posts where we have all the info in the OP. Again, Java seems outdated as it seems to be the only thing that could be different between the servers. If that doesn't work, could you please post your startup logs?
That worked perfectly. Silly me, to not even think of that (OF COURSE THAT'S WHY THEY DIDN'T WORK!) Updated original post with solution. Thank you again!
Glad to see you got it fixed Even better for updating the OP with the solution for future people who have this issue I'll request this thread be lock now.