I set up a Spigot server on my PC, created from the latest BuildTools. There are no errors on startup, but I can't log in due to a Java security exception.
I've tried updating Java to the latest release, creating a clean server directory, running both CraftBukkit and Spigot builds, with the matching version of Minecraft. I've connected to both 127.0.0.1 and localhost, with and without specifying the port. In all cases the error is the same. This only happens with my local server- I'm able to log in to multiple remote servers just fine.
Client message:
Failed to connect to the server
Disconnected
Console message:
[11:20:38 WARN]: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA
[11:20:38 WARN]: at javax.crypto.Cipher.getInstance(Cipher.java:540)
...
[11:20:38 INFO]: com.mojang.authlib.GameProfile@479afd0d[id=<null>,name=WildWeazel,properties={},legacy=false] (/127.0.0.1:51608) lost connection: Internal Exception: java.lang.NullPointerException
I've tried updating Java to the latest releaseJDK 8u74 – WildWeazel Mar 02 '16 at 17:26