Getting Error on /reload

Discussion in 'Plugin Development' started by tobiyas, Sep 7, 2013.

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

    tobiyas

    Hey to everyone.

    I have a problem with my Plugin.
    When I load the plugin normaly (normal startup), everything works fine.
    When I reload, everything works fine, too.

    When I place an update (place file in plugins/update/), I get a Persistence Error.
    This also happens when I place the same file into 'plugins/' and into 'plugins/update/'.

    The error is pasted here: link

    Did anyone experience something simular?
    It seems that on /reload (applying updates in the update folder) something goes totally wrong...


    If any code snippets are needed for analysis, just tell me.

    Thanks in advance, tobiyas.
     
  2. it says class not found, seems pretty obvious to me?
    Maybe check if you added all of the classes in the project while exporting, and check if you didn't misspell your main in the plugin.yml
     
  3. Offline

    tobiyas


    Can't be. Loading the file without beeing in the update folder, it works fine.
    Also this happens on Preprocessing of the Plugin -> The plugin's 'onEnable()' is not even called yet.
     
  4. ow weird, then I don't know
     
  5. Offline

    tobiyas

    Seems to be some Database Problem with EBean.

    Someone Experienced with that?!

    Nobody an idea?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  6. Offline

    tobiyas

    bump. I really need help on this one...
     
  7. Offline

    viper_monster

  8. Offline

    tobiyas


    How can eclipse help me when the error happens before my plugin is really entered?
    Reflection access on Fields won't call Eclipse breakpoints.
     
Thread Status:
Not open for further replies.

Share This Page