Jump to content
  • 0

[Invalid] 1.0.6 Server: Turtles give an exception


Question

Posted

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

3 answers to this question

Recommended Posts

  • 0
Posted

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)

  • 0
Posted

The problem was resolved by starting the server with sudo. Therefore it seems to be a permissions problem. It is not a bug, but it may be worth to note it somewhere on the website.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...