- Install Oracle database or use an existing one.
- Install Weblogic Server or you may create a new domain.
- export ORACLE_HOME=/u01/product/11.2.0.3/dbhome_1export WEBAPPS_HOME=/u01/Middleware/wlserver_10.3export PATH=$JAVA_HOME/bin:$ORACLE_HOME/bin:$PATHexport CLASSPATH=$JAVA_HOME/lib:$CLASSPATHexport LD_LIBRARY_PATH=$ORACLE_HOME/libexport ORACLE_SID=GRCextract the ccg_551.zip file in the staging area (ccg_551 is a file in V18542-01.zip)
- create table spaces AM_DATA, AM_INDEX, AM_STAGE, APS_DATA, APS_INDEX.
-
copy the classes12.jar file from /u01/product/11.2.0.3/dbhome_1/oui/jlib/classes12.jar to /u01/Middleware/wlserver_10.3/common/lib/
-
copy the classes12.jar file from /u01/product/11.2.0.3/dbhome_1/oui/jlib/classes12.jar to /u01/product/11.2.0.3/dbhome_1/jdbc/lib/
- run ./install.sh -f ccg-551-install.apf
- Fill in the details as per your environment.
- after a successful installation there should be a ccg.war file is created. In case the file is not created you may unzip the ccg-551-install.apf and copy the ccg.war file to the Install directory (In my case /u01/Middleware/wlserver_10.3/ccg
-
create a jdbc datasouce from the weblogic console.
- Deploy the ccg.war file.
-
Edit the /opt/oracle/GRC/Middleware/wlserver_10.3/ccg/config/amhome.conf with the following values.webcontainer = WeblogicamhomeDatasourceName = jndi/amhome
- Edit
the file /u01/Middleware/wlserver_10.3/ccg/config/quartz.properties with the follwing values org.quartz.dataSource.myDS.URL =
jdbc:oracle:thin:@xxxxx.xxx:1521:GRC
org.quartz.dataSource.myDS.user = AMHOMEorg.quartz.dataSource.myDS.password = xxxxxxorg.quartz.dataSource.myDS.maxConnections = 20
-
edit /u01/Middleware/wlserver_10.3/ccg/WEB-INF/classes/resources/ AMResources.properties with the follwing valuesapplimation.banner0 = http://hostname:port/ccg/jst/amblank.jspapplimation.banner1 = http://hostname:port/ccg/jst/amblank.jspapplimation.banner2 = http://hostname:port/ccg/jst/amblank.jsp
-
edit startWeblogic.sh file and copy the following under the ${JAVA_HOME}/bin/java section-Djava.awt.headless=true -Djava.security.auth.login.config=/u01/Middleware/wlserver_10.3/ccg/WEB-INF/jaas.config -Xms256M -Xmx768.e.g. ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy -Djava.awt.headless=true -Djava.security.auth.login.config=/u01/Middleware/wlserver_10.3/ccg/WEB-INF/jaas.config -Xms256M -Xmx768M ${JAVA_OPTIONS} ${PROXY_SETTINGS} ${SERVER_CLASS}"
- Restart the server and access http://hostname:port/ccg
Issue & Fixes:
In case there is an issue while deploying the ccg.war file follow the metalink:
weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "ccg".java.lang.NullPointerException.at org.apache.commons.digester.Digester.getXMLReader(Digester.java:899)
In case there is an issue while deploying the ccg.war file follow the metalink:
weblogic.application.ModuleException: [HTTP:101216]Servlet: "action" failed to preload on startup in Web application: "ccg".java.lang.NullPointerException.at org.apache.commons.digester.Digester.getXMLReader(Digester.java:899)
CCG 5.5.1 Deployment With Weblogic 10.3.0.1/11g Fails [ID 1265899.1]
virtualnuggets offering oracle dba online training,corporate training services.
ReplyDeleteMaking incremental baackups:
After starting RMAN, run the backup incremental command at the RMAN prompt. This example makes a level 0 incremental backup of the database:
Rman>backup incremental level 0 database;
The following command performs a level 1 differential incremental backup of the database:
Rman> backup incremental level 1 database;
If no level 0 backup is available, then the behavior depends upon the compatibility mode setting. If compatibility is >=10.0.0, rman copies all blocks changed since the file was created, and stores the results as a level 1 backup. In other words, the SCN at the time the incremental backup is taken is the file creation SCN. If compatibility <10.0.0, rman generates a level 0 backup of the file contents at the time of the backup, to be consistent with the behavior in previous releases.
This blog is suitable to learn sap people. please share this type of blogs. Anybody interest to learn please click this linkSAP GRC ONLINE TRAINING.
ReplyDeleteHi,
ReplyDeleteI am trying to install CCG on Linux machine. My Database, Weblogic Server and CCG will be installed on same machine.
I am getting following error when select AMHOME as schema name:
Error Details: Dependency Checking com.applimation.installer.XMLObjects.Reqs.ProdChkReq Internal Registrar error: Unable to locate component registration infrastructure. AMHOME schema name specified may be incorrect.
While i remove this schema from database and leave installation to create it then installation stucks at 43% on Creating CCG Home User and Objects.
Any idea how can i resolve this?
Thanks / Regards
Majid
Hi,
ReplyDeleteI am trying to install CCG on Linux machine. My Database, Weblogic Server and CCG will be installed on same machine.
I am getting following error when select AMHOME as schema name:
Error Details: Dependency Checking com.applimation.installer.XMLObjects.Reqs.ProdChkReq Internal Registrar error: Unable to locate component registration infrastructure. AMHOME schema name specified may be incorrect.
While i remove this schema from database and leave installation to create it then installation stucks at 43% on Creating CCG Home User and Objects.
Any idea how can i resolve this?
Thanks / Regards
Majid
Hi All,
ReplyDeletecan you please help me, i am getting below error while try to login to CCG 5.5.1 login page.
lstrWebPath :: null
java.lang.NullPointerException
at com.applimation.amplatform.listener.AMListener.contextInitialized(Unknown Source)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)