eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

Missing debug information in EcoreBrowser.handleChangedResources(2636) #947

Open eclipse-modisco-bot opened 3 days ago

eclipse-modisco-bot commented 3 days ago

| --- | --- | | Bugzilla Link | 472182 | | Status | NEW | | Importance | P2 normal | | Reported | Jul 08, 2015 10:25 EDT | | Modified | Jul 13, 2015 09:29 EDT | | Version | 0.13.0 | | See also | Gerrit change https://git.eclipse.org/r/51595, Git commit 43408d4b | | Reporter | Gregoire Dupe |

Description

I'm not able to know which file has a problem with the following stacktrace.

Plugin: org.eclipse.gmt.modisco.infra.browser 0.13.0.201412041058\ Message: XML document structures must start and end within the same entity. (org.eclipse.gmt.modisco.infra.browser_0.13.0.201412041058)\ Exception:\ org.eclipse.emf.ecore.resource.Resource$IOWrappedException: XML document structures must start and end within the same entity.\ at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:195)\ at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:261)\ at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1518)\ at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1297)\ at org.eclipse.gmt.modisco.infra.browser.editors.EcoreBrowser.handleChangedResources(EcoreBrowser.java:2636)\ at org.eclipse.gmt.modisco.infra.browser.editors.EcoreBrowser.handleActivate(EcoreBrowser.java:2607)\ at org.eclipse.gmt.modisco.infra.browser.editors.WorkspaceChangeListener$2.run(WorkspaceChangeListener.java:108)\ at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)\ at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)\ at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)\ at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)\ at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)\ at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)\ at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)\ at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)\ at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:638)\ at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)\ at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:582)\ at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)\ at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)\ at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)\ at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)\ at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)\ at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)\ at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)\ at sun.reflect.NativeMethodAccessorImpl.invoke0(:-2)\ at sun.reflect.NativeMethodAccessorImpl.invoke(:-1)\ at sun.reflect.DelegatingMethodAccessorImpl.invoke(:-1)\ at java.lang.reflect.Method.invoke(:-1)\ at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)\ at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)\ at org.eclipse.equinox.launcher.Main.run(Main.java:1465)\ at org.eclipse.equinox.launcher.Main.main(Main.java:1438)\ Caused by:\ HIDDEN: XML document structures must start and end within the same entity.\ at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(:-1)\ at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.endEntity(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanLiteral(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(:-1)\ at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(:-1)\ at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(:-1)\ at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(:-1)\ at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(:-1)\ at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(:-1)\ at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(:-1)\ at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(:-1)\ at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)\ at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:261)\ at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1518)\ at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1297)\ at org.eclipse.gmt.modisco.infra.browser.editors.EcoreBrowser.handleChangedResources(EcoreBrowser.java:2636)\ at org.eclipse.gmt.modisco.infra.browser.editors.EcoreBrowser.handleActivate(EcoreBrowser.java:2607)\ at org.eclipse.gmt.modisco.infra.browser.editors.WorkspaceChangeListener$2.run(WorkspaceChangeListener.java:108)

eclipse-modisco-bot commented 3 days ago

Jul 08, 2015 10:53

New Gerrit change created: https://git.eclipse.org/r/51595

eclipse-modisco-bot commented 3 days ago

Jul 10, 2015 05:46

Gerrit change https://git.eclipse.org/r/51595 was merged to [maintenance-0.13].\ Commit: http://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=43408d4b85e96d5a88fe118d96db5e01ac517b99

eclipse-modisco-bot commented 3 days ago

By Gregoire Dupe on Jul 13, 2015 09:29

This bug can be marked as fixed.