podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Fix empty ontology exception when using web browser #128

Closed ansell closed 10 years ago

ansell commented 10 years ago

The following partial stack trace is generated when attempting to create a project from the web interface:

Caused by: com.github.podd.exception.EmptyOntologyException: Loaded ontology is empty at com.github.podd.impl.PoddArtifactManagerImpl.loadArtifact(PoddArtifactManagerImpl.java:1417) at com.github.podd.resources.UploadArtifactResourceImpl.uploadFileAndLoadArtifactIntoPodd(UploadArtifactResourceImpl.java:393)