I Cant Connect to my Server

Discussion in 'Bukkit Help' started by pootieloc, Oct 18, 2014.

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

    pootieloc

    Hello, I have a dell poweredge 1950 with ubuntu installed on it. I set up a bukkit server on it and it starts flawlessly, but when I try to join it in minecraft it gives me the following error message: java.net.SocketExeption: Permission Denied
    I can connect to ANY other server. It is only mine that says that when i try to join. Does anyone know the problem? Please help if you know. Thanks.
     
  2. Offline

    tcvs

    pootieloc First have you portforwarded properly/is it hosted by a company or your self. If hosted by your self how are you trying to connect to it? IP or via localhost/internal IP.
     
  3. Offline

    pootieloc

    tcvs I am hosting it, and i was trying to connect with my local/internal ip so I shouldn't have to port forward (correct me if i'm wrong).
     
  4. Offline

    tcvs

    pootieloc You are correct. Do you get any message in your console when you try to connect to the server?
     
  5. Offline

    pootieloc

    tcvs No it just said that error in my client and on the actual list it says cannot connect to server. It doesnt say cant reach server like for servers that are offline. I appears that there is something preventing me from being able to connect
     
  6. Offline

    tcvs

    pootieloc Ok so what do you have in the server address? If it is your IP don't post it just say External IP or Internal IP.
     
  7. Offline

    pootieloc

    tcvs The internal ip
     
  8. Offline

    tcvs

  9. Offline

    pootieloc

    tcvs I dont think that will work because i dont play on the same computer the server is being run on
     
  10. Offline

    tcvs

    pootieloc right ok.... I will have to dwell on this and think about it.
     
  11. Offline

    pootieloc

    tcvs I got the server running :) there is a problem with getting worldguard to work though... Here is the message from the console:

    [22:16:23 ERROR]: Could not load 'plugins/WorldGuard.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    at java.lang.Class.forName0(Native Method) ~[?:1.6.0_33]
    at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_33]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    ... 9 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217) ~[?:1.6.0_33]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_33]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_33]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_33]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_33]
    at java.lang.Class.forName0(Native Method) ~[?:1.6.0_33]
    at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_33]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-29-g48182b4-b3057jnks]
    ... 9 more


    I have no idea what is wrong if you can help please do
     
  12. Offline

    DrPyroCupcake

    If you are not playing on the same computer that your server is running on then it will not work, and you will have to port forward. It looks like you WorldGuard is corrupt so I would re download a new copy.
     
  13. Offline

    Boba4237sdad

    1. Did you open the firewall in the server?
    sudo ufw allow 25565

    2. Did you install WorldEdit?
    WorldGuard depends on WorldEdit
     
Thread Status:
Not open for further replies.

Share This Page