> > I am having problem installing StarSuite
> (simplified Chinese) in OpenSolaris 2008.05 (in both
> en_US and zh_CN locales).
> >
> > Before I explore it further, just want to ask if
> anyone has successfully installed StarSuite in
> 2008.05?
> >
> >
> I'm not sure if this really relates to you, but I've
> had similar trouble
> with Nevada B90, at least it may at least steer you
> in the right
> direction. I had to modify the install scripts for
> both OpenOffice and
> Nvidia to install. I appears there is something
> wrong with the command
> "uname". The scripts ask for "uname -p" to check to
> see if the
> architecture is i386. Well in my Nevada series
> Solaris's "uname -p"
> returns nothing, as in blank. So I basically
> modified the scripts to
> read "uname -m", where it checked for the returned
> value, I changed it
> to "i86pc".
>
> Paul
The setup script I am running (provided by Sun) uses "uname -s", which returns
SunOS. This parameter is used in the following section of the script:
. . .
case $platform in
SunOS)
tail_prog="tail"
;;
Linux)
tail_prog="tail -n"
;;
*)
tail_prog="tail"
;;
esac
. . .
The following is the error message:
File is being checked for errors ...
Unpacking ...
All files have been successfully unpacked.
Unpacking...
Checksumming...
Extracting...
Done.
Running installer
InvocationTargetException in ArchiveReader constructornull
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
at install.<init>(ArchiveClassLoader.java:143)
at install.main(ArchiveClassLoader.java:1263)
Caused by: java.lang.UnsatisfiedLinkError:
/var/tmp/install_1664/jre1.5.0_01/lib/i386/motif21/libmawt.so: ld.so.1: java:
fatal: libXm.so.4: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at
com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
at
com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
at
com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
at
com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1908)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1413)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
... 7 more
Target Exception Trace:
java.lang.UnsatisfiedLinkError:
/var/tmp/install_1664/jre1.5.0_01/lib/i386/motif21/libmawt.so: ld.so.1: java:
fatal: libXm.so.4: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at
com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
at
com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
at
com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
at
com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1908)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1413)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
at install.<init>(ArchiveClassLoader.java:143)
at install.main(ArchiveClassLoader.java:1263)
The Installation Wizard can't run in GUI mode.
Maybe the DISPLAY environment variable isn't set correctly.
--
This message posted from opensolaris.org
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss