slarson / wholebrain

Automatically exported from code.google.com/p/wholebrain
0 stars 0 forks source link

Error when selecting display properties from context menu #432

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on any cell or any other tangible that has an association 
with a semantic ID
2. Choose "Display Properties" in the context menu
3.

What is the expected output? What do you see instead?
Exception is thrown and client freezes.

WARNING: Reloaded whole scene!  14344 ms.
Exception in thread "AWT-EventQueue-0" 
javax.xml.stream.FactoryConfigurationError: Provider 
com.bea.xml.stream.MXParserFactory not found
    at 
javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:176)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
    at 
javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
    at 
org.wholebrainproject.wbc.data.NeuroLexRDFReader.populateDataFromRDFURL(Neu
roLexRDFReader.java:164)
    at 
org.wholebrainproject.wbc.data.NeuroLexRDFReader.preProcessID(NeuroLexRDFRe
ader.java:131)
    at 
org.wholebrainproject.wbc.data.NeuroLexRDFReader.<init>(NeuroLexRDFReader.j
ava:73)
    at 
org.wholebrainproject.wbc.view.gui2d.ContextMenu.printProperties(ContextMen
u.java:1087)
    at 
org.wholebrainproject.wbc.view.gui2d.ContextMenu.executeAction(ContextMenu.
java:712)
    at 
org.wholebrainproject.wbc.view.gui2d.ContextMenu.actionPerformed(ContextMen
u.java:545)
    at 
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at 
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169
)
    at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:
420)
    at 
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at 
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1051)
    at 
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemU
I.java:1092)
    at java.awt.Component.processMouseEvent(Component.java:5517)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5282)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3984)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at 
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at 
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Component.dispatchEvent(Component.java:3819)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.j
ava:242)
    at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.jav
a:163)
    at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by piperfl...@gmail.com on 11 Feb 2010 at 11:46

GoogleCodeExporter commented 9 years ago
I haven't seen this issue anymore. 

Original comment by piperfl...@gmail.com on 11 Mar 2010 at 11:03