The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Decipher log message
sgenzer
Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
What does this log message mean?
Apr 21, 2016 10:02:30 AM WARNING: Could build DOM from XML! Just using plain text. Reason: Error on line 1: Content is not allowed in prolog.
Apr 21, 2016 10:02:30 AM WARNING: Could build DOM from XML! Just using plain text. Reason: Error on line 1: Content is not allowed in prolog.
0
Answers
it means that someone expected XML but did not get it, e.g. the first character was not '<'.
What did you do to trigger this?
Regards,
Marco
This way you can test expected outputs. Try different variables in the call also to get some sample standard responses and sample error responses.
Then once you have it setup and working for all standard messages put it inside a Handle Exception operator and have several methods to deal with non-standard responses. For example if it's an error you've met before in your testing your can capture the response in your process. If it's a brand new error response you can store the content of the XML doc and alert you to update your process to investigate.
For example is the API perhaps returning JSON data rather than XML?