Error, really have no clue what it is.

Discussion in 'Bukkit Help' started by Stealez, May 15, 2011.

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

    Stealez

    Code:
    java.lang.ExceptionInInitializerError
            at net.minecraft.server.StatisticCollector.<clinit>(SourceFile:5)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:31)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:405)
            at org.bukkit.craftbukkit.Main.main(Main.java:87)
    Caused by: java.lang.NullPointerException
            at java.util.Properties$LineReader.readLine(Unknown Source)
            at java.util.Properties.load0(Unknown Source)
            at java.util.Properties.load(Unknown Source)
            at net.minecraft.server.StatisticStorage.<init>(SourceFile:17)
            at net.minecraft.server.StatisticStorage.<clinit>(SourceFile:8)
            ... 4 more
    Press any key to continue . . .
    If you know how to fix this, please help...

    Uhm, help me please?

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

    Jeyge

    Wasn't there something very important right before that error? Should be what plugin caused it. Also, filling out the information in the red link at the top of the page will help anyone to help you.
     
  3. Offline

    Lolmewn

    Copy the full server output for max help output. ;)
     
  4. Offline

    Stealez

    This is from installing the server. No plugins, no folders.

    1. What OS are you using: Windows Vista
    2. What architecture is the OS you are running: x64
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    This gave me yet another error.

    Code:
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  5. Offline

    pomo4ka

    See the file "server.properties" perhaps it wrong.
     
  6. Offline

    Stealez

    There is no server.properties. I only have the batch file and craftbukkit.snapshot whatever it is.
     
  7. Offline

    pomo4ka

  8. Offline

    Stealez

    I already did. I've made bukkit servers before, this recently started happening. Don't know the cause of it either.
     
  9. Offline

    Jeyge

    We don't actually know what "it" is yet as that looks like an incomplete error. A full server.log or console capture would sure help.
     
  10. Offline

    pomo4ka

    You wrote that you do not have a file "server.properties". This file is for the server.
     
  11. Offline

    Stealez

    I only have the server.bat to start craftbukkit-0.0.1-SNAPSHOT.jar
    The batch file gives me that error. No log, nothing.
     
  12. Offline

    pomo4ka

    1. Download server (Minecraft_server.exe or jar): http://www.minecraft.net/download.jsp
    2. Run it, have to create files and folders.
    3. Instead of a file (Minecraft_server.exe or jar) add "craftbukkit-0.0.1-SNAPSHOT.jar" and run.
     
  13. Offline

    iPhysX

    Try these steps..
    1) go to ci.bukkit.org and download the latest build of craftbukkit-0.0.1-SNAPSNOT.jar
    2) overwrite your old one
    3) rename it to cb.jar
    4) open your batch file and use..

    Code:
    @echo off
    java -Xmx1024M -jar cb.jar nogui
    5) run the batch file
    6) report back here :p
     
  14. Offline

    Stealez

    Unable to access jarfile cb.jar
    Press any key to continue . . .

    I tried re-installing Java, and its giving me Error 1723, which I have traced to be:

    Error 1723 is an Install Shield error code. It indicates that the installation process has failed. The exact reason for this error is not known at this time.


    The solutions were to uninstall and reinstall. I can't even uninstall because it gives me the same error again. I tried deleting the java folders from Program Files and Program Files (x86) and it still gives me the same error.
     
  15. Offline

    iPhysX

    are you sure you didnt rename it cb.jar.jar
    because that is an easy mistake to make :/
     
  16. Offline

    Stealez

    im sure.
     
  17. Offline

    iPhysX

  18. Offline

    Stealez

    Error: could not open `C:\Program Files\Java\jre6\lib\amd64\jvm.cfg'
    Press any key to continue . . .

    i renamed cb.jar.jar to cb.jar
    got that.
     
  19. Offline

    nico1287

    It is clearly a java error. Perobably due to a bad instalation of Java.
     
  20. Offline

    iPhysX

  21. Offline

    Stealez

    Uhm, put it where?
     
  22. Offline

    iPhysX

    C:\Program Files\Java\jre6\lib\amd64\jvm.cfg
    thats where it should be..
    so..
    C:\Program Files\Java\jre6\lib\amd64
    put it in there
     
  23. Offline

    Stealez

    I have no java folder in either program files folder. I cant install or uninstall java
     
  24. Offline

    iPhysX

    Last edited by a moderator: Jul 16, 2016
  25. Offline

    Stealez

    I need both?
     
  26. Offline

    iPhysX

    you are going to need JDK to run the server.
    and Jre is pretty mandetory :p
     
  27. Offline

    Stealez

    Nope. Still getting 1723 error.
     
  28. Offline

    iPhysX

    ok is your system definately a x64
     
  29. it appears the java path isn't setup correctly...
     
  30. Offline

    Stealez

    How do I set up a path?
    Yes, I'm completely positive my system is a x64

    Uhm, still needing help. What exactly is a path?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
Thread Status:
Not open for further replies.

Share This Page