Tuesday, September 1, 2009

jar command to unzip the jar files for CCB 2.2.0 SP5 and FW 2.2.0 SP5

I found that some times my windows box runs out of memory when doing the "unjar" of the files released as part of the SP.

per the release documentation they state the following

jar -xvf CCB-V220-SPx-win.jar
... I tend not to do the 'v' command as I really do not need to see the verbose info but ...

I do add the following

jar -xf -J-Xmx1024m CCB-V220-SPx-win.jar
.. this give it at the initial outset 1GB of memory ....

Note for CCB 2.2.0 SP5 on windows , it simply unzips into a folder called win .... previous SP creates a folder called CCB-V220-SPx-win (I have renamed it to CCB-V220-SP5-win to be consistant)

CCB 2.2.0 SP5 and FW 2.2.0 SP5 released

It contains all patches released up until 2009-08-10

For CCB 2.2.0 SP5 :

Before installing this Service Pack the following prerequisite packages must be installed:
* Framework V2.2.0 Release
* Framework V2.2.0 Service Pack 1 Prerequisite Single Fixes (7195518, 7012092)
* Framework V2.2.0 Service Pack 1 (7284592)
* Framework V2.2.0 Service Pack 5 (8734749)
* CC&B V2.2.0 Release
* CC&B V2.2.0 Service Pack 1 (7284602)
Note: CCB Service Pack 5 (SP5) includes all fixes from SP2 to SP4 but excludes fixes delivered with SP1. It can be applied over any previous Service Pack. Any already installed individual fixes will not be reinstalled.

also

Patches 7715778 and 7620966, included in FW 2.2.0 SP4 (and SP5) introduce a password encryption feature.

You will need to follow these steps after installing either FW V2.2.0 SP5, and BEFORE starting the application (spl.sh/.cmd start).If you have already followed these steps after installing FW V2.2.0 SP4 or FW V2.2.0 SP5, you do not need to do it again.
1) execute: configureEnv.sh (.cmd)
2) select each menu option where there is a password, change the value to something else (required so the script can pick up the value requires to be changed) There are 3 passwords to update: WebLogic System Password Application Admin Userid Password Password of the User of the Database
3) P - process
4) execute: configureEnv.sh (.cmd)
5) change menu options (from step 2) back to your desired values
6) P - process
7) execute: initialSetup.sh (.cmd)