Last night we upgraded our JVM from 1.4 to 1.5. After the upgrade, the
server still works, however we're getting an exception thrown repeatedly:
- Error unregistering mbean
javax.management.RuntimeOperationsException: Object name cannot be null
at
com.sun.jmx.interceptor.DefaultMBeanServe
I'm trying to set up a response filter, but am running
into problems. My main page and some jsps render
properly. Others don't return anything at all (I hate
getting back plain white pages).
Anyway, I'm not sure what makes some jsps work and
others fail. I'm also not sure how to troubleshoot
th