WorldEdit

WorldEdit

43M Downloads

java.nio.channels.OverlappingFileLockException

LadyCailinBot opened this issue ยท 20 comments

commented

WORLDEDIT-2208 - Reported by boss86741

15:59:45 [INFO] [WorldEdit] Enabling WorldEdit v1254-853db26
15:59:45 [SEVERE] Error occurred while enabling WorldEdit v1254-853db26 (Is it up to date?)
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.FileChannelImpl$SharedFileLockTable.checkList(FileChannelImpl.java:1166)
at sun.nio.ch.FileChannelImpl$SharedFileLockTable.add(FileChannelImpl.java:1068)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:868)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:962)
at java.util.logging.FileHandler.openFiles(FileHandler.java:396)
at java.util.logging.FileHandler.(FileHandler.java:270)
at com.sk89q.worldedit.util.YAMLConfiguration.load(YAMLConfiguration.java:113)
at com.sk89q.worldedit.bukkit.BukkitConfiguration.load(BukkitConfiguration.java:42)
at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:94)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:310)
at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:289)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:248)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:390)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)

In here, there is also an error from multiverse-portals. I have tested this with spigot 1.4 and craftbukkit 1.4 and it is the same error. Plus, The dev build (which is all there is) of 1.4 makes a huge chunk error that can't be escaped.

commented

Comment by boss86741

I have also tried the latest version, same error. This is the version that legendary craft uses and it works for them but not for me. Also, legendary is 1.4 and doing this. I am 1.4 too though.

commented

Comment by sk89q

What's your OS and OS version?

commented

Comment by boss86741

Mac OS X 10.7.4, Lion, Java 7.

commented

Comment by sk89q

Did you update Java when you changed to 1.4 as well?

You're not using /reload either, right?

I suspect it's because both Bukkit and WE have a file handle to the config.yml file, but no one has had an issue before.

commented

Comment by boss86741

I will update java. If this does not work, I will submit further issues. I am not using /reload. Whenever I stop the server or restart the server, it is /stop.

commented

Comment by boss86741

Hi sk89q, with updated java, not jut world edit and multiverse don't work, but herochat (my main chat plugin) stopped working too! It still says 'Is it up to date?'. I re-installed them and they still didn't work. Also, the craftbukkit dev builds for 1.4.2 still do the huge chunk error that can't be escaped so I am stuck using spigot.

commented

Comment by sk89q

What version of Java? Can you post your entire server. log?

commented

Comment by boss86741

ok, 1 min

commented

Comment by boss86741

