Installing WL6.0 sp2 on RedHat 7.1 - Error

How can I install BEA Weblogic Server 6.0 sp2 on RedHat 7.1. I have tried several
of the fixes that have been mentioned here to no avail.
I have the Sun JDK 1.3.1 for Linux on the system.
I have the link to cut set up:
lrwxrwxrwx 1 root root 8 Jul 12 10:16 /usr/bin/cut -> /bin/cut
I have run the following and still get the error:
# export LD_ASSUME_KERNEL=2.2.5
# sh weblogic600sp2_linux.bin -i console
Preparing to install...
weblogic600sp2_linux.bin: line 1: 24167 Segmentation fault (core dumped)
/tmp/install.dir.23184/Solaris/resource/jre/jre/bin/java -Djava.compiler=NONE
com.zerog.lax.LAX "/tmp/install.dir.23184/temp.lax" /tmp/env.properties.23184
"-i" "console"
Any help would be appreciated.
--Peter

Here's a workaround previously posted to the newsgroup:
"Glen Austin" <[email protected]> wrote in message
news:[email protected]...
Found it. Same problem as on Oracle 8.1.7 on RedHat 7.1.
1. Install the compat* RPMs from the RedHat 7.1 CD1 and CD2. These RPMs
allow compatibility with RedHat 6.2.
2. Put the following two statements in your environment prior to running
the install.
export LD_ASSUME_KERNEL=2.2.5
. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
These two statements will allow you to run your shell in a 6.2compatibility
mode, for glibc 2.1.3 instead of the new glibc 2.2.2 libs.
It sounds to me like Sun needs to update the JDKs to support the new glibc
and the 2.4 kernel. I'm not sure this is even BEA's problem?
Glen Austin
OmniSYS, Inc.
"Glen Austin" <[email protected]> wrote in message
news:[email protected]...
I installed jdk 1.3.1 from java.sun.com on a RedHat 7.1 O/S.
Originally, I was not pointing to the JDK correctly. I fixed the PATH,
CLASSPATH, JAVA_HOME, JAVA_PATH to point to the jdk1.3.1 dir.
Then I got an error saying that cut could not be found in /usr/bin, so I
ln -s /bin/cut cut in the /usr/bin directory.
I ran the install script a 3rd time and I'm seeing a [<defunct>] for myJava
VM in a ps -aef entry, which is in the process list along with the WLS
6.0
SP1 install bin file. I will try it one more time, but it's not looking
good.
Glen Austin
"Henri Jubin" <[email protected]> wrote in message
news:[email protected]...
You need to install the JDK 1.3.1 to have wls 6.0 working.
The JDK could be found at the developpers zone at javasoft.
root <[email protected]> wrote:
i tried installing the wls by using the command :
sh weblogic600sp1_linux.bin
i got the message ,
"Preparing to install..."
and thats where it stops !
any ideas ??
cheers
Pac
Michael Girdley
BEA Systems
Learning WebLogic? http://learnweblogic.com
Buy the only book covering J2EE & WebLogic 6:
http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/102-1778325-
4765749
"Peter Woodhams" <[email protected]> wrote in message
news:[email protected]...
>
How can I install BEA Weblogic Server 6.0 sp2 on RedHat 7.1. I have triedseveral
of the fixes that have been mentioned here to no avail.
I have the Sun JDK 1.3.1 for Linux on the system.
I have the link to cut set up:
lrwxrwxrwx 1 root root 8 Jul 12 10:16/usr/bin/cut -> /bin/cut
I have run the following and still get the error:
# export LD_ASSUME_KERNEL=2.2.5
# sh weblogic600sp2_linux.bin -i console
Preparing to install...
weblogic600sp2_linux.bin: line 1: 24167 Segmentation fault (coredumped)
>
/tmp/install.dir.23184/Solaris/resource/jre/jre/bin/java -Djava.compiler=NON
E
com.zerog.lax.LAX "/tmp/install.dir.23184/temp.lax"/tmp/env.properties.23184
"-i" "console"
Any help would be appreciated.
--Peter

