Help, java 7 bukkit problem

Discussion in 'Bukkit Help' started by Kristian3DS, Jul 14, 2012.

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

    Kristian3DS

    hi guys i have a little bukkit problem and i hope you can help
    yesterday i updated to java 7u5 and then i was editing the batch file from:

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    to:

    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    %ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    it starts the server but when i try to login it's saying "lost connection"
    Please help

    it's saying:

    182 recipes
    27 achievements
    10:45:39 [INFO] Starting minecraft server version 1.2.5
    10:45:39 [INFO] Loading properties
    10:45:39 [INFO] Starting Minecraft server on 5.37.175.72:25564
    10:45:41 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0
    -b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    10:45:45 [INFO] [Punishmental] Loading Punishmental v2.97
    10:45:45 [INFO] [LapisPortals] Loading LapisPortals v1.2.1
    10:45:45 [INFO] [WorldEdit] Loading WorldEdit v5.3
    10:45:45 [INFO] [jCommands] Loading jCommands v1.0.8
    10:45:45 [INFO] [uHome] Loading uHome v1.4.1
    10:45:45 [INFO] [PlgSetspawn] Loading PlgSetspawn v5.0
    10:45:45 [INFO] [UltraSmite] Loading UltraSmite v1.1
    10:45:45 [INFO] [Lockette] Loading Lockette v1.6
    10:45:45 [INFO] [SignLift] Loading SignLift v1.22
    10:45:45 [INFO] [ProtectBlock] Loading ProtectBlock v1.2
    10:45:45 [INFO] [AntiCreeper3] Loading AntiCreeper3 v3.5.1
    10:45:45 [INFO] [MagicalSpells] Loading MagicalSpells v1.41
    10:45:45 [INFO] [ChestShop] Loading ChestShop v3.42
    10:45:46 [INFO] Preparing level "world"
    10:45:46 [INFO] Default game type: 0
    10:45:47 [INFO] Preparing start region for level 0 (Seed: 322397661955211148)
    10:45:49 [INFO] Preparing spawn area: 0%
    10:45:50 [INFO] Preparing spawn area: 8%
    10:45:51 [INFO] Preparing spawn area: 20%
    10:45:52 [INFO] Preparing spawn area: 32%
    10:45:53 [INFO] Preparing spawn area: 44%
    10:45:54 [INFO] Preparing spawn area: 56%
    10:45:55 [INFO] Preparing spawn area: 69%
    10:45:56 [INFO] Preparing spawn area: 81%
    10:45:57 [INFO] Preparing spawn area: 97%
    10:45:57 [INFO] Preparing start region for level 1 (Seed: -2314404034957269117)
    10:45:58 [INFO] Preparing spawn area: 16%
    10:45:59 [INFO] Preparing spawn area: 48%
    10:46:00 [INFO] Preparing spawn area: 69%
    10:46:01 [INFO] Preparing spawn area: 73%
    10:46:02 [INFO] Preparing start region for level 2 (Seed: -2314404034957269117)
    10:46:02 [INFO] Preparing spawn area: 0%
    10:46:03 [INFO] Preparing spawn area: 52%
    10:46:03 [INFO] [Punishmental] Enabling Punishmental v2.97
    10:46:03 [INFO] [Punishmental]: Commands READY
    10:46:04 [INFO] [LapisPortals] Enabling LapisPortals v1.2.1
    10:46:04 [INFO] No Vault found: perm/econ disabled for this plugin!
    10:46:04 [INFO] Loaded: plugins\LapisPortals\Portals.dat
    10:46:04 [INFO] LapisPortals 1.2.1 is now enabled.
    10:46:04 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    10:46:04 [INFO] WEPIF: Using the Bukkit Permissions API.
    10:46:05 [INFO] [jCommands] Enabling jCommands v1.0.8
    10:46:05 [INFO] [jCommands] Loading players.yml
    10:46:05 [INFO] [jCommands] Loading config.yml
    10:46:05 [INFO] [jCommands] Initializing Commands.
    10:46:05 [INFO] [jCommands] Initializing Events
    10:46:05 [INFO] [jCommands] jCommands v1.0.8 enabled.
    10:46:05 [INFO] [uHome] Enabling uHome v1.4.1
    10:46:07 [INFO] [uHome] Database is up-to-date.
    10:46:07 [INFO] [uHome] 0 homes loaded
    10:46:07 [INFO] [uHome] 0 invites loaded
    10:46:07 [INFO] [uHome] Using localization: English (en)
    10:46:07 [INFO] [PlgSetspawn] Enabling PlgSetspawn v5.0
    10:46:07 [INFO] PlgSetspawn version 5.0 is enabled!
    10:46:07 [INFO] [UltraSmite] Enabling UltraSmite v1.1
    10:46:07 [INFO] UltraSmite version 1.1 is now enabled :)
    10:46:07 [INFO] [Lockette] Enabling Lockette v1.6
    10:46:07 [INFO] [Lockette] Version 1.6 is being enabled! Yay! (Core version 1.
    3.2)
    10:46:07 [INFO] [Lockette] Detected craftbukkit build [2222] ok.
    10:46:07 [INFO] [Lockette] Custom lockable block list: [116, 84, 57]
    10:46:07 [INFO] [Lockette] Using ops file for admin permissions.
    10:46:07 [INFO] [Lockette] Ready to protect your containers.
    10:46:07 [INFO] [SignLift] Enabling SignLift v1.22
    10:46:07 [INFO] [SignLift] Version 1.22 - Copyright 2012 - Shannon Wynter (http:
    //fremnet.net) is enabled
    10:46:07 [INFO] [SignLift] Note: This is not an open source program, decompilati
    on and modification is strictly prohibited
    10:46:07 [INFO] [ProtectBlock] Enabling ProtectBlock v1.2
    10:46:07 [INFO] [ProtectBlock] Protect Block Started.
    10:46:07 [INFO] [ProtectBlock] Config file loaded!
    10:46:07 [INFO] [ProtectBlock] Protect Block Version: 1.2. Enabled :D
    10:46:07 [INFO] [ProtectBlock] Permission config loaded!
    10:46:07 [INFO] [ProtectBlock] Op's can destroy protected blocks.
    10:46:07 [INFO] [ProtectBlock] ProtectBlock will be enabled on login
    10:46:08 [INFO] [ProtectBlock] Have read save file
    10:46:08 [INFO] [AntiCreeper3] Enabling AntiCreeper3 v3.5.1
    10:46:08 [INFO] [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
    10:46:08 [INFO] [MagicalSpells] Enabling MagicalSpells v1.41
    10:46:08 [INFO] [MagicalSpells] ~~~MagicalSpells~~~ #Squish000
    10:46:09 [INFO] [ChestShop] Enabling ChestShop v3.42
    10:46:09 [INFO] [ChestShop] Lockette version 1.6 loaded.
    10:46:10 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:46:11 [INFO] Done (25,243s)! For help, type "help" or "?"
    10:46:20 [INFO] /5.37.175.72:51250 lost connection
    10:46:26 [WARNING] Could not get information about this CraftBukkit version; per
    haps you are running a custom one?: SocketException
    10:46:46 [INFO] Kristian3DS [/5.37.175.72:51253] lost connection
    10:46:52 [INFO] [Metrics] Connection reset
    10:46:52 [SEVERE] java.net.SocketException: Connection reset
    10:46:52 [SEVERE] at java.net.SocketInputStream.read(Unknown Source)
    10:46:52 [SEVERE] at java.net.SocketInputStream.read(Unknown Source)
    10:46:52 [SEVERE] at java.io.BufferedInputStream.fill(Unknown Source)
    10:46:52 [SEVERE] at java.io.BufferedInputStream.read1(Unknown Source)
    10:46:52 [SEVERE] at java.io.BufferedInputStream.read(Unknown Source)
    10:46:52 [SEVERE] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown S
    ource)
    10:46:52 [SEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

    10:46:52 [SEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

    10:46:52 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(Unknown Source)
    10:46:52 [SEVERE] at java.net.URL.openStream(Unknown Source)
    10:46:52 [SEVERE] at Squish000.MagicalWands.Updater.UpdateCheckerThread.ch
    eckforUpdate(UpdateCheckerThread.java:52)
    10:46:52 [SEVERE] at Squish000.MagicalWands.Updater.UpdateCheckerThread.ru
    n(UpdateCheckerThread.java:29)
    10:46:52 [SEVERE] at java.lang.Thread.run(Unknown Source)
    10:46:52 [INFO] [Metrics] Connection reset
    10:47:01 [INFO] Disconnecting Kristian3DS [/5.37.175.72:51253]: Failed to verify
    username! [internal error java.net.SocketException: Connection reset]
    10:47:01 [SEVERE] java.net.SocketException: Connection reset
    10:47:01 [SEVERE] at java.net.SocketInputStream.read(Unknown Source)
    10:47:01 [SEVERE] at java.net.SocketInputStream.read(Unknown Source)
    10:47:01 [SEVERE] at java.io.BufferedInputStream.fill(Unknown Source)
    10:47:01 [SEVERE] at java.io.BufferedInputStream.read1(Unknown Source)
    10:47:01 [SEVERE] at java.io.BufferedInputStream.read(Unknown Source)
    10:47:01 [SEVERE] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown S
    ource)
    10:47:01 [SEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

    10:47:01 [SEVERE] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

    10:47:01 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(Unknown Source)
    10:47:01 [SEVERE] at java.net.URL.openStream(Unknown Source)
    10:47:01 [SEVERE] at net.minecraft.server.ThreadLoginVerifier.run(ThreadLo
    ginVerifier.java:34)
    10:47:08 [WARNING] Could not get latest artifact information: SocketException

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

    EnvisionRed

    This belongs in the bukkit help forum.
     
  3. Offline

    AndyLaw

    Hey guys, I have the same problem about updating to java 7u5.. But I could not find the answer in bukkit help forum, as Envision Red wrote..
    Any concrete suggestions where to find the answer and find the sollution??
     
  4. Offline

    TnT

    Moved to the correct forum.
     
  5. Offline

    rossfudgew

    She had one in here too... But I explained that its something not to worry about because client connections negotiate their own port for the data stream they open with the server.

    Geek speak off, its the way the server directs traffic so it doesn't get mixed up
     
  6. Offline

    Kristian3DS

    rossfudgew HE had one in here too... But I explained that its something not to worry about because client connections negotiate their own port for the data stream they open with the server.

    Geek speak off, its the way the server directs traffic so it doesn't get mixed up
     
  7. Offline

    jacklin213

    so is the problem solved or not?
     
  8. Offline

    Kristian3DS

    I fixed the problem
    I just downloaded a zip file with the jre6 folder and dragged it in to the java bin
    so my minecraf is running java 7 and my server is running java 6
     
  9. Offline

    jacklin213

    ok then
     
Thread Status:
Not open for further replies.

Share This Page