The H2 server job received a RC 100 when trying to start it. In addition to message: JVMJZBL2008E Could not find or load class: org.h2.tools.Server
Release : 14.0
Component : OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS
Values for parameters in the JCL for the H2 Server were incorrect and could not be resolved correctly.
Review the JCL for the H2 server:
a. Comment the following line:
//*LOGLVL=' ' < Set log level None
b. Uncomment the following line:
// LOGLVL='+D' < Set log level Debug
c. Run the job and once the same error is received, review the SYSOUT of the job. The debug information will assist in narrowing the cause of the problem.
d. In this specific case the value for parameter H2_JAR= in the user JCL was set incorrectly to:
H2_JAR="$'CVINSTALL'"/h2.jar
the correct format should be:
H2_JAR="${CVINSTALL}"/h2.jar
The following line in the JCL needs to have the correct path for variable CVINSTALL: CVINSTALL=<CV_INSTALL>/webviewer