JVMJZBL2008E Could not find or load class: org.h2.tools.Server - 14.0 Web Viewer
search cancel

JVMJZBL2008E Could not find or load class: org.h2.tools.Server - 14.0 Web Viewer

book

Article ID: 229726

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

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

Environment

Release : 14.0

Component : OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS

Cause

Values for parameters in the JCL for the H2 Server were incorrect and could not be resolved correctly.

Resolution

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

Additional Information

The following line in the JCL needs to have the correct path for variable CVINSTALL:  CVINSTALL=<CV_INSTALL>/webviewer