installing oracle 11g R2 on solaris 9 sparc machine
747791Jan 20 2010 — edited Jan 22 2010Hi ,
I am trying to install the oracle 11gR2 on solaris 9 sparc server through silent mode. I have done the preinstalltion steps like creation of groups and users and I am trying to run the oracle installation in silent mode and the sparc server does not support interactive interface.
Following is the command that I am using
$ ./runInstaller -silent -responseFile /app/oracle_sfw/database/response/db_install.rsp
I am getting the following error message after running the command:
Checking Temp space: must be greater than 180 MB. Actual 6746 MB Passed
Checking swap space: must be greater than 150 MB. Actual 14994 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-20_01-06-19AM. Please wait ...:"/app/oracle_sfw/database" 2 $ Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at javax.swing.UIManager.initialize(UIManager.java:1262)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
at javax.swing.UIManager.getUI(UIManager.java:851)
at javax.swing.JPanel.updateUI(JPanel.java:104)
at javax.swing.JPanel.<init>(JPanel.java:64)
at javax.swing.JPanel.<init>(JPanel.java:87)
at javax.swing.JPanel.<init>(JPanel.java:95)
at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
at oracle.install.commons.util.Application.startup(Application.java:869)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)