NoClassDefFoundError on QueryTableWrapper
Good afternoon,
We have a strange error that's appearing on one of two load balanced servers which seems to have started a few days ago. The error is:
java.lang.NoClassDefFoundError: coldfusion/runtime/QueryTableWrapper
(Followed by a rather large stack trace)It seems to me that this is happening whenever we try to query the database. Only some pages exhibit this error.Our immediate solution is to remove the server from the load balancing and investgate more closely after the holiday weekend. But in the meantime, can anyone give me a clue as to which file or files might be worth investigating?
My gut tells me that there's either a missing file or some sort of corruption. I can't see that the Classpath has changed at all. And why would it? It's a production server. I've compared the settings between the two servers and they are identical as far as I can see.
Does anyone have any input on what this might be? How to isolate what the problem might be? We're running CF 8 on Windows (Not sure what version). Restarting CF doesn't change anything. Rebooting the server doesn't either. So my next theory is there's something with the files on disk.
Thanks,
--Joel
