Bug 358811
Summary: | Installation of WebSphere AS 6.0 and WebSphere Community Server 2.0 fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Timo Hirt <timohirt> |
Component: | java-1.6.0-openjdk | Assignee: | Thomas Fitzsimmons <fitzsim> |
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-26 03:00:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Timo Hirt
2007-10-30 18:36:26 UTC
Please post the output of sh -x ./launchpad.sh + trap '' 22 + whichBrowser=NoBrowser + case "$0" in ++ pwd + fullpath=/home/timo/Desktop/esb/./launchpad.sh ++ echo /home/timo/Desktop/esb/./launchpad.sh ++ sed 's,/\./,/,g; s,/[^/][^/]*/\.\./,/,g; s,//,/,g; s,/[^/]*$,,' + installsourcepath=/home/timo/Desktop/esb + '[' '' ']' + '[' NoBrowser = NoBrowser ']' + PATH=/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/opt/mozilla:/usr/mozilla:/usr/mozilla/sfw/lib/mozilla + versionString= + '[' NoBrowser = NoBrowser ']' + PATH=/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/opt/mozilla:/usr/mozilla:/usr/mozilla/sfw/lib/mozilla:/opt/firefox:/usr/firefox:/usr/firefox/sfw/lib/firefox + versionString='Mozilla Firefox 2.0.0.8, Copyright (c) 1998 - 2007 mozilla.org' + BROWSER=firefox + export BROWSER + supportedFirefoxVersion 'Mozilla Firefox 2.0.0.8, Copyright (c) 1998 - 2007 mozilla.org' + case "$*" in + return 0 + whichBrowser=Firefox + '[' Firefox = NoBrowser ']' + '[' -z '' ']' + LaunchPadContentDir=content/ + export LaunchPadContentDir ++ /home/timo/Desktop/esb/launchpad/SetArchitecture.sh + LaunchPadArch=x86 + export LaunchPadArch + eval exec /home/timo/Desktop/esb/launchpad/Firefox.sh ++ exec /home/timo/Desktop/esb/launchpad/Firefox.sh + firefox -P Profile_3627 -profile /tmp/IBM_LaunchPad_3627/Profile_3627 file:///home/timo/Desktop/esb/launchpad/Mozilla.html InstallShield Wizard Initializing InstallShield Wizard... Searching for Java(tm) Virtual Machine... ........The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag. I'll need more information about how the installer is searching for the JVM. Does launchpad.sh accept any options to enable verbosity? Does the Mozilla.html source provide any clues? I dont know about any options for launchpad.sh. Its a shell script which determines the browser and runs another script. In my case its firefox.sh. Mozilla.html contains a lot of java script. The checks must be happening in JavaScript. First be sure that no other instance of Firefox is running on your system. Then replace the last line in /usr/bin/firefox with exec strace -fFv -s300 $MOZ_PROGRAM $MOZARGS ${1+"$@"} then run sh -x ./launchpad.sh >& launchpad.log then grep through the log for system calls "open", "access" and "stat64" to see if it's searching through known Java installation paths. Ok, I did what you posted but without success. Lauchpad doesnt even open firefox and prints out that no browser could be found. Even manually setting of the BROWSER variable helped. What happens, with the modified /usr/bin/firefox, if you just run /usr/bin/firefox http://slashdot.org making sure that no other firefox instances are already running? I checked these myself. WebSphere Application Server V6.1 for Linux bundles its own JRE with which it runs the installer. This works fine on x86 Rawhide. WebSphere Community Server 2.0's installer supports exclusively the following JVMs: ibm-linux3264-15x.jvm sun-linux32-15x.jvm ibm-aix32-15x.jvm sun-solaris32-15x.jvm apple_macosx_15X.jvm and does not provide the ability to run a JVM not in that list. Closing CANTFIX. |