Bug #8945
Error on One-Shot Acquisition
Description
Now instead of a .gz error every time we take a one-shot, another error posts. Most recently we've been seeing java.lang.NullPointerException errors.
History
#1 Updated by Chip Edstrom over 5 years ago
Attached is a screen capture of the error seen recently.
#2 Updated by John Diamond over 5 years ago
Thanks for the screen shot - that tells me where it's happening, but I'm having trouble reproducing the error on my machine in Eclipse, as Java web-start and through cnsrun. Could you provide me with more context? Does this happen consistently every time (like the previous .gz problem)?
#3 Updated by John Diamond over 5 years ago
- Status changed from New to Accepted
An attempt to fix the original .gz issue was to use Java NIO instead of the streams library to download the tar-ball. I've reverted to using the streams library hoping that will solve this issue (I am still unable to reproduce). Builds are on hold for the rest of the day. The fix should get deployed tomorrow morning. Let me know if it helps.