Brad Hards

Results 306 comments of Brad Hards

I've added the PR for JDK 17, but also note that we had the same failure on JDK 11 at https://github.com/WestRidgeSystems/jmisb/runs/6634860480?check_suite_focus=true So while the JDK 14 -> JDK 17 change...

Just had another JDK11 failure, so not JDK 14 specific.

@boblak2 I see the problem, but I don't know what success (to you) looks like. Can you describe how you would like to get the data? Clearly `BufferedImage` isn't going...

Can you show the parser inputs? The problem actually looks like it might be further "down", given the `Index 16 out of bounds for length 16` part. That looks like...

Remote debugging is pretty hard - I'm not 100% sure what the problem is. If you can dump out the byte array at KlvParser.java:41 that might help.

Is that the start of the first packet? Looks more like something from mid-stream.

Then I have no real idea what is happening. That doesn't look like KLV Universal Label I can recognise.

Any chance you can at least tell me the name of the file (even privately: [email protected])

Doesn't really look like UTF-16. Are those the only two values you see it in? Also, can you say what the ST0601 Version is reported as for this file?

Can you (manually, if necessary) apply these changes and show a small example of the result? ``` diff --git a/api/src/main/java/org/jmisb/api/klv/st0601/UasDatalinkFactory.java b/api/src/main/java/org/jmisb/api/klv/st0601/UasDatalinkFactory.java index 02a4c35..8cc8251 100644 --- a/api/src/main/java/org/jmisb/api/klv/st0601/UasDatalinkFactory.java +++ b/api/src/main/java/org/jmisb/api/klv/st0601/UasDatalinkFactory.java @@ -1,6...