Hi everybody .
I would ask about a problem with scxml application that i m trying to deploy.
When im trying to debug application , Genesys Composer generates the error "failed to parse compiled document"
In the event details pane , i can see the discription about an error :
first message
2014-12-23 10:27:22,757 ERROR Receive thread core.linenumber.ORSDLineNumberMapper (?) - Failed to parse
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1411)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1017)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:645)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
at com.genesyslab.composer.route.debug.core.linenumber.ORSDLineNumberMapper.parse(Unknown Source)
at com.genesyslab.composer.route.debug.core.model.ORSDDebugTarget.handleDebugStarted(Unknown Source)
at com.genesyslab.composer.route.debug.core.model.ORSDDebugTarget.receiveMessage(Unknown Source)
at com.genesyslab.composer.debug.comm.ComposerDebugCommMgr.notifyListeners(Unknown Source)
at com.genesyslab.composer.debug.comm.ComposerDebugReceiveThread.run(Unknown Source)
second message
2014-12-23 10:27:22,762 ERROR Receive thread core.model.ORSDDebugTarget (?) - Failed to parse compiled document
An exception stack trace is not available.
Does anyone know , what im doing wrong ?
Thanks for help