Hmm. This is determined by the arguments to Sink.Fetch; see the
JavaDocs for details.
is this the message you're seeing?
"Stopping real time. Failed to load data from the server. Please try
again later."
that's from monitorData, in RBNBController.java.
From grepping the source, it looks like it tries twice to get the
data (see monitorData(boolean retry))
and dumps to error messages. So can you run it from the command line
and let us know what errors it's reporting?
Cheers,
paul
Are you using a jarfile or a JNLP to run it?
If a jarfile, please try
java -jar rdv.jar
from a command line and send the output from that. If jnlp, then try
javaws {filename}
Cheers,
Paul
Normal people believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet.
You might try changing line 817 of RBNBController.java from
timeout = 500;
to something larger and see what effect that has. I'm a bit at sea in
the RDV code, so I'm hoping Jason can chime in here.
Cheers,
-Paul
> /Normal people believe that if it ain't broke, don't fix it. Engineers
> believe that if it ain't broke, it doesn't have enough features yet./
>
>
> >