Go to Post My crotchety old person opinion is that it should be illegal to try to win the award. Do things because you like doing them or because it helps others. Don't do things to win awards. - Madison [more]
Home
Go Back   Chief Delphi > Technical > Programming > Java
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 20-03-2016, 21:45
AMendenhall AMendenhall is offline
Registered User
FRC #3925
 
Join Date: Sep 2015
Location: Ventura
Posts: 22
AMendenhall is an unknown quantity at this point
Re: GRIP Deploy Error

We're getting new errors on deploy...
We commented out this code and pushed:
Code:
table = NetworkTable.getTable("/GRIP/Mar20");
		try {
			new ProcessBuilder("/home/lvuser/grip1x.log").inheritIO().start();
		} catch (Exception e) {
			DriverStation.reportError("\n\n\n\nGrip Has Errored!\n\n\n\n", true);
		}
Then we deployed a pipeline that creates a webcam on port 0 (the usb webcam on the robot is "cam0") and publishes the framerate as a number. This is the error message we get when we deploy:
Code:
/usr/local/frc/JRE//bin/java -Xmx50m -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -jar '/home/lvuser/grip.jar' '/home/lvuser/project.grip'
Mar 21, 2016 1:39:23 AM java.util.logging.LogManager$RootLogger log
CONFIG: Configuration done.
Mar 21, 2016 1:39:23 AM java.util.logging.LogManager$RootLogger log
CONFIG: GRIP Version: 1.3.0-rc1
platform: /Linux/arm/
Mar 21, 2016 1:39:29 AM edu.wpi.grip.core.operations.networktables.NTManager lambda$new$32
SEVERE: NetworkTables: TCPConnector.cpp:157 select() to  port 1735 error 111 - Connection refused
Mar 21, 2016 1:39:30 AM edu.wpi.grip.core.Main start
INFO: Loading file /home/lvuser/project.grip
Mar 21, 2016 1:39:31 AM edu.wpi.grip.core.GRIPCoreModule onThreadException
SEVERE: Error from Thread[main,5,main]
java.lang.UnsatisfiedLinkError: java.io.IOException: No space left on device
	at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:613)
	at org.bytedeco.javacpp.Loader.load(Loader.java:438)
	at org.bytedeco.javacpp.Loader.load(Loader.java:381)
	at org.bytedeco.javacpp.opencv_core.<clinit>(opencv_core.java:10)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:340)
	at org.bytedeco.javacpp.Loader.load(Loader.java:413)
	at org.bytedeco.javacpp.Loader.load(Loader.java:381)
	at org.bytedeco.javacpp.helper.opencv_core$AbstractArray.<clinit>(opencv_core.java:109)
	at edu.wpi.grip.core.operations.opencv.MatFieldAccessor.<clinit>(MatFieldAccessor.java:12)
	at edu.wpi.grip.core.operations.Operations.addOperations(Operations.java:36)
	at edu.wpi.grip.core.Main.start(Main.java:44)
	at edu.wpi.grip.core.Main.main(Main.java:32)
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:307)
	at org.bytedeco.javacpp.Loader.extractResource(Loader.java:306)
	at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:563)
	... 12 more
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:34.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi