![]() |
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 |
Re: GRIP Deploy Error
Hey, we are having that same problem. Our grip was working last night and haven't made any changes but now we are having the same problem that you are having. Any help would be appreciated
|
Re: GRIP Deploy Error
Sounds like some process (possibly a previous instance of GRIP) has a lock on the log file. Can you try running "lsof | grep GRIP.log" on the RIO using SSH?
It also might be a good idea to just remove any previous GRIP.log files just in case. |
Re: GRIP Deploy Error
Quote:
Good luck at the competitions everyone!! |
Re: GRIP Deploy Error
I used PuTTY to run that command on the roboRIO. After re-deploying the pipeline GRIP seemed to work. Thanks.
|
Re: GRIP Deploy Error
Recently I tried to deploy a pipeline to a different robot. After getting the same error on deploy (to the roboRIO), I ran "lsof | grep GRIP.log" with putty (logged in to both lvuser and admin). I still get the same error when I try to deploy.
|
Re: GRIP Deploy Error
Quote:
|
Re: GRIP Deploy Error
There is no output. It just goes to a new line.
|
Re: GRIP Deploy Error
We're getting new errors on deploy...
We commented out this code and pushed: Code:
table = NetworkTable.getTable("/GRIP/Mar20");Code:
/usr/local/frc/JRE//bin/java -Xmx50m -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -jar '/home/lvuser/grip.jar' '/home/lvuser/project.grip' |
| All times are GMT -5. The time now is 07:57 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi