Unable to Access Server, from Local Machine or Otherwise

Discussion in 'Bukkit Help' started by Sigmus_Victus, Mar 24, 2012.

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

    Sigmus_Victus

    Hello everyone,

    First time poster. I recently migrated to a new system and I sat down this morning to set up a fresh minecraft server using Bukkit. I currently however, cannot connect to said server from the machine it's being hosted on or otherwise. I have tried localhost, localhost:25565, my computers local static IP, and my dynamic external ip with no success. below I will post my setup procedure before coninuing, as I may have made a mistake.
    • Downloaded Minecraft Client From Minecraft.net
    • Tested Minecraft Client's connection to Minecraft.net (Valid)
    • Downloaded Minecraft Server From MInecraft.net
    • Downloaded Bukkit from Bukkit.org
    • Installed Bukkit in same directory as Minecraft server
    • Used Notepad++ to set server seed, creative mode, max build height, Server name and MOTD
    • Manually added Exceptions to Firewalls.
    I then started the Server through Bukkit to connect; low and behold I was unable to do so. I then tried some basic troubleshooting:
    • Double Checked Port Forwarding & Local Static IP(Valid)
    • Double Checked FIrewall Exceptions (Valid)
    • Test if able to connect with Firewall disabled (Failed)
    • Remote Access Test (Local Network) (Failed)
    • Remote Access Test (Remote Network) (Failed)
    • Restart Local Machine, then Test (Failed)
    • Restart Network Card & Windows Network Services (No Effect)
    • Run Server in "Vanilla" Mode (Still Unable to connect)
    • Re-Installed Minecraft Client, Fresh Download (Still Unable to connect)
    • Re-installed Server, Fresh Download (Still Unable to connect)
    • Re-Installed Bukkit, Fresh Download (Still Unable to connect)
    • Re-installed Java 64x Software (No Effect)
    The Exact error it's giving me depends on what I do, here are my two most current test cases, with errors:
    • Test Case Alpha-Direct Connection Method
    • Log Into Windows
    • Start MineCraft Sever via Bukkit
    • Check if versions are valid using Pail Sever Manager
    • Start Minecraft Client
    • Log into Minecraft Client
    • Click Multiplayer (No Servers listed)
    • Click Direct Connect
    • type "localhost" Results in "Failed to connect to the server" & "connection timed out:connect"
    • Click back to title screen
    • Click Multiplayer(No Servers listed)
    • Click Direct Connect
    • type "localhost:25565" Results in "Failed to connect to the server" & "connection timed out:connect"
    • Click back to title screen
    • Click Multiplayer(No Servers Listed)
    • Click Direct Connect
    • type my local static ip, Results in "Failed to connect to the server" & "connection timed out:connect"
    • click back to title screen
    • click Multiplayer (No Servers Listed)
    • Click Direct Connect
    • type external dynamic ip, Results in "Failed to connect to the server" & "connection timed out:connect.
    • Test Case Beta-Add Server Method
    • Log Into Windows
    • Start MineCraft Sever via Bukkit
    • Check if versions are valid using Pail Sever Manager
    • Start Minecraft Client
    • Log into Minecraft Client
    • Click Multiplayer (No Servers listed)
    • Click Add Server
    • type "The Sandbox" in Server Name, this is the servers name from the server.properties file
    • type "localhost" in Server Address
    • Multiplayer Server list responds with "Can't Reach Server"
    • Delete Server from list
    • type "The Sandbox" in Server Name, this is the servers name from the server.properties file
    • type "localhost:25565" in Server Address
    • Multiplayer Server list responds with "Can't Reach Server"
    • Delete Server from list
    • type "The Sandbox" in Server Name, this is the servers name from the server.properties file
    • type local static ip in Server Address
    • Multiplayer Server list responds with "Can't Reach Server"
    • Delete Server from list
    • type "The Sandbox" in Server Name, this is the servers name from the server.properties file
    • type external dynamic ip in Server Address
    • Multiplayer Server list responds with "Can't Reach Server"
    • Delete Server from list
    I am running a Windows 7 Ultimate 64-bit Machine, operating behind a LinkSys E2500 Router with up-to-date firmware on both the Router and Machine. Secuirty Software that maybe interfering but I have disabled while troubleshooting is: MalwareBytes, Bullguard Internet Security, Windows Defender & Windows Firewall.

    I am sorry for the lengthy post, but I find when asking for help there is no such thing as "Too much" information, and as a bit of a power user I always enjoy having more information than I need to diagnose an issue rather than "Please help, my server doesn't work" [​IMG]

    Thank you for reading this and I look forward to your input and to becoming a member of your online community!

    ~SigmusVictus
     
  2. Offline

    Wendo

    Firstly, on windows "localhost" defaults to IPv6, so try connecting to 127.0.0.1 and see what happens there.

    Secondly, if you have Bullguard Internet Security and the Windows firewall both running a firewall bad things will happen, you only ever want one firewall running on a computer.

    Also it might be worth posting the contents of the console window on server start to see if anything weird is going on there
     
  3. Offline

    Sigmus_Victus

    Thank you Wendo, here are the results of the troubleshooting you recommended.
    1. Attempting to Connect to 127.0.0.1, Unable to Connect or Find server
    2. Windows Firewall disabled, Bullguard Firewall Enabled, No success
    3. Both Firewalls disabled No success
    4. See Below

    Thank you for your input! hopefully the console helps!

    Code:
    177 recipes
    27 achievements
    22:55:44 [INFO] Starting minecraft server version 1.2.3
    22:55:44 [INFO] Loading properties
    22:55:44 [INFO] Starting Minecraft server on *:25565
    22:55:44 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-
    gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    22:55:44 [SEVERE] Could not load 'plugins\MagnetBlock.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/block/BlockListener
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:148)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:287)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:211)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at com.narrowtux.MagnetBlock.MagnetBlock.<init>(MagnetBlock.java:32)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:144)
            ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListene
    r
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 27 more
    22:55:44 [SEVERE] Could not load 'plugins\Lampstone.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bu
    kkit/event/block/BlockListener
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:148)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:287)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:211)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at se.Izze.Lampstone.Lampstone.<init>(Lampstone.java:22)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:144)
            ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListene
    r
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 27 more
    22:55:45 [INFO] [ServerSaver] Loading ServerSaver v3.0
    22:55:45 [INFO] [SimpleCarts] Loading SimpleCarts v1.5
    22:55:45 [INFO] [Pail] Loading Pail v0.8
    22:55:45 [INFO] [PailPipe] Loading PailPipe v1.0
    22:55:45 [INFO] [iZone] Loading iZone v7.3
    22:55:45 [INFO] [CraftBukkitUpToDate] Loading CraftBukkitUpToDate v2.8.0
    22:55:45 [INFO] [MineralVein] Loading MineralVein v1.1
    22:55:45 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.3-AB
    22:55:45 [INFO] [PailPlus] Loading PailPlus v0.3
    22:55:45 [INFO] [PailStone] Loading PailStone v4.0
    22:55:45 [INFO] [Essentials] Loading Essentials v2.8.4
    22:55:45 [INFO] [LibertasLoader] Loading LibertasLoader v1.2.1
    22:55:45 [INFO] [MagicTorches] Loading MagicTorches v1.0.2
    22:55:45 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.8.4
    22:55:45 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.4
    22:55:45 [INFO] MLog clients using java 1.4+ standard logging.
    22:55:45 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.4
    22:55:45 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.3-AB
    22:55:45 [INFO] [Multiverse-SignPortals] Loading Multiverse-SignPortals v2.3-AB
    22:55:45 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.8.4
    22:55:45 [INFO] [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.3
    -AB
    22:55:45 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.4
    22:55:45 [INFO] [Pail] Enabling Pail v0.8
    22:55:46 [INFO] Preparing level "The Sandbox"
    22:55:46 [INFO] Default game type: 1
    22:55:46 [INFO] Preparing start region for level 0 (Seed: 1737940682)
    22:55:46 [INFO] Preparing start region for level 1 (Seed: 1737940682)
    22:55:47 [INFO] Preparing spawn area: 61%
    22:55:47 [INFO] Preparing start region for level 2 (Seed: 1737940682)
    22:55:47 [INFO] [ServerSaver] Enabling ServerSaver v3.0
    22:55:47 [INFO] [ServerSaver] Loading!
    22:55:47 [INFO] [ServerSaver] Done! ServerSaver Is Now Backing Up Your Worlds!
    22:55:47 [INFO] [SimpleCarts] Enabling SimpleCarts v1.5
    22:55:47 [INFO] [PailPipe] Enabling PailPipe v1.0
    22:55:47 [INFO] [PailPipe] Enabling...
    22:55:47 [INFO] [PailPipe] Updating VIPs
    22:55:47 [INFO] [PailPipe] Loading text... (0)
    22:55:47 [INFO] [PailPipe] text loaded.
    22:55:47 [INFO] [PailPipe] Loading area... (0)
    22:55:47 [INFO] [PailPipe] area loaded.
    22:55:47 [INFO] [PailPipe] Enabled.
    22:55:47 [INFO] [iZone] Enabling iZone v7.3
    22:55:47 [INFO] [iZone v7.3] The Sandbox.pvp = true
    22:55:47 [INFO] [iZone v7.3] The Sandbox_nether.pvp = true
    22:55:47 [INFO] [iZone v7.3] The Sandbox_the_end.pvp = true
    22:55:47 [INFO] [iZone v7.3] Loaded 0 zones
    22:55:47 [INFO] [CraftBukkitUpToDate] Enabling CraftBukkitUpToDate v2.8.0
    22:55:47 [INFO] CraftBukkitUpToDate version 2.8.0 is enabled!
    22:55:47 [INFO] [MineralVein] Enabling MineralVein v1.1
    22:55:47 [INFO] MineralVein version 1.1 is now enabled.
    22:55:47 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.3-AB
    22:55:47 [SEVERE] Error occurred while enabling Multiverse-Core v2.3-AB (Is it u
    p to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors(
    )Ljava/util/ArrayList;
            at com.onarandombox.MultiverseCore.MultiverseCore.getAuthors(MultiverseC
    ore.java:525)
            at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCor
    e.java:212)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    22:55:47 [INFO] [PailPlus] Enabling PailPlus v0.3
    22:55:48 [INFO] [PailStone] Enabling PailStone v4.0
    22:55:48 [INFO] [PailStone] Enabling...
    22:55:48 [INFO] [PailStone]    Loading ICs...
    22:55:48 [INFO] [PailStone]    Scheduling integrity checks...
    22:55:48 [INFO] [PailStone] Enabled.
    22:55:48 [INFO] [Essentials] Enabling Essentials v2.8.4
    22:55:48 [INFO] File not found: plugins\Essentials\jail.yml
    22:55:48 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    22:55:48 [INFO] [LibertasLoader] Enabling LibertasLoader v1.2.1
    22:55:48 [INFO] [ll] Enabled.
    22:55:48 [WARNING] [LibertasLoader] Permissions not detected; defaulting to Bukk
    it permissions.
    22:55:48 [INFO] [MagicTorches] Enabling MagicTorches v1.0.2
    22:55:48 [INFO] [MagicTorches] Initializing MagicTorches
    22:55:48 [INFO] [MagicTorches] Loading config
    22:55:48 [INFO] [MagicTorches] MiniDB found or created. Loading DB
    22:55:48 [INFO] [MagicTorches] Loading 0 magictorch arrays.
    22:55:48 [INFO] [MagicTorches] Initializing commands and events
    22:55:48 [INFO] [MagicTorches] Plugin initialized
    22:55:48 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4
    22:55:48 [WARNING] config broken for xmpp
    22:55:48 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.4
    22:55:48 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    22:55:48 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4
    22:55:48 [INFO] File not found: plugins\Essentials\spawn.yml
    22:55:48 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.3-AB
    22:55:48 [SEVERE] Error occurred while enabling Multiverse-Portals v2.3-AB (Is i
    t up to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors(
    )Ljava/util/ArrayList;
            at com.onarandombox.MultiversePortals.MultiversePortals.getAuthors(Multi
    versePortals.java:310)
            at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(Multive
    rsePortals.java:101)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    22:55:48 [INFO] [Multiverse-SignPortals] Enabling Multiverse-SignPortals v2.3-AB
     
    22:55:48 [SEVERE] Error occurred while enabling Multiverse-SignPortals v2.3-AB (
    Is it up to date?)
    java.lang.NullPointerException
            at com.onarandombox.MultiverseSignPortals.listeners.MVSPPlayerListener.<
    init>(MVSPPlayerListener.java:43)
            at com.onarandombox.MultiverseSignPortals.MultiverseSignPortals.onEnable
    (MultiverseSignPortals.java:63)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    22:55:48 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.8.4
    22:55:48 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by
    MaxMind, available from http://www.maxmind.com/.
    22:55:48 [INFO] [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.
    3-AB
    22:55:48 [SEVERE] Error occurred while enabling Multiverse-NetherPortals v2.3-AB
    (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors(
    )Ljava/util/ArrayList;
            at com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals.getA
    uthors(MultiverseNetherPortals.java:173)
            at com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals.onEn
    able(MultiverseNetherPortals.java:91)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    22:55:48 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4
    22:55:48 [INFO] Server permissions file permissions.yml is empty, ignoring it
    22:55:48 [INFO] Done (2.901s)! For help, type "help" or "?"
    >
     
  4. Offline

    Wendo

    Right, well you've got a LOT of plugins you need to update, all those SEVERE errors are bad :)

    It might actually pay to remove all your plugins temporarily and start the server without them and see if you can connect then. In any case you'll need to update/remove the following once you get connected

    MagnetBlock
    Lampstone
    Multiverse-Core
    Multiverse-Portals
    Multiverse-Signportals
    Multiverse-Netherportals

    You also seems to have EssentialsXMPP completely unconfigured, at which point you might as well remove it.

    You might also want to create this file manually to stop the warning

    plugins\Essentials\jail.yml

    I don't know what Bullguard defaults to when you "disable" the firewall, it may block all incoming connections so you'll probably want to setup an explicit rule to allow connections to TCP port 25565 from any address.

    The best guide I could fine with a quick google is here although it's not perfect

    http://www.bullguard.com/support/pr...all/advanced-and-low-level-rules-(guide).aspx
     
  5. Offline

    c0mp

    I've never used Pail before, so I don't know what you mean when you say, "Check if versions are valid using Pail Sever Manager", which means that I don't know if it's 'checking' what I'm about to point out. Forgive me if this has already been verified.

    But I do see in your log that you're using a 1.2.3 build of CraftBukkit, yet you say you downloaded the client from Minecraft.net, which should be a 1.2.4 client unless you intentionally downgraded, or Pail does that for you.

    Due to the protocol version having been bumped from the last version to the current version, you won't be able to connect to a 1.2.3 server with a 1.2.4 client, which is what it sounds like you may be doing.
     
  6. Offline

    Wendo

    Doh, how did I miss it was still 1.2.3. Course I blame lack of error messages :)
     
  7. Offline

    Sigmus_Victus

    Interesting, Alrighty, I will update the server base tomorrow, and disable those plug-ins and post back with an update! Thanks for the tips!

    Alrighty, I updated the server to 1.2.4; Disabled all my plug-ins just to be safe, still no luck unfortunately, any other suggestions?

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

    Sigmus_Victus

    I also attempted an extra step, just now, attempting to run the server on alternate systems. Same issue; which is odd, save for one system, my personal laptop. As far as I can tell, there are no setting differances as all I did was bring the server file from one machine to the other.
     
  9. Offline

    forresthopkinsa

    HEY, just for anyone having my problem, for the e2500, you have to set your ip to static on the actual 192.168.1.1 page, in:
    basic setup\internet connection setup\internet connection type\change from dhcp to static
    BUT BE CAREFUL! if the numbers are wrong, the results could be fatal!
     
Thread Status:
Not open for further replies.

Share This Page