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




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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