It's all about the answers!

Ask a question

CRRRA2076E: Cannot deploy the Cognos components to the WebSphere application server


Jaffar Yelavalli (122) | asked Jul 17 '13, 6:32 a.m.
 I am trying to upgrade Insight from 1.0.1.1 to 1.1.1.2 and while deploying the ear files of cognos it fails with below error:

07/17/2013 14:30:32,467 ERROR com.ibm.rational.rrdi.setup.biserver.service.WasDeploymentService : WASX7209I: Connected to process "RationalReportingServer" on node RationalReportingNode01 using SOAP connector;  The type of process is: UnManagedProcess

ADMA0080W: A template policy file without any permission set is included in the 1.2.x enterprise application. You can modify the Java 2 Security policy for the enterprise application by editing the was.policy file that is located in the ${user.install.root}/config/cells/(yourCellName)/applications/(yourAppName).ear/deployments/(yourAppName)/META-INF directory after the application is installed.
WASX7327I: Contents of was.policy file:
 //
// Template policy file for enterprise application.
// Extra permissions can be added if required by the enterprise application.
// NOTE: Syntax errors in the policy files will cause the enterprise application FAIL to start.
//       Extreme care should be taken when editing these policy files. It is advised to use
//       the policytool provided by the JDK for editing the policy files
//       (WAS_HOME/java/jre/bin/policytool). 

grant codeBase "file:${application}" {
};

grant codeBase "file:${jars}" {
};

grant codeBase "file:${connectorComponent}" {
};

grant codeBase "file:${webComponent}" {
};

grant codeBase "file:${ejbComponent}" {
};

ADMA5011I: The cleanup of the temp directory for application IBM Cognos is complete.
ADMA5014E: The installation of application IBM Cognos failed.
WASX7015E: Exception running command: "$AdminApp install "E:/IBM/RRDI/cognos/p2pd.ear" {-appname "IBM Cognos" -MapWebModToVH {{ "IBM Cognos" p2pd.war,WEB-INF/web.xml default_host }} -target WebSphere:cell=INCAM1005Node03Cell,node=RationalReportingNode01,server=RationalReportingServer}"; exception information:
 com.ibm.ws.scripting.ScriptingException: WASX7132E: Application install for E:\IBM\RRDI\cognos\p2pd.ear failed: see previous messages for details.

07/17/2013 14:30:32,467 ERROR com.ibm.rational.rrdi.setup.steps.DeployCognosToWASStepService : com.ibm.rational.rrdi.setup.biserver.common.RRDIBIServerException: CRRRA2076E: Cannot deploy the Cognos components to the WebSphere application server.
com.ibm.rational.rrdi.setup.biserver.common.RRDIBIServerException: CRRRA2076E: Cannot deploy the Cognos components to the WebSphere application server.
at com.ibm.rational.rrdi.setup.biserver.service.WasDeploymentService.executeWasCognosConfigurationStep3(WasDeploymentService.java:674)

One answer



-1
permanent link
li yaqiang (19423) | answered Aug 08 '13, 2:28 a.m.
You can modify the MaxHeapSize of JVM in the related WebSphere server to 1500 MB or larger and try again.
1. Go to the WAS administrative console page "Application servers > RationalReportingServer > Process definition > Java Virtual Machine"

2. Change the value of the "Maximum heap size" to 1500 or larger.

3. Save the change and restart the server.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.