Invoking Oracle Patch Application Assistant....

fengzaichui發表於2007-11-15

Invoking Oracle Patch Application Assistant....
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.jgoodies.looks.plastic.PlasticLookAndFeel.(PlasticLookAndFeel.java:122)
at oracle.apps.ad.msi.LaunchUI._useOracleLookAndFeel(LaunchUI.java:84)
at oracle.apps.ad.msi.LaunchUI.(LaunchUI.java:30)
Caused by: java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.awt.HeadlessToolkit.getScreenResolution(HeadlessToolkit.java:189)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:436)
at com.jgoodies.looks.LookUtils.(LookUtils.java:180)
... 3 more


Cause
Incomplete syntax for call to admsi.pl
perl admsi.pl -patch_top= -appspass=
"admsi.pl --help" provides usage information.


Solution
To implement the solution, please execute the following steps:

1. Run admsi.pl with the proper parameter values as follows -

cd $AD_TOP/bin
perl admsi.pl -patch_top= -appspass=

For example,
perl admsi.pl -patch_top=/u01/apps/patches/3636980 -appspass=apps

For details, run "perl admsi.pl --help"
這是在Metalink上找到的。呵呵

[@more@]Invoking Oracle Patch Application Assistant....

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7417043/viewspace-982512/,如需轉載,請註明出處,否則將追究法律責任。

相關文章