| Author |
WL8.1.1 console install always fails (trying to load libmawt.so)
|
|
| Emils Klotins 2004-02-04, 12:41 am |
|
When trying to install a freshly d/loaded copy of WL8.1.1 on Sun Solaris, the installation
fails both in console and silent modes with the same error:
../server811_solaris32.bin -mode=silent -silent_xml=`pwd`/silent.xml
Extracting 0%....................................................................................................100%
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library:
/export/home/tmp/aaaGyaW8o/jre141_03/lib/sparc/motif12/libmawt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1371)
at java.lang.Runtime.load0(Runtime.java:737)
at java.lang.System.load(System.java:809)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1401)
at java.awt.Toolkit.<clinit>(Toolkit.java:1422)
at java.awt.AWTEvent.<clinit>(AWTEvent.java:199)
at com.bea.plateng.wizard.SilentContext.<init>(SilentContext.java:74)
at com.bea.plateng.wizard.WizardController.<init>(WizardController.java:334)
at com.bea.plateng.wizard.WizardController.<init>(WizardController.java:221)
at com.bea.plateng.wizard.WizardController.main(WizardController.java:992)
** Error during execution, error code = 256.
(The file /export/home/tmp/aaaGyaW8o/jre141_03/lib/sparc/motif12/libmawt.so
DOES exist)
When doing it in console mode, the error occurs at the point when you enter the
password for the newly created domain admin server.
It appears that console mode install tries to launch some GUI, and of course fails
since the install is done remotely via SSH and the machine doesn't have X installed
at all.
Please advise.
Machine info:
System = SunOS
Release = 5.6
KernelID = Generic_105181-33
Machine = sun4u
NumCPU = 2
| |
| Adam Hughes 2004-02-25, 9:42 am |
| I got exactly the same error on a solaris 9 server. The problem was down to the fact that the bea install requires some X fonts (even though I was running it in either console or silent mode). I fixed this by installing the following packages :
SUNWowbcp
SUNWxwfnt
SUNWxwicx
SUNWxwplx
SUNWxwrtx
SUNWxwdv
SUNWxwice
SUNWxwplt
SUNWxwrtl
| |
| Platform Team 2004-02-25, 3:35 pm |
|
Hi Adam,
One of my colleagues have the following idea bout this problem:
It sounds like you need to install some pre-required packages to run jre141_03
on your machine. Some swing classes are used in console/silent mode. For example
javax.swing.DefaultListModel is used by some console widgets. I don’t think this
is a problem.
regards,
Platform Team
BEA Systems
Adam Hughes <adam.hughes@questtech.co.uk> wrote:
>I got exactly the same error on a solaris 9 server. The problem was down
>to the fact that the bea install requires some X fonts (even though
>I was running it in either console or silent mode). I fixed this by
>installing the following packages :
>
>SUNWowbcp
>SUNWxwfnt
>SUNWxwicx
>SUNWxwplx
>SUNWxwrtx
>SUNWxwdv
>SUNWxwice
>SUNWxwplt
>SUNWxwrtl
| |
| David Peng 2004-06-20, 10:50 pm |
| Has anyone found an alternate solution to installing X fonts? Production machines usually do not have all these packages.
|
|
|
|