ProptertyManager java error

Discussion in 'Bukkit Help' started by birv2, May 14, 2015.

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

    birv2

    I'm hoping someone here can help me. FYI, I have searched the forums here but wasn't able to find anything that solved the issue.

    I'm excited about using the RaspberryJuice plugin in my classes (I teach computer science). It involves using the Minecraft API from Raspberry Pi in Python. I can start the Bukkit server fine on my laptop and on a school machine that I'm logged into. However, no workie for students.

    I get this error a million times in the terminal:
    at net.minecraft.server.v1_6_R3.PropertyManager.savePropertiesFile(PropertyManager.java:82)

    Since it works for me, it's got to be some kind of permission deal. Does the server try to write to a particular file for config purposes? I put the folder on the public desktop and changed the permissions so that "everyone" has read, write, execute permissions. I would be extremely grateful for any help.

    Thanks in advance,
    Bob Irving
    Porter-Gaud School
     
  2. Offline

    mine-care

    @birv2
    Hello, are there any other plugins used in this server? Also i think i have experienced a similar error when i had a 1.6 server :/ have you atempted using a 1.7.X build?
    Cheers.
    Edit: as you mentioned abovee, it might be a permissions problem because server is trying to generate a file called server.properties, if in your server folder there is no such file, that might be it.

    Edit 2: i found someone with a similar problem, mabe you can read more about it here:
    https://bukkit.org/threads/hilarious-error-please-help-still-not-solved.164604/
     
    Last edited: May 14, 2015
  3. Offline

    birv2

    No other mods or plugins at all. Just RaspberryJuice. Thanks. I have not attempted a 1.7X build just because it's kind of a package.
     
  4. Offline

    mine-care

    @birv2 hopefully with the update and permission change it will work. If the issue insists please let me know.
    PS. Dont forget to tahg people when you reply to a post :- ) either click the tahg button on the bottom right of the post you are willing to reply to or tahg by using @ and then the user name.
     
  5. Offline

    birv2

    @mine-care Thanks. Still persisting. Have not upgraded Bukkit for reasons stated above.
     
  6. Offline

    mine-care

    @birv2 Okay, umm it might have been mentioned above but i missed it, so ill ask:
    Are there permissions to read/write/modify at the location where the server is at?
     
Thread Status:
Not open for further replies.

Share This Page