CA Data Content Discovery Controller startup, receives 'JVMJZBL2007E
search cancel

CA Data Content Discovery Controller startup, receives 'JVMJZBL2007E

book

Article ID: 46808

calendar_today

Updated On:

Products

Data Content Discovery

Issue/Introduction

During the CA Data Content Discovery Controller startup, I see the following error message in the SYSOUT 'JVMJZBL2007E Stack trace follows: java.lang.NoClassDefFoundError: org.apache.catalina.startup.Bootstrap', how do I address the error?

 

 

  1.  

Environment

Release:
Component: DCD

Resolution

One of the following issues occurred:

  • The CA Data Content Discovery USS installation is not mounted. See USS Installation Is Not Mounted.
  • You specified an incorrect path in the STDENV data set for the CLASSPATH. See Incorrect Path in STDENV.

USS Installation Is Not Mounted

Follow these steps:

  1. Stop the CA Data Content Discovery Controller address space:

    P DCDCONTL
  2. To permanently maintain the mount point, set up automatic mounting. To do so, copy the following mount command to SYS1.PARMLIB(BPXPRMxx):

    MOUNT FILESYSTEM(SMPE.target.CFEYUSS)   TYPE(ZFS)    MODE(RDWR)                                 MOUNTPOINT(/DCD_INSTALL_HOME)

    SMPE.target
    Specifies the target HLQ for the CA Data Content Discovery zFS file system.
    DCD_INSTALL_HOME
    Specifies the UNIX System Services (USS) target directory name where the CA Data Content Discovery application is installed.

  3. Restart the CA Data Content Discovery Controller address space:

    S DCDCONTL
  4. If problems persist, contact Broadcom Support.

Incorrect Path in STDENV

Follow these steps:

  1. Stop the CA Data Content Discovery Controller address space:

    P DCDCONTL
  2. Verify that all the USS paths begin with a forward slash. Doing so assures that the path resolution is relative to the root directory.

  3. Restart the CA Data Content Discovery Controller address space:

    S DCDCONTL
  4. If problems persist, contact Broadcom Support.