The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

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

    Ant59

    Woah steady on, the dude is asking for help with an issue not advertising his server!
     
  2. Offline

    c0mp

    If you feel there is an issue with someone's post, by all means, that's what the Report button is for. Once a mod/admin receives the report, we will take action if we feel action is needed. However, there's no need to clutter up threads with messages pointing out what you feel to be rule violations. Thanks!
     
    Ant59 likes this.
  3. Offline

    Andon

    I have the same issue. I could use "custom" eggs fine in CB 1.1-R2, but in R3 and R4, any eggs with non-standard values (200 for crystal, 53 for giant, 97 for snow golem, etc) have no result when attempting to use.
     
  4. Offline

    Roelith

    Hi! I'm getting an inconsistent error on my server that I'd like to clean up, but I can't seem to pinpoint it. The error code is here: http://pastebin.com/Qw0BQykB.

    I'm running stable release 1.1-R.4 with many plugins. I can specify those if needed, but I'm guessing one of: Backup, Dynmap(+worldguard+essentials), Essentials, NoCheat, PermissionsEx, or VanishNoPacket - is at fault.

    I know that vanish has some other problems right now, and Backup (Bukkitbackup 1.8 release) has 2 harmless errors that don't seem to be related. Would love to know if you have an idea what's causing this! :) Thanks!
     
  5. Offline

    Fyre

    If he was genuinely asking for help he wouldn't have added "Want to play ? Read: http://www.planetminecraft.com/server/jr-network/" at the end.
    I'm not accusing him of violating rules, I'm offended by his post because I feel everything about it screams "Play on our server!". While I probably shouldn't have been so plainly rude about it, I find it very hard to believe he's genuinely asking us for help.
     
  6. Offline

    billofbong

    Don't be worried. That's how much it uses for that amount of players.
    1: I'll look into that...
    2: I don't use commandbook, sorry
    3: For members: commandbook.teleport, teleport.tpa, teleport.accept, teleport.reject, teleport.toggle. For moderators: The same as members + teleport.tpo, teleport.tpohere, teleport.tp.
    4: Set suffix to &1 for dark blue, &3 for dark aqua, &9 for blue blue, or &b for aqua aqua.
    5: You'll have to tell me which plugin you're using to spawn mobs.
    6: http://dev.bukkit.org/server-mods/dispnamechanger/
    This looks like pail, but I don't know what. hammale

    Where's hammale? He hasn't been on for some time... At least some time in his sense, he's normally on every day. Hm.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  7. Offline

    Amphase

    1: Ok
    2: Ok
    3: Worked, thanks!
    4: I did, nothing happened. I added the suffix in PermissionsEX but the text is still white... this is how I have it:
    Code:
        Admin:
            permissions:
            - -vanish.joinvanished
            - '*'
            inheritance:
            - moderator
            prefix: '&6[Admin]&4 '
            suffix: '&b'
            options:
                build: true
                rank: '150'
    5: That's the problem, I thought that would be default from CraftBukkit... but I really need to limit it, any way?
    6: Nope, that's not what I ment... It's like on every other server when you press tab you get a list with the people that are currently online and to see if there's a staff member you normally see his name in red, but problem is it won't appear in red on my server... I'm opped and in group owner, any way to get it to work?

    Thanks again!
     
  8. Offline

    Fyre

    Prefix and suffix go inside the options category.
     
  9. Offline

    Amphase

    Didn't work
     
  10. Offline

    hammale

    im here :) ive just been super easy making plugins...
     
  11. Offline

    TheBeast808

    I made a thread for this, but I'm going to post it here in the hopes that one of you can solve this:


    I recently switched to a new server, and now I'm getting errors I've never gotten before. The server will run fine for a couple of hours, and then it starts to spam errors like this:

    Code:
    16:30:59 [WARNING] Task of 'NoLagg' generated an exception
    java.lang.NullPointerException
            at net.minecraft.server.RegionFile.a(SourceFile:374)
            at net.minecraft.server.RegionFileCache.a(SourceFile:73)
            at net.minecraft.server.ServerNBTManager.e(SourceFile:54)
            at net.minecraft.server.WorldServer.saveLevel(WorldServer.java:252)
            at com.bergerkiller.bukkit.nolagg.AutoSaveChanger$1.run(AutoSaveChanger.java:43)
            at com.bergerkiller.bukkit.nolagg.logging.TimedWrapper.run(TimedWrapper.java:17)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:503)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Code:
    16:32:15 [SEVERE] java.lang.NullPointerException
    16:32:15 [SEVERE]      at net.minecraft.server.RegionFile.a(SourceFile:289)
    16:32:15 [SEVERE]      at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    16:32:15 [SEVERE]      at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:166)
    16:32:15 [SEVERE]      at java.io.FilterOutputStream.close(FilterOutputStream.java:160)
    16:32:15 [SEVERE]      at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:129)
    16:32:15 [SEVERE]      at net.minecraft.server.ChunkRegionLoader.c(ChunkRegionLoader.java:116)
    16:32:15 [SEVERE]      at net.minecraft.server.FileIOThread.b(SourceFile:29)
    16:32:15 [SEVERE]      at net.minecraft.server.FileIOThread.run(SourceFile:22)
    16:32:15 [SEVERE]      at java.lang.Thread.run(Thread.java:636)
    At first, I had no clue why this was happening. However, after I experienced some other errors, it seems to because I have too many open files. I googled a fix for this, and I ended up raising the max number of file descriptors allowed, but I still have this issue.
    Running cat /proc/sys/fs/file-nr shows that only about 1216/362590 of them are being used, which means there shouldn't be a problem. Here is a list of the plugins I run:
    Code:
    Plugins: Minequery, ScheduledAnnouncer, WorldEdit, BlockHat, AutoHelp, CommandBook, Buycraft, Spout, Help, Vault, LogBlockQuestioner, PermissionsEx, Multiverse-Core, Jail, WorldGuard, AntiGrief, MineBackup, iConomy, Creativity, TimeFold, Permissions, BKCommonLib, KonseptGate, mcbans, Modifyworld, PluginInfo, NoCheat, Votifier, MyWarp, FalseBookCore, CleanroomGenerator, Residence, WorldBorder, ChatManager, CommandIConomy, FalseBookBlock, LogBlock, dynmap, NoLagg, FalseBookIC, FalseBookExtra, VanishNoPacket
    If anybody thinks they know another reason for this, or they have a solution, please post it.
     
  12. Offline

    hammale

    correct me if im wrong but you do have chatManager enabled right? if you have iChat/HeroChat/god knows what chat i recomend u go with PEX's built in chat manager, its super simple to use. To check if its enabled open up /plugins/ChatManager/config.yml and make sure enable: is set to true :)

    TheBeast808 looks to be a NoLagg error...do you have the most recent version?

    EDIT: although it seems to be some kind of world error. if updating NoLagg doesnt fix it maybe try removing all the NoLagg config files and letting them regenerate?

    Roelith yeah thats defiantly pail, do u have the most recent version?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  13. Offline

    TheBeast808

    I'm up to date on NoLagg, but I'm pretty sure it isn't causing it. The error is related to the plugin trying to access any file. Similar errors are cast for most of my other plugins, but I just posted the NoLagg one as an example.
     
  14. Offline

    Wolf3141

    I'm having another problem. Not exactly bukkit related I think, but I'm sure its something simple I managed to overlook.
    My server has worked fine today until right now, I am able to connect to my server, but others, such as myself on my laptop, can't. The weird thing is I get this on the top right which I don't recall seeing before. Looks like I'm running my server in a different way, but I didn't change anything but add a few mods.
    http://s1142.photobucket.com/albums/n618/Wolf4141/?action=view&current=unt.png
    This appears as a red icon on other computers. I've already double checked Hamachi (I know I should port forward, but I'm not right now), and everyone (including my pref file) is using the right IP
     
  15. Offline

    hammale

    hmmm try removing all plugins and see if it still errors. if it doesnt add them back one by one till it breaks

    dumb question but everyone trying to connect is using hamachi rite? in order to run a hamachi server everyone MUST have hamachi. in case u havent noticed i HAAAAATE hamachi :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  16. Offline

    Wolf3141

    I know. Most server pros HATE hamachi. But for a private server, it does the job. Yep, my laptop has Hamachi installed I had my laptop account hooked up to the server earlier this morning. I've double checked, the laptop Hamachi group is using my desktop Hamachi group correctly.
     
  17. Offline

    hammale

    hmm not knowing much about hamachi can i see your server.properties? for normal servers the ip field has to be blank and i think its the same way for hamachi...
     
  18. Offline

    Wolf3141

    Hmm actually everytime I (on the desktop) hit multiplayer my server does this:
    http://s1142.photobucket.com/albums/n618/Wolf4141/?action=view&current=Unt2.png
    Strange, I'm not even clicking "Join session" just everytime I hit multiplayer it does that on my .bat

    As for the server.properties, I'll post this in a sec. Though I doubt they're the problem, they haven't been configured since my last working server time.

    EDIT: http://s1142.photobucket.com/albums/n618/Wolf4141/?action=view&current=pref.png
     
  19. Offline

    hammale

    try setting server-ip to nothing (blank)
     
  20. Offline

    Wolf3141

    Does exactly the same thing. I think Hamachi automatically sets your preference file's IP adress regardless of whats there. Not sure though :)
     
  21. Offline

    hammale

    has it ever worked? and if it did when did it stop working?
     
  22. Offline

    Wolf3141

    About two hours ago it stopped working. I used to run it with my laptop when I was testing out mods.
     
  23. Offline

    hammale

    so the only thing you changed was the computer you run the server on?
     
  24. Offline

    Wolf3141

    Nope. Desktop is running the server now and before.
     
  25. Offline

    sillyrosster

    Uhm, I just got this. Randomly.

    Code:
    19.02 20:36:28 [Server] SEVERE    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    19.02 20:36:28 [Server] SEVERE    at java.io.DataOutputStream.flush(DataOutputStream.java:123)
    19.02 20:36:28 [Server] SEVERE    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    19.02 20:36:28 [Server] SEVERE    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.socketWrite0(Native Method)
    19.02 20:36:28 [Server] SEVERE java.net.SocketException: Broken pipe
    19.02 20:36:28 [Server] SEVERE    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    19.02 20:36:28 [Server] SEVERE    at java.io.DataOutputStream.flush(DataOutputStream.java:123)
    19.02 20:36:28 [Server] SEVERE    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    19.02 20:36:28 [Server] SEVERE    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    19.02 20:36:28 [Server] SEVERE    at java.net.SocketOutputStream.socketWrite0(Native Method)
    19.02 20:36:28 [Server] SEVERE java.net.SocketException: Broken pipe
     
  26. Offline

    Roelith

    I really appreciate you guys getting back to me. :D I can see how it might be Pail now looking at it! Only problem is that... I haven't seen an update for Pail in many many months. Is that wrong? Maybe I'm in the wrong places.
     
  27. Offline

    billofbong

    Don't worry about that. That's just someone closing minecraft instead of pressing escape and "Quit To main Menu"ing, although it might be a problem if that gets spammed all the time?

    This is for any user you try to login as on that specific computer, right?
    If it's just one user, try deleting <that user's name>.dat from the world/players folder.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  28. Offline

    Wolf3141

    That worked perfectly,
    I love you guys :)
     
  29. Offline

    billofbong

    No problem ;)
     
  30. Offline

    acetech09

Thread Status:
Not open for further replies.

Share This Page