problems installing Sun portal on fedora core 4

hi,

I'm trying to install the entire Sun Enterprise Java Suite on an intel machine running fedora core 4. the installation hangs during the portal install.

there was a previous posting about the exact same problem (http://swforum.sun.com/jive/thread.jspa?forumID=80&threadID=52866), but no real resolution was given. was wondering if anyone has encountered the same problem and has a work-around.

the problem does seem related to the installation's use of ksh.i made sure this was installed in the correct place for the install (/bin/ksh). i ran the installer script with the -debug option. the last entry is as follows:

(Local) logging to /var/opt/sun/install/logs/Java_Enterprise_System_install.B01061221: RPM sun-portal-portletsample-config successfully installed.

RPM sun-portal-portletsample-config: rpmInstallPath was resolved to: /

RPM sun-portal-portletsample-config: installation location chosen is /

RPM sun-portal-portletsample-config: rpmInstallPath was resolved to: /

RPM sun-portal-portletsample-config: installation location chosen is /

but i do not see any signs of errors. the install just hangs at 45% done.

thank you for your help.

[1243 byte] By [slavetosun] at [2007-11-25 21:28:29]
# 1

ok - this is not the answer you've expected .. Fedora is not supported in this version, also Suse - it's only Red Hat.

As far as remember there are some packges or RPMs missing.

In case find them or some more information on this I'll come back to you.

rgds.

/u

UlfFeger at 2007-7-5 0:04:22 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Take a second look at the thread you pasted in your original question. I posted further information and someone emailed me direct. We have installed 05Q1 (not 7) on Fedora Core 3 & 4, RHWS, and on SUSE.
wtreisz1 at 2007-7-5 0:04:22 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

thanks for the advice, Wes. received your email.

was successfully able to get the entire 2005Q4 JES installed on fedora core 3. i belive this has a slightly earlier version (v6?) of the portal.

decided not to bother with fedora 4, and i do not have a copy of red hat enterprise to install on.

just a few installation notes for anyone attempting to do this.

1. make sure selinux is disabled before installing. open /etc/selinux/config and set SELINUX to disabled.

2. make sure your system has the package compat-libstdc++. specifically, i belive the installation requires libstdc++-6.2.2.

[root@localhost selinux]# rpm -qa | grep compat-lib

compat-libstdc++-8-3.3.4.2

compat-libstdc++-devel-8-3.3.4.2

[root@localhost selinux]# rpm -q -l compat-libstdc++-8-3.3.4.2

/usr/lib/libg++.so.2.7.2.8

/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so

/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

/usr/lib/libstdc++-libc6.2-2.so.3

/usr/lib/libstdc++.so.2.7.2.8

/usr/lib/libstdc++.so.2.8.0

/usr/lib/libstdc++.so.2.9.dummy

/usr/lib/libstdc++.so.5

/usr/lib/libstdc++.so.5.0.7

[root@localhost selinux]# rpm -qa | grep compat-lib

compat-libstdc++-8-3.3.4.2

compat-libstdc++-devel-8-3.3.4.2

[root@localhost selinux]# rpm -q -l compat-libstdc++-8-3.3.4.2

/usr/lib/libg++.so.2.7.2.8

/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so

/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

/usr/lib/libstdc++-libc6.2-2.so.3

/usr/lib/libstdc++.so.2.7.2.8

/usr/lib/libstdc++.so.2.8.0

/usr/lib/libstdc++.so.2.9.dummy

/usr/lib/libstdc++.so.5

/usr/lib/libstdc++.so.5.0.7

3. make sure korn shell is installed at /bin/ksh.

4. run the installer utiltiy.

in my opinion Sun needs to support more than just the list of platforms they give. it's too restrictive and bad marketing in my opinion; all of the other major portals work on various linuxes fine.

slavetosun at 2007-7-5 0:04:22 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
See... http://swforum.sun.com/jive/thread.jspa?threadID=63201&tstart=0..to get it working with FC4.Fedora changed ksh version in core 4 and that's why the installation hangs.
Juhani at 2007-7-5 0:04:22 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5

Hi,

I am trying to install Sun Java System Portal Server 7 on Fedora Core 3.I followed all the steps given in

http://swforum.sun.com/jive/thread.jspa?messageID=236215

To some extent it is working fine like my Sun One WebServer gets successfully installed but Portal Server Installation Fails.If you have any idea about this then please let me know.

Regards,

Chirag.

chirag1011 at 2007-7-5 0:04:22 > top of Java-index,Web & Directory Servers,Portal Servers...