Question Hey so I have this error

Discussion in 'Bukkit Help' started by William696969, Dec 19, 2017.

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

    William696969

    ---- Minecraft Crash Report ----
    // Don't do that.
    Time: 12/11/17 3:35 PM
    Description: Exception in server tick loop
    java.net.UnknownHostException: PhantomSkyBlock
    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_12_R1.DedicatedServer.init(DedicatedServer.java:166)
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522)
    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.12.2
    Operating System: Windows 10 (x86) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 939787672 bytes (896 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xmx1024M -Xms1024M
    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:92)
    at org.bukkit.craftbukkit.v1_12_R1.CraftCrashReport.call(CraftCrashReport.java:21)
    at net.minecraft.server.v1_12_R1.CrashReportSystemDetails.a(SourceFile:78)
    at net.minecraft.server.v1_12_R1.CrashReport.h(CrashReport.java:128)
    at net.minecraft.server.v1_12_R1.CrashReport.<init>(CrashReport.java:35)
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:572)
    at java.lang.Thread.run(Unknown Source)
    Profiler Position: N/A (disabled)
    Is Modded: ~~ERROR~~ NullPointerException: null
    Type: Dedicated Server (map_server.txt)

    Hey so I have this error and I looked threw all three of the forums I could find about it and it said to make sure your ip line is empty and mine is
    Server-ip=

    so I don't know what the problem might be

    if anyone knows please tell me
     
  2. Offline

    Zombie_Striker

    @William696969
    The is the base-minecraft crash report. This basically just says that an error occurred.

    Can you post the console logs? You can find the full console logs in the /logs/recent.txt file.
     
  3. Offline

    William696969

    [17:51:30] [Server thread/INFO]: Starting minecraft server version 1.12.2
    [17:51:30] [Server thread/INFO]: Loading properties
    [17:51:30] [Server thread/INFO]: Default game type: SURVIVAL
    [17:51:30] [Server thread/INFO]: Generating keypair
    [17:51:30] [Server thread/INFO]: Starting Minecraft server on *:25565
    [17:51:30] [Server thread/INFO]: Using default channel type
    [17:51:30] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.IllegalStateException: failed to create a child event loop
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.ServerConnection$1.a(SourceFile:61) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.ServerConnection$1.init(SourceFile:58) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.LazyInitVar.c(SourceFile:10) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.ServerConnection.a(SourceFile:127) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:178) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Bukkit-45c8386]
    at java.lang.Thread.run(Unknown Source) [?:?]
    Caused by: io.netty.channel.ChannelException: failed to open a new selector
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:149) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[craftbukkit.jar:git-Bukkit-45c8386]
    ... 13 more
    Caused by: java.io.IOException: Unable to establish loopback connection
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:?]
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:?]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
    at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[?:?]
    at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[?:?]
    at java.nio.channels.Pipe.open(Unknown Source) ~[?:?]
    at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[?:?]
    at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[?:?]
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:173) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:149) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[craftbukkit.jar:git-Bukkit-45c8386]
    ... 13 more
    Caused by: java.net.SocketException: Permission denied: connect
    at sun.nio.ch.Net.connect0(Native Method) ~[?:?]
    at sun.nio.ch.Net.connect(Unknown Source) ~[?:?]
    at sun.nio.ch.Net.connect(Unknown Source) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source) ~[?:?]
    at java.nio.channels.SocketChannel.open(Unknown Source) ~[?:?]
    at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source) ~[?:?]
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:?]
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[?:?]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
    at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[?:?]
    at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[?:?]
    at java.nio.channels.Pipe.open(Unknown Source) ~[?:?]
    at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[?:?]
    at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[?:?]
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:173) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:149) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[craftbukkit.jar:git-Bukkit-45c8386]
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[craftbukkit.jar:git-Bukkit-45c8386]
    ... 13 more
    [17:51:30] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Willi\Desktop\Server\.\crash-reports\crash-2017-12-19_17.51.30-server.txt
    [17:51:30] [Server thread/INFO]: Stopping server

    @Zombie_Striker
     
    Last edited by a moderator: Dec 20, 2017
  4. Offline

    Garroth

    when i load my server it stops and says startup script ./start.sh does not exist, stopping server
     
  5. Offline

    Zombie_Striker

    @Garroth
    Based on what I have searched, it seems that your issue is that something is preventing the server from accessing your router. Make sure you port-forwarded correctly, and that your computer is allowed to use the 25565 port.
     
  6. Offline

    Garroth

    But thats not all, it keeps crashing for no reason.
     
  7. Offline

    Zombie_Striker

    @Garroth
    Do you mean the crash that you already posted? If so, it is crashing because there is an issue with the portforwarding/ access to port 25565.

    Have you accessed your router? Are you sure your computer is allowed to use port 25565? Are you sure there are no other computers/applications running on that port?
     
  8. Offline

    timtower Administrator Administrator Moderator

    @William696969 Are you able to start the server with an administrator account?

    @Garroth Please make your own thread for this.
     
  9. Offline

    Zombie_Striker

    @Garroth
    Are you having the exact same error message as the original poster? If not, create a new thread and post your error message there.
     
  10. Offline

    William696969

    what do you mean by admin account like the owner of the computer kind of thing? @timtower
     
  11. Offline

    timtower Administrator Administrator Moderator

    Yes
     
  12. Offline

    William696969

  13. Offline

    William696969

    so...
    its been a while
     
Thread Status:
Not open for further replies.

Share This Page