I already create a output file.
I would to sent to workflow,but I could not found any files.
Error code:
ERROR [01 Dec 2016 16:58:26,931][main] com.objectiflune.core.filerepository.base.provider.b.<init>(b.java:?) Failed to clone object (COR000252)
javax.xml.bind.JAXBException
- with linked exception:
[org.xml.sax.SAXParseException; lineNumber: 209; columnNumber: 24; An invalid XML character (Unicode: 0x1) was found in the element content of the document.]
at com.objectiflune.core.xml.JAXBUtils.unmarshal(JAXBUtils.java)
at com.objectiflune.core.xml.JAXBUtils.unmarshal(JAXBUtils.java)
at com.objectiflune.core.xml.JAXBUtils.clone(JAXBUtils.java)
at com.objectiflune.core.filerepository.base.provider.b.<init>(b.java)
at com.objectiflune.core.filerepository.base.provider.LocalObjectCache.put(LocalObjectCache.java)
at com.objectiflune.core.filerepository.base.provider.LocalHelper.marshal(LocalHelper.java)
at com.objectiflune.core.filerepository.base.provider.LocalPersistProvider.save(LocalPersistProvider.java)
at com.objectiflune.core.filerepository.base.provider.LocalPersistProvider.save(LocalPersistProvider.java)
at com.objectiflune.core.filerepository.base.provider.LocalPersistProvider.save(LocalPersistProvider.java)
at com.objectiflune.wizard.configeditors.ConfigWizard.saveConfig(ConfigWizard.java)
at com.objectiflune.wizard.configeditors.ConfigWizard.doSave(ConfigWizard.java)
at com.objectiflune.wizard.configeditors.ConfigWizard.performFinish(ConfigWizard.java)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at com.objectiflune.ui.framework.OLWizardDialog.open(OLWizardDialog.java)
at com.objectiflune.application.designer.perspective.internal.handlers.EditOutputConfigHandler.execute(EditOutputConfigHandler.java)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.objectiflune.application.Application.start(Application.java)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: org.xml.sax.SAXParseException; lineNumber: 209; columnNumber: 24; An invalid XML character (Unicode: 0x1) was found in the element content of the document.
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1239)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
at com.objectiflune.core.xml.internal.XmlMigrator.migrateStream(XmlMigrator.java)
… 57 more
ERROR [01 Dec 2016 16:58:22,231][main] com.objectiflune.core.runtime.a.b(a.java:?) [Fatal Error] :209:24: An invalid XML character (Unicode: 0x1) was found in the element content of the document.
Can anyone help?
Thanks.
Kevin?