Posted 28 September 2012 - 05:53 PM
ok so im getting this error. im pretty sure its computercraft but i do not know why its doing it or how to stop it.
someone pleaseeee help me !
thanks -Cheeky
here is the error :
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.defineClass(URLClassLoader.java:436)
28.09 18:48:05 [Server] SEVERE at sun.misc.Resource.getByteBuffer(Resource.java:160)
28.09 18:48:05 [Server] SEVERE at sun.misc.Resource.cachedInputStream(Resource.java:77)
28.09 18:48:05 [Server] SEVERE at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1063)
28.09 18:48:05 [Server] SEVERE at java.io.FileInputStream.<init>(FileInputStream.java:138)
28.09 18:48:05 [Server] SEVERE at java.io.FileInputStream.open(Native Method)
28.09 18:48:05 [Server] SEVERE Caused by: java.io.FileNotFoundException: /home/minecraft/multicraft/servers/server726/mods/ComputerCraft/dan200/computer/core/Computer$PeripheralWrapper$2.class (Too many open files)
28.09 18:48:05 [Server] SEVERE … 7 more
28.09 18:48:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
28.09 18:48:05 [Server] SEVERE at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
28.09 18:48:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
28.09 18:48:05 [Server] SEVERE at java.security.AccessController.doPrivileged(Native Method)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
28.09 18:48:05 [Server] SEVERE Caused by: java.lang.ClassNotFoundException: dan200.computer.core.Computer$PeripheralWrapper$2
28.09 18:48:05 [Server] SEVERE at java.lang.Thread.run(Thread.java:722)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:50)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$58.execute(Computer.java:1803)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$PeripheralWrapper.attach(Computer.java:68)
28.09 18:48:05 [Server] SEVERE at dan200.computer.shared.TileEntityDiskDrive.attach(TileEntityDiskDrive.java:440)
28.09 18:48:05 [Server] SEVERE at dan200.computer.shared.TileEntityDiskDrive.mountDisk(TileEntityDiskDrive.java:466)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$PeripheralWrapper.queueEvent(Computer.java:230)
28.09 18:48:05 [Server] SEVERE java.lang.NoClassDefFoundError: dan200/computer/core/Computer$PeripheralWrapper$2
28.09 18:48:05 [Server] SEVERE Exception in thread "Thread-34"
28.09 18:48:05 [Server] INFO stack traceback:
28.09 18:48:05 [Server] INFO org.luaj.vm2.LuaError: IOException: java.io.FileNotFoundException: ./mods/ComputerCraft/lua/bios.lua (Too many open files)
28.09 18:48:05 [Multicraft] Skipped 27 lines due to rate limit (30/s)
28.09 18:48:00 [Server] INFO java.lang.ExceptionInInitializerError
28.09 18:48:00 [Server] SEVERE Unexpected exception
28.09 18:48:00 [Server] SEVERE … 16 more
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:268)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.open(Native Method)
28.09 18:48:00 [Server] SEVERE Caused by: java.io.FileNotFoundException: ./config/NEIServer.cfg (Too many open files)
28.09 18:48:00 [Server] SEVERE … 13 more
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerConfig.<clinit>(NEIServerConfig.java:22)
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerConfig.initDefaults(NEIServerConfig.java:29)
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigTag.useBraces(ConfigTag.java:276)
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:272)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.ModLoader.throwException(ModLoader.java:765)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.raiseException(FMLBukkitHandler.java:270)
28.09 18:48:00 [Server] SEVERE Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: ./config/NEIServer.cfg (Too many open files)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:607)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.onServerPostTick(FMLBukkitHandler.java:631)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:185)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:83)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.BaseMod.doTickInGame(BaseMod.java:34)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.mod_NotEnoughItems.onTickInGame(mod_NotEnoughItems.java:85)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.mod_NotEnoughItems.processDisabledProperties(mod_NotEnoughItems.java:93)
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerUtils.advanceDisabledTimes(NEIServerUtils.java:131)
28.09 18:48:00 [Server] SEVERE java.lang.ExceptionInInitializerError
someone pleaseeee help me !
thanks -Cheeky
here is the error :
Spoiler
28.09 18:48:05 [Server] SEVERE … 13 more28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.defineClass(URLClassLoader.java:436)
28.09 18:48:05 [Server] SEVERE at sun.misc.Resource.getByteBuffer(Resource.java:160)
28.09 18:48:05 [Server] SEVERE at sun.misc.Resource.cachedInputStream(Resource.java:77)
28.09 18:48:05 [Server] SEVERE at sun.misc.URLClassPath$FileLoader$1.getInputStream(URLClassPath.java:1063)
28.09 18:48:05 [Server] SEVERE at java.io.FileInputStream.<init>(FileInputStream.java:138)
28.09 18:48:05 [Server] SEVERE at java.io.FileInputStream.open(Native Method)
28.09 18:48:05 [Server] SEVERE Caused by: java.io.FileNotFoundException: /home/minecraft/multicraft/servers/server726/mods/ComputerCraft/dan200/computer/core/Computer$PeripheralWrapper$2.class (Too many open files)
28.09 18:48:05 [Server] SEVERE … 7 more
28.09 18:48:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
28.09 18:48:05 [Server] SEVERE at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
28.09 18:48:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
28.09 18:48:05 [Server] SEVERE at java.security.AccessController.doPrivileged(Native Method)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
28.09 18:48:05 [Server] SEVERE at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
28.09 18:48:05 [Server] SEVERE Caused by: java.lang.ClassNotFoundException: dan200.computer.core.Computer$PeripheralWrapper$2
28.09 18:48:05 [Server] SEVERE at java.lang.Thread.run(Thread.java:722)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:50)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$58.execute(Computer.java:1803)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$PeripheralWrapper.attach(Computer.java:68)
28.09 18:48:05 [Server] SEVERE at dan200.computer.shared.TileEntityDiskDrive.attach(TileEntityDiskDrive.java:440)
28.09 18:48:05 [Server] SEVERE at dan200.computer.shared.TileEntityDiskDrive.mountDisk(TileEntityDiskDrive.java:466)
28.09 18:48:05 [Server] SEVERE at dan200.computer.core.Computer$PeripheralWrapper.queueEvent(Computer.java:230)
28.09 18:48:05 [Server] SEVERE java.lang.NoClassDefFoundError: dan200/computer/core/Computer$PeripheralWrapper$2
28.09 18:48:05 [Server] SEVERE Exception in thread "Thread-34"
28.09 18:48:05 [Server] INFO stack traceback:
28.09 18:48:05 [Server] INFO org.luaj.vm2.LuaError: IOException: java.io.FileNotFoundException: ./mods/ComputerCraft/lua/bios.lua (Too many open files)
28.09 18:48:05 [Multicraft] Skipped 27 lines due to rate limit (30/s)
28.09 18:48:00 [Server] INFO java.lang.ExceptionInInitializerError
28.09 18:48:00 [Server] SEVERE Unexpected exception
28.09 18:48:00 [Server] SEVERE … 16 more
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:268)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
28.09 18:48:00 [Server] SEVERE at java.io.FileOutputStream.open(Native Method)
28.09 18:48:00 [Server] SEVERE Caused by: java.io.FileNotFoundException: ./config/NEIServer.cfg (Too many open files)
28.09 18:48:00 [Server] SEVERE … 13 more
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerConfig.<clinit>(NEIServerConfig.java:22)
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerConfig.initDefaults(NEIServerConfig.java:29)
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigTag.useBraces(ConfigTag.java:276)
28.09 18:48:00 [Server] SEVERE at codechicken.core.ConfigFile.saveConfig(ConfigFile.java:272)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.ModLoader.throwException(ModLoader.java:765)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.raiseException(FMLBukkitHandler.java:270)
28.09 18:48:00 [Server] SEVERE Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: ./config/NEIServer.cfg (Too many open files)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:607)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.onServerPostTick(FMLBukkitHandler.java:631)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:185)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:83)
28.09 18:48:00 [Server] SEVERE at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.BaseMod.doTickInGame(BaseMod.java:34)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.mod_NotEnoughItems.onTickInGame(mod_NotEnoughItems.java:85)
28.09 18:48:00 [Server] SEVERE at net.minecraft.server.mod_NotEnoughItems.processDisabledProperties(mod_NotEnoughItems.java:93)
28.09 18:48:00 [Server] SEVERE at codechicken.nei.NEIServerUtils.advanceDisabledTimes(NEIServerUtils.java:131)
28.09 18:48:00 [Server] SEVERE java.lang.ExceptionInInitializerError