2
I Use This!
Activity Not Available

News

Posted over 13 years ago by ckru <christoph.krueger@…>
master enhanced synccharts default combination
Posted over 13 years ago by cmot
When using KART *NOT* in training mode and the (automatically proposed) ESO file does not exist, then this File not found error is prompted: de.cau.cs.kieler.sim.kiem.KiemInitializationException: File not found at ... [More] de.cau.cs.kieler.sim.esi.EsiFile.loadTrace(EsiFile.java:191) at de.cau.cs.kieler.sim.kart.DataReplayComponent.initialize(DataReplayComponent.java:117) at de.cau.cs.kieler.sim.kiem.execution.InitializeExecution.initializeDataComponents(InitializeExecution.java:296) at de.cau.cs.kieler.sim.kiem.execution.InitializeExecution.run(InitializeExecution.java:163) at java.lang.Thread.run(Unknown Source) Caused by: java.io.FileNotFoundException: C:\DATA\runtime-New_configuration43\kieler_examples\abro.eso (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at de.cau.cs.kieler.sim.esi.EsiFile.loadTrace(EsiFile.java:173) ... 4 more It would be more convenient for the user if he is asked whether the component should go into training mode. See sim.validation-component for an example. You can re-initialize the component if the user selects YES and can throw a silent+stop-Error if he selects no or cancel. [Less]
Posted over 13 years ago by cmot
When using ESO-Replay and ESO-Validation for the first time (in training mode) this error pops up. org.json.JSONException: JSONObject["kartConfig"] not found. at org.json.JSONObject.get(JSONObject.java:517) at ... [More] org.json.JSONObject.getJSONObject(JSONObject.java:611) at de.cau.cs.kieler.sim.kart.DataValidationComponent.updateConfiguration(DataValidationComponent.java:315) at de.cau.cs.kieler.sim.kart.DataValidationComponent.doStep(DataValidationComponent.java:285) at de.cau.cs.kieler.sim.kiem.ui.datacomponent.JSONObjectSimulationDataComponent.step(JSONObjectSimulationDataComponent.java:308) at de.cau.cs.kieler.sim.kiem.execution.Execution.makeStepObserverProducer(Execution.java:1015) at de.cau.cs.kieler.sim.kiem.execution.Execution.run(Execution.java:1217) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) This is the (default) schedule, I just added the components and turned training mode on: [Less]
Posted over 13 years ago by Christian Motika &lt;cmot@…&gt;
master Merge branch 'master' of git@…:kieler/mainline.git
Posted over 13 years ago by ckru &lt;christoph.krueger@…&gt;
master Merge branch 'master' of  ssh://git.rtsys.informatik.uni-kiel.de/kieler/mainline
Posted over 13 years ago by ckru &lt;christoph.krueger@…&gt;
master initial syncchart by default
Posted over 13 years ago by Sven Gundlach &lt;sgu@…&gt;
master Merge branch 'master' of  ssh://git.rtsys.informatik.uni-kiel.de/kieler/mainline
Posted over 13 years ago by Sven Gundlach &lt;sgu@…&gt;
master debuggt new input format with high level container debuggt recursive kaom building added path input and output added doxygen config file todo tidy up main class, optimize code Signed-off-by: Sven Gundlach <sgu@…>
Posted over 13 years ago by ssc
fixed: all issues left fixed due to restructuring
Posted over 13 years ago by ssc
fixed: all left issues resolved due to restructuring