I recently moved a couple of applications to a server that is running Domino 9.0.1FP8 (JVM version: JRE 1.8.0 Windows Server 2008 R2 amd64-64). Since I did this I've been unable to load any, but the most basic of Xpages. I get the "Error 500 HTTP Web Server: Command Not Handled Exception" page.
Via the ...IBM\Domino\data\IBM_TECHNICAL_SUPPORT\xpages_exec I get Exceptions such as:
- The type java.util.Comparator cannot be resolved. It is indirectly referenced from required .class files
- The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
- The import java.util.Arrays cannot be resolved
I'm also getting the following Errors in the "Problems" tab in Designer:
- "The project was not built since its build path is incomplete. Cannot find the class file for java.util.Comparator. Fix the build path then try building this project"
- "The type java.util.Comparator cannot be resolved. It is indirectly referenced from required .class files"
Is there a reason the java.util is failing in Java 1.8? Is there anything I can do? Thanks for any help.
Dan