<
From version < 11.1 >
edited by cmot
on 2014/03/16 23:17
To version < 12.1 >
edited by cmot
on 2014/03/17 11:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -184,3 +184,54 @@
184 184  
185 185  
186 186  {{/code}}
187 +
188 +== Help / Problems / FAQs ==
189 +
190 +Maybe you get into problems when using KiCo. The following list should give you hints to solve these. If you have a problem not considered here please write us an e-mail (see above for contact information of the persons in charge of KiCo).
191 +
192 +|=(((
193 +Symptom
194 +)))|=(((
195 +Reason
196 +)))|=(((
197 +Solution
198 +)))
199 +|(((
200 +You get the following run time error:
201 +
202 +
203 +\\\\\\\\\\\\\\\\[[java:102>>url:http://java:102||shape="rect"]]
204 +[[java:136>>url:http://java:136||shape="rect"]]
205 +[[java:164>>url:http://java:164||shape="rect"]]\\
206 +
207 +{{{ENTRY de.cau.cs.kieler.klighd 4 0 2014-03-17 11:08:46.009!MESSAGE !STACK 0java.lang.RuntimeException: Cannot find a transformation with the ID 'ABORT2'. Make sure that the transformation with this ID is registered and its declaring plugin is loaded. Make sure that the ID does exactly match (case sensitive). Maybe you forgot to separate multiple ID's by a comma.    at de.cau.cs.kieler.kico.KielerCompiler.getTransformation(KielerCompiler.java:61)    at de.cau.cs.kieler.kico.KielerCompiler.getDependencies(KielerCompiler.java:82)    at de.cau.cs.kieler.kico.KielerCompiler.isDependingOn(KielerCompiler.)    at de.cau.cs.kieler.kico.KielerCompiler.insertTransformationID(KielerCompiler.)    at de.cau.cs.kieler.kico.KielerCompiler.expandDependencies(KielerCompiler.)...}}}
208 +)))|(((
209 +There is a transformation with ID "ABORT2" referenced
210 +either by the initial call to KielerCompiler.compile() or
211 +by some of the dependent transformations /
212 +transformation group.
213 +
214 +But KiCo could not find any registered transformation
215 +with ID "ABORT2".
216 +
217 +Maybe the plugin declaring "ABORT2" was not loaded
218 +or the ID is misspelled.
219 +
220 +
221 +)))|(((
222 +Check why "ABORT2" may not be found
223 +by KiCo, more specifically, check if the
224 +declaring can be loaded (sometimes
225 +compiler error prevent it from being loaded
226 +or it has unsatisfied dependencies).
227 +Also check the spelling of the ID, maybe
228 +the declaring plugin defines the transformation
229 +with the ID "abort2".
230 +)))
231 +|(((
232 +
233 +)))|(((
234 +
235 +)))|(((
236 +
237 +)))
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470078
1 +9470081
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470078/Kieler Compiler
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470081/Kieler Compiler