Yeah, i actually took the tile index out because i didn't want the line to wrap in the email - not the best reason i guess. I just noticed that I also split the img=map.draw() and img.save() lines with the query. They should probably be together after the query. It should work anyway...
Thanks, to everyone, for effort and advice. Benedikt's sugesstion to write out class names as they are finalized is handy. I've also started triggering the garbage collector every transaction (while testing) because some of these memory corruption issues don't show up until the objects are freed, making the crashes seem random. Donovan >Now that I look at your Java code, I see a potential problem. You >shouldn't make the assumption that the tileindex of your >resultCacheMemberObj is always -1. I'm not sure that figures into the >current issue, but is something you'll want to beware of in the future. > >Sean >
