[kepler-dev] [Bug 4505] New: - NPE from Semantic Search
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Oct 27 13:14:39 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4505
Summary: NPE from Semantic Search
Product: Kepler
Version: 1.x dev
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: semantics
AssignedTo: sbowers at ucdavis.edu
ReportedBy: barseghian at nceas.ucsb.edu
QAContact: kepler-dev at kepler-project.org
On os X or linux w/ the kepler suite, I get an NPE when I try to run a search
in the Semantic Search dialog:
[run] java.lang.NullPointerException
[run] at
org.kepler.objectmanager.ActorMetadata.getActorAsNamedObj(ActorMetadata.java:693)
[run] at
org.kepler.gui.GraphicalActorMetadata.<init>(GraphicalActorMetadata.java:72)
[run] at
org.kepler.sms.gui.SemanticSearchDialog._getObjectsToSearch(SemanticSearchDialog.java:583)
[run] at
org.kepler.sms.gui.SemanticSearchDialog._doSearch(SemanticSearchDialog.java:498)
[run] at
org.kepler.sms.gui.SemanticSearchDialog.access$800(SemanticSearchDialog.java:88)
[run] at
org.kepler.sms.gui.SemanticSearchDialog$_SearchTask.run(SemanticSearchDialog.java:476)
[run] at java.lang.Thread.run(Thread.java:637)
More information about the Kepler-dev
mailing list