Developer Edition Watermark (Multiple Instances)
I just discovered something this morning when I started messing about with a CF report in my "dev" instance on my local machine.
I run CF (Developer Edition) in multi-server configuration mode with a number of instances.
Anyway, I had a need to test out a report and when I fired it up in my browser, I got a Water Mark Image File is invalid error. It went on to ask me to make sure that the watermark.png file is in the correct directory and that I hadn't tampered with it.
Well, as it turns out, it wasn't in the correct directory jrun/servers/dev/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib
A quick shufty showed that it also didn't exist in the correct location for any of my other instances - in fact, it didn't exist at all for any of my instances, other than the default "cfusion" one.
So, to cut a long story short, it appears that during instance creation, the watermark.png file isn't copied to new instances.
How to fix it? Simply manually copy the file.



The dev edition does some sort of check on the watermark.png file - how sophisticated I don't know.
Cheers mate may come in useful someday