Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

AMP has issues on port 25565, but not other ports

  • 1.6K Views
  • Last Post 24 April 2019
  • Topic Is Solved
Orchface posted this 23 April 2019

I successfully started McMyAdmin on AMP, and it runs the server fine. However, when I try to connect with my Minecraft client, I get "io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information". The server appears to be OK, since my ping is at 3ms and the server MOTD appears. When I click Join Server, it gets stuck on "Connecting to Server" for about 30-60 seconds, and then I get the AnnotatedConnectException message.

I have triple checked that both the network and computer firewalls allow two-way traffic through port 25565 for the game server and port 8080 for the webserver. I don't have any antivirus, VPN, proxy, or game enhancers enabled either. The weird thing is, I can connect on every port EXCEPT 25565. In the log, you can see that I tried changing the server to port 25566 and 8090. After I port forwarded, both of these ports worked, and my client was able to connect with no issues. It's only on port 25565 where I get the error. I tried resetting my router, completely removing and reinstalling AMP, flushing my DNS, disabling all firewalls, restarting the computer, and reinstalling the game. None of these have worked.

Details: Running AMP Hawking Starman 1.7.4.1 with a McMyAdmin Professional License, Windows 10 x64, UAC Enabled, latest Java version, and full administrator access (but not on the default admin account). Server is PaperSpigot 1.13.2, no mods.

This is the latest AMP log:

[21:52:22] [System Info]          : Starting AMPService version 1.7.4.1 (Hawking Starman), built 11/04/2019 

13:12
[21:52:22] [System Info]          : Release spec: Release - built by CUBECODERS/BuildBot on CCL-DEV
[21:52:22] [GSMyAdmin Warning]    : Current time zone is set to Mountain Standard Time - Servers should ideally be UTC to avoid time-zone related issues
[21:52:22] [System Info]          : OS: Windows / x86_64
[21:52:22] [System Info]          : CPU: AMD Ryzen Threadripper 1920X 12-Core Processor (12C/24T)
[21:52:22] [System Info]          : AMP Instance ID: 47d6572e-4d9e-4aa5-b9fd-286daa626003
[21:52:24] [System Info]          : Checking for AMP updates...
[21:52:25] [Core Info]            : Websockets are enabled.
[21:52:25] [GSMyAdmin Notice]     : Running as McMyAdmin 3
[21:52:25] [GSMyAdmin Info]       : Loaded MinecraftModule version 1.0.0.3 by CubeCoders Limited
[21:52:26] [GSMyAdmin Info]       : Loaded EmailSender version 1.0.0.0 by CubeCoders Limited
[21:52:26] [GSMyAdmin Info]       : Loaded FileManager version 1.0.0.0 by CubeCoders Limited


[21:52:26] [GSMyAdmin Info]       : Loaded PushBulletPlugin version 1.0.0.0 by CubeCoders Limited
[21:52:26] [GSMyAdmin Info]       : Loaded LocalFileBackupPlugin version 1.0.0.0 by CubeCoders Limited
[21:52:26] [GSMyAdmin Info]       : Licence Present: McMyAdmin Professional Edition (Licenced to [redacted])
[21:52:27] [GSMyAdmin Info]       : Webserver started on 0.0.0.0:8080
[21:52:27] [WebServer Warning]    : RouterTimer@10Hz with 2 jobs started
[21:52:27] [Minecraft Warning]    : The jar file you are trying to start is owned by DESKTOP-ETUT94D\Testing, but AMP is running as NT AUTHORITY\NETWORK SERVICE which may prevent the server from starting - you should use the AMP file manager to add files to your server to avoid permissions issues.
[21:52:27] [Minecraft Info]       : Java located at C:\Program Files\Java\jdk-12.0.1\bin\java.exe
[21:52:27] [Minecraft Info]       : Hash for spigot.jar: 0d26f8992b9e02f4a1cec2b38a41c026
[21:52:27] [Minecraft Info]       : Using 'Paper_Spigot' compatibility mode.
[21:58:00] [Minecraft Info]       : Application stop requested
[22:09:26] [GSMyAdmin:Anonymous Activity] : Authentication attempt for user Admin from 192.168.1.254
[22:09:27] [GSMyAdmin:Admin Activity] : Authentication success
[22:10:52] [GSMyAdmin:Admin Activity] : Changing setting MinecraftModule.MinecraftSettings.PortNumber to 25566
[22:10:57] [System:Admin Activity] : Stopping the application.
[22:11:00] [System:Admin Activity] : Starting the application.
[22:11:00] [Minecraft:Admin Warning] : The jar file you are trying to start is owned by DESKTOP-ETUT94D\Testing, but AMP is running as NT AUTHORITY\NETWORK SERVICE which may prevent the server from starting - you should use the AMP file manager to add files to your server to avoid permissions issues.
[22:11:00] [Minecraft:Admin Info] : Java located at C:\Program Files\Java\jdk-12.0.1\bin\java.exe
[22:11:00] [Minecraft:Admin Info] : Hash for spigot.jar: 0d26f8992b9e02f4a1cec2b38a41c026
[22:11:00] [Minecraft:Admin Info] : Using 'Paper_Spigot' compatibility mode.
[22:11:40] [System:Admin Activity] : Stopping the application.
[22:11:40] [Minecraft:Admin Info] : Application stop requested
[22:11:53] [GSMyAdmin:Admin Activity] : Changing setting MinecraftModule.MinecraftSettings.PortNumber to 8090
[22:11:55] [System:Admin Activity] : Starting the application.
[22:11:55] [Minecraft:Admin Warning] : The jar file you are trying to start is owned by DESKTOP-ETUT94D\Testing, but AMP is running as NT AUTHORITY\NETWORK SERVICE which may prevent the server from starting - you should use the AMP file manager to add files to your server to avoid permissions issues.
[22:11:55] [Minecraft:Admin Info] : Java located at C:\Program Files\Java\jdk-12.0.1\bin\java.exe
[22:11:55] [Minecraft:Admin Info] : Hash for spigot.jar: 0d26f8992b9e02f4a1cec2b38a41c026
[22:11:55] [Minecraft:Admin Info] : Using 'Paper_Spigot' compatibility mode.

Any help is much appreciated.

Order By: Standard | Newest | Votes
Mike posted this 24 April 2019

In that case your firewall rules and/or port forwarding rules aren't setup correctly. You can use netstat locally to check if it's listening.

If you can connect from another machine on the same network, the issue is with your port forwarding. If you can't, then it's a firewall issue.

https://github.com/CubeCoders/AMP/wiki/Diagnosing-Connectivity-Issues

Orchface posted this 23 April 2019

What error do you get when you try to use 25565?

Only on port 25565, the client gets stuck on "Connecting to Server" for about 30-60 seconds, and then displays:

io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information

As for the AMP log, there doesn't seem to be an error other than

[Minecraft:Admin Warning] : The jar file you are trying to start is owned by DESKTOP-ETUT94D\Testing, but AMP is running as NT AUTHORITY\NETWORK SERVICE which may prevent the server from starting - you should use the AMP file manager to add files to your server to avoid permissions issues.

Mike posted this 23 April 2019

What error do you get when you try to use 25565?

Close