Use of Java 7 in the web client's browsers is supported providing the Serena VM Web Application Server is running Version Manager release 8 .4.6 or newer. Customers running VM 8.4.5 should consider upgrading to 8.4.6, or at least install the HotFix from KB article P2677 to support Java 1.7.0 Update 4 and newer.
You get this error on unix/linux if you have Version Manager install owned by a user like "pvcs" and the Mover install owned and run by a different user like "moveruser." The Mover user needs to be able to write to this directory. vm/common/lib/linux
The error page mechanism of the Java Servlet Specification requires that, when an error occurs and an error page is configured for the error that occurred, the original request and response are forwarded to the error page. This means that the request is presented to the error page with the original HTTP method.
When serving resources from a network location using the NTFS file system it was possible to bypass security constraints and/or view the source code for JSPs in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances.