awakening team mailing list archive
-
awakening team
-
Mailing list archive
-
Message #00197
[Bug 343414] Re: DCWatch Lua module is not compatible with Linux 32 bit
** Changed in: dcwatch
Status: Fix Committed => Fix Released
--
DCWatch Lua module is not compatible with Linux 32 bit
https://bugs.launchpad.net/bugs/343414
You received this bug notification because you are a member of
Awakening, which is subscribed to DCWatch.
Status in DCWatch: Fix Released
Bug description:
DCWatch Lua module is not compatible with Linux 32 bit. 64 bit works fine.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/toast/Upload/release/lib/libluajava-1.1.so: /home/toast/Upload/release/lib/libluajava-1.1.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.keplerproject.luajava.LuaState.<clinit>(LuaState.java:92)
at org.keplerproject.luajava.LuaStateFactory.newLuaState(LuaStateFactory.java:59)
at hu.dcwatch.client.plugin.lua51.engine.Lua51Engine.start(Lua51Engine.java:90)
at hu.dcwatch.common.plugin.PluginManager.start(PluginManager.java:81)
at hu.dcwatch.client.core.Client.connect(Client.java:40)
at hu.dcwatch.client.core.embla.EmblaClient.connect(EmblaClient.java:43)
at hu.dcwatch.client.core.Client.start(Client.java:129)
at hu.dcwatch.common.service.ServiceManager.start(ServiceManager.java:79)
at hu.dcwatch.client.ClientStarter.main(ClientStarter.java:38)
References