Aug 7, 2012

java.awt.color.CMMException: Invalid image format

Caused by the metadata within the picture file.
Try to save the file without the metadata (usually camera metadata). Since this version doesn't support this metadata.
Another solution, use JAI instead.


Hoped that it helped,
Dor

Aug 5, 2012

visualvm Local java applications cannot be monitored

It used to be a bug, happened to me on windows 7.

Solution can be found in the internet and is simple.

Close all your java servers/applications eclipse etc.
Go to your \users\yourusernamedir\AppData\Local\Temp\hsperfdata_yourusernamedir
And delete this directory.

For me it worked.

Dor