Sunday, June 21, 2015

EBS 12.2 -- admsi.pl error -- libXrender.so.1: cannot open shared object file: No such file or directory

I have writing this post, because I have seen incorrect explanations and action plans supplied in Oracle Community and else where.

In order to fix the following Xrender error, you need to install the 32 bit version of Xrender. That 's it and that 's the tip of the day :)
If you have yum, just install the 32 bit version of Xrender by specifiying it with the package name, such as ; yum install libXrender-0.9.7-2.el6.i386
If you dont use Xrender, you can use "http://rpm.pbone.net/" to download and install libXrender 32 bit rpm in to your system manually.

Else, you will get :

[aplmgr@ermanserver01 ~] $admsi.pl
Invoking Oracle Patch Application Assistant....
Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/ebssit/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386/xawt/libmawt.so: libXrender.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1653)
at java.awt.Toolkit.<clinit>(Toolkit.java:1682)
at java.awt.Color.<clinit>(Color.java:275)
at javax.swing.plaf.metal.MetalTheme.<clinit>(MetalTheme.java:76)
at oracle.apps.ad.msi.LaunchUI._useOracleLookAndFeel(LaunchUI.java:84)
at oracle.apps.ad.msi.LaunchUI.<clinit>(LaunchUI.java:30)

No comments :

Post a Comment

If you will ask a question, please don't comment here..

For your questions, please create an issue into my forum.

Forum Link: http://ermanarslan.blogspot.com.tr/p/forum.html

Register and create an issue in the related category.
I will support you from there.