Orion Installer fails on Solaris x86
Hi,
I have a problem installing JES (only intersted in appserver for now) on my Solaris 10.
I iinstalled this in the past a couple of times but i do haven anew version of SOlaris on my laptop. I think the main problem is that my i seem to have SunOS 5.11.
The installer starts but ends with a null pounter exteption. I included the logs, in graphical mode i see the same message.
Any Hints?
bash-3.00# uname -a
SunOS jock 5.11 snv_48 i86pc i386 i86pc
bash-3.00# ./installer
Unable to access a usable display on the remote system. Continue in command-line mode?(y/n)
y
****** Starting bootstrapfor SunOSPatchCheckEngine
****** Testfor showrev availability PASSED *******
****** Ended bootstrapfor SunOSPatchCheckEngine
************************************************
Printing the patchPresentList
Elements of the list :
Element no.0 :118668-07
Element no.1 :116299-08
Element no.2 :116303-02
Element no.3 :118669-07
************************************************
Printing the patchObsoletedList
Elements of the list :
************************************************
Printing the patchIncompatiblesMap
************************************************
********** INCOMPATIBILITY TESTS !! **********************************
Testingfor Patch Id : 109079-01 -expectedreturn incompatible - 2
PCE: isPatchInPresentList(109079-01)
PCE: Checking 109079-01
PCE: Against
No dice
PCE: isPatchInObsoletedList(109079-01)
PCE: Checking 109079-01
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(109079-01)
Actual Returnfor 109079-01 :3
************************************************
Testingfor Patch Id : 109079-00 -expectedreturn incompatible - 2
PCE: isPatchInPresentList(109079-00)
PCE: Checking 109079-00
PCE: Against
No dice
PCE: isPatchInObsoletedList(109079-00)
PCE: Checking 109079-00
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(109079-00)
Actual Returnfor 109079-00 :3
************************************************
Testingfor Patch Id : 109079-02 -expectedreturn missing - 3
PCE: isPatchInPresentList(109079-02)
PCE: Checking 109079-02
PCE: Against
No dice
PCE: isPatchInObsoletedList(109079-02)
PCE: Checking 109079-02
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(109079-02)
Actual Returnfor 109079-02 :3
************************************************
********** OBSOLETED TESTS !! **********************************
Testingfor Patch Id : 108979-10 -expectedreturn obsoleted - 1
PCE: isPatchInPresentList(108979-10)
PCE: Checking 108979-10
PCE: Against
No dice
PCE: isPatchInObsoletedList(108979-10)
PCE: Checking 108979-10
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108979-10)
Actual Returnfor 108979-10 :3
************************************************
Testingfor Patch Id : 108979-06 -expectedreturn obsoleted - 1
PCE: isPatchInPresentList(108979-06)
PCE: Checking 108979-06
PCE: Against
No dice
PCE: isPatchInObsoletedList(108979-06)
PCE: Checking 108979-06
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108979-06)
Actual Returnfor 108979-06 :3
************************************************
Testingfor Patch Id : 108979-20 -expectedreturn missing - 3
PCE: isPatchInPresentList(108979-20)
PCE: Checking 108979-20
PCE: Against
No dice
PCE: isPatchInObsoletedList(108979-20)
PCE: Checking 108979-20
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108979-20)
Actual Returnfor 108979-20 :3
************************************************
********** PRESENT TESTS !! **********************************
Testingfor Patch Id : 108528-17 -expectedreturn present - 0
PCE: isPatchInPresentList(108528-17)
PCE: Checking 108528-17
PCE: Against
No dice
PCE: isPatchInObsoletedList(108528-17)
PCE: Checking 108528-17
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108528-17)
Actual Returnfor 108528-17 :3
************************************************
Testingfor Patch Id : 108528-10 -expectedreturn present - 0
PCE: isPatchInPresentList(108528-10)
PCE: Checking 108528-10
PCE: Against
No dice
PCE: isPatchInObsoletedList(108528-10)
PCE: Checking 108528-10
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108528-10)
Actual Returnfor 108528-10 :3
************************************************
Testingfor Patch Id : 108528-30 -expectedreturn missing - 3
PCE: isPatchInPresentList(108528-30)
PCE: Checking 108528-30
PCE: Against
No dice
PCE: isPatchInObsoletedList(108528-30)
PCE: Checking 108528-30
PCE: Against
No dice
PCE: isPatchInIncompatiblesMap(108528-30)
Actual Returnfor 108528-30 :3
************************************************
*************** OSVersionInfoEngine : OSName :SunOS
**************** OSVersionInfoEngine : currentVersion :5.11
InvocationTargetException thrown in constructor inclass com.sun.orion.installer.common.panels.RootCheckPanel
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 com.sun.wizards.core.WizardComponent.createObject(WizardComponent.java:773)
at com.sun.wizards.core.WizardComposite.deserializeChildren(WizardComposite.java:604)
at com.sun.wizards.core.WizardTreeManager.createSubTree(WizardTreeManager.java:1132)
at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:896)
at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ExceptionInInitializerError
at com.sun.orion.dre.envchecks.engines.SunOS.SunOSEnginesFactory.createPackageCheckEngine(Unknown Source)
at com.sun.orion.dre.envchecks.SystemChecksManager.bootstrap(Unknown Source)
at com.sun.orion.dre.envchecks.SystemChecksManager.ensureBootstrapping(Unknown Source)
at com.sun.orion.dre.envchecks.SystemChecksManager.getOSReleaseNo(Unknown Source)
at com.sun.orion.dre.sequencing.InstallableTreeManager.<clinit>(Unknown Source)
at com.sun.orion.dre.bootstrap.ITMBootstrapper.bootstrap(Unknown Source)at com.sun.orion.dre.bootstrap.Bootstrapper.bootstrapDelegates(Unknown Source)
at com.sun.orion.dre.bootstrap.Bootstrapper.bootstrap(Unknown Source)
at com.sun.orion.dre.DREFacade.<clinit>(Unknown Source)
at com.sun.orion.installer.common.panels.RootCheckPanel.<init>(Unknown Source)
... 11 more
Caused by: java.lang.NullPointerException
at com.sun.orion.dre.envchecks.engines.SunOS.PackageCommandExecutor.executePackagePartialCmd(Unknown Source)
at com.sun.orion.dre.envchecks.engines.SunOS.PackageCommandExecutor.bootstrap(Unknown Source)
at com.sun.orion.dre.envchecks.engines.SunOS.PackageCommandExecutor.<init>(Unknown Source)
at com.sun.orion.dre.envchecks.engines.SunOS.SunOSPackageCheckEngine.<clinit>(Unknown Source)
... 21 more
bash-3.00#
Log

