Closed nngakosso closed 4 years ago
Please specify git tag or release on all problem reports.
Is args[1]
intentional as a directory name? Square brackets are apparently allowed in Windows filenames, but it is unusual.
It looks like you are mixing two different errors. In one the first command line argument is interpreted as null, while in the other file is found but XML parsing fails. Can you verify that the XML file is well formed and conforms to the Orchestra schema?
Yes sorry about that. args[1] is the name as it is I didnt do anything.
Yes I made a mistake by copying the first code which was where I forgot the file extension. Just verified the file and it's not actually an Orchestra file my bad but a regular FIX message in XML format.
While I was running testgen I got this error:
This while using FIX50SP2.xml file. I tried using others orchestra file but I was just getting a nullPointer error.
Maybe its on the source directory, I used this code: