Hello,
I have a standard sheevaplug. I have install Linux debian squeeze 2.6.34.6 with an UBIFS file system.
The aim of my project is to save some sensor's data in a database. I use an existing system based in the Zigbee protocol manufactured by
http://cleode.com/.
The software to control the zigbee sensor's using java.
I install gnome and vnc to have a virtual desktop, and open-jdk for running the script but i have this error when I launch it:
root@debian: ./run.sh
Xlib: extension "RANDR" missing on display ":1.0".
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/stephane/CleoBee/libzigbee.so: /home/stephane/CleoBee/libzigbee.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at com.cleode.zigbee.JNIZigbee.getInstance(Unknown Source)
at com.cleode.e.a.f.a(Unknown Source)
at com.cleode.b.a.o.<init>(Unknown Source)
at com.cleode.launcher.Launcher.<init>(Unknown Source)
at com.cleode.launcher.Launcher.main(Unknown Source)
Thanks for your help
sorry for my bad english.