I vaguely remember some similar problem when I was first playing with Fosstrak.
Just to check...
- do you have MySQL installed? what version?
- do you have Tomcat installed? what version?
- do you have the MySQL Connector/J jar in $TOMCAT_HOME/lib ? what version?
- what version of Fosstrak repository are you using?
- do you have MySQL running on port 3306 (default)?
- do you have a database named "epcis", with user epcis/epcis granted insert/update/delete permissions?
- have you run the epcis_schema.sql to create the tables?
I assume you've done all that, but good to be sure:-)
Is there anything indicating errors/malfunctions in your
$TOMCAT_HOME/log files?