Hi,

I am trying to get Eagle 0.3 (cloned yesterday) working with MySql as 
storage-type. I have created the tables mentioned at 
https://cwiki.apache.org/confluence/display/EAG/JDBC+Extension and also have 
put the eagle-storage-jdbc-0.3.0.jar in lib of Eagle service. It complained 
"java.lang.NoClassDefFoundError: org/apache/torque/TorqueException", so I have 
put torque-runtime-4.0.jar to lib and this error is gone.


Now, it is complaining "Table 'eagle.ipzone_ipzone' doesn't exist" while 
executing 'SELECT ipzone_ipzone.* FROM ipzone_ipzone WHERE 
(ipzone_ipzone.timestamp>=? AND ipzone_ipzone.timestamp<?) LIMIT 2147483647 
Replacements: [0,0]' , I didn't find create script for this table. There are 
some other tables as well like 'eagle_metric'.


Where can I get create script for all the tables we need to create in Mysql?


Thanks and Regards,
Jaspaul Chahal

Reply via email to