Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Friday, December 19, 2008

adadmin_adogbf2(), ERROR creating new appsborg2.zip

Bimal called me today and reported this error while regenerating jar files:

AD Administration error:
adadmin_adogbf2(), ERROR creating new appsborg2.zip.

After going through the log file I found that adjava command was failing with this error:
"invalid option -Xmx512m"

This instance was still using JRE 1.1.8.  JRE 1.1.8 doesn't understand -Xmx, it understands -mx. I advised Bimal to

grep s_adjreopts $CONTEXT_FILE

This returned Xmx512

I asked him to change it to mx512 and run autoconfig.  After changing the value of this variable, regenerate jar files worked fine without issues.


No comments: