BUG Community

Welcome! Log In

agibb's Blog

How to get your BUG out of a Java Crash

If your BUG locks up in a way that the base LCD is unresponsive or the base icons are missing when you plug in your module, you're probably experiencing a Java crash. Follow the steps on this screencast to get it up and running again.

(If you've hacked a serial connection, you'll see either a Signal 11 or Signal 4 process suspended).

If you have version 1.4.3 rootfs or later, the commands will be as follows:

root@BUG ~ # killall -9 java-cdc

root@BUG ~ # sync

root@BUG ~ # /etc/init.d/concierge restart && tail -f /var/log/concierge.log

Note: If you are running version 1.4.2 rootfs or earlier, you will need to remove storage. Follow these instructions:

root@BUG ~ # killall -9 java-cdc

root@BUG ~ # sync

root@BUG ~ # rm -fr /usr/share/java/storage

root@BUG ~ # sync

root@BUG ~ # /etc/init.d/concierge restart && tail -f /var/log/concierge.log

If it is STILL not behaving continue with this set of commands:

root@BUG ~ #  rm -fr /usr/share/java/storage

root@BUG ~ # sync

root@BUG ~ # killall -9 java-cdc

root@BUG ~ # reboot

Post Comments

Add Your Comment!

» All comments
» Comments RSS

Powered by Community Engine

Top
Login
Close
Bottom