When trying to enable and deploy PPMBroker over SSL, it does not start the service correctly. The health report shows it in Red, and the logs has errors
STEPS TO REPRODUCE:
Expected Results: PPM Broker to work over Full SSL only
Actual Results: ppmbroker will not deploy, error message in logs:
java.lang.ClassNotFoundException: com.niku.union.web.http11.ClarityHttp11Nio2Protocol
Release : 16.1.1
This is caused by DE68716, fixed in 16.1.2
Workaround:
Do not use Full SSL
or
Do not deploy PPMBroker for now, as it is optional
File workaround:
In the ${installl.dir}/tomcat-ppmbroker-deploy/conf/catalina.properties file add this to the common.loader property:
common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar",${catalina.base}/../lib/*.jar
Restart the ppmbroker to have the change take affect.