SERVER CRASH HELP!!!!!!!!!!!!!!!

Discussion in 'Bukkit Help' started by mmorton89, Aug 1, 2012.

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

    mmorton89

    I keep getting java errors with java 7 and I don't know what it means. I have asked before with no success and I can't seem to keep my server running very long with these errors.

    Can someone tell me what "Failed to write core dump" means? any advise or direction to fix it or any useful information would awesome thanks.
     
  2. Offline

    andrewpo

  3. Offline

    mmorton89

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    2. What architecture is the OS you are running (x64 or x86)?
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    If you run any GNU/Linux, run this command to get all 3:
    Code:
    uname -a && java -version
    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    The build number is displayed in the top of the server.log.

    Now that you've given us all the basics, now we get into the more advanced stuff. Note, if you haven't answered 1-5 yet, answering 6-10 will be almost pointless.

    6. What command are you using to run your CraftBukkit server?
    7. What plugins are you running?
    8. What error are you getting (post your server.log file)?
    9. What have you tried already?
    10. Have you tried any of the things below?

    1. CentOS 6
    2. x64
    3. [root@server ~]# java -version
    java version "1.7.0_05"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)
    [root@server ~]#
    4. NO
    5. 1.2.5-R5.0 #02262

    6. INVOCATION="java -Xms3072M -Xmx6144M -jar $SERVICE nogui"
    7. >pl
    13:21:11 [INFO] Plugins (28): VoxelSniper, Spout, Vault, PermissionsEx, Multiverse-Core, Questioner, dynmap, iConomy, Register, VoxelGadget, Scavenger, BKCommonLib, ButtonCommands, PvPReward, Heroes, Essentials, Jobs, WorldBorder, WorldEdit, Towny, EssentialsSpawn, SpoutWallet, Multiverse-SignPortals, LWC, WorldGuard, Dynmap-Towny, TownyChat, AntiCheat
    8.
    Code:
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x00007f6a6d01d59e, pid=16805, tid=140094472627968
    #
    # JRE version: 7.0_05-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # j  org.getspout.spout.block.SpoutCraftChunk.getBlock(III)Lorg/bukkit/block/Block;+41
    #
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # If you would like to submit a bug report, please visit:
    #  http://bugreport.sun.com/bugreport/crash.jsp
    
    9. just about everything... I keep getting java error and severe errors that crash my server and I have reinstalled EVERYTHING multiple times with no success.
    10. everything but running a vanilla server which I guess I will try after this post.

    It happened again :(

    There error is too big to post on here

    http://pastiebin.com/?page=p&id=5019d2abb1eaf

    Why do all of my java error threads get ignored?

    I posted all the info you wanted yet no reply, I would really like to fix this error.

    Google has not helped me with this issue at all..

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

    quiddyman23

  5. Offline

    mmorton89

    That thread is not the same issue
     
  6. Offline

    chaseoes

    lord0o likes this.
  7. Offline

    mmorton89

    I don't think he knows what is wrong anyway probably just trolling.
     
  8. I recommend unistalling java 7 COMPLETELY! Reinstall Java 6 instead. http://java.com/en/download/manual_v6.jsp

    This solved my problems. Sorry I couldn't actually tell you what was wrong and how to fix it.
     
  9. Offline

    mmorton89

    Yeah I am about to go back to java 6 right now, but my problem is I still got errors with java 6.

    The difference though, is the whole "failed to write core dump" thing. With java 6 I get errors like this.

    Code:
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x00007f3027a12073, pid=5892, tid=139844784400128
    #
    # JRE version: 6.0_33-b04
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V  [libjvm.so+0x4bb073]  void ParScanClosure::do_oop_work<unsigned>(unsigned*, bool, bool)+0x63
    #
    # If you would like to submit a bug report, please visit:
    #  http://java.sun.com/webapps/bugreport/crash.jsp
    
     
  10. Offline

    jacklin213

    did u fulling uninstall java 7
     
  11. Offline

    mmorton89

    I'm not sure what you mean? I installed it with a RPM and I uninstalled it with
    Code:
    rpm -e (java package)
    
     
  12. Offline

    davc

    wrong post -.-
     
    lord0o likes this.
  13. Ok do you have Orebfuscator as a plugin? If you do then Update it or delete it out of your plugins folder. See if that helps. Good Luck!
     
  14. Offline

    mmorton89

    No I don't have orebfuscator. I listed my plugins in the 3rd post of the thread.
     
  15. Offline

    lord0o

    And what? do u get it fixed or not?...i have the same issue.
     
  16. Offline

    Jade

    Locked. Necro.
     
Thread Status:
Not open for further replies.

Share This Page