perall.jar error

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

perall.jar error

ali evrim
I am getting an error when run adop phase=prepare  , please help me

  About to Analyze perall.jar : Fri Feb 27 2015 14:30:38
    About to Generate perall.jar : Fri Feb 27 2015 14:30:38
WARNING: Entry oracle/apps/per/selfservice/appraisals/server/AssessmentsAMImpl.class in the archive /apps/fs2/EBSapps/comn/java/classes does not have expected size of 23892 bytes (may indicate corrupt metadata or concurrent modification)
WARNING: Entry oracle/apps/per/selfservice/appraisals/server/CompElementsReviewVO.xml in the archive /apps/fs2/EBSapps/comn/java/classes does not have expected size of 42091 bytes (may indicate corrupt metadata or concurrent modification)
WARNING: Entry oracle/apps/per/selfservice/appraisals/server/CompElementsReviewVORowImpl.class in the archive /apps/fs2/EBSapps/comn/java/classes does not have expected size of 29733 bytes (may indicate corrupt metadata or concurrent modification)
WARNING: Entry oracle/apps/per/selfservice/appraisals/server/CompetenceElementsVO.xml in the archive /apps/fs2/EBSapps/comn/java/classes does not have expected size of 37957 bytes (may indicate corrupt metadata or concurrent modification)
ERROR: I/O or zip error while attempting to read entry oracle/apps/per/selfservice/appraisals/server/CompetenceElementsVORowImpl.class in zip file /apps/fs2/EBSapps/comn/java/classes

  Done Analyzing perall.jar : Fri Feb 27 2015 14:30:38
Reply | Threaded
Open this post in threaded view
|

Re: perall.jar error

ErmanArslansOracleBlog
Administrator
Hi Ali,

It seems the file that contains information about the files in java top is corrupt.


Please take the following actions.
1. Ensure that you have taken a backup of your environment and a copy of JRIMETA.DAT ,
 
2. Run the following command to regenerate the JRIMETA.DAT with the up-to-date information of the class files from the filesystem:
 
adjava -mx512m oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -mode APPLY
Reply | Threaded
Open this post in threaded view
|

Re: perall.jar error

ErmanArslansOracleBlog
Administrator
When I say backup, do a cp not mv..

Following command will need a JIREMETA.DAT while its running.
If you rename the file rather than copying, you will get errors while running the following command.

adjava -mx512m oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -mode APPLY
Reply | Threaded
Open this post in threaded view
|

Re: perall.jar error

ErmanArslansOracleBlog
Administrator
If your system is 12.2 , then run the command 2 times. Once for run edition and once for patch edition.
source your run env ; and run the command.
Then source your patch env and run the command once again.

then retest.
Reply | Threaded
Open this post in threaded view
|

Re: perall.jar error

ali evrim
In reply to this post by ErmanArslansOracleBlog
Thanks this issue solved