Closed ghost closed 6 months ago
Looks like the part of the plugin that handles menus is null, so it didn't load all the way. Check your server log for messages/exceptions from GlobalMarket on startup.
Thank you for replying as fast as you do, this is the error GlobalMarket throws on startup. Might just be a misconfiguration on my part, seems like it's either not enough memory, or invalid password;
Hmm, I think this happens since FML replaces the default Java SecurityManager. Try this: make a file called security.policy in your server's root directory with this as the contents:
grant {
permission javax.management.MBeanTrustPermission "register";
};
save it, and add -Djava.security.policy=security.policy
to your server's startup arguments. That should work. Don't know if this will be a permanent solution though.
Your command should look something like this: java -Xmx1024m -Djava.security.policy=security.policy -jar KCauldron-1.7.10-1448.133-server.jar
Did as you said, still getting the same NPE error.
As well, I have an SSD for the OS files + MySQL and one for the server files, I placed the security.policy file under C:\, and D:\ . So it's basically C:\security.policy. But still doesn't work.
Edit: Turns out I had to add that into java.policy file located in my Java installation directory.
Hello again,
I've since installed the proper version of ProtocolLib and the Redis server. The Redis server installed and started up properly, but now I get this error when doing /market;
http://pastebin.com/gRWBzu0F