TM1 9.5 Contributor unable to find valid certification path

Post Reply
omcleod
Posts: 9
Joined: Tue Apr 07, 2009 6:26 pm
Version: 9.4
Excel Version: 2003

TM1 9.5 Contributor unable to find valid certification path

Post by omcleod »

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)
David
Posts: 17
Joined: Mon Oct 19, 2009 8:45 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003

Re: TM1 9.5 Contributor unable to find valid certification path

Post by David »

omcleod wrote:I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17)
Try to use Tomcat instead.
omcleod
Posts: 9
Joined: Tue Apr 07, 2009 6:26 pm
Version: 9.4
Excel Version: 2003

Re: TM1 9.5 Contributor unable to find valid certification path

Post by omcleod »

David wrote:
omcleod wrote:I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17)
Try to use Tomcat instead.

Thanks! That worked.
Post Reply