causing Bukkit error on load #25


  • New
  • Defect
Open
  • _ForgeUser2432004 created this issue Apr 23, 2013

    Main Issue

    I started up my server and received the following:

    2013-04-23 21:18:05 [SEVERE] ebean.properties not found
    2013-04-23 21:18:05 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@513d2d11] Classpath Searched[[file:/C:/Minecraft_Server/craftbukkit.jar]]
    

    Pastebin link to full server.log.

    I assumed that this was caused by a plugin so I went through all of them and isolated it to SimpleSpawn. When this plugin is installed, it creates a file in the server root called ebean.properties. This file contains the following:

    ebean.search.jars=bukkit.jar
    

    Possible Solution/Workaround

    After seeing the contents of the ebean.properties file, I thought to change the contents from:

    ebean.search.jars=bukkit.jar
    

    to

    ebean.search.jars=craftbukkit.jar
    

    This change produced a server startup with no messages higher than INFO elevation, which was desired, but it did create some new INFO messages that are related to ebean. Here is a Pastebin link to my server.log contents with the workaround implemented.

    I assume it is just the plugin's interaction with CraftBukkit that is to blame, but just in case I have also started a ticket with the CraftBukkit ticket system: CraftBukkit Ticket.

    Thanks for the support and the superb quality work you do. :)

  • _ForgeUser2432004 added the tags New Defect Apr 23, 2013
  • _ForgeUser2432004 edited description Apr 23, 2013
  • _ForgeUser2432004 posted a comment Apr 23, 2013

    The edit of the ticket was to duplicate the information on my CraftBukkit ticket into this ticket system. My original ticket was not well formed.


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