Search Mailing List Archives
[protege-discussion] Export to OWL with native writer Integers
Bo De Lange
bodelange at gmail.com
Tue Oct 9 03:31:09 PDT 2007
Hi Tania,
I noticed that the values for one of our slots had not been exported to OWL
when using the Protege native writer method in 3.4 Beta. It's an Integer
type slot that describes values for years. I tried to reproduce this in the
Newspaper example. However, even when I take the unedited Newspaper example,
export it to OWL and try to open the .owl file, I get the following error
message:
There were errors at performing operation.
1. Exception class
edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParserException.
Message: The resource newspaper_00001 has the rdf:type
http://www.owl-ontologies.com/unnamed.owl#PAL-CONSTRAINT which is not a
class but a
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFUntypedResource
2. Errors at loading OWL file from
file:/C:/Documents%20and%20Settings/bo/Bureaublad/newspaper/origineel.owl
Please consider running the file through an RDF or OWL validation service
such as:
- RDF Validator: http://www.w3.org/RDF/Validator
- OWL Validator: http://phoebus.cs.man.ac.uk:9999/OWL/Validator
See console and log for more details.
This was grabbed from the console:
INFO: [ProtegeOWLParser] Completed triple loading after 687 ms
SEVERE: Error at loading file
file:/C:/Documents%20and%20Settings/bo/Bureaublad/newspaper/originee
owl -- The resource newspaper_00001 has the rdf:type
http://www.owl-ontologies.com/unnamed.owl#PAL
ONSTRAINT which is not a class but a
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFUntypedRes
rce
Suggestion: In many cases the problem is a missing owl:imports statement to
the classes file which
efines the correct type of
http://www.owl-ontologies.com/unnamed.owl#PAL-CONSTRAINT
at edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactoryUpdater.<init>(Unknown
Source
at
edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactoryUpdater.run(Unknown
Source)
at
edu.stanford.smi.protegex.owl.model.triplestore.impl.AbstractTripleStoreModel.endTriple
oreChanges(Unknown Source)
at
edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.loadTriples(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.JenaOWLModel.load(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.JenaOWLModel.load(Unknown
Source)
at
edu.stanford.smi.protegex.owl.jena.JenaKnowledgeBaseFactory.loadKnowledgeBase(Unknown
S
rce)
at edu.stanford.smi.protege.model.Project.loadDomainKB(Unknown
Source)
at edu.stanford.smi.protege.model.Project.createDomainKnowledgeBase(Unknown
Source)
at
edu.stanford.smi.protegex.owl.jena.CreateOWLProjectFromFilePlugin.createProject
(Unknown
ource)
at
edu.stanford.smi.protege.util.ProjectChooser.useCreateProjectFromFilePlugin(Unknown
Sou
e)
at edu.stanford.smi.protege.util.ProjectChooser.getProjectFromFile(Unknown
Source)
at edu.stanford.smi.protege.util.ProjectChooser.getProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.getRequestedProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
at
edu.stanford.smi.protegex.owl.model.impl.OWLUtil.getActiveOntology(Unknown
Source)
at
edu.stanford.smi.protegex.owl.ui.metadatatab.OWLMetadataTab.createMainPanel(Unknown
Sou
e)
at
edu.stanford.smi.protegex.owl.ui.metadatatab.OWLMetadataTab.initialize(Unknown
Source)
at edu.stanford.smi.protege.widget.WidgetUtilities.createTabWidget(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.addTab(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectView.createTabbedPane(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.<init>(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-- WidgetUtilities.createTabWidget()
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyRoot.getTopLeve
bjectProperties(Unknown Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyRoot
.<init>(Unk
wn Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyPane.createRoot
nknown Source)
at edu.stanford.smi.protegex.owl.ui.properties.OWLSubpropertyPane.<init>(Unknown
Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyPane
.<init>(Unk
wn Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertyHierarchiesPanel.createUI
(Unknow
Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertyHierarchiesPanel
.<init>(Unknown
urce)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertiesTab.createMainSplitter
(Unknown
ource)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertiesTab.initialize(Unknown
Source)
at edu.stanford.smi.protege.widget.WidgetUtilities.createTabWidget(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.addTab(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectView.createTabbedPane(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.<init>(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-- WidgetUtilities.createTabWidget()
Protege Wizards v1.0 beta build 14
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
- ProjectPluginManager.afterShow()
INFO: UI display time = 5 sec
INFO: Loading triples
INFO: Start processing ontology:
file:/C:/Documents%20and%20Settings/bo/Bureaublad/newspaper/origi
el.owl Time: Tue Oct 09 12:27:55 CEST 2007
INFO: [ProtegeOWLParser] Completed triple loading after 328 ms
SEVERE: Error at loading file
file:/C:/Documents%20and%20Settings/bo/Bureaublad/newspaper/originee
owl -- The resource newspaper_00001 has the rdf:type
http://www.owl-ontologies.com/unnamed.owl#PAL
ONSTRAINT which is not a class but a
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFUntypedRes
rce
Suggestion: In many cases the problem is a missing owl:imports statement to
the classes file which
efines the correct type of
http://www.owl-ontologies.com/unnamed.owl#PAL-CONSTRAINT
at edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactoryUpdater.<init>(Unknown
Source
at
edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactoryUpdater.run(Unknown
Source)
at
edu.stanford.smi.protegex.owl.model.triplestore.impl.AbstractTripleStoreModel.endTriple
oreChanges(Unknown Source)
at
edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.loadTriples(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParser.run(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.JenaOWLModel.load(Unknown
Source)
at edu.stanford.smi.protegex.owl.jena.JenaOWLModel.load(Unknown
Source)
at
edu.stanford.smi.protegex.owl.jena.JenaKnowledgeBaseFactory.loadKnowledgeBase(Unknown
S
rce)
at edu.stanford.smi.protege.model.Project.loadDomainKB(Unknown
Source)
at edu.stanford.smi.protege.model.Project.createDomainKnowledgeBase(Unknown
Source)
at
edu.stanford.smi.protegex.owl.jena.CreateOWLProjectFromFilePlugin.createProject
(Unknown
ource)
at
edu.stanford.smi.protege.util.ProjectChooser.useCreateProjectFromFilePlugin(Unknown
Sou
e)
at edu.stanford.smi.protege.util.ProjectChooser.getProjectFromFile(Unknown
Source)
at edu.stanford.smi.protege.util.ProjectChooser.getProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.getRequestedProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
at
edu.stanford.smi.protegex.owl.model.impl.OWLUtil.getActiveOntology(Unknown
Source)
at
edu.stanford.smi.protegex.owl.ui.metadatatab.OWLMetadataTab.createMainPanel(Unknown
Sou
e)
at
edu.stanford.smi.protegex.owl.ui.metadatatab.OWLMetadataTab.initialize(Unknown
Source)
at edu.stanford.smi.protege.widget.WidgetUtilities.createTabWidget(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.addTab(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectView.createTabbedPane(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.<init>(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-- WidgetUtilities.createTabWidget()
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyRoot.getTopLeve
bjectProperties(Unknown Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyRoot
.<init>(Unk
wn Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyPane.createRoot
nknown Source)
at edu.stanford.smi.protegex.owl.ui.properties.OWLSubpropertyPane.<init>(Unknown
Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLObjectPropertySubpropertyPane
.<init>(Unk
wn Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertyHierarchiesPanel.createUI
(Unknow
Source)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertyHierarchiesPanel
.<init>(Unknown
urce)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertiesTab.createMainSplitter
(Unknown
ource)
at
edu.stanford.smi.protegex.owl.ui.properties.OWLPropertiesTab.initialize(Unknown
Source)
at edu.stanford.smi.protege.widget.WidgetUtilities.createTabWidget(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.addTab(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectView.createTabbedPane(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectView.<init>(Unknown Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.displayCurrentProject(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.ui.ProjectManager.openProjectRequest(Unknown
Source)
at edu.stanford.smi.protege.action.OpenProject.actionPerformed(Unknown
Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-- WidgetUtilities.createTabWidget()
Protege Wizards v1.0 beta build 14
WARNING: java.lang.ClassCastException:
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFProperty
- ProjectPluginManager.afterShow()
INFO: UI display time = 0 sec
Cheers,
Bo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20071009/a4378b19/attachment.html>
More information about the protege-discussion
mailing list