id summary reporter owner description type status priority milestone component version resolution keywords cc 1162 Raw bioassay importer fails with InvalidUseOfNullException when raw data type is not found Nicklas Nordborg Nicklas Nordborg "The error message should be an ItemNotFoundException instead so users know what is causing it. {{{ net.sf.basedb.core.BaseException: Invalid use of null. The 'rawDataType must be specified for platform: Generic' value cannot be set to null. on line 2: 1590818011 1 ""Ge... at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:638) at net.sf.basedb.plugins.AbstractFlatFileImporter.run(AbstractFlatFileImporter.java:443) at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:108) at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:506) at java.lang.Thread.run(Thread.java:619) Caused by: net.sf.basedb.core.InvalidUseOfNullException: Invalid use of null. The 'rawDataType must be specified for platform: Generic' value cannot be set to null. at net.sf.basedb.core.RawBioAssay.setPlatform(RawBioAssay.java:475) at net.sf.basedb.core.RawBioAssay.getNew(RawBioAssay.java:148) at net.sf.basedb.plugins.batchimport.RawBioAssayImporter.createItem(RawBioAssayImporter.java:338) at net.sf.basedb.plugins.batchimport.RawBioAssayImporter.createItem(RawBioAssayImporter.java:62) at net.sf.basedb.plugins.batchimport.AbstractItemImporter.handleData(AbstractItemImporter.java:625) at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:608) ... 4 more }}} " defect closed trivial BASE 2.9 coreplugins fixed