Console won't open AND End of Stream prob

Discussion in 'Bukkit Help' started by SpectrumCrafter, Apr 1, 2013.

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

    SpectrumCrafter

    NOTE: SERER HAS BEEN FIXED IM ONLY HAVING PROBS WITH THE CONSOLE NOW!
    Ok so first here are some facts:

    OS: Windows

    MC Version: latest

    Bukkit: 1.5

    Java: 7

    CONSOLE PROB:
    _________________________
    I open my server by double clicking the craftbukkit.java file.

    My run.bat: Files\Java\jre7\bin\javaw.exe” -Xmx512M -Xms512M -jar craftbukkit.jar
    PAUSE
    (I'm not sure if that's the EXACT thing but I know it's close)

    so when I open my double click the RUN file it pops up and say blah blah blah press any key to continue and it doesn't work! So that's why I double click the java file.
     
  2. Offline

    Iroh

    1.5 is not a supported build.
     
  3. Offline

    SpectrumCrafter

    But it was working 2days ago Iroh
     
  4. Offline

    Iroh

    Do you know what changes you have made since then?
     
  5. Offline

    SpectrumCrafter

    All I have done is changed my run file from java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE to what I have above and note that I didn't that WHILE my server was not working and obviously It didn't help Iroh
     
  6. Offline

    zack6849

    Sounds as if you need to check your port forarwarding, sometimes when your pc reboots it's assigned a new internal ip address: ex 192.168.1.2 could change to 192.168.1.5

    Check it via ipconfig
     
  7. Offline

    SpectrumCrafter

    Well for some reason ipconfig doesn't work for me but I got on my ipad and checked the IP address from there and it's still the same. zack6849 and my other vanilla server works fine (25564)

    Alright here's the news, randomly my server started working again and I think it's because I "refreshed" my portfotward and I thank zack6849 for that and Iroh for helping but I still do not have a console popping so that's the main focus now.

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

    zack6849

    What do you mean "console popping"?
     
  9. Offline

    SpectrumCrafter

    zack6849 whoops meant console popping up. When I double the the run file it says blah blah blah click any key to continue then it closes. So I double click the .jar file but now I need the console
     
  10. Offline

    zack6849

    i need to see your batch files contents, and i need to know the EXACT error.
     
  11. Offline

    SpectrumCrafter

    C:\Program Files\Java\jre7\bin\javaw.exe” -Xmx512M -Xms512M -jar craftbukkit.jar

    PAUSE

    thats the exact batch file and the error is: (First its the batch file and where its located and all then it says) C:/program is not recognized as in internal or external command,operable program or batch file (Then it repeats the location of the file ending with >PAUSE) Thats it. Iroh zack6849

    Wow I just found out I have a 64 bit computer but did everything on 32 bit.....will this info help? Iroh zack6849

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

    Iroh

    What do you mean did everything 32 bit? You set up bukkit the same for both don't you?
     
  13. Offline

    zack6849

    try changing it to just
    SpectrumCrafter
    Echo off
    java -jar -Xmx512M -Xms512M craftbukkit.jar
    pause

    edit: oh look i managed to tag two people.
     
  14. Offline

    SpectrumCrafter

    Oh thnx it woked! but for some reason it says server already running on port and i have my other vanilla server running on 25564 not the smae as my bukkit(25565) so how do i fix that thnx zack6849

    Um, nevermind@zack6849 ignore the post at the top. I did what you said and it popped up as working but my server is not on when its on. Plus all the commands dont work. So I have no idea whats going on, it also has many [SEVERE] errors in in. Help!

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

    Maihym

    Your using javaw.exe it's supposed to be java.exe, javaw.exe is for minecraft itsself.
     
  16. Offline

    zack6849

    Incorrect, which java executable he uses is irrelevant.
    Show me the errors please.
     
  17. Offline

    SpectrumCrafter

    theres tons
    theres so many! Is there anyway I can copy and paste the console?

    also my server is not working again!

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

    zack6849

    The server.log file has the consoles text, copy the entire error from there and put it on pastie.org, then link me to it.
     
  19. Offline

    SpectrumCrafter

  20. Offline

    cnaude

    It looks like you are running out of memory for your JVM.
    Change "-Xmx512M -Xms512M " to "-Xmx1024M -Xms1024M" in your bat file.
     
Thread Status:
Not open for further replies.

Share This Page