My Server Won't Start

Discussion in 'Bukkit Help' started by RockitWorld, Jul 17, 2013.

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

    RockitWorld

    I Have Run A Server For A While Off My PC then i stopped For about 1 year and now i want to again! So i tried to and this is what the console says:
    sun.launcherhelper.getMainClassFrom <UnknownSource>
    at sun.launcherhelper.checkandloadmain<UnknownSource>

    So Can Someone Help???
     
  2. Offline

    martian3333

    RockitWorld
    Hmmm... what version of java and what version of bukkit are you using?
     
  3. Offline

    Dead-i

    Please provide more info, and paste the full error instead of two lines.
     
  4. Offline

    RockitWorld

    The Newest Version Of Java And the Newest Version Of Bukkit 1.6.2
     
  5. Offline

    martian3333

    RockitWorld
    Okay I'm with Dead-i your startup log or any error log would be useful.
     
  6. Offline

    RockitWorld

    Open This This Is A Video Of The Problem!
     

    Attached Files:

  7. Offline

    Dead-i

    I'm not seeing a video or any link on your last post, but, honestly, logs would probably be more useful. :)
     
  8. Offline

    RockitWorld

    It Was A Photo Of The Server Log
    But Here Is A Photo Of It: Problem.png Problem.png Problem.png
     
  9. what does your start.BAT look like?
    (right click, edit)
     
  10. Offline

    RockitWorld

    This is it:
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
  11. Try this, this is what i use for my start:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    Java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
     
  12. Offline

    RockitWorld

    Still Says The Same Thing In The Console
     
  13. hmm... try re-installing java... that the last thing i can think of trying
     
  14. Offline

    RockitWorld

    Can You Send Me A Link To That?
    Never Mind I Found It!

    Nope, Still Does Not Work

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  15. hmm, well, im out of ideas. It isnt craftbukkit, doesn't seem to be a launcher problem. Its a java problem it seems, but you said you re-installed it. hmm, i dont know. Maby try googling around a bit, good luck.
     
  16. Offline

    RockitWorld

    Ok Thanks
     
  17. Offline

    BurritoBashr

    First lose the capitalizing of every word. What architecture is your machine running and did you download Java for the correct architecture?
     
  18. Offline

    RockitWorld

    Ok I Guess I Can Do That! :) Well i don't know what you mean by architecture but... my computer is Windows 7 if that helps it is 64 bit and yes i downloaded it for 64 bit
     
  19. Make sure your start.bat doesn't say start.bat.bat. I had a similar problem.
     
  20. Offline

    Jade

    Notably, the directory is called "Mine Crack", so fair warning, if you encounter any errors with plugins while running Mine Crack, we won't (and mostly won't be able to) support you. Also note that that may be an error in Bukkit. Uncertain, as I don't run 1.6.2 dev builds, but they are dev builds for a reason.
     
  21. Offline

    RockitWorld

    The Mine Crack Thing Is The Name Of The Folder. And You Might Be Right About Dev. Builds

    It Is Start.bat I Checked

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  22. Offline

    ruepic

    I am having the same issue I am pretty sure it might be the Path
     
  23. Offline

    RockitWorld

    What do u mean by Path?
     
  24. Offline

    ZaynTheGreat

    Try this in your start.bat:
    java -Xmx1024m -Xms1024m -jar craftbukkit.jar
     
  25. Offline

    RockitWorld

    Same Problem: [​IMG]
     
  26. Offline

    Minerva

  27. Offline

    MiniMan1275

    windows 7 does all sorts of odd things with executing files in directories that its not expecting.

    Try changing the start.bat to 'run as administrator' which can either be done using a right click or by going into the files properties and doing it there.

    Might help.
     
  28. Offline

    RockitWorld

    Nope it didn't work said the same thing :(

    How do you know this will work? Also will this delete any of the files on my computer?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  29. Offline

    STTL

    Can you show us a screenshot of your server directory? We can compare it to our server's files :)
     
  30. Offline

    Minerva

    Try it, or don't. Up to you.
     
Thread Status:
Not open for further replies.

Share This Page