Hello,
I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17) and I'm trying to use Contributor. When I click on the Design Application icon, I get the below error. Any ideas? Thanks
*** Full stacktrace:
com.cognos.ccl4j.exceptions.CCLRuntimeException (root javax.net.ssl.SSLHandshakeException):
'com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target'
WHILE [CCLMsg: system text='fetching app XML file for 'provagent 8.4' from 'https://wxpkwoerthmann.ACGUSA.ACGI.COM: ... .4_app.xml'']
WHILE [CCLMsg: system text='installing from update-site: application 'provagent 8.4'']
WHILE [CCLMsg: system text='installing with lock-file']
WHILE [CCLMsg: system text='Installing: install-dir='C:\Documents and Settings\onielm.ACG-AOS\Application Data\CognosRCP' update-site-url='https://wxpkwoerthmann.ACGUSA.ACGI.COM: ... cp_updates' app-id='provagent' app-version='8.4'']
WHILE [CCLMsg: system text='installing application']
WHILE [CCLMsg: system text='updating bootstrap provagent']
at com.cognos.ccf.provagent.startup.ProvagentUpdater.updateProvagent(ProvagentUpdater.java:107)
at com.cognos.ccf.provagent.startup.AppStarter.run(AppStarter.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
at java.lang.reflect.Method.invoke(Method.java:612)
at com.cognos.ccf.rcp.startup.AppStarterRunner$IntrospectedProvagent.run(AppStarterRunner.java:140)
at com.cognos.ccf.rcp.startup.AppStarterRunner.run(AppStarterRunner.java:85)
at com.cognos.ccf.rcp.startup.CognosRCPStartupMain.run(CognosRCPStartupMain.java:173)
at com.cognos.ccf.rcp.startup.CognosRCPStartupMain.main(CognosRCPStartupMain.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
at java.lang.reflect.Method.invoke(Method.java:612)
at com.cognos.ccf.starter.QuickStarter$1.run(QuickStarter.java:34)
at java.lang.Thread.run(Thread.java:735)
TM1 9.5 Contributor unable to find valid certification path
Re: TM1 9.5 Contributor unable to find valid certification path
Try to use Tomcat instead.omcleod wrote:I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17)
Re: TM1 9.5 Contributor unable to find valid certification path
David wrote:Try to use Tomcat instead.omcleod wrote:I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17)
Thanks! That worked.