Coldfusion j2eeSessionScopeStub cannot cast...

While working on a customer solution, we ran into an interesting error.

view plain print about
1Error casting an object of type coldfusion.runtime.J2eeSessionScopeStub cannot be cast to coldfusion.runtime.J2eeSessionScopeStub to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.
2coldfusion.runtime.J2eeSessionScopeStub cannot be cast to coldfusion.runtime.J2eeSessionScopeStub

This problem occurred on a load balanced server pair running Coldfusion 8.01 with Cumulative Hotfix 3. Each server is running a separate instance which is then clustered. From what I've been able to gather from others in the community is that uninstalling the hot fix alleviates the problem, however in this case the hotfix is required for the successful operation of the customer's site. Luckily, the site did not need the session scope and I shut off J2EE sessions as well as session replication.

I eagerly await a fix from Adobe on this, if there's anyone else in the community that has run across this problem and have successfully mitigated it, I invite you to share your solutions.

TweetBacks
Comments
Tom Sucaet's Gravatar We had the same problem after installing the Cumulative Hotfix 3.
The only solution we've found, is to change the Memory Variables in the Server Settings of the CF Admin.
When we unchecked "Use J2EE session variables" then this error is solved, but this is not exactly a solution because now we can't use J2EE session variables.
# Posted By Tom Sucaet | 10/5/09 3:37 PM
# Posted By David Collie | 12/2/09 8:55 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.5.004. Contact Blog Owner