Am trying to populate to a mysql db using monitord in replay mode
vahi@obelix:/data/scratch/vahi/examples/synthetic-scec$ pegasus-monitord -Dpegasus.monitord.output="mysql://XXX:XXXXX@stewie.isi.edu/stampede_test_310" --replay dags/vahi/pegasus/Stampede-Test/run0003/Stampede-Test-0.dag.dagman.out
2011-06-17 15:06:42,762:properties.py:new:244: WARNING: cannot access properties file pegasus.2719734517415669463.properties... continuing...
2011-06-17 15:06:42,763:properties.py:new:259: WARNING: no properties file parsed whatsoever!
Looks like it is not creatign the path to the properties file correctly.
It should be picked up relative to the submit directory specified in the braindump file.
The absolute path is no longer specified in the braindump file.
For now i need to run it from the submit directory.