Need some help getting Open Solaris nv_b98 running HA Cluster on an Dell 2950.
HA Cluster will not install without JavaEE but JAva EE fails to install with an error: Target Exception Trace: java.lang.NoClassDefFoundError: java.awt.Container I tried to install from a text-based shell but that also failed with the messages shown below. I then thought perhaps the I needed to install JavaSE first, so I downloaded jre1.6.0_10 and installed it. The installation of JavaEE failed with the original error messages. Any ideas? ************************************* Here are the text messages: ************************************* Directory Server Enterprise Edition 6.2 is required by Access Manager Core Services: --------------------------------- 1. Install Directory Server Enterprise Edition 6.2 locally 2. Use Directory Server Enterprise Edition 6.2 installed on a remote machine These products can be installed locally or remotely, please choose your option [1] 1 Exception in thread "Thread-22" java.lang.NullPointerException at com.sun.entsys.installer.common.panels.psp.PSPViewCLI.showWarningMessage(Unknown Source) at com.sun.entsys.installer.common.panels.psp.PSPViewCLI.finish(Unknown Source) at com.sun.entsys.installer.common.panels.psp.PSPCommit.finishCLI(Unknown Source) at com.sun.entsys.installer.common.panels.psp.PSPController.finishCLI(Unknown Source) at com.sun.entsys.installer.common.panels.psp.PSPViewCLI.finish(Unknown Source) at com.sun.entsys.installer.common.panels.PSPanel.commitFullList(Unknown Source) at com.sun.entsys.installer.common.panels.PSPanel.consoleInteraction(Unknown Source) at com.sun.wizards.core.IteratorLayout.cliConsoleInteraction(IteratorLayout.java:873) at com.sun.wizards.core.AutonextController.displayPanel(AutonextController.java:572) at com.sun.wizards.core.AutonextController.setCurrentPanel(AutonextController.java:493) at com.sun.wizards.core.IteratorLayout.setCurrentLeaf(IteratorLayout.java:654) at com.sun.wizards.core.IteratorLayout.next(IteratorLayout.java:1091) at com.sun.wizards.core.WizardTreeManager.actualNextButtonPressed(WizardTreeManager.java:1308) at com.sun.wizards.core.WizardTreeManager.nextButtonPressed(WizardTreeManager.java:1341) at com.sun.wizards.core.IteratorLayout.run(IteratorLayout.java:953) at java.lang.Thread.run(Thread.java:595) ************************************* Here are the GUI install messages: ************************************* jimr at nevada:/opt/JavaEE/Solaris_x86# ./installer InvocationTargetException in ArchiveReader constructornull java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at EntsysInstall_SunOS_x86_10.instantiateArchiveReader(ArchiveClassLoader.java:203) at EntsysInstall_SunOS_x86_10.<init>(ArchiveClassLoader.java:143) at EntsysInstall_SunOS_x86_10.main(ArchiveClassLoader.java:1318) Caused by: java.lang.NoClassDefFoundError: java.awt.Container at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:598) at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:546) at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:61) at com.sun.wizards.core.Sequence.initialize(Sequence.java:180) at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1901) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417) at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287) ... 7 more Target Exception Trace: java.lang.NoClassDefFoundError: java.awt.Container at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:598) at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:546) at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:61) at com.sun.wizards.core.Sequence.initialize(Sequence.java:180) at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1901) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417) at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at EntsysInstall_SunOS_x86_10.instantiateArchiveReader(ArchiveClassLoader.java:203) at EntsysInstall_SunOS_x86_10.<init>(ArchiveClassLoader.java:143) at EntsysInstall_SunOS_x86_10.main(ArchiveClassLoader.java:1318) E -- This message posted from opensolaris.org