# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
# Default JVM 1.4.2_05 works
# java.home=C:/CFusionMX7/runtime/jre
# JVM 1.5 breaks CF and is unsupported
java.home=C:/jdk1.5.0_01/jre
11/14 08:14:45 user ColdFusionStartUpServlet: init
11/14 08:14:45 user ColdFusionStartUpServlet: ColdFusion MX: Starting application services
11/14 08:14:45 user ColdFusionStartUpServlet: ColdFusion MX: VM version = 1.5.0_01-b08
11/14 08:14:46 Information [main] - Starting logging...
You may encounter the following errors during the ColdFusion Settings Wizard (part 2 of installation) if you are using the JRun J2EE configuration for CFMX with the 1.5 JVM, or you may encounter it if you changed the JVM from 1.4 to 1.5 after the original installation:
[1]java.lang.ExceptionInInitializerError
at com.verity.administration.VAdmin.<init>(Unknown Source)
at com.verity.api.administration.VAdministration.<init>(Unknown Source)
at coldfusion.tagext.search.Utils$1.run(Utils.java:321)
at java.security.AccessController.doPrivileged(Native Method)
at coldfusion.tagext.search.Utils.adminConnect(Utils.java:318)
at coldfusion.verity.VerityServiceImpl.getCollectiondir(VerityServiceImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at coldfusion.runtime.StructBean.resolveName(StructBean.java:137)
...
11/14 08:16:10 error Java bean field access exception.
[2]java.lang.RuntimeException: Encryption algorithm not found
at com.verity.security.k2.K2Encrypt.<clinit>(Unknown Source)
at com.verity.administration.VAdmin.<init>(Unknown Source)
at com.verity.api.administration.VAdministration.<init>(Unknown Source)
at coldfusion.tagext.search.Utils$1.run(Utils.java:321)
at java.security.AccessController.doPrivileged(Native Method)
at coldfusion.tagext.search.Utils.adminConnect(Utils.java:318)
at coldfusion.verity.VerityServiceImpl.getCollectiondir(VerityServiceImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
If you disabled the Settings Wizard after a new installation of CFMX and then entered into the CF Administrator, or if you changed the JVM version and then went back to the CF Admin, then you will see the following error when you click on the Verity page:
500 Java bean field access exception.
Java bean field access exception.
To corrrect this error, use the Sun 1.4.2_05 JVM. You can download the Sun JVM 1.4.2_05 from Sun's Archive page.
(as well as general CF server monitoring)
http://www.fusion-reactor.com/
Regards,
Andreas.