0% found this document useful (0 votes)
121 views2 pages

Aix Cmmnds

The document describes errors encountered when regenerating appsborg.zip and appsborg2.zip files using the adadmin command. It notes that running adadmin after sourcing the 10.1.2 application server home resolved the issues. Additionally, it provides instructions to extract two class files from the orasaaj.jar file as an interim patch for a base bug.

Uploaded by

Muhd Q
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views2 pages

Aix Cmmnds

The document describes errors encountered when regenerating appsborg.zip and appsborg2.zip files using the adadmin command. It notes that running adadmin after sourcing the 10.1.2 application server home resolved the issues. Additionally, it provides instructions to extract two class files from the orasaaj.jar file as an interim patch for a base bug.

Uploaded by

Muhd Q
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Error while regenerating appsborg.zip and appsborg2.

zip files

Facing error while regenerating appsborg.zip and appsborg2.zip files using adadmin
with no force option after 10.1.3.5 (p8626084_101350_LINUX.zip)

in my log file i can see

Using /u01/oracle/PROD/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java to spawn java


commands ... : Thu Jun 14 2012 19:55:14

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.2/forms/java/frmall.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.2/forms/java/frmall.jar: No metadata entry META-
INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.2/jlib/ewt3.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.2/jlib/ewt3.jar: No metadata entry META-
INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.2/jlib/ewt3-nls.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.2/jlib/ewt3-nls.jar: No metadata entry META-
INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.3/lib/xmlparserv2.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.3/lib/xmlparserv2.jar: No metadata entry META-
INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-
INF/lib/mvclient.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-
INF/lib/mvclient.jar: No metadata entry META-INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: No metadata entry
META-INF/JRIMETA.DAT found

WARNING: Unable to load metadata entry from zip file


/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar
Cause: Error while trying to read metadata from file
/u01/oracle/PROD/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: No metadata
entry META-INF/JRIMETA.DAT found
......
......
......

STOP_TASK: [Generate JAR files under JAVA_TOP] [] [Thu Jun 14 2012 19:55:50]

Done Generating JAR files under JAVA_TOP: Thu Jun 14 2012 19:55:50

STRT_TASK: [Copy Registry.Dat to JAVA_TOP] [] [Thu Jun 14 2012 19:55:50]

Copying Registry.dat from the Forms Java directory to


/u01/oracle/PROD/apps/apps_st/comn/java/classes ...

AD Administration error:
Error copying the Forms Registry file to
/u01/oracle/PROD/apps/apps_st/comn/java/classes/oracle/forms/registry/Registry.dat.

adogjf() Unable to copy Registry.Dat.

solution:

Issue solved running adadmin after sourcing 10.1.2 AS home

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++
Interim Patch for Base Bug: 9371120

pre-req step

[oracle@testapp orasaaj.jar]$ jar xvf oracle/j2ee/ws/saaj/util/NamespaceStack.class


inflated: u01/feb29022016/apps/tech_st/10.1.3/webservices/lib/orasaaj.jar
[oracle@testapp orasaaj.jar]$ jar xvf oracle/j2ee/ws/saaj/util/XMLWriter.class
inflated: u01/feb29022016/apps/tech_st/10.1.3/webservices/lib/orasaaj.jar
[oracle@testapp orasaaj.jar]$

You might also like