![]() |
Java Deploy Does Not End
When pushing a simple program to the cRIO we get multiple "task" messages and the deply gets stuck and dos not continue or give a message. We have tried from our main computer, and the classmate both wired and wireless. Our output is:
Code:
ant -f "C:\\Users\\Developer\\Documents\\NetBeansProjects\\2014 FRC" deploy runThe program being deployed: (Should just display "Hello World" to the DS) Code:
package edu.wpi.first.wpilibj.templates; |
Re: Java Deploy Does Not End
The deploy process doesn't end normally, but your code is still running. The task messages are normal as well. I don't see any problems with what you posted.
Is there another problem you're having? |
Re: Java Deploy Does Not End
I would expect, when I open the DS and eneable, it would print "Hello World" to the window but it remains blank. Am I just misunderstanding what my code should do? Also I am worried that I need to manually kill the deploy process.
|
Re: Java Deploy Does Not End
Here is also what the DS outputs when connecting if that helps.
Code:
Warning <Code> 44002 occurred at Ping Results: link-bad, DS radio(.4)-bad, robot radio(.1)-GOOD, cRIO(.2)-GOOD, FMS-bad Driver Station |
Re: Java Deploy Does Not End
It should be printing to the user messages window on the operation tab, not the messages window on the diagnostics tab (which you posted). Just want to make sure you're looking in the right place.
|
Re: Java Deploy Does Not End
Yes I understand that. That issue was because there was no updateLCD() call. So that issue is now solved. :) Now my only issue is the manually ending the deploy which is a hastle but not critical. Thank you.
|
| All times are GMT -5. The time now is 02:02. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi