Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   Deploy Error (http://www.chiefdelphi.com/forums/showthread.php?t=133781)

Jeremy2145 31-01-2015 14:55

Deploy Error
 
When deploying we get this error in the Drivers Station

ERROR Unhandled exception instantiating robot org.usfirst.frc.team2145.robot.Robot java.lang.ExceptionInInitializerError at [java.lang.Class.forName0(Native Method), java.lang.Class.forName(Class.java:259), edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:197)]

The console in Eclipse says the code built successfully. Here is our code
https://github.com/LakeFentonHazmats/2015Mule
Any ideas?

Joe Ross 31-01-2015 19:02

Re: Deploy Error
 
There are many places where you are creating objects using I/O resources that are already allocated.

You'll get better stack traces if you create your subsystems in robotInit, like Robot Builder does. Using Robot Builder, or at least being more diligent in using RobotMap would make this a lot easier.


All times are GMT -5. The time now is 22:28.

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