Jump to content
  • 0

[Invalid] 1.0.6 Server: Turtles give an exception


BlockBustaht

Question

Title: 1.0.6 Server: Turtles give an exception

Version: 1_0_3

OS: Ubuntu 13.04

Java Version: 1.7.0_21

Description of Problem:

The turtles on my new tekkit 1.0.6 server are giving exceptions. It happens when I right-click on a turtle. The expected command line doesn't show up. The black box does. No command prompt pop ups however. In the server log the attached exception message appears.

I tried re-installing the tekkit server, which helped me one time: I could see the command prompt and could give it the 'tunnel' command. Then when I logged out the same exception appeared and the turtles were broken again.

Note: I could only select tekkit version 1_0_3, but I'm using 1.0.6.

Error Messages:

Exception in thread "Thread-19" java.lang.NoClassDefFoundError: org/luaj/vm2/LuaClosure

Error Log:


2013-07-29 09:17:50 [iNFO] [sTDERR] Exception in thread "Thread-19" java.lang.NoClassDefFoundError: org/luaj/vm2/LuaClosure

2013-07-29 09:17:50 [iNFO] [sTDERR] at org.luaj.vm2.lib.jse.JsePlatform.standardGlobals(Unknown Source)

2013-07-29 09:17:50 [iNFO] [sTDERR] at org.luaj.vm2.lib.jse.JsePlatform.debugGlobals(Unknown Source)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.LuaJLuaMachine.<init>(LuaJLuaMachine.java:32)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.Computer.initLua(Computer.java:760)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.Computer.access$1300(Computer.java:33)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.Computer$1.execute(Computer.java:879)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:72)

2013-07-29 09:17:50 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722)

2013-07-29 09:17:50 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: org.luaj.vm2.LuaClosure

2013-07-29 09:17:50 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

2013-07-29 09:17:50 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

2013-07-29 09:17:50 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

2013-07-29 09:17:50 [iNFO] [sTDERR] ... 8 more

2013-07-29 09:17:50 [iNFO] [sTDERR] Caused by: java.lang.ThreadDeath

2013-07-29 09:17:50 [iNFO] [sTDERR] at java.lang.Thread.stop(Thread.java:813)

2013-07-29 09:17:50 [iNFO] [sTDERR] at dan200.computer.core.ComputerThread$1.run(ComputerThread.java:108)

2013-07-29 09:17:50 [iNFO] [sTDERR] ... 1 more

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

On my local machine the problem doesn't seem to occur. Any idea on what could be the problem? Need more information?

Server:

java version "1.7.0_21"

Java SE Runtime Environment (build 1.7.0_21-b11)

Java HotSpot 64-Bit Server VM (build 23.21-b01, mixed mode)

Local:

java version "1.6.0_27"

OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)

OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...