Hi all,

I am importing .gpr data in BASE2 using a custom rawdata importer.  I set the M value field to the Log Ratio (635/532) column of the gpr file (as in the original importer for this format). However this column has the value "Error" at different positions (I assumed when the log could not be computed) and this gives an error during importing:

net.sf.basedb.core.BaseException: For input string: "Error" on line 35: 1 1 1 1930 5680...
at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:592)
at net.sf.basedb.plugins.AbstractFlatFileImporter.run(AbstractFlatFileImporter.java:442)
at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:88)
at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:420)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NumberFormatException: For input string: "Error"
at net.sf.basedb.core.Type.parseString(Type.java:420)
at net.sf.basedb.core.ExtendedProperty.parseString(ExtendedProperty.java:194)
at net.sf.basedb.plugins.RawDataFlatFileImporter.handleData(RawDataFlatFileImporter.java:541)
at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:570)
... 4 more


I can´t hardly imagine that this has not been taken care somewhere. Anyone can help me??
Thanks a lot

Ana


   O @@@@@     Ana Conesa, PhD.
  @@@ O @@ O @   Centro de Genómica
  @ O @@@@ O @   Instituto Valenciano de Investigaciones Agrarias (IVIA)
  @@@ O @@@@   Carretera Moncada - Naquera, Km. 4,5
   @@@@ O @     46113 Moncada (Valencia) SPAIN
     ||       Tel. +34 963424000 ext.70161; Fax. +34 963424001
     ||       email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to