Hi Nicklas,


Thanks for your reply, actually the tomcat setup was correct, I do get error report page for other error, instead of HTTP500 generic error page.
BTW, how do I stop BASE2 writing to the mysqld.log file, 'cause when I perform a raw data upload, the log file size increases dramatically?

Thanks,

David

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nicklas Nordborg
Sent: Wednesday, May 10, 2006 11:07 PM
To: basedb-users@lists.sourceforge.net
Subject: Re: [base] base2 reporter import error

 

David Zhao wrote:

> Hi there,

>

> I've just installed base2, and had it up and running. I tried to import

> agilent chip reporter data into base2, I've got an error showed at the

> bottom. Apparently the reporter format is not recoginzed, how do I setup

> one? or get one?

 

Go to Administrate -> Plugins -> Plugin configurations and create a new

configuration for the reporter importer plugin.

 

By the way, I think your Tomcat is not setup correectly, since you are

getting a HTTP 500 error and a stack trace. Do you have the correct

web.xml file in the <basedir>/www/WEB-INF directory?

 

The correct file should have a copyright comment for BASE and contain

the following tags (and lots of others):

 

<error-page>

      <exception-type>java.lang.Throwable</exception-type>

      <location>/exception/exception.jsp</location>

</error-page>

 

 

/Nicklas

Reply via email to