We have deployed the latest version of of GRIP (1.2.0) and we are having the error:
/usr/local/frc/JRE/bin/java null -jar ‘/home/lvuser/grip.jar’ ‘/home/lvuser/project.grip’
/home/lvuser//grip: line 4: /usr/local/frc/JRE/bin/java: No such file or directory
I think the problem is that GRIP adds two “/” instead of one here /home/lvuser//grip, when I just entered /home/lvuser for the deploy directory.
If someone knows how to fix this error please let me know
This is a bug in how GRIP treats old project files from before we added the JVM args option. The option was added because the above arguments can help with memory usage problems on the RIO.