Similar Messages

  • Error while installing oracle 10g in redhat Server

    Hi experts,
    I installed Oracle 10g in RedHat Linux server. After the installation Oracle will work smoothly. After restarting the server we try to start the listener service manually but it is not starting. I configured listener.ora file using GUI interface and also set Oracle HOME and Oracle SID. But still it’s not starting.
    when Try to start the listener the following error comes.
    Tns-12537:TNS:Connection closed
    Tns-12560:TNS:PROTOCOL ADAPTER ERROR
    Tns-00507:TNS:Connection closed
    Linux error 29:illegal Seek.
    Please help me

    Thanks for the answer it was helpful and i successfully started the oracle database.
    and i am trying to import dump file to tha database by creating the new schema when i try this i used the command like
    imp userid=username/password@servicename file=C:\filename.dmp fromuser=username touser=username but i got error as no such command.pls help

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Error in Installing Oracle 9i on redhat 7.2 -- jre was not found again!

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i
    I think I'm successful (well, maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found
    in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message:
    "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..)
    and I set up symbolic links for that and re-ran the runInstaller. Everything I've tried so far has been unsuccessfull.
    Can anyone help? Thanks.
    BTW: What does it mean when the path has double dots (i.e. bin/../bin) in it?. That confuses me a bit.

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • Error in Installing Oracle 9i on RedHat LINUX 8.0

    When I am trying to install Oracle 9i on RedHat LINUX 8.0 I am getting the Error message " CANNOT COPY INTO THE FILE aurora.zip". I just ignored this and i continued the Installation. But after some time (During installation in LINKING part) i am getting the error message ERROR IN INVOKING TARGET ctx_on OF MAKEFILE /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
    What shall i do for this?

    are u sure that u can load Oracle 9i on Linux 8.0? i am aware that the three Linux distributions certified for Oracle 10g are:
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Novell SUSE Linux Enterprise Server 8

  • Error in Installing Oracle 9i on Redhat 7.2

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i I'm successful (well, I think maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..) and I set up symbolic links for that and re-ran the runInstaller.
    But I need help on the first error message. Can anyone offer advise? When I start sqlplus, startup fails with the error: "ORA-03113: end-of-file on communiation channel" I think that this may be related. I'd appreciate any help/advice. Thanks.

    From the SuSE Oracle support site.
    Installation problem on non-i686 architectures: There is a problem running the Oracle installer on any system where the arch command returns anything else but "i686". This is not a problem with the processor itself, just with the name, because Oracle uses this name as directory names for the Java Runtime Environment used to run the Oracle tools.
    To workaround this problem do this: Start the installer and wait for the error, which will be something like "jre not found".
    Background info: What happens is that the Oracle script that starts the installer copies the JRE from ./stage/Components/oracle.swd.jre/1.1.8.0.0/1/DataFiles/Expanded/linux/ to /tmp/OraInstall/jre, and then attempts to start the Java Oracle Universal Installer, using the JRE in /tmp/OraInstall/jre/(bin|lib)/`arch`/, which fails if the architecture is not "i686" - not for any valid reason but simply because to assume all Intel and compatible processors are called "i686" is not a good idea!
    After getting the error the installer aborted, and you execute the commands below (no need to switch to root) and afterwards just restart the runInstaller, which this time will work:
    # create symlinks so that the installer finds the JRE
    cd /tmp/OraInstall/jre/bin/
    ln -s i686 i586
    cd ../lib/
    ln -s i686 i586

  • Error ORA-03113 while install Oracle9i r2 on redhat Advance serer

    Hello All:
    Can anyone inform me how to correct the error ORA-03113 when I install oracle 9i on RedHat Advance Server 2.1
    This error has something to do with setting my CLASSPATH I think.
    Thank YOU
    Ezra Taylor

    Hi,
    You don't mention where exactly you were receiving this error but I was receiving this error when doing the database creation via DBCA. I was able to get around this by altering the 'shmmax' parameter. I suspect that the classpath is not the issue in this case, infact I think it should be unset (as well as other things such as JAVA_HOME).
    I initially tried the 100Mb specified at this site: http://www.e-gineer.com/instructions/install-oracle9i-on-linux.phtml
    However this wasn't enough so I went for the 'loony' option and set it to its maximum value using sysctl as root (see below):
    sysctl -w kernel.shmmax=4294967295
    Obviously you probably don't want to leave it at this size and will want to find the appropriate value. (Oracle reccomends half of physical memory - I haven't tried this yet).
    HTH,
    Gareth.

  • DISK ERROR and also HAL.DLL error - I can't install XP SP2

    Hi guys,
    I'm at my wits end and am fed up by errors I've been getting trying to install XP SP2. I bought my Mac because of bootcamp interoperability as I need to use Windows applications for my work, so I get the best of both worlds. Parallels is out of the question as I don't get the speed I need.
    I have a late-2007 revision 24" iMac (3gb/24"/2.4 C2D) and had Bootcamp running perfectly before upgrading to Leopard (with 10.4.9/10) - almost too perfect: it just worked! I have since upgraded to Leopard and today went to reinstall Windows as I did a clean install and wiped everything to start from scratch.
    I have spent 4 hours reading forum after forum trying permutation after permutation of options and can't get it to work. I get
    DISK ERROR
    PRESS ANY KEY TO RESTART
    When installing on any volume size using Fat32, and if I format NTFS, I get an error about a missing HAL.DLL.
    I have verified that under both Fat32 files are copied as expected. Confirmed drive format as Fat32.
    I also have the latest firmware update that was delivered a week or so ago via software update. I don't know if this could be the cause?
    This is frustrating me beyond belief. If anyone can help, it'd be very very much appreciated.

    I have also been having serious issues, and this worked for me also. Before (In Leopard with BootCamp 2.0) I could partition ok, and everything else, but the Windows installer just wouldn't give me the option of reformatting the drive (formatted to FAT32 by BootCamp v. 2) to NTFS. To re-iterate, if you're having these DISK ERROR problems, do the following:
    Backup all files
    Use Leopard/Tiger install disk to wipe the entire hard drive (all volumes mac and pc) with Disk Utility (this may not be necessary, but it could clear up the problem)
    Install Tiger (10.4)
    Run Bootcamp (in Tiger), partition, install Windows, and install drivers
    Install Leopard (you may choose "erase" within the Installer since this will just wipe the Mac partition)
    Now you're good to go. For running Bootcamp on Tiger, you will need to download BootCamp beta 1.4, there is at least one mirror (and a 1.3 one too) that you can easily find with google. Also, if you're having trouble installing with the beta after December 2007, try setting back the clock and disconnecting from the Internet.
    Although it is very strange that Bootcamp 2.0 (or Leopard) have broken the ability to install.

  • Intranet DOWN!! Help, please!! I installed SP2010 SP2 and the Configuration Wizard Stopped at Step 5. I found errors 100 and 104 in the Event Viewer!

    Hi, 
    Help, please.
    Intranet DOWN!! Help, please!! I installed SP2010 SP2 and the Configuration Wizard Stopped at Step 5. I found errors 100 and 104 in the Event Viewer!
    Acording to these entries:
    http://blogs.technet.com/b/sbs/archive/2011/08/19/two-commands-you-should-always-run-first-when-troubleshooting-companyweb.aspx
    https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=http%3A%2F%2Fwww.techtask.com%2Fsharepoint2010%2Ffehlermeldungen-nach-sharepoint-2010-service-pack-1-installation%2F
    In order to fix this, I need to run:
    PSConfig.exe -cmd upgrade b2b -force -inplace -cmd application content -install -cmd install features
    But SP doesn’t recognize “b2b”.  is the the content or config db?
    Thanks in advanced

    Your Syntax is bad. b2b should follow -inplace, it doesn't make sense anywhere else in the command. Have a look here for more detail:
    https://technet.microsoft.com/en-us/library/cc263093%28v=office.14%29.aspx?f=255&MSPPError=-2147217396

  • Error on Install Oracle9i R2 on RedHat Linux 7.3

    When I have installed Oracle9i R2 on RedHat Linux 7.3,I reboot the machine,
    and then write this:
    sqlplus
    SQL> sys /change_on_install as sysdba
    SQL>Connect to Iddle
    SQL>startup
    SQL>sltln:environment variable cannot be evaluated
    What`s the matter?
    thanks

    Looks like some file that's present in tmp or
    /var/tmp during deployment cannot be overwritten
    because of permissions issue. Please make
    sure you don't have previous installation temp files
    in /var/tmp or /tmp before doing new installation or
    use the same use that installed the first instance.
    You can try cleaning up tmp and /var/tmp and retry.
    Also try setting umask 00 before installations.

  • Cannot install Tuxedo8.1 on RedHat Linux 9.0

    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advance

    eklee <[email protected]> wrote:
    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advanceTry below commands in RH9,
    cd /bin
    ln -s gunzip uncompress
    then retry the installation process.
    Wei.C

  • Installing/Relinking D2K on RedHat 7.1

    I have installed D2K on a RedHat 7.1 without database objects. The problem is via the Motif items. When I run any of the tools, I get the following:
    bash-2.04$ obs60
    obs60: error while loading shared libraries: libXm.so.2: cannot load shared object file: No such file or directory
    Has anyone tried this setup?
    Thanks
    null

    Hello.
    You dont need any java to install 8.1.7 in RedHat 7.1
    Just make a full installation of RedHat and for running the
    runInstaller export LD_ASSUME_KERNEL=2.2.5 before
    I dont know if this are in the RelaseNotes of Disk1 of RedHat 7.0
    or 7.1
    FS

  • Installing oracle 817 on redhat 7.1

    Could someone please help me? I'm trying to install oracle 817
    on redhat 7.1 i did all the prework and also installed java
    sdk1.3.1, and set my path also.
    when I try to run the ./runInstaller or even the
    install/linux/runInstaller, i get this error, Java runtime
    environment not found e/bin/jre.............
    the e at e/bin/jre had a little mark on top of it, i have no
    idea what that means. I diged through some documentation and
    the only reference that i found saids something about long file
    name. Has anyone else came across this and what would be the
    fix to this?
    Thank you.
    Will

    Hello.
    You dont need any java to install 8.1.7 in RedHat 7.1
    Just make a full installation of RedHat and for running the
    runInstaller export LD_ASSUME_KERNEL=2.2.5 before
    I dont know if this are in the RelaseNotes of Disk1 of RedHat 7.0
    or 7.1
    FS

  • Unable to Install WL6.0 on NT4SP5 server

    I am attempting to install Weblogic Server 6.0 on an NT 4 SP 5 server. 96MB RAM, 2G free disk space, Pentium II processor. After doubleclicking on the weblogic600_win.exe file, the installer extracts files to c:\temp\ixxxxxxx folder. Then the installer just goes away. Nothing happens. I can install wl6 on every other server I have access to without problems. I've disabled ALL services on the box and disabled virus protection, but I'm running out of ideas. I am an administrator on the server, and I've even tried logging on locally, not on the domain to do the install and it's the same. The extraction completes then the installer just dies. Any ideas??
    Thanks,
    Brian Ketelsen
    Geneva Pharmaceuticals

    Michael,
    You've got to be kidding?!?! I have to uninstall all versions of the VM?
    Even though I think its crazy, I removed 1.2.2, 1.3 and 1.3 RT I still get the
    same problem.
    Please help
    I'm running Win 2000 with the latest service packs installed (pre sp2).
    Michael Girdley wrote:
    This is a bug that we have found in install anywhere. It basically gives up
    if it locates a conflicting JRE already installed on the system. For me, I
    disabled my existing JVMs by uninstalling them. That solved the problem.
    Thanks,
    Michae
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Brian Ketelsen" <[email protected]> wrote in message
    news:3a5a0f6e$[email protected]..
    I am attempting to install Weblogic Server 6.0 on an NT 4 SP 5 server.96MB RAM, 2G free disk space, Pentium II processor. After doubleclicking on
    the weblogic600_win.exe file, the installer extracts files to
    c:\temp\ixxxxxxx folder. Then the installer just goes away. Nothing
    happens. I can install wl6 on every other server I have access to without
    problems. I've disabled ALL services on the box and disabled virus
    protection, but I'm running out of ideas. I am an administrator on the
    server, and I've even tried logging on locally, not on the domain to do the
    install and it's the same. The extraction completes then the installer just
    dies. Any ideas??
    Thanks,
    Brian Ketelsen
    Geneva Pharmaceuticals

  • Cant install xp sp2 - tried everything!!

    can someone help?
    i ve used bootcamp to do 32 gb partitation, format the partitation as FAT volume, boot from xp sp2 cd and the following errors appear ( couldnt choose partitation before installing):
    "starting pc, etc..."
    "unable to control A20 line!"
    "XML driver not found - mouse is not attached"
    Any ideas?
    ( other thing that happened: when in desperation i used acer recovering cd and it created a 3rd partition and now i ll have to restore my drive )..

    scriccs,
    Get an XP disk and your problem will be solved. If you do not reinstall your OS, it will not work.
    Ginjarou,
    Set your RAM to 1:1 in the bios. Use Vid Card, HD, Optical Drive, Floppy, keyboard/mouse/monitor and see if you can install XP.
    Richard

Maybe you are looking for

  • 2.1 EA1/EA2/RC1: Bookmark issues in the worksheet

    Hi, The right gutter in the worksheet: 1. doesn't jump to bookmarks when clicked upon (instead it goes to one of the top lines) 2. doesn't remove bookmarks (when removed from the left gutter) Can this be bugged if it isn't? Thanks, K.

  • Can't install, because I cannot deactivate previous downloads

    I am trying to register a re-installation of Illustrator on a new computer, but cannot do so because Illustrator was downloaded to other computers.  However, I cannot deactivate on those computers, because they were damaged beyond function. 

  • Reducing Pdf on server with Adobe Acrobat 11

    I want to automatically reduce the size of pdf in my server. My company is planning for Adobe Acrobat 11 with SDk for this soultion. Can anyone help with the batch script or javascript or IAC. Alternatively is Acrobat 11 the best solution?

  • Session method back ground error

    Hi All, I am doing BDC for XK01 transaction it's giving error when we run the session in back ground but the same is running fine in the foreground? is there any parameter we have to pass for bdc session fun module when we run back ground? Thanks&Reg

  • LiCor Serial Read Errors - hex 0xBFFF006c

    Hello All, I've been trying for the last few days to develop a serial VI to read the data from a LiCor-820 CO2 gas analyzer. I know what is sent to the device to request it to send the data back to the computer and how to parse that data once it gets