We are trying to get Cognos 10.x pieces installed on Weblogic Application Server 10.3.6, following a document entitled "Install Cognos on Weblogic" obtained from the IBM web site:
http://pic.dhe.ibm.com/infocenter/cbi/v10r2m0/index.jsp?topic=%2Fcom.ibm.swg.ba.cognos.inst_cr_winux.10.2.0.doc%2Ft_cnfgdplyweblogic.html&resultof%3D%2522%2577%2565%2562%256c%256f%2567%2569%2563%2522%2520%2522%2577%2565%2562%256c%256f%2567%2522%2520
We have cognos on one linux server and WLS (weblogic) on another:
Server1: Cognos application 10.x configured with Apache 2.2.12 webserver (which comes with SLES 11.2 OS).
Server2: Weblogic 10.3.6 on SLES 11.2, using unzipped WAR files generated from Server1.
The WAR files were created from a Cognos 10.x install on Server1, and unzipped on a shared directory on Server2. Both Server1 and Server2 are running Suse Linux 11.2
The WAR files (for p2pd and Servlet_Gateway) were deployed to WLS successfully, but will not start on my Weblogic cluster.
The start errors are as follows:
P2PD: weblogic.application.ModuleException: [HTTP:101216]Servlet: "cfgss" failed to preload on startup in Web application: "p2pd".
com.cognos.pogo.pdk.PogoConfigException:
no contentManagers at com.cognos.p2plb.config.ConfigStoreServlet.getContentManagerList(ConfigStoreServlet.java:534) at.....
Servlet_Gateway: weblogic.application.ModuleException: [HTTP:101216]Servlet: "ServletGateway" failed to preload on startup in Web application: "ServletGateway".
CAM-CRP-1142 Unable to find the file cogstartup.xml. at com.cognos.accman.jcam.crypto.misc.Configuration.getInstanceWithDefaultConfig(Configuration.java:99)
at com.cognos.accman.jcam.crypto.misc.JVMEnvironment.isFIPSSupportedOS(JVMEnvironment.java:216)
We suspect that we are missing a configuration step on WLS that maybe reaches back to the Cognos install on Server1 (or on the Apache webserver on Server1).
The only config step we have done is to configure data sources in WLS for Cognos sources.
I'm posting on this site because I have no access to IBM support, and because I'm hoping others may be able to point me in the right direction.
Thanks ....