This blog is for anyone trying to install C2M or any similar OUAF product for evaluation purposes on Windows 64 OS.
I have noted down the steps that I had taken for doing an installation of C2M 2.7.0.3 product on Windows 64bit OS. Have tried to highlight issues that came up. Also have mentioned the exact paths where the application has been installed. You can use the same OS paths wherever possible. This will help you in following the steps. Alternatively, if you wish to install the application in your desired location, make appropriate modifications in the paths while following the steps.
Since there are many steps for complete installation, I have divided it into three blogs instead of one single blog.
Since there are many steps for complete installation, I have divided it into three blogs instead of one single blog.
Part I - Download of Softwares and Installation of Prerequisites
This blog covers steps for downloading necessary softwares and the steps for installing prerequisite software(Java, Weblogic, Oracle Database, Hibernate).
Below is how the folder structure looks after installation. Recommend you to follow this structure for ease in following installation steps and avoiding any confusion on the paths.
Part II - Download and Installation of C2M product
Part III - Deployment of C2M product in Weblogic using Native Installation
Part III - Deployment of C2M product in Weblogic using Native Installation
This blog covers steps for downloading necessary softwares and the steps for installing prerequisite software(Java, Weblogic, Oracle Database, Hibernate).
Below is how the folder structure looks after installation. Recommend you to follow this structure for ease in following installation steps and avoiding any confusion on the paths.
Following are the steps of installation:
- Downloading and installing prerequisites
- Setting System variables
- Downloading C2M product
- Installing C2M database (Demo Install)
- Installing C2M product
- Native installation on Weblogic
- IWS deployment
Downloading and installing prerequisites
Java
Download
Above link might change. Search and check for jdk 8 downloads and download appropriate version.
Supported Versions: Oracle Java SE Development Kit 1.8.0_x
Download windows 64 option
Save the java setup file.
Installation
Once downloaded. Run the installer and install the jdk at following location
C:\c2m\java\jdk
Install the jre at following location
C:\c2m\java\jre
Weblogic Server
Supported Versions: Oracle WebLogic Server 12c Release 2 (12.2.1.+) 64-bit
Download
Go to top right corner of page and click on Continue
Select platform as windows 64
V779122-01.zip is needed for installation. Rest are optional for download.
Download all the files
Installation
Extract the files in V779122-01.zip Open command prompt in administrator mode
Navigate to the extracted folder
Run the command java –jar fmw_12.2.1.2.0_infrastructure.jar
You might have to give full path of java pointing to the installed jdk
C:\c2m\java\jdk\bin\java –jar fmw_12.2.1.2.0_infrastructure.jar
Installer screen opens up
Click on next
Click on next
Enter C:\c2m\Oracle\Middleware\Oracle_Home in the Oracle home field. You can modify the name/path if you have an existing Oracle Home.
Click on Next
Installation summary screen comes up. Click on install. This will do the installation. After it is done. Click on finish to complete the installation.
Oracle Database
Oracle Database Server supported versions: 12.1.0.2.+, 12.2.0.1.+, 18c, 19c
Download
Go to Oracle Edelivery site. After logging in below screen is visible. Enter Oracle database 12c in search field. Select Oracle Database 12c Standard Edition 2 12.2.0.1.0Go to top right corner of page and click on Continue
Select Operating system as Windows 64
Only V839963-01.zip file is needed. Rest are not needed. You can download other files as per your wish.
Installation
Extract the file V839963-01.zip Navigate to the folder
Ensure you select Enterprise Edition. If you use Standard Edition, you will face errors in Database import due to missing Features during product database import.
Continue with Next option on further steps and complete the installation.
Creating hibernate folder
Create ‘hibernate’ folder in 'C:/c2m' folder. Copy the below jar files to this location. Not specifying the location for downloading these files as they are generic files available for download. Download from your desired location. Just ensure that the version numbers match.
- ehcache-core-2.4.3.jar
- hibernate-commons-annotations-4.0.1.Final.jar
- hibernate-core-4.1.0.Final.jar
- hibernate-ehcache-4.1.0.Final.jar
- hibernate-jpa-2.0-api-1.0.1.Final.jar
- javassist-3.15.0-GA.jar
- jboss-logging-3.3.0.Final.jar
- jboss-transaction-api_1.1_spec-1.0.0.Final.jar
Setting System variables
Right Click on This PC and open properties
- HIBERNATE_JAR_DIR - C:\c2m\hibernate
- JAVA_HOME - C:\c2m\java\jdk
- ORACLE_CLIENT_HOME - C:\app\virtual\product\12.2.0\dbhome_1
Append the following paths to the existing PATH system variable
C:\c2m\java\jdk\bin;C:\c2m\java\jdk\lib;C:\app\virtual\product\12.2.0\dbhome_1\bin;%ORACLE_CLIENT_HOME%\perl\bin
This completes the first part of C2M installation. All necessary prerequisite softwares have been downloaded and installed.
Click on below link to go to next part
Hi
ReplyDeleteThe details were very much helpful. I would like to get an overview related to the development environment setup.
Regards
Have covered all the details in the blog. Let me know if you were looking for some specific information.
ReplyDeletei was unable to find "WebLogic Server 12c" if anyone have specific path in oracle site please share remaining all clear about in this site
DeleteWhich version of C2M are you installing
DeleteI am looking for how to setup an Eclipse environment for custom Java Codes deployment.
DeleteThe SDK setup is available as a patch on Oracle support. It is not directly available in edelivery. You need to download the SDK corresponding to your framework version from there.
DeleteHi Sreeneeth, Thanks for sharing step by step installation clearly. Can you share for Linux environment. I'm new to C2M. And also please share your personal mail id and contact details.
ReplyDeleteHey, i don't have the instructions for linux environment. You can refer the installation document provided with the setup for the same. The steps are almost similar to windows. Just the commands are different.
DeleteThanks Sreeneeth. I will try to install the same on Linux environment and let you know in case of any issues during installation.
DeleteHi, not sure on exact issue. But any particular reason you are installing 2703. This step was only needed because there were some product bugs in this version. If you want you can install the latest 2.9 version.
ReplyDeleteDo you provide online training - functional or technical or both?
ReplyDeleteThank you for providing this document step by step, I have referred so many web sites for installation steps of CC&B 2.5 in windows but I couldn't, This document for C2M, do we have any other document of CC&B or shall we continue this one.
ReplyDeleteYou can refer same for CCB also. The only difference should be in the application installation section. You can skip the MDM and WAM installation part for CCB.
DeleteHi, kindly check my blog for rest web services. I have covered how to access rest web service for older version at the start. There is another url you need to access first with username and password for authentication. So first jsecurity url, authenticate the user, then service token url to get service token, then hit actual web service using service token.
ReplyDeletewhen i logged in with new user ouaf console is looks different which means only half of the portion is utilizing reaming space is empty, but when i logged in the super user its good to visible occupied full screen. do i have to change to any settings
ReplyDeleteCheck user access setting for the user. try giving ALL_SERVICES access and see it it is resolves
Delete