1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Invalid Java Error

Discussion in 'Bug Reports' started by boboman13, Sep 1, 2013.

  1. boboman13

    boboman13 Member Contributor

    Hi there.
    I'm not sure whether this is a Java bug, LilyPad error, or my fault (probably) but I have gotten this error twice in the terminal so far:

    Code (text):
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x00007f70151605d4, pid=2225, tid=140119248357120
    #
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # J  sun.nio.ch.IOUtil.write(Ljava/io/FileDescriptor;[Ljava/nio/ByteBuffer;IILsun/nio/ch/NativeDispatcher;)J
    #
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # An error report file with more information is saved as:
    # /home/bobotropolis/servers/proxy/hs_err_pid2225.log
    #
    # If you would like to submit a bug report, please visit:
    #  http://bugreport.sun.com/bugreport/crash.jsp
    #
    ./start.sh: line 1:  2225 Aborted                java -server -Xms256M -Xmx256M -jar hub.jar
    It should be self explanatory I guess. In the meantime, I will be switching my start.sh file to an infinite loop to restart after crashes like these, because I can always execute commands afterwards.
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You did?
    Code (text):
    To enable core dumping, try "ulimit -c unlimited" before starting Java again
  3. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

Share This Page