|
GRIP Deploy Error
I changed the IP of the camera in my pipeline after updating to GRIP 1.3. When I deploy, the status switches to "Running GRIP", but the Network Table Viewer doesn't update values. I checked all settings for the correct team number and can't understand the error I'm getting when I deploy the pipeline:
/usr/local/frc/JRE//bin/java -Xmx50m -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -jar '/home/lvuser/grip.jar' '/home/lvuser/project.grip'
Exception in thread "main" java.lang.ExceptionInInitializerError
at edu.wpi.grip.core.Main.main(Main.java:31)
Caused by: java.lang.IllegalStateException: Failed to configure the Logger
at edu.wpi.grip.core.GRIPCoreModule.<clinit>(GRIPCore Module.java:77)
... 1 more
Caused by: java.io.IOException: Couldn't get lock for %h/GRIP.log
at java.util.logging.FileHandler.openFiles(FileHandle r.java:422)
at java.util.logging.FileHandler.<init>(FileHandler.j ava:284)
at edu.wpi.grip.core.GRIPCoreModule.<clinit>(GRIPCore Module.java:47)
... 1 more
|