Help! Bukkit tells me my port in use and its not!

Discussion in 'Bukkit Help' started by Semirotta, Oct 11, 2011.

Thread Status:
Not open for further replies.
  1. [​IMG]

    Code:
    2011-10-11 13:29:46 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-11 13:29:46 [INFO] Loading properties
    2011-10-11 13:29:46 [INFO] Starting Minecraft server on 192.168.1.33:25565
    2011-10-11 13:29:46 [WARNING] **** FAILED TO BIND TO PORT!
    2011-10-11 13:29:46 [WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
    2011-10-11 13:29:46 [WARNING] Perhaps a server is already running on that port?
    
    Can you help me what to do?
    Yesterday = Server works fine.
    For night i shut down my router.
    This morning comes this and keeps coming all the time.
    I have deleted & re-set my ports for minecraft in my routers port forwards , ive tested changing the port into 25555 instead of 25565 and it wont help.
    I dont know why this comes and i cant get this work, any1 know what to do?

    Bukkit 1240 & 1317 tested and both bring the same.
    Using windows 7 , 64 bit.
     
  2. Offline

    Rwembee

    Have you restarted your server? Its possible you have a copy of the server running, so you could kill any java processes.
     
  3. server shuts down always when i go sleep when the computer shuts down. I close it with stop command and it tells me to press anykey to close the server window... I have no java's running or anything which would keep the server "alive" and still it keeps pushing this
     
  4. Offline

    Rwembee

    Actually, I should have asked if your server-ip: in your server.properties is empty.
    It should be empty in most cases.
     
  5. Offline

    McEvan

    Try CTRL+ALT+DEL>Windows Task Manger>Processes>Press J(To get to java faster)> End all the Java Processes you have running.
     
  6. There are NO java stuff running, how could there be if the computer was shut down?

    server-ip=192.168.1.33

    coz the 192.168.1.33 ip is port forwarded.
     
  7. Offline

    Rwembee

    So you have multiple network ports(possibly virtual) on the machine? If you don't, leave it empty
    I'm thinking your DHCP lease ended and that interface has a new local IP.
     
  8. wtf is DHCP? and what to do to fix this shit? :D

    Ive had multiple network ports for 192.168.1.33 ip many times.. Minecraft server,terraria and tried age of empires 3 which we didnt get to work-.- cant play LAN game with friend
     
  9. Offline

    Rwembee

    ARGH, I hate crossing terminology. By ports on that line, I meant jack, socket, or network card.

    If you only have one network card, and no virtual IP's, then leave the server-ip: blank in your server.properties.

    Open a command prompt and type ipconfig. Check the IP you have, and compare it to your router port forwarding settings.

    DHCP is the service your router runs to give all computers inside your network an IP without having to manually configure them. They have a lease time, sometimes days or months, so it doesn't run out of IPs.
     
  10. i opened prompt and typed ipconfig : 192.168.1.33 reads there also.
    My server did work yesterday but now it keeps telling me that the damn port is in use.. no idea of why
     
  11. Offline

    Yudaz

    Just try leave "server-ip:" empty and see if it works!
     
  12. works
    How does people connect now? with same ip as they used to ?:O

    EDIT IT DIDNT WORK :D
    This starts coming when i start up!
    Code:
    ....[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-10-12 10:41:34 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-10-12 10:41:35 [INFO] Entities enhanced[0] subclassed[1]
    2011-10-12 10:41:37 [INFO] LWC: Loading shared objects
    2011-10-12 10:41:37 [INFO] LWC: Protection cache: 0/10000
    2011-10-12 10:41:37 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-10-12 10:41:37 [INFO] [Permissions] (Yeti) was initialized.
    2011-10-12 10:41:37 [INFO] [LogBlock] Version check: Your version is up to date
    2011-10-12 10:41:37 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    2011-10-12 10:41:40 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
        at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:295)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
        ... 23 more
    2011-10-12 10:41:40 [SEVERE] [LogBlock] Error while loading: 
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:40 [INFO] CleanroomGenerator version 0.0.4 is enabled!
    2011-10-12 10:41:40 [INFO] NoFloatingTrees 0.4.2: Enabled.
    2011-10-12 10:41:40 [INFO] [Pail] Initializing...
    2011-10-12 10:41:40 [INFO] [Pail] Setting up themes...
    2011-10-12 10:41:40 [INFO] [Pail] Registering events...
    2011-10-12 10:41:40 [INFO] [Pail] Loading interface...
    2011-10-12 10:41:41 [INFO] [Pail] Setting up window...
    2011-10-12 10:41:41 [INFO] [Pail] Pail 0.7.5 Enabled
    2011-10-12 10:41:41 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-10-12 10:41:41 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-12 10:41:41 [INFO] Preparing level "SemiCraft"
    2011-10-12 10:41:41 [INFO] Default game type: 0
    2011-10-12 10:41:41 [INFO] Preparing start region for level 0 (Seed: 2045867)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:268)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-12 10:41:42 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-12 10:41:42 [SEVERE] java.lang.NoSuchFieldException: cache
    2011-10-12 10:41:42 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:226)
    2011-10-12 10:41:42 [SEVERE]     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
    2011-10-12 10:41:42 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    ...
    
     
  13. Offline

    XeroHunter

    Yes, your server ip should be blank if you are portforwarding it. (Otherwise it wouldn't work, most tutorials says not to if portforwarded. Put hamachi ip if using hamachi though..).

    How they connect? Your IP. Check that out at: www.ipchicken.com or www.canyouseeme.org . or if you intending to use Dynamic DNS to replace your IP like No-IP.com then you should use that instead (Make sure the address that you create is up to date with your current ip or the ip that is portforwarded).

    Your problem? From what I can tell.. it's either your plugins are not working as it should be. Try putting them out, and put them back in, then starting the server, one by one and see if they work.

    Doesn't work? I suggest re-downloading the plugins and make sure they are up to date.

    I hope this helps, but I advise that I am no expert. So don't blame me if it all goes wrong.
    -XeroHunter.
     
  14. Offline

    Wulfspider

    The MySQL error for LogBlock is likely the database denying remote connections, the other LogBlock error is likely because it's outdated for the CraftBukkit build you are using, and the Spout issue is because you are using an old version of Spout that isn't compatible with the build of CraftBukkit you are using.

    Also, if it says the port is in use, then you likely have another instance if it running that didn't get closed.
     
  15. ok wtf
    Ok wtf why the server DID WORK earlier and suddently did this? It used to work just fine...
     
  16. Offline

    Yudaz


    You see its first when the server gets online, then SQL server starts, and thats why it worked earlier... Fix your SQL and it will be fine, and yes your friends would connect to you Public IP (Also called ipchicken.com ip...)
     
  17. how do i fix my SQL? do iremove the old Lib stuff which i copied and where to get H2 , MySQL or such to use ?
     
  18. Offline

    Yudaz

    Ehm, first what everyone do wrong... Have you completely downloaded MySQL? So you have a program you can start that is named MySQL server?

    https://github.com/DiddiZ/LogBlock/wiki/Installation

    - If you read this, then you would probably know what i mean? :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  19. im sorry im stupid with these, i read but i dont understand all information and stuff given.
    I have no idea what the Lib folder stuff is for expect for storage mcmmo etc. data..... :D
    Ill have a look ur link

    EDIT:

    ive done what the installation guide tells. i dont understand still why it wont work
    i changed the host from localhost to my ip , it still gives that error it cant connect
     
  20. Offline

    Yudaz

    Got teamviewer? (hard to explain)
     
  21. Offline

    Rwembee

    Stop using permissions 3. Who knows what problems that is causing while using new CB builds.
    I'm basing this off of your "second part" log. Move to PEX or bPermissions
     
  22. Offline

    Yudaz

    Disagree...
     
  23. Offline

    Rwembee

    @Yudaz About that he is, or that he should stop using it?

    Code:
    2011-10-12 15:00:45 [SEVERE] Error occurred (in the plugin loader) while disabling Permissions v3.1.6 (Is it up to date?
     
  24. Offline

    Yudaz

    That something he have done wrong in either configuiration or downloading...
     
  25. What permissions to use if not 3.1.6? i dont know how to get new and how to configure them :/

    Same question... Where to get and how to configure etc.
    Im horrible with permissions but i dont believe these proplems alone come from permissions, the plugins cant handle MySQL -.-
     
  26. Offline

    Rwembee

    @Semirotta , if you didn't delete your old perms settings, bPermissions has a converter for perms 3 I think.

    Did you ever get a mysql server running for it to talk to even?
     
  27. never heard of bPermissions :|
    and i dont know about mysql, ive had h2 for mcmmo usually i think i dont have anymore and ive not had any proplems with mysql etc. before i dont know :D i think they have worked out?

    Downloaded BlockLog v21 instead.

    Chatmanager = dont know the plugin it must be come with logblock plugin , i removed it. :)
    People can join now but friend of mine said he gets massive lags? :D

    Code:
    2011-10-13 14:08:27 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-13 14:08:27 [INFO] Loading properties
    2011-10-13 14:08:27 [INFO] Starting Minecraft server on *:25565
    2011-10-13 14:08:27 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-13 14:08:27 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-13 14:08:27 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-13 14:08:27 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-13 14:08:27 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126-g35eac7a-b1317jnks (MC: 1.8.1)
    2011-10-13 14:08:27 [INFO] [PermissionsEx] sql backend registered!
    2011-10-13 14:08:27 [INFO] [PermissionsEx] file backend registered!
    2011-10-13 14:08:27 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-13 14:08:28 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-13 14:08:28 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-13 14:08:28 [INFO] LWC: Loading shared objects
    2011-10-13 14:08:28 [INFO] LWC: Protection cache: 0/10000
    2011-10-13 14:08:28 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-10-13 14:08:28 [INFO] [PermissionsEx] Initializing file backend
    2011-10-13 14:08:28 [INFO] NoFloatingTrees 0.4.2: Enabled.
    2011-10-13 14:08:28 [INFO] [Pail] Initializing...
    2011-10-13 14:08:28 [INFO] [Pail] Setting up themes...
    2011-10-13 14:08:28 [INFO] [Pail] Registering events...
    2011-10-13 14:08:28 [INFO] [Pail] Loading interface...
    2011-10-13 14:08:28 [INFO] [Pail] Setting up window...
    2011-10-13 14:08:28 [INFO] [Pail] Pail 0.7.5 Enabled
    2011-10-13 14:08:29 [INFO] Spout 1.0.6.449 has been initialized
    2011-10-13 14:08:29 [INFO] Preparing level "Semicraft"
    2011-10-13 14:08:29 [INFO] Default game type: 0
    2011-10-13 14:08:29 [INFO] Preparing start region for level 0 (Seed: -283675889)
    2011-10-13 14:08:29 [INFO] [BetterSleep] - v0.3.3 loaded.
    2011-10-13 14:08:29 [INFO] [BlockLog] If you have just updated BlockLog, Please delete
    2011-10-13 14:08:29 [INFO] [BlockLog] the config so it can add new config!
    2011-10-13 14:08:30 [INFO] [BlockLog] BlockLog version 21.1 has been enabled!
    2011-10-13 14:08:30 [INFO] CommandBook 1.6-customized enabled.
    2011-10-13 14:08:30 [SEVERE] CommandBook: Unable to read default configuration: config.yml
    2011-10-13 14:08:30 [SEVERE] CommandBook: Unable to read default configuration: kits.txt
    2011-10-13 14:08:30 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-13 14:08:30 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-13 14:08:30 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-10-13 14:08:30 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-10-13 14:08:30 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-13 14:08:30 [INFO] CraftBukkitUpToDate version 2.6.7 is enabled!
    2011-10-13 14:08:30 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-13 14:08:30 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-13 14:08:30 [INFO] creaturebox: Permissions enabled using: PermissionsEx v1.15
    2011-10-13 14:08:30 [INFO] creaturebox version 0.7.8b is enabled!
    2011-10-13 14:08:30 [INFO] [iConomy - Celty] Enabled (15 ms)
    2011-10-13 14:08:30 [INFO] [iMOTD] iMOTD has been enabled.
    2011-10-13 14:08:30 [INFO] [iMOTD] Created by CainFoool
    2011-10-13 14:08:30 [INFO] Found and will use plugin Permissions v2.7.7
    2011-10-13 14:08:30 [INFO] [ItemMessage] version 1.4 by Schwarzer Zylinder is enabled.
    2011-10-13 14:08:30 [INFO] [MultiHome] Using Permissions for permissions system.
    2011-10-13 14:08:30 [INFO] [MultiHome] Version 0.1 loaded.
    2011-10-13 14:08:30 [INFO] Pearl of Peace v1.7 enabled...
    2011-10-13 14:08:30 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-13 14:08:30 [INFO] CButD: CraftBukkit is up to Date
    2011-10-13 14:08:30 [INFO] [PermissionsEx] v1.15 enabled
    2011-10-13 14:08:30 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-13 14:08:30 [INFO] [PlayerStatus] Found Permissions Bridge. Using SuperPerms
    2011-10-13 14:08:30 [INFO] PlayerStatus version 2.3 is enabled!
    2011-10-13 14:08:30 [INFO] PlgEssentials version 4.6 is enabled!
    2011-10-13 14:08:30 [INFO] PlgSetspawn version 5.0 is enabled!
    2011-10-13 14:08:30 [INFO] [Pylamo RPG] Plugin has been enabled.
    2011-10-13 14:08:30 [INFO] [Rakamak] Rakamak activation... Security is yours
    2011-10-13 14:08:30 [INFO] Rakamak version 3.5 is enabled. Plugin provided by [Erwyn & Dorpaxio]
    2011-10-13 14:08:30 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    2011-10-13 14:08:30 [INFO] [SimplePlayerList]Found and will use plugin Permissions v2.7.7
    2011-10-13 14:08:30 [INFO] [SimplePlayerList] v1.2 for CB#1060 has been enabled!
    2011-10-13 14:08:30 [INFO] [Sortal] Starting to load warps..
    2011-10-13 14:08:30 [INFO] [Sortal] 0 warps loaded!
    2011-10-13 14:08:30 [INFO] [Sortal] Starting to load signs..
    2011-10-13 14:08:30 [INFO] [Sortal] 0 signs loaded!
    2011-10-13 14:08:30 [INFO] [Sortal] iConomy found but not used due to settings
    2011-10-13 14:08:30 [INFO] [Sortal] Permissions found, but not using!
    2011-10-13 14:08:30 [INFO] [Sortal] Permissions found, but not using!
    2011-10-13 14:08:30 [INFO] [Sortal] Enabled! It took 62.487573ms!
    2011-10-13 14:08:30 [INFO] SupplySign: ShowErrorsInClient=true
    2011-10-13 14:08:30 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
    2011-10-13 14:08:30 [INFO] SupplySign loaded 1202 items.
    2011-10-13 14:08:30 [INFO] SupplySign loaded 16 kits from kits.yml.
    2011-10-13 14:08:30 [INFO] SupplySign version 1.8.0 is enabled!
    2011-10-13 14:08:30 [INFO] WorldEdit 4.7 enabled.
    2011-10-13 14:08:30 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-10-13 14:08:30 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-13 14:08:30 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-13 14:08:30 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2011-10-13 14:08:30 [WARNING] WorldGuard blacklist does not exist.
    2011-10-13 14:08:30 [INFO] WorldGuard: (Semicraft) Single session is enforced.
    2011-10-13 14:08:30 [INFO] WorldGuard: (Semicraft) TNT ignition is PERMITTED.
    2011-10-13 14:08:30 [INFO] WorldGuard: (Semicraft) Lighters are PERMITTED.
    2011-10-13 14:08:30 [INFO] WorldGuard: (Semicraft) Lava fire is blocked.
    2011-10-13 14:08:30 [INFO] WorldGuard: (Semicraft) Fire spread is UNRESTRICTED.
    2011-10-13 14:08:30 [INFO] WorldGuard: Loaded configuration for world 'Semicraft"
    2011-10-13 14:08:30 [WARNING] WorldGuard: Region file for world "Semicraft" missing or inaccessible.
    2011-10-13 14:08:30 [INFO] WorldGuard 5.3 enabled.
    2011-10-13 14:08:31 [INFO] BookWorm 'Spout' support enabled.
    2011-10-13 14:08:31 [INFO] BookWorm v1.7 loaded!
    2011-10-13 14:08:31 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    2011-10-13 14:08:31 [INFO] [ChatManager] ChatManager disabled!
    2011-10-13 14:08:31 [INFO] [mcMMO] PermissionsEx found, using PermissionsEx.
    2011-10-13 14:08:31 [INFO] Loading Config File...
    2011-10-13 14:08:33 [INFO] mcMMO version 1.1.16 is enabled!
    2011-10-13 14:08:33 [INFO] mcMMO is keeping usage stats an. To opt-out for whatever bizarre reason, check plugins/stats.
    2011-10-13 14:08:33 [INFO] [dynmap] Using Permissions 2.7.7 for access control
    2011-10-13 14:08:33 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-13 14:08:34 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-13 14:08:34 [INFO] [dynmap] Loaded 7 lightings.
    2011-10-13 14:08:34 [INFO] [dynmap] Loaded 2 maps of world 'Semicraft'.
    2011-10-13 14:08:34 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-10-13 14:08:34 [INFO] [dynmap] version 0.23 is enabled
    2011-10-13 14:08:34 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-10-13 14:08:35 [INFO] LWC: Permissions API: PEXPermissions
    2011-10-13 14:08:35 [INFO] LWC: Currency API: iConomy6Currency
    2011-10-13 14:08:35 [INFO] LWC: Loading SQLite
    2011-10-13 14:08:35 [INFO] LWC: Using: Native
    2011-10-13 14:08:35 [INFO] LWC: Precached 0 protections.
    2011-10-13 14:08:35 [INFO] LWC: At version: 3.53 (b294)
    2011-10-13 14:08:35 [INFO] [MultiWorld] Enabling MultiWorld
    2011-10-13 14:08:35 [INFO] [MultiWorld] Defaulting to default permissions
    2011-10-13 14:08:35 [INFO] [MultiWorld] load complete
    2011-10-13 14:08:35 [INFO] [MultiWorld] v1.9.0 enabled.
    2011-10-13 14:08:35 [INFO] [NoLagg] Auto-save field bound to 'u'!
    2011-10-13 14:08:35 [INFO] NoLagg version 1.3 is enabled!
    2011-10-13 14:08:35 [INFO] WorldBorder version 1.4.3 loading
    2011-10-13 14:08:35 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2011-10-13 14:08:35 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-10-13 14:08:35 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
    2011-10-13 14:08:35 [INFO] For reference, the main world's spawn location is at X: 32 Y: 64 Z: 256
    2011-10-13 14:08:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-13 14:08:35 [INFO] Done (0.612s)! For help, type "help" or "?"
    2011-10-13 14:08:35 [INFO] New max size: 484
    2011-10-13 14:08:35 [INFO] New max size: 784
    
    
    Mcmmo doesnt work ? :E
    i tried command /mcc and it gives this
    it seems like permissionsEX dont work with it or something, i also need to know how to make ADMIN group besides NORMAL players.

    EDIT:
    Yep the permissions does not work well, i try use commands but each and every command gives me errors :( all with same kind of stuff which is down there

    ->

    Code:
    2011-10-13 14:19:02 [INFO] [Rakamak] semirotta is identified.
    2011-10-13 14:20:04 [INFO] [Announcement] Ask for admins to protect your areas
    2011-10-13 14:21:35 [INFO] [Announcement] Ask for admins if youve found out someone griefing or breaking the rules
    2011-10-13 14:22:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mcc' in plugin mcMMO v1.1.16
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.util.regex.PatternSyntaxException: Illegal repetition
    {dimensiondoor\.info=true}
        at java.util.regex.Pattern.error(Unknown Source)
        at java.util.regex.Pattern.closure(Unknown Source)
        at java.util.regex.Pattern.sequence(Unknown Source)
        at java.util.regex.Pattern.expr(Unknown Source)
        at java.util.regex.Pattern.compile(Unknown Source)
        at java.util.regex.Pattern.<init>(Unknown Source)
        at java.util.regex.Pattern.compile(Unknown Source)
        at ru.tehkode.permissions.PermissionEntity.isMatches(PermissionEntity.java:539)
        at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(PermissionEntity.java:507)
        at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(PermissionEntity.java:502)
        at ru.tehkode.permissions.PermissionUser.getMatchingExpression(PermissionUser.java:867)
        at ru.tehkode.permissions.PermissionEntity.has(PermissionEntity.java:136)
        at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:97)
        at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:67)
        at com.gmail.nossr50.mcPermissions.permission(mcPermissions.java:78)
        at com.gmail.nossr50.mcPermissions.partyChat(mcPermissions.java:208)
        at com.gmail.nossr50.command.Commands.processCommands(Commands.java:462)
        at com.gmail.nossr50.mcMMO.onCommand(mcMMO.java:264)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  28. Offline

    Rwembee

    when was the last time you updated all of your plugins?
     
  29. yesterday. I made all from zero point to this.
    I re-downloaded ALL plugins which makes them all newest possible, i have PermissionsEX instead of permissions 3.1.6 like you guys said. BUT i dont know how to make permissionsEX work :D

    EDIT: we tested today, friend of mine can connect to the server but permissions still fuck up :(
     
  30. Offline

    Rwembee

    get bPerms and use the converter/import your perms3 settings.

    If you have to, manually enter them all in through the console or ingame.
     
Thread Status:
Not open for further replies.

Share This Page