Havent used bukkit for months.... now it wont work even thought i put my new IP... please help!!

Discussion in 'Bukkit Help' started by AcExLegends, Oct 2, 2015.

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

    AcExLegends

    Im running on windows 10 by the way, and im getting this error message everytime i start up:
    ---- Minecraft Crash Report ----
    // Don't be sad, have a hug! <3

    Time: 10/2/15 6:18 PM
    Description: Exception in server tick loop

    java.net.UnknownHostException: 172.2.29.76
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source)
    at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getAllByName(Unknown Source)
    at java.net.InetAddress.getAllByName(Unknown Source)
    at java.net.InetAddress.getByName(Unknown Source)
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:123)
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
    at java.lang.Thread.run(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Windows 8.1 (x86) version 6.3
    Java Version: 1.8.0_40, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 34006224 bytes (32 MB) / 70582272 bytes (67 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 1 total; -Xmx1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    CraftBukkit Information:
    Running:
    Failed to handle CraftCrashReport:
    java.lang.NullPointerException
    at org.bukkit.Bukkit.getName(Bukkit.java:86)
    at org.bukkit.craftbukkit.v1_8_R1.CraftCrashReport.call(CraftCrashReport.java:20)
    at net.minecraft.server.v1_8_R1.CrashReportSystemDetails.a(SourceFile:78)
    at net.minecraft.server.v1_8_R1.CrashReport.h(CrashReport.java:43)
    at net.minecraft.server.v1_8_R1.CrashReport.<init>(CrashReport.java:32)
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:557)
    at java.lang.Thread.run(Unknown Source)

    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'Spigot'
    Type: Dedicated Server (map_server.txt)
     
  2. Offline

    Tecno_Wizard

    @AcExLegends, this indicates an invalid host IP. Do you have the IP value in server.properties empty?
     
    Boomer likes this.
  3. Offline

    AcExLegends

    @Tecno_Wizard
    This is what I have right now:
    #Minecraft server properties
    #Fri Oct 02 18:20:31 EDT 2015
    spawn-protection=16
    query.port=25565
    generator-settings=
    force-gamemode=false
    allow-nether=true
    gamemode=0
    enable-query=false
    player-idle-timeout=0
    difficulty=1
    spawn-monsters=true
    op-permission-level=4
    resource-pack-hash=
    announce-player-achievements=false
    pvp=false
    snooper-enabled=true
    level-type=DEFAULT
    hardcore=false
    enable-command-block=true
    max-players=25
    network-compression-threshold=256
    max-world-size=29999984
    server-port=25565
    debug=false
    server-ip=172.2.29.76
    spawn-npcs=true
    allow-flight=false
    level-name=world
    view-distance=10
    resource-pack=
    spawn-animals=true
    white-list=false
    generate-structures=true
    online-mode=true
    max-build-height=256
    level-seed=
    enable-rcon=false
    motd=[LegendsCraft] Skyblock\! Offline from 6 A.M to 2\:30 P.M EST
     
  4. Offline

    oceantheskatr

    Change server-ip=172.2.29.76 to server-ip=
     
  5. Offline

    Tecno_Wizard

    @oceantheskatr, to be perfectly honest, idk why bukkit put that in there in the first place. Clear the IP and everything will work perfectly again.
     
    oceantheskatr and blok601 like this.
  6. Offline

    oceantheskatr

    I know right?
     
Thread Status:
Not open for further replies.

Share This Page