﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3094	XML Parse of output gives error	Adam Dershowitz <dersh@…>	Lennart Ochel	"When I run the attached model, it compiles and runs.  However the output that I see from OMEdit is:

{{{
stdout | OMEditInfo | <p>/private/var/folders/s4/0j3cshj161126ygbpbzsdkmd4h24dl/T/OpenModelica_adershowitz/OMEdit/CellFlow.Cells_v1 -port=50450 -logFormat=xml -override=startTime=0,stopTime=117,stepSize=0.117117,tolerance=1e-06,solver=dassl,outputFormat=mat,variableFilter=.* -dasslJacobian=coloredNumerical -w -lv=LOG_STATS</p>
}}}

Followed by:

{{{
Fatal error on line 1, column 520:  unexpected character
XML::
}}}

If I copy that entry, I see a bit more data:
{{{
stderr | error | Fatal error on line 1, column 520: unexpected character
XML ::
<root><message stream=""stdout"" type=""OMEditInfo"" text=""/private/var/folders/s4/0j3cshj161126ygbpbzsdkmd4h24dl/T/OpenModelica_adershowitz/OMEdit/CellFlow.Cells_v1 -port=50450 -logFormat=xml -override=startTime=0,stopTime=117,stepSize=0.117117,tolerance=1e-06,solver=dassl,outputFormat=mat,variableFilter=.* -dasslJacobian=coloredNumerical -w -lv=LOG_STATS"" /><message stream=""stdout"" type=""error"" text=""Warning: Variable boundary.medium.MM out of [min, max] interval: boundary.medium.MM >= 0.001 and boundary.medium.MM <= 0.25 has value: 0
"" />
}}}

However, the model does then run.  So, there is something being added to the output of the simulation that is not parsed properly.
When I run the identical model on a Linux machine, I see the same results, except that the column number is different (463.  Perhaps some different default value?).


"	defect	closed	high	1.9.4	Run-time	trunk	fixed		Willi Braun
