I'm trying to import some genepix raw data files (.gpr) with the raw data
importer. In configuring the plugin, I define the fields and test the file
parsing, but it doesn't recognize the data header line the way I expressed
it. When I select the option to make the 'unknown' line the data header,
the file parses correctly and everything looks the way I want, but when I
hit 'Next' I get the error printout below. Could anyone give me some
direction about what I'm doing wrong here?

Mozilla: Unexpected Error

java.lang.NullPointerException on page /base2/common/plugin/index.jsp

Version         BASE 2.2.1 (build #0; schema #29)
Web server      Apache Tomcat/5.5.23
Database Dialect        org.hibernate.dialect.MySQLInnoDBDialect
JDBC Driver     com.mysql.jdbc.Driver (version 5.0)
Java runtime    Java(TM) 2 Runtime Environment, Standard Edition
(1.5.0_11-b03), Sun Microsystems Inc.
Operating system        Linux i386 2.6.20-1.2933.fc6xen
Memory  Total: 46.10 MB
Free: 4.6 MB
Max: 63.6 MB
Browser         Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050328
Fedora/1.7.6-1.2.5
Error message
Stack trace

...at
net.sf.basedb.plugins.RawDataFlatFileImporter.getRequestInformation(RawDataFlatFileImporter.java:322)
...at
PluginConfigurationRequest.getRequestInformation(PluginConfigurationRequest.java:137)
...at org.apache.jsp.common.plugin.index_jsp._jspService(index_jsp.java:364)
...at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
...at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
...at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
...at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
...at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)

...at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
...at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
...at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
...at
net.sf.basedb.clients.web.servlet.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:71)
...at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
...at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
...at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
...at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
...at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
...at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
...at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
...at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
...at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
...at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
...at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
...at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
...at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
...at java.lang.Thread.run(Thread.java:595)

Thanks.


-- 
Marie Mooney



-------------------------------------------------------------------------
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