This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Setup the plugin with these mysql options in the bukkit.yml http://pastie.org/95173942. Start the server3. Read the logs
What is the expected output? What do you see instead?No errors, possibly telling you it filled out the database
What version of the product are you using?1.3beta1
Do you have an error log of what happened?yes http://pastie.org/9517402
Please provide any additional information below.
I suspect if you tried it with CraftBukkit or Spigot using the same database and database settings, it would start up fine.
I've never seen that error and only have the vaguest clue on what could be causing it. But I don't think it has anything to do with zPermissions.
Only thing I can suggest is to ask the Cauldron community to see if anyone else has run into the problem and/or solved it. zPerms + anything MCPC related has been a problem in the past, typically because the server lacks a certain library that zPerms needs (which other Bukkit implementations provide).
But this looks like something different.
I had this issue too, I'm not sure if this is a bad workaround, but I added a line to "/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.policy":
permission javax.management.MBeanTrustPermission "register";
I added it before the last }; in the grant { section, although I don't think the error does any damage.
Edit: Using Cauldron
To post a comment, please login or register a new account.