17:15:38 [INFO] [PermissionsEx] sql backend registered!
17:15:38 [INFO] [PermissionsEx] file backend registered!
17:15:38 [INFO] [PermissionsEx] PermissionEx plugin initialized.
17:15:38 [SEVERE] Could not load 'plugins/HeroicDeath.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:152)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:246)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:222)
at net.minecraft.server.ServerConfigurationManagerAbstract.(ServerConfigurationManagerAbstract.java:50)
at net.minecraft.server.ServerConfigurationManager.(SourceFile:11)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at com.herocraftonline.squallseed31.heroicdeath.HeroicDeath.(HeroicDeath.java:26)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListener
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 28 more
17:15:38 [SEVERE] ebean.properties not found
17:15:38 [INFO] DataSourcePool [ModTRS] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
17:15:39 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
17:15:39 [INFO] Entities enhanced[0] subclassed[2]
17:15:39 [INFO] While loading iConomy (plugins/iconomy.jar) found old-data folder: plugins/iconomy next to the new one: plugins/iConomy
17:15:40 [SEVERE] Could not load 'plugins/SimpleReserve.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:152)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:246)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:222)
at net.minecraft.server.ServerConfigurationManagerAbstract.(ServerConfigurationManagerAbstract.java:50)
at net.minecraft.server.ServerConfigurationManager.(SourceFile:11)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at com.bukkit.tj007razor.simplereserve.SimpleReserve.(SimpleReserve.java:18)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 28 more
17:15:40 [INFO] While loading AutoRank (plugins/Autorank.jar) found old-data folder: plugins/Autorank next to the new one: plugins/AutoRank
17:15:40 [INFO] [LagMeter] Loading LagMeter v1.9.0
17:15:40 [INFO] [EnjiinShopBridge] Loading EnjiinShopBridge v1.3.1
17:15:40 [INFO] [Spout] Loading Spout v1345
17:15:40 [INFO] [Vault] Loading Vault v1.2.16-b184
17:15:40 [INFO] [SpawnMob] Loading SpawnMob v3.0
17:15:40 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
17:15:40 [SEVERE] null initializing Multiverse-Core v2.4-b527 (Is it up to date?)
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1017)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:1154)
at java.util.logging.FileHandler.openFiles(FileHandler.java:414)
at java.util.logging.FileHandler.(FileHandler.java:287)
at com.onarandombox.MultiverseCore.utils.DebugLog.(DebugLog.java:39)
at com.onarandombox.MultiverseCore.MultiverseCore.onLoad(MultiverseCore.java:177)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:251)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:222)
at net.minecraft.server.ServerConfigurationManagerAbstract.(ServerConfigurationManagerAbstract.java:50)
at net.minecraft.server.ServerConfigurationManager.(SourceFile:11)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
17:15:40 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.4
17:15:40 [INFO] [PermissionsEx] Initializing file backend
17:15:40 [INFO] [kTriggers] Loading kTriggers v1.3-b35 for Bukkit 1.2.3-R0.1
17:15:40 [INFO] [ChatCensor] Loading ChatCensor v1.8
17:15:40 [INFO] [CapsGuard] Loading CapsGuard v2.0
17:15:40 [INFO] [SpawnerAdjuster] Loading SpawnerAdjuster v1.6.0
17:15:40 [INFO] [ModTRS] Loading ModTRS v2.1
17:15:40 [INFO] [HatMe] Loading HatMe v2.0.0
17:15:40 [INFO] [iConomy] Loading iConomy v8.0a
17:15:40 [INFO] [ServerJobs] Loading ServerJobs v0.5
17:15:40 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.5
17:15:40 [INFO] [DisableMobs] Loading DisableMobs v1.2.2
17:15:40 [INFO] [CommandHelper] Loading CommandHelper v3.3.0
17:15:40 [INFO] [OpenInv] Loading OpenInv v1.8.7
17:15:40 [INFO] [BKCommonLib] Loading BKCommonLib v1.33
17:15:40 [INFO] [Lockette] Loading Lockette v1.6
17:15:40 [INFO] [ClearLag] Loading ClearLag v1.4
17:15:40 [INFO] [Votifier] Loading Votifier v1.9
17:15:40 [INFO] [Herochat] Loading Herochat v5.6.5-b198
17:15:40 [INFO] [Tips] Loading Tips v1.1.1
17:15:40 [INFO] [Essentials] Loading Essentials v2.9.4
17:15:40 [INFO] [WorldEdit] Loading WorldEdit v1254-853db26
17:15:40 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.4
17:15:40 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
17:15:40 [INFO] [Enjin Minecraft Plugin] Loading Enjin Minecraft Plugin v2.3.4-bukkit
17:15:40 [INFO] [LogBlock] Loading LogBlock v1.59
17:15:40 [INFO] [LogBlock] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
17:15:40 [SEVERE] [LogBlock] [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(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
at com.mysql.jdbc.MysqlIO.(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.(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
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(DriverManager.java:579)
at java.sql.DriverManager.getConnection(DriverManager.java:221)
at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:73)
at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:243)
at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:89)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:251)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:222)
at net.minecraft.server.ServerConfigurationManagerAbstract.(ServerConfigurationManagerAbstract.java:50)
at net.minecraft.server.ServerConfigurationManager.(SourceFile:11)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.(Socket.java:425)
at java.net.Socket.(Socket.java:241)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
... 24 more
17:15:40 [INFO] [WorldGuard] Loading WorldGuard v5.5.4
17:15:40 [INFO] [Jail] Loading Jail v2.2.0
17:15:40 [INFO] [AutoRank] Loading AutoRank v1.7
17:15:40 [INFO] [VotifierScripts] Loading VotifierScripts v1.0-b21
17:15:40 [INFO] [PreciousStones] Loading PreciousStones v9.1.2
17:15:40 [INFO] [CraftBookCommon] Loading CraftBookCommon v893-c2cdec5
17:15:40 [INFO] [ChestShop] Loading ChestShop v3.46
17:15:40 [INFO] [CraftBookCircuits] Loading CraftBookCircuits v893-c2cdec5
17:15:40 [INFO] [SimpleRegionMarket] Loading SimpleRegionMarket v1.7.8
17:15:40 [INFO] [CraftBookMechanisms] Loading CraftBookMechanisms v893-c2cdec5
17:15:40 [INFO] [CraftBookVehicles] Loading CraftBookVehicles v893-c2cdec5
17:15:40 [INFO] [Spout] Enabling Spout v1345
17:15:41 [INFO] [Vault] Enabling Vault v1.2.16-b184
17:15:41 [INFO] [Vault][Economy] Essentials Economy found: Waiting
17:15:41 [SEVERE] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
17:15:41 [SEVERE] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
17:15:41 [SEVERE] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
17:15:41 [INFO] [Vault][Economy] iConomy 6 found: Waiting
17:15:41 [INFO] [Vault][Permission] PermissionsEx found: Waiting
17:15:41 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
17:15:41 [INFO] [Vault][Chat] PermissionsEx found: Waiting
17:15:41 [INFO] [Vault] Enabled Version 1.2.16-b184
17:15:41 [INFO] [kTriggers] Enabling kTriggers v1.3-b35 for Bukkit 1.2.3-R0.1
17:15:41 [INFO] [kTriggers] Registering configuration...
17:15:42 [INFO] [kTriggers] Registering dynamic commands...
17:15:42 [INFO] [kTriggers] ... ranks done! (ktrigger.command.ranks)
17:15:42 [INFO] [kTriggers] ... plugins done! (ktrigger.command.plugins)
17:15:42 [INFO] [kTriggers] Starting timed tasks...
17:15:42 [INFO] [kTriggers] ... community done.
17:15:42 [INFO] [kTriggers] ... test done.
17:15:42 [INFO] [kTriggers] Enabled successfully. (1125ms)
17:15:42 [INFO] [BKCommonLib] Enabling BKCommonLib v1.33
17:15:42 [INFO] BKCommonLib version 1.33 enabled!
17:15:42 [INFO] Preparing level "survivalworld"
17:15:42 [INFO] -------------- Spigot ----------------
17:15:42 [INFO] -------- World Settings For [survivalworld] --------
17:15:42 [INFO] Growth Per Chunk: 650
17:15:42 [INFO] Item Merge Radius: 3.5
17:15:42 [INFO] Random Lighting Updates: false
17:15:42 [INFO] Mob Spawn Range: 4
17:15:42 [INFO] Aggregate Ticks: 4
17:15:42 [INFO] Wheat Growth Modifier: 100
17:15:42 [INFO] Cactus Growth Modifier: 100
17:15:42 [INFO] Melon Growth Modifier: 100
17:15:42 [INFO] Pumpkin Growth Modifier: 100
17:15:42 [INFO] Sugar Growth Modifier: 100
17:15:42 [INFO] Tree Growth Modifier: 100
17:15:42 [INFO] Mushroom Growth Modifier: 100
17:15:42 [INFO] -------------------------------------------------
17:15:42 [INFO] -------------- Spigot ----------------
17:15:42 [INFO] -------- World Settings For [survivalworld_nether] --------
17:15:42 [INFO] Growth Per Chunk: 650
17:15:42 [INFO] Item Merge Radius: 3.5
17:15:42 [INFO] Random Lighting Updates: false
17:15:42 [INFO] Mob Spawn Range: 4
17:15:42 [INFO] Aggregate Ticks: 4
17:15:42 [INFO] Wheat Growth Modifier: 100
17:15:42 [INFO] Cactus Growth Modifier: 100
17:15:42 [INFO] Melon Growth Modifier: 100
17:15:42 [INFO] Pumpkin Growth Modifier: 100
17:15:42 [INFO] Sugar Growth Modifier: 100
17:15:42 [INFO] Tree Growth Modifier: 100
17:15:42 [INFO] Mushroom Growth Modifier: 100
17:15:42 [INFO] -------------------------------------------------
17:15:42 [INFO] -------------- Spigot ----------------
17:15:42 [INFO] -------- World Settings For [survivalworld_the_end] --------
17:15:42 [INFO] Growth Per Chunk: 650
17:15:42 [INFO] Item Merge Radius: 3.5
17:15:42 [INFO] Random Lighting Updates: false
17:15:42 [INFO] Mob Spawn Range: 4
17:15:42 [INFO] Aggregate Ticks: 4
17:15:42 [INFO] Wheat Growth Modifier: 100
17:15:42 [INFO] Cactus Growth Modifier: 100
17:15:42 [INFO] Melon Growth Modifier: 100
17:15:42 [INFO] Pumpkin Growth Modifier: 100
17:15:42 [INFO] Sugar Growth Modifier: 100
17:15:42 [INFO] Tree Growth Modifier: 100
17:15:42 [INFO] Mushroom Growth Modifier: 100
17:15:42 [INFO] -------------------------------------------------
17:15:42 [INFO] Preparing start region for level 0 (Seed: -8237298184437413720)
17:15:43 [INFO] Preparing start region for level 1 (Seed: -8237298184437413720)
17:15:43 [INFO] Preparing spawn area: 53%
17:15:44 [INFO] Preparing start region for level 2 (Seed: 7476695242363850393)
17:15:44 [INFO] [LagMeter] Enabling LagMeter v1.9.0
17:15:44 [INFO] [LagMeter] Not using logs folder.
17:15:44 [INFO] [LagMeter 1.9.0] Enabled! Polling every 40 server ticks. Logging to /Volumes/SERVER/craftbukkit/plugins/LagMeter/lag.log
17:15:44 [INFO] [EnjiinShopBridge] Enabling EnjiinShopBridge v1.3.1
17:15:44 [INFO] [SpawnMob] Enabling SpawnMob v3.0
17:15:44 [INFO] Configuration files loaded.
17:15:44 [INFO] [SpawnMob] Using ops.txt!
17:15:44 [INFO] [SpawnMob] Version 3.0 enabled.
17:15:44 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
17:15:44 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
17:15:44 [SEVERE] Error occurred while enabling Multiverse-Core v2.4-b527 (Is it up to date?)
java.lang.NullPointerException
at com.onarandombox.MultiverseCore.MultiverseCore.staticLog(MultiverseCore.java:505)
at com.onarandombox.MultiverseCore.MultiverseCore.log(MultiverseCore.java:484)
at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:212)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:289)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:271)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
17:15:44 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.4
17:15:44 [INFO] [PermissionsEx] Superperms support enabled.
17:15:44 [INFO] [PermissionsEx] v1.19.4 enabled
17:15:44 [INFO] [Vault][Permission] PermissionsEx hooked.
17:15:44 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
17:15:44 [INFO] [ChatCensor] Enabling ChatCensor v1.8
17:15:44 [INFO] [ChatCensor] Checking for updates...
17:15:46 [INFO] [ChatCensor] No updates available
17:15:47 [INFO] ChatCensor v1.8 is now enabled!
17:15:47 [INFO] [CapsGuard] Enabling CapsGuard v2.0
17:15:47 [INFO] Loaded CapsGuard Config
17:15:47 [INFO] CapsGuard Version 2.0 Enabled
17:15:47 [INFO] [SpawnerAdjuster] Enabling SpawnerAdjuster v1.6.0
17:15:47 [INFO] [SpawnerAdjuster][1.6.0] Loading config ...
17:15:50 [INFO] [SpawnerAdjuster][1.6.0] Creature storage array cleaning task set with ID: 10
17:15:50 [INFO] [SpawnerAdjuster][1.6.0] Loading complete
17:15:50 [INFO] [ModTRS] Enabling ModTRS v2.1
17:15:50 [INFO] [ModTRS] Plugin enabled! (version 2.1)
17:15:50 [INFO] [HatMe] Enabling HatMe v2.0.0
17:15:50 [INFO] [HatMe] Start Plugin... (Version: 2.0.0)
17:15:50 [INFO] [HatMe] Plugin Loaded!
17:15:50 [INFO] [iConomy] Enabling iConomy v8.0a
17:15:50 [INFO] [iConomy - Celty] Enabled (146 ms)
17:15:50 [INFO] [Vault][Economy] iConomy 6 hooked.
17:15:50 [INFO] [ServerJobs] Enabling ServerJobs v0.5
17:15:50 [INFO] [ServerJobs] Reading language
17:15:50 [INFO] [ServerJobs] Clear time is now : 1200 minutes
17:15:50 [INFO] [ServerJobs] Configuration loaded sucesfully
17:15:50 [INFO] [ServerJobs] Using permissions (Found using Vault : PermissionsEx)
17:15:50 [INFO] [iConomy - Celty] Purged accounts with default balance.
17:15:50 [INFO] [ServerJobs] Jobs loaded, found 0 jobs
17:15:50 [INFO] [ServerJobs] Job signs loaded, found 0 job signs
17:15:50 [INFO] [ServerJobs] Database read
17:15:50 [INFO] [ServerJobs] ServerJobs - v0.5 succesfully started
17:15:50 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.5
17:15:51 [INFO] [DisguiseCraft] Version 3.5 is enabled!
17:15:51 [INFO] [DisableMobs] Enabling DisableMobs v1.2.2
17:15:51 [INFO] DisableMobs has been enabled!
17:15:51 [INFO] [CommandHelper] Enabling CommandHelper v3.3.0
17:15:52 [INFO] CommandHelper/CommandHelper 3.3.0 enabled
17:15:52 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
17:15:52 [INFO]
17:15:52 [INFO]

 _/_/_/                                                                _/   

