Failed while installing SSAJS 8.2 on Fedora

Hi all,

I have problem when installing Sun Java System Application Server 8.2 on my Fedore Core 2 machine, i use jdk1.5.0_04, the error report is like this:

Installing Sun Java System Application Server Platform Edition

|-1%--25%--50%Task Failed: java.lang.NullPointerException

java.lang.NullPointerException

at com.sun.enterprise.installer.windows.actions.PostInstall_appservCore.createDoma in(PostInstall_appservCore.java:844)

at com.sun.enterprise.installer.windows.actions.PostInstall_appservCore.install(Po stInstall_appservCore.java:571)

at com.sun.install.products.InstallComponent.performInstallation(InstallComponent. java:1325)

at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)

at com.sun.install.products.InstallComponent.performInstallation(InstallComponent. java:1322)

at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)

at com.sun.install.products.InstallComponent.performInstallation(InstallComponent. java:1322)

at com.sun.install.products.Product.performInstallation(Product.java:653)

at com.sun.install.tasks.ProductTask.perform(ProductTask.java:191)

at com.sun.wizards.core.Sequence.perform(Sequence.java:336)

at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)

at java.lang.Thread.run(Thread.java:595)

Deleting temporary files...

Note:

Before installing this sjsas, i tried to uninstall it manualy by deleting directory /opt/SUNWappserver, i also tried to remove registry file in /var/tmp but it won't work.

Is anybody here have the solutions for this problem ?

Best regards

-Lorenz-

[1709 byte] By [lorensius_wlt] at [2007-11-26 7:05:51]
# 1

Root cause of this problem is usually insufficient swap space on the system - so before starting next installation make sure that you clean up your /tmp partition and shutdown any processes you don't need. If that doesn't resolve the issue you might need to increase the amount of swap space.

You also need to cleanup /var/tmp/productregistry and installation directory as you noted.

Snjezana at 2007-7-6 15:52:14 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thanx Snjezana, the root of my problem was the swap partition on my fedora machine was not loaded correctly by the system. After fixing fstab file and loading swap, installation success.Thanx a lot...Best Regards-Lorenz-
lorensius_wlt at 2007-7-6 15:52:14 > top of Java-index,Application & Integration Servers,Application Servers...