I had this issue too. The Deploy page won't properly run GRIP, you have to use a custom script to do it. On
this page it has this command:
Code:
$ env LD_LIBRARY_PATH=/home/pi/vision/grip:$LD_LIBRARY_PATH java -jar /home/pi/vision/grip/grip.jar /home/pi/vision/grip/project.grip
Replace any paths with the proper ones for your set up, and make sure you have the libntcore.so and libstdc++.so.6 in there. This worked for me, but I'm switching to straight OpenCV for other reasons. Hope that helps.