|
From: <an...@sp...> - 2018-01-22 18:39:40
|
Em 19/01/2018 10:32, Walter, Stefan escreveu: > Hello, > > Which version exactly do you use - 4.8 or 4.8.1 or 4.8.2? Do you get any error messages or stack traces in the kernel's log when you observe this problem? Also, does your plant model contain any special (non-ASCII) characters, e.g. in the names of driving course elements? > > Best regards, > Stefan Walter > > Von: an...@sp... [mailto:an...@sp...] > Gesendet: Donnerstag, 18. Januar 2018 19:41 > An: ope...@li... > Betreff: [opentcs-discuss] Kernel XML Interface > > Hello, I have been working with OpenTCS since 4.3 version and the kernel interface which receives xml's files to create orders was working properly. > But now, since version 4.8 version, the kernel does not receives the xml's files and, hence, it does not create the orders, even though I am using the example file which is described in the developers guide. > P.S: I have already tested with version from below 4.8 and it works properly. I believe that the problem may be at the latest versions. > > Thank you for the attention > > Best regards > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > opentcs-discuss mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opentcs-discuss Hello, I am currently using the 4.8.2 version. Cheking the kernel's log messages, I get a - _java.io.IOException: Exception unmarshalling data_ - which results a linked exception: -_ javax.xml.bind.UnmarshalException - with linked exception:[org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 15; Content is not allowed in trailing section.] -. _When cheking the xml file I am sending to it, the -_ lineNUmber: 9; columnNumber: 15_ - refers to the last character of the closing tag "</tcsOrderSet>", just as it is described in the developer's guide. I also checked the plant model I am using and it does not contains any non-ASCII character. Best regards, André |