Trying to bring up messaging service task ZMSSTART for the first time on this system. It fails with this message:
java.lang.NoClassDefFoundError: COM.CA.MESSAGINGSERVICE.ENGINE.MESSAGINGSERVICEAPPLICATION
Caused by: java.lang.ClassNotFoundException: COM.CA.MESSAGINGSERVICE.ENGINE.MESSAGINGSERVICEAPPLICATION.
Any idea why?
Release : 15.0
Component : CCS MESSAGE SERVICE
Case Sensitivity
The class name is case sensitive and will cause the above described error if not defined appropriately.
Class com.ca.messagingservice.engine.MessagingServiceApplication is in messaging-engine.jar.
For example:
JVMJZBL1006I CLASSPATH = /example/cai/CADeploy/CCS/cfgb/messageService/bin/messaging-engine.jar
The mount point in this example is /example/cai/CADeploy/CCS/cfgb/messageService
ZMSSTART EXEC PGM=JVMLDM86,REGION=0M,
PARM='+T com.ca.messagingservice.engine.MessagingServiceApplication'