From: <glassfish_at_javadesktop.org>
Date: Thu, 08 Oct 2009 07:26:57 PDT
Am I right that this error only appears if you *redeploy* your app? If you *undeploy* it and then *deploy* it it should be OK.
The source of this error is, presumably, com.sun.corba.ee.impl.io.ValueHandlerImp where a shutdown() may be missing. This shutdown() has to be called from your servlet in contextDestroyed().