12.2.3 to 12.2.4 Upgrade fail

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

12.2.3 to 12.2.4 Upgrade fail

arif
Hi Erman,

Followed all the step successfully as per your link
http://ermanarslan.blogspot.in/2015/01/ebs-122-1223-to-1224-upgrade.html

But got the following error while running 12.2.4 Patch 17919161
adop phase=apply patches=17919161

Please find the attached log file.


u17919161.log
Reply | Threaded
Open this post in threaded view
|

Re: 12.2.3 to 12.2.4 Upgrade fail

ErmanArslansOracleBlog
Administrator
You have the following;

ERROR: I/O or zip error while attempting to read entry oracle/apps/iby/xml/xml/data/citibank/creditcard/ONLINE_VISA_RESPONSE.xml in zip file /u01/appl/appsr12/fs1/EBSapps/comn/java/classes


    About to Generate oklall.jar : Wed May 24 2017 16:30:19

ERROR: I/O or zip error while attempting to read entry oracle/apps/okl/origination/contracts/lov/server/ORKhrTNCRVIStrmTypesLovVO.xml in zip file /u01/appl/appsr12/fs1/EBSapps/comn/java/classes


So, you encounterd zip errors while generating those jar files.


Do you have the following xml files ? (with proper permissions)

ls -al $COMMON_TOP/java/classes/oracle/apps/iby/xml/xml/data/citibank/creditcard/ONLINE_VISA_RESPONSE.xml

ls -al $COMMON_TOP/java/classes/oracle/apps/okl/origination/contracts/lov/server/ORKhrTNCRVIStrmTypesLovVO.xml


Check this issue as well -> (it is similar and solved)

http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/perall-jar-error-td200.html
Reply | Threaded
Open this post in threaded view
|

Re: 12.2.3 to 12.2.4 Upgrade fail

Arif
Sorry for late reply.

I don't have the following xml files in the location

ls -al $COMMON_TOP/java/classes/oracle/apps/iby/xml/xml/data/citibank/creditcard/ONLINE_VISA_RESPONSE.xml

ls -al $COMMON_TOP/java/classes/oracle/apps/okl/origination/contracts/lov/server/ORKhrTNCRVIStrmTypesLovVO.xml

So I followed the link which you have provided and ran the command in run and patch FS by taking back up of JRIMETA.DAT file.
adjava -mx512m oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -mode APPLY

Issue got resolved.............

Thanks a lot for your help...