[severe] ebean.properties not found [SOLVED]

Discussion in 'Bukkit Help' started by HunterAP, Apr 28, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    HunterAP

    I noticed tonight that I'm getting this error. Couldn't trace it to an individual plugin. Any feedback?
     
  2. Offline

    Godspeed

    what version of craftbukkit are you using?
     
  3. Offline

    Th4natos

    same here
    bukkit 733
    Code:
    2011-04-26 13:13:12 [INFO] Starting minecraft server version Beta 1.5_02
    2011-04-26 13:13:12 [INFO] Loading properties
    2011-04-26 13:13:12 [INFO] Starting Minecraft server on 78.46.68.134:25565
    2011-04-26 13:13:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-gf3ae4c3-b733jnks (MC: 1.5_02)
    2011-04-26 13:13:12 [INFO] Preparing level "world"
    2011-04-26 13:13:12 [INFO] Preparing start region
    2011-04-26 13:13:13 [SEVERE] ebean.properties not found
     
  4. Offline

    Phinary

    Happens to me to. Didn't seem to cause any problems.
     
  5. Offline

    captainawesome7

    happens to me as well.
     
  6. Offline

    HunterAP

    Still happening, build 740.
     
  7. Offline

    AgentKid

    Same, no measurable effect on the server or it's performance.
     
  8. Offline

    Zeus5966

    list of plugins please?
     
  9. Offline

    HunterAP

    My plugin list is quite long. However, I can tell you that I have temporarily removed a large number of plugins, but still got the message. I removed all of the plugins and the error went away.
    I started adding plugins back in 3 at a time. At one point, I got the message, removed the last 3 plugins that I had just put in there and re-ran the server, but the error was still there. Which really has me scratching my head.
    I will do some more testing tomorrow to try to track it down.
     
  10. Offline

    Zeus5966

    hmmmm. Okay. What 3 plugins were they?
     
  11. Offline

    HunterAP

    Didn't have the time today. Work got in the way.
     
  12. Offline

    cjc343

    In order to solve this, create an "ebean.properties" file in the same folder as your server.properties.

    The file can be blank.
     
  13. Offline

    HunterAP

    Yep. Quick. Easy. Solved. THANKS!
    Anyone know what this file is actually for? Which plugin is using it?
     
  14. Offline

    pomo4ka

    The same problem appeared after updates via the plug CraftBukkitUpToDate,updated a couple of plug-ins "iConomy, AuthMe, MultiHome, iConomyChestShop, and CommandBook" after it became an error ebean.properties.
     
  15. Offline

    cjc343

    It is used by bukkit's built-in persistence. Any plugins that use persistence will cause the message.
     
  16. How to create in notepad or ..
    I got it no problem here longer.
     
  17. Offline

    Deivs

    It is banhammer, for me:) I create ebean.properties, and problem is gone
     
  18. Offline

    zackattack6991

    same here. banhammer caused it.
     
  19. Offline

    genre

    Just a note to all server admins: this is a totally harmless error. Bukkit's built-in persistence system uses some software called Ebean to manage databases. For some reason, if there isn't an ebean.properties file, even an empty one, the system throws this message. Plugins don't need this file to properly use databases and the Ebean software doesn't need any information to be inside this file.

    tl;dr: This is the totally harmless result of some built-in Bukkit software. Certain plugins use this software, and when they do, this error is thrown.
     
Thread Status:
Not open for further replies.

Share This Page