startup error? #167


  • New
  • Defect
Open
Assigned to _ForgeUser1494830
  • _ForgeUser7504310 created this issue Aug 31, 2014

    What steps will reproduce the problem?
    1. Setup the plugin with these mysql options in the bukkit.yml http://pastie.org/9517394
    2. Start the server
    3. 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.

  • _ForgeUser7504310 added the tags New Defect Aug 31, 2014
  • _ForgeUser1494830 posted a comment Aug 31, 2014

    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.

  • Forge_User_12999323 posted a comment Sep 12, 2014

    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


    Edited Sep 12, 2014

To post a comment, please login or register a new account.