/ // /// // /// // /// /// ///
_/ 03 _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ /
//
/ // _/ _/ _/ _/ _/ / /// _/ / ///

                  _/    _/            _/                                
                 _/    _/    _/_/    _/  _/_/_/      _/_/    _/  _/_/   
                _/_/_/_/  _/_/_/_/  _/  _/    _/  _/_/_/_/  _/_/        
               _/    _/  _/        _/  _/    _/  _/        _/           
              _/    _/    _/_/_/  _/  _/_/_/      _/_/_/  _/            
                                     _/                                 
                                    _/                                 

17:15:53 [INFO] CommandHelper: Welcome to this server, which is running CommandHelper!
17:15:53 [INFO] [CommandHelper]: Main file processed
17:15:53 [INFO] [CommandHelper]: 9 alias(es) defined.
17:15:53 [INFO] [OpenInv] Enabling OpenInv v1.8.7
17:15:53 [INFO] [OpenInv] version 1.8.7 enabled!
17:15:53 [INFO] [Lockette] Enabling Lockette v1.6
17:15:53 [INFO] [Lockette] Version 1.6 is being enabled! Yay! (Core version 1.3.2)
17:15:53 [WARNING] [Lockette] Craftbukkit build unrecognized, please be sure you have build [1846] or greater.
17:15:54 [INFO] [Lockette] Custom lockable block list: [116, 84, 57]
17:15:55 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.19.4
17:15:55 [INFO] [Lockette] Using ops file for admin permissions.
17:15:55 [INFO] [Lockette] Ready to protect your containers.
17:15:55 [INFO] [ClearLag] Enabling ClearLag v1.4
17:15:55 [INFO] ClearLag is now enabled.
17:15:55 [INFO] [Votifier] Enabling Votifier v1.9
17:15:55 [INFO] [Votifier] DEBUG mode enabled!
17:15:55 [INFO] [Votifier] Votifier enabled.
17:15:55 [INFO] [Herochat] Enabling Herochat v5.6.5-b198
17:15:55 [INFO] [Herochat] Saving channels
17:15:55 [INFO] [Herochat] Save complete
17:15:55 [SEVERE] Error occurred while enabling Herochat v5.6.5-b198 (Is it up to date?)
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1017)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:1154)
at java.util.logging.FileHandler.openFiles(FileHandler.java:414)
at java.util.logging.FileHandler.(FileHandler.java:363)
at com.dthielke.herochat.Herochat.setupChatLog(Herochat.java:165)
at com.dthielke.herochat.Herochat.onEnable(Herochat.java:102)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:289)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:271)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
17:15:55 [INFO] [Tips] Enabling Tips v1.1.1
17:15:55 [INFO] [Tips] Loaded 1 global tip set(s)
17:15:55 [INFO] [Tips] Loaded 0 tip set(s) for world survivalworld
17:15:55 [INFO] [Tips] Loaded 0 tip set(s) for world survivalworld_nether
17:15:55 [INFO] [Tips] Loaded 0 tip set(s) for world survivalworld_the_end
17:15:55 [INFO] [Tips] version 1.1.1 enabled
17:15:55 [INFO] [Essentials] Enabling Essentials v2.9.4
17:15:55 [INFO] Bukkit version format changed. Version not checked.
17:15:55 [INFO] git-Bukkit-1.2.5-R3.0-191-g0c6688d (MC: 1.3.2)
17:15:55 [INFO] 1.3.2-R2.1-SNAPSHOT
17:15:57 [INFO] [Vault][Economy] Essentials Economy hooked.
17:15:57 [INFO] Essentials: Using PermissionsEx based permissions.
17:15:57 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.16-b184)
17:15:57 [INFO] [WorldEdit] Enabling WorldEdit v1254-853db26
17:15:57 [SEVERE] Error occurred while enabling WorldEdit v1254-853db26 (Is it up to date?)
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1017)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:1154)
at java.util.logging.FileHandler.openFiles(FileHandler.java:414)
at java.util.logging.FileHandler.(FileHandler.java:287)
at com.sk89q.worldedit.util.YAMLConfiguration.load(YAMLConfiguration.java:113)
at com.sk89q.worldedit.bukkit.BukkitConfiguration.load(BukkitConfiguration.java:42)
at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:94)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:289)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:271)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
17:15:57 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.4
17:15:57 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
17:15:57 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
17:15:57 [SEVERE] Error occurred while enabling Multiverse-Portals v2.4-b548 (Is it up to date?)
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1017)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:1154)
at java.util.logging.FileHandler.openFiles(FileHandler.java:414)
at java.util.logging.FileHandler.(FileHandler.java:287)
at com.onarandombox.MultiverseCore.utils.DebugLog.(DebugLog.java:39)
at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:109)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:289)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:271)
at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:298)
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:277)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:227)
at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
17:15:57 [INFO] [Enjin Minecraft Plugin] Enabling Enjin Minecraft Plugin v2.3.4-bukkit
17:15:57 [INFO] [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
17:15:57 [INFO] [LogBlock] Enabling LogBlock v1.59
17:15:57 [INFO] [WorldGuard] Enabling WorldGuard v5.5.4
17:15:57 [INFO] [WorldGuard] Blacklist loaded.
17:15:57 [INFO] [WorldGuard] (survivalworld) TNT ignition is PERMITTED.
17:15:57 [INFO] [WorldGuard] (survivalworld) Lighters are PERMITTED.
17:15:57 [INFO] [WorldGuard] (survivalworld) Lava fire is blocked.
17:15:57 [INFO] [WorldGuard] (survivalworld) Fire spread is UNRESTRICTED.
17:15:57 [INFO] [WorldGuard] Loaded configuration for world 'survivalworld'
17:15:57 [INFO] [WorldGuard] (survivalworld_nether) TNT ignition is PERMITTED.
17:15:57 [INFO] [WorldGuard] (survivalworld_nether) Lighters are PERMITTED.
17:15:57 [INFO] [WorldGuard] (survivalworld_nether) Lava fire is blocked.
17:15:57 [INFO] [WorldGuard] (survivalworld_nether) Fire spread is UNRESTRICTED.
17:15:57 [INFO] [WorldGuard] Loaded configuration for world 'survivalworld_nether'
17:15:59 [INFO] [WorldGuard] (survivalworld_the_end) TNT ignition is PERMITTED.
17:15:59 [INFO] [WorldGuard] (survivalworld_the_end) Lighters are PERMITTED.
17:15:59 [INFO] [WorldGuard] (survivalworld_the_end) Lava fire is blocked.
17:15:59 [INFO] [WorldGuard] (survivalworld_the_end) Fire spread is UNRESTRICTED.
17:15:59 [INFO] [WorldGuard] Loaded configuration for world 'survivalworld_the_end'
17:15:59 [INFO] [WorldGuard] 0 regions loaded for 'survivalworld'
17:15:59 [INFO] [WorldGuard] 0 regions loaded for 'survivalworld_nether'
17:15:59 [INFO] [WorldGuard] 0 regions loaded for 'survivalworld_the_end'
17:15:59 [INFO] [Jail] Enabling Jail v2.2.0
17:15:59 [INFO] [Jail] Loaded 0 jail zones.
17:15:59 [INFO] [Jail] Loaded 0 prisoners.
17:15:59 [INFO] [Jail] Loaded 0 cells.
17:15:59 [INFO] [Jail] Jail v2.2.0 loaded!
17:15:59 [INFO] [AutoRank] Enabling AutoRank v1.7
17:16:00 [INFO] AutoRank 1.7 : config file loaded
17:16:00 [INFO] AutoRank 1.7 : data file loaded
17:16:00 [INFO] AutoRank 1.7 : Enabled.
17:16:00 [INFO] AutoRank 1.7 : Rank changing disabled. Please set 'enabled' to true if after you set up the ranks.
17:16:00 [INFO] [VotifierScripts] Enabling VotifierScripts v1.0-b21
17:16:00 [INFO] [PreciousStones] Enabling PreciousStones v9.1.2
17:16:00 [INFO] [PreciousStones] Version 9.1.2 loaded
17:16:01 [INFO] [PreciousStones] SQLite Connection successful
17:16:03 [INFO] [PreciousStones] (survivalworld) cuboids: 219
17:16:04 [INFO] [CraftBookCommon] Enabling CraftBookCommon v893-c2cdec5
17:16:04 [INFO] CraftBookCommon: Default configuration file written: en_US.txt
17:16:04 [INFO] CraftBookCommon 893-c2cdec5 enabled.
17:16:04 [INFO] [ChestShop] Enabling ChestShop v3.46
17:16:04 [INFO] [ChestShop] Lockette version 1.6 loaded.
17:16:04 [INFO] [ChestShop] Vault loaded - using iConomy 6
17:16:04 [INFO] [CraftBookCircuits] Enabling CraftBookCircuits v893-c2cdec5
17:16:04 [INFO] CraftBookCircuits: Default configuration file written: en_US.txt
17:16:04 [INFO] CraftBookCircuits 893-c2cdec5 enabled.
17:16:04 [INFO] CraftBook: Enumerating chunks for self-triggered components...
17:16:04 [INFO] CraftBook: 1875 chunk(s) for 3 world(s) processed (0s elapsed)
17:16:05 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v1.7.8
17:16:06 [INFO] [SimpleRegionMarket] Successfully hooked into ChestShop.
17:16:06 [INFO] [SimpleRegionMarket] loaded version 1.7.8, Copyright (C) 2011-2012 theZorro266 - GPLv3
17:16:06 [INFO] [CraftBookMechanisms] Enabling CraftBookMechanisms v893-c2cdec5
17:16:06 [INFO] CraftBookMechanisms: Default configuration file written: en_US.txt
17:16:08 [INFO] CraftBookMechanisms 893-c2cdec5 enabled.
17:16:08 [INFO] CraftBook: Enumerating chunks for INSTANCE-triggered components...
17:16:08 [INFO] CraftBook: 1875 chunk(s) for 3 world(s) processed (0s elapsed)
17:16:08 [INFO] [CraftBookVehicles] Enabling CraftBookVehicles v893-c2cdec5
17:16:08 [INFO] CraftBookVehicles: Default configuration file written: en_US.txt
17:16:08 [INFO] CraftBookVehicles 893-c2cdec5 enabled.
17:16:08 [INFO] Server permissions file permissions.yml is empty, ignoring it
17:16:09 [INFO] Done (26.314s)! For help, type "help" or "?"
17:16:09 [INFO] Started a storm of type RAINSTORM in world [survivalworld]
17:16:10 [INFO] [EnjiinShopBridge] Fetching donation list from website
17:16:11 [INFO] [EnjiinShopBridge] Executing donation command

commented

Comment by boss86741

This is the spigot one.

commented

Comment by sk89q

What is the value of your {{logging.file}} setting?

commented

Comment by boss86741

what setting on what file?

commented

Comment by boss86741

By the way sk, nice website and Happy Halloween!

commented

Comment by sk89q

Thanks! You too.

In WorldEdit's config.yml.

commented

Comment by boss86741

logging:
log-commands: false
file: worldedit.log

commented

Comment by boss86741

hello?

commented

Comment by sk89q

I currently have no idea. I'd have to find time to look deeper.

commented

Comment by boss86741

ok

commented

Comment by sk89q

Disabling the logging would fix it, but of course, you'd have no logging. Try changing the filename in logging.file to see if that works instead.

commented

Comment by boss86741

how