• 0

    posted a message on "io.netty.channel.abstractchannel$annotatedconnectexception connection refused" when making a server

    ok so I didn't do anything at all and after alot of trails IDK why it works now

    Posted in: Server Support and Administration
  • 0

    posted a message on "io.netty.channel.abstractchannel$annotatedconnectexception connection refused" when making a server

    so I've been trying to make a minecraft server on my laptop but this message keeps popping up whenever trying to join it

    "io.netty.channel.abstractchannel$annotatedconnectexception connection refused"

    .


    here some info :

    -laptop is connected to wifi

    -it's on windows 10

    -minecraft version 1.15.2

    -tried both spigot and vanilla (two different servers)

    -server wont work on my desktop computer with both wifi and ethernet (wont work on local or public)

    .


    heres what I did about it :

    -allowing java in the firewall

    -allowing the port (25565) in the firewall


    -checking if ip and port was the correct one (tried to connect aswell with "localhost")

    -did "netsh winsock reset" in the cmd of windows

    -checked if I was opening the right port at the right ip


    -checked my port at "whatsmyip.org"

    - connect my laptop to ethernet

    -restarted my PC

    -restarted my router


    Server properties file :


    #Minecraft server properties
    #Sun Feb 02 20:42:57 CET 2020
    spawn-protection=16
    max-tick-time=60000
    query.port=25565
    generator-settings=
    force-gamemode=false
    allow-nether=true
    enforce-whitelist=false
    gamemode=survival
    broadcast-console-to-ops=true
    enable-query=false
    player-idle-timeout=0
    difficulty=easy
    spawn-monsters=true
    broadcast-rcon-to-ops=true
    op-permission-level=4
    pvp=true
    snooper-enabled=true
    level-type=default
    hardcore=false
    enable-command-block=false
    max-players=20
    network-compression-threshold=256
    resource-pack-sha1=
    max-world-size=29999984
    function-permission-level=2
    rcon.port=25575
    server-port=25565
    server-ip=
    spawn-npcs=true
    allow-flight=false
    level-name=world
    view-distance=10
    resource-pack=
    spawn-animals=true
    white-list=false
    rcon.password=
    generate-structures=true
    max-build-height=256
    online-mode=true
    level-seed=
    use-native-transport=true
    prevent-proxy-connections=false
    enable-rcon=false
    motd=A Minecraft Server


    despite all of this I can't seem to fix this bug and it's anoying me if someone knows whats going on please tell me

    thank you in advance if you find why.

    Posted in: Server Support and Administration
  • 0

    posted a message on "io.netty.channel.abstractchannel$annotatedconnectexception connection refused" when making a server

    #Minecraft server properties
    #Sun Feb 02 20:42:57 CET 2020
    spawn-protection=16
    max-tick-time=60000
    query.port=25565
    generator-settings=
    force-gamemode=false
    allow-nether=true
    enforce-whitelist=false
    gamemode=survival
    broadcast-console-to-ops=true
    enable-query=false
    player-idle-timeout=0
    difficulty=easy
    spawn-monsters=true
    broadcast-rcon-to-ops=true
    op-permission-level=4
    pvp=true
    snooper-enabled=true
    level-type=default
    hardcore=false
    enable-command-block=false
    max-players=20
    network-compression-threshold=256
    resource-pack-sha1=
    max-world-size=29999984
    function-permission-level=2
    rcon.port=25575
    server-port=25565
    server-ip=
    spawn-npcs=true
    allow-flight=false
    level-name=world
    view-distance=10
    resource-pack=
    spawn-animals=true
    white-list=false
    rcon.password=
    generate-structures=true
    max-build-height=256
    online-mode=true
    level-seed=
    use-native-transport=true
    prevent-proxy-connections=false
    enable-rcon=false
    motd=A Minecraft Server

    Posted in: Server Support and Administration
  • 0

    posted a message on "io.netty.channel.abstractchannel$annotatedconnectexception connection refused" when making a server

    so I've been trying to make a minecraft server on my laptop but this message keeps popping up whenever trying to join it
    "io.netty.channel.abstractchannel$annotatedconnectexception connection refused"
    .

    here some info :
    -laptop is connected to wifi
    -it's on windows 10
    -minecraft version 1.15.1
    -tried both spigot and vanilla (two different servers)
    -server work on my desktop computer with both wifi and ethernet
    .

    heres what I did about it :
    -allowing java in the firewall
    -allowing the port (25565) in the firewall

    -checking if ip and port was the correct one (tried to connect aswell with "localhost")
    -did "netsh winsock reset" in the cmd of windows
    -checked if I was opening the right port at the right ip

    -checked my port at "whatsmyip.org"
    -restarted my PC
    -restarted my router

    despite all of this I can't seem to fix this bug and it's anoying me if someone knows whats going on please tell me

    thank you in advance if you find why.

    Posted in: Server Support and Administration
  • To post a comment, please .