Issue while installing SOA in Oracle Linux 6

Hi,
I am getting below errors while installing SOA in oracle Linux 6:-
entryPoint: entryPoint = oracle.installType.all condition = null className = null
contextFile:/tmp/OraInstall2012-04-13_08-04-44PM/prereq/oui/agent_prereq_context.xml
The entry point is: oracle.installType.all
Check Name:CertifiedVersions
Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
$$$$$DEBUG>>>>CertifiedVersions
Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
Actual Result: redhat-6.2
Check complete. The overall result of this check is: Failed <<<<
Check Name:Packages
Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
Check complete. The overall result of this check is: Not executed <<<<
Please help.
Check Name:Kernel
Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
Check complete. The overall result of this check is: Not executed <<<<

it is not supported
http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
just filter it on wls server on which soa runs rhel 5 is the latest

Similar Messages

  • Issue to install mhVTL on Oracle Linux 5.9

    Hi Everyone
    I'm dealing with an issue to install mhVTL on Oracle Linux 5.9, my current operating system. My goal is to install Oracle Secure Backup once that mhVTL is running.
    According to the the link https://sites.google.com/site/linuxvtl2, I have followd this steps:
    1.- rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
    2.- rpm -Uvh http://www.elrepo.org/elrepo-release-5-4.el5.elrepo.noarch.rpm
    3.- rpm -Uhv http://dl.atrpms.net/el5-x86_64/atrpms/stable/atrpms-repo-5-6.el5.x86_64.rpm
    * NOTE: By default, the liblzo2_2 is not installed and my box doesn't have a repository to find it. For this reason I have installed this rpm file that let my box access a repository with the liblzo2_2 lib
    4.- yum yum install liblzo2_2
    5. sudo yum install mhvtl-utils kmod-mhvtl
    After running all this steps, I get the following message if I perform /etc/init.d/mhvtl start:
    /etc/init.d/mhvtl start
    FATAL: Module mhvtl not found.
    No kernel module loaded to feed these daemons.
    Need mhvtl kernel module version at least 0.18.11
    Did you remember to compile the 'mhvtl' kernel module ?
    Please see http://sites.google.com/site/linuxvtl2/
    According to this message, I understand, that I haven't install the kernel, so I have downloaded and uncompressed the mhvtl-2013-10-20.tgz file but with no success
    1. tar xvzf mhvtl-2013-10-20
    2. mhvtl-1.4
    3. cd kernel
    4. # make
    Output:
    make -C /lib/modules/2.6.39-400.211.3.el5uek/build SUBDIRS=/tmp/mhvtl-1.4/kernel modules
    make: *** /lib/modules/2.6.39-400.211.3.el5uek/build: No such file or directory.  Stop.
    make: *** [default] Error 2
    does someone have a tip to help me with this issue?
    Thank you in advance

    If the problem is only to install Xvfb, you can do that doing the following:
    # yum list "*xvfb*"
    Available Packages
    xorg-x11-server-Xvfb.x86_64     1.15.0-22.el6   public_ol6_latest
    # yum install xorg-x11-server-Xvfb

  • RPM package issue while installing SOA on Linux - OIM 11gR2 PS1

    Hi All,
         While installing SOA on linux machine. I am facing issue with kernel properties in Prerequisite section.
    So i tried to run rpm package : " libaio-devel-0.3.106-3.2.i386.rpm " on my machine,
    through command : rpm - ivh libaio-devel-0.3.106-3.2.i386.rpm
    I am getting Error message is :
    warning: libaio-devel-0.3.106-3.2.i386.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
    error: Failed dependencies:
            libaio.so.1 is needed by libaio-devel-0.3.106-3.2.i386
    Please provide some helpful pointer on this
    Thanks in advance,
    RPB

    Hi, Jasdeep!
    We have the same problem with OIM 11.1.2 on Solaris SPARC 10 - just after extend WLS domain to OIM & SOA servers AdminServer fails to start with message "syntax error at line 30: `JVM_TYPE=$' unexpected"
    It seems like uncompatibility of file $DOMAIN_HOME/bin/setOIMDomainEnv.sh and Solaris systems... :-(
    I changed *$DOMAIN_HOME/bin/setOIMDomainEnv.sh* : instead of
    PORT_MEM_ARGS="-Xms768m -Xmx1536m -XX:ReservedCodeCacheSize=256m"
    JVM_TYPE=$(java -version 2>&1 >/dev/null)
    *echo "JVM Type is ${JVM_TYPE}"*
    *echo "$JVM_TYPE" | grep -q 'JRockit'*
    wrote
    *#PORT_MEM_ARGS="-Xms768m -Xmx1536m -XX:ReservedCodeCacheSize=256m"*
    *PORT_MEM_ARGS="-Xms768m -Xmx1536m"*
    *#JVM_TYPE=$(java -version 2>&1 >/dev/null)*
    *JVM_TYPE=JRockit*
    *echo "JVM Type is ${JVM_TYPE}"*
    *#echo "$JVM_TYPE" | grep -q 'JRockit'*
    *echo "$JVM_TYPE" | grep 'JRockit'*
    and after that AdminServer started normally.
    Try to make similar changes (according your JVM, of course)
    Alexander.

  • Facing Issue while Installing SOA server for setting up BPM11g working environment

    Hi All,
    I have been able to install Database and Weblogic Server but I am facing issue in installing SOA server.
    I am trying to install it for running BPM 11g application.
    I saw the same problem has already been answered but available solutions are not resolving my problem.
    Error Message:Provide the JDK/JRE location while launching the installer.Invoke the setup.exe with -jreLoc<JDK/JRE location absolute path>parameter(s).
    I tried both way for initializing the installation. i.e directly through setup.exe and by command prompt but in both the cases I am getting same error.
    It is not asking for Java path in command prompt also.
    a)In my system java 7 is installed.
    b)I have used Oracle Database 11g instead of XE
    Can this be the reason?
    I checked Program Files:
    jre7 and jdk1.7.0_45 are there.
    I also have set JAVA_HOME in environment variable as C:\Program Files\java\jre7
    path :C:\Program Files\java\jdk1.7.0_45\bin
    Please help me in fixing this as I am stuck in this installation from last few days.
    Thanks!

    Hi Binay,
    You might want to consider instead installing it using JDK 1.6.
    Here's where you can check the Fusion Middleware configurations:  http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    It's buried in there, but bottom line is that Oracle BPM 11g (PS6) 11.1.1.7 needs JDK 1.6 (for Windows it is either JDK 1.6.0_35 or JRockit 6 Update 37 R28.2.5+) and I'd suggest you use JRockit.
    Dan

  • Issues while Installing SOA 11g in windows 8

    Hi Experts,
    I am trying to install SOA Suite to my laptop which have windows 8. Data base and RCU and Weblogic everything is completed successfully with out any issues.
    I have used oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32 for weblogic . When i am trying to  run the G:\SOA_Software_Downloads\SOA_11g_64bit\unzip\ofm_soa_generic_11.1.1.7.01 of2\Disk1>setup -jreLoc C:\Oracle\Middleware\SOASuite11gR1PS6\jdk160_29, i am getting issue like on Prerequisite Checks 3 of 8 step is giving Checking operating system certification and Checking service pack status are in red with cross symbol but Checking physical memory status is checked.
    I try to install generic weblogic as well wls1036_generic, which is giving error like The Java Run Time Environment was not found at C:\Program\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run. Please visit heep://www.javasoft.com and install JRE version 1.3.1 or higher and try again, but i have installed jdk1.6.0_35 from oracle, still same issue.
    I uninstalled weblogic and tried different options all are facing similar issues, can any help me what is doing wrong here? what is missing
    -Thanks,

    Hi Sahil
    I am using Win8 64bit OS. And I'm trying to install V37380-01_1of2.zip and V37380-01_2of2.zip after the jdk-7u51-windows-x64.exe and wls1036_generic.jar were installed in my pc successfully. Below are the setup in my PC:
    JAVA_HOME = C:\Program Files\Java\jdk1.7.0_51; which is correct location in my pc;
    PATH = PATH=C:\Program Files\Java\jdk1.7.0_51\bin;C:\Program Files\Java\jdk1.7.0_51\jre\bin;D:\ProgramFiles\product\11.2.0\dbhome_1\bin;
    A foler 'jre7' in the same forder with JDK was generated after install JDK. That means there are two folders under folder 'C:\Program Files\Java' after JDK installation.
    I ran the command setup.exe -jreLoc C:\Program Files\Java\jdk1.7.0_51\jre under SOA folder disk1 foder 'D:\Tools\SOA\Disk1'. Oracle Universal Installer error shows: The Java RunTime Environment was not found at C:\Program\bin\javaw.exe. Hence, the Oracle Universal Installer can't be run. Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    I checked there is no folder Program under C drive in my pc. so I don't know which part is wrong. Please advise, thanks.

  • Error while installing database in oracle linux 4 via VMware Server Console

    Hi to all
    While Installing Oracle database in linux OS via Virtual machine, i got the below error :-
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-30_12-34-31PM. Please wait ...
    [oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.Internal Error: Can't
    connect to X11window server using ':0.0' as the value of the
    DISPLAY variable.
         at sun.awt.X11GraphicsEnvironment.initDisplay(Native
    Method)
         at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown
    Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at
    java.awt.GraphicsEnvironment.getLovalGraphicsEnvironment
    (Unknown Source)
         at java.awt.Window.init(Unknown Source)
         at java.awt.Window.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Sourece)
         at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown
    Source)
         at oracle.sysman.oio.oioc.OicocOneClickInstaller.<init>
    (OiocOneClickInstaller.java:378)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main
    (OiocOneClickInstaller.java:2091)
    Please make a clear message to how i need to rectify, as of am a new user for the VMware server console.
    Let me know what are all the steps i need to follow for rectifying the above error.
    your guidance will be much appreciated.
    Regards
    Khan

    Hi Helious,
    After this problem cleared i installed the oracle database; while installing i found another error
    Output generated from configuration assistant "Oracle Net Configuration Assistant".
    Command = /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser/
    dir=/home/oracle/oracle/product/10.2.0/db_1/network/jlib -classpath
    /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:
    /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/home/oracle/oracle/product.10.
    2.0/db_1/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:
    /home/oracle/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0
    and etc.
    what i need to do for these errors, and i shutdown my system.
    And how i need to continue after rectifying from that point.
    Please let me know.. Your help will be highly appreciated
    Regards
    Khan

  • Error while installing juicer on oracle linux 6

    Hi Team,
    I have juicer installation on my plate, i installed ruby and rubygem as pre-requisite for juicer but while running below command after successful installation i am getting error stating "cannot load such file -- nokogiri/nokogiri".
    while i have installed nokogiri already.
    ~# juicer --version
    /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri.rb:27:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `rescue in require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:35:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/base.rb:1:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/closure_compiler_installer.rb:2:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `block in require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `each'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:66:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/bin/juicer:3:in `<top (required)>'
      from /usr/local/bin/juicer:19:in `load'
      from /usr/local/bin/juicer:19:in `<main>'
    ~]# gem list
    *** LOCAL GEMS ***
    closure-compiler (1.1.10)
    cmdparse (2.0.5)
    dev-utils (1.0.1)
    extensions (0.6.0)
    json (1.8.1)
    juicer (1.1.1)
    mini_portile (0.5.2)
    minitest (5.0.8)
    nokogiri (1.5.6, 1.5.0)
    rake (10.1.0)
    rdoc (4.0.1)
    rubyzip (0.9.9)
    I need your urgent help on this as I am totally stuck here. Thanks in advance.

    When asking a question is often helps to explain what the software is good for and how to reproduce the problem. This is not a juicer or ruby forum and there are probably not many if any user familiar with juicer in this forum. But for what it's worth, the following works in Oracle Linux 6.3 x86 and probably other release versions:
    curl -L https://get.rvm.io | bash -s stable --ruby
    source /usr/local/rvm/scripts/rvm
    ruby --version
    ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
    gem install --verbose juicer
    juicer --version
    juicer 1.1.1
    juicer help
    Usage: juicer [global options] COMMAND [options] [ARGS]
    Available commands:
        help            Provide help for individual commands
        install         Install a third party library
        list            Lists all dependencies for all input files/patterns
        merge           Combines and minifies CSS and JavaScript files
        verify          Verifies that the given JavaScript/CSS file is problem free
        version         Show the version of the program
    Global options:
        -v, --verbose                    Be verbose when outputting info
        -q, --quiet                      Only log warnings and errors
        -h, --help                       Show help
            --version                    Show the version of the program
    P.S. nokogiri requires Ruby version >= 1.9.2.

  • Version error installing SOA on Oracle Linux

    Hi,
    I'm trying to install Oracle SOA Suite 10g (10.1.3.1.0, soa_linux_x86_101310_disk1.cpio) on Oracle Linux 5, but I'm getting the following error:
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS rele
    ase 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Lin
    ux ES release 3, redhat-Red Hat Enterprise Linux ES release 4 or SuSE-9
    Failed <<<<
    Is Oracle Linux not compatible with SOA? My understanding is that Oracle Linux 5 is basically Redhat 4:
    cat /proc/version
    Linux version 2.6.18-53.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Sat Nov 10 18:24:52 EST 2007.
    Thanks,
    Yi

    You require a patch 6339508 which provides replacement pre-requisite tests. To use it you need to add two parameters to the runInstaller command as shown below.
    ./runInstaller PREREQ_CONFIG_LOCATION=<PATCH_LOC>/prereq –paramFile <PATCH_LOC>/oraparam.ini
    PATCH_LOC is the location where you unzipped the 6339508 patch. With these new parameters the installer correctly recognizes Oracle Enterprise Linux as a supported platform. Note that OEL needs some specific patches when used with SOA Suite and these need to be installed prior to running the installer. Check the documentation for details.
    cheers
    James

  • Issue while installing SOA Suite

    Hi,
    I am trying to install SOA 11.1.1.4 in my machine. I already installed webllogic 10.3.4 in my system and when I am running through the GUI , the installer is not
    allowing me to select "Weblogic Server " in Application Server section. Websphere is selected my default and I am not able to change it to weblogic server.
    Is there any file where I can make changes to stop it from taking websphere as default option.
    Regards,
    Vikas Manchanda

    Hi Vikas,
    I believe it has been set correctly coz unless it points to the right home, it won't allow me to go the next screenThis is not the case.
    If the installer detects a Middleware home with Oracle WebLogic Server installed, then this is the application server that will be used. All other fields in this screen will be inactive.
    If the installer detects a Middleware home without an Oracle WebLogic Server installed, you must select one of the application server options and then provide its location in the Application Server Location field.
    If the installer does not detect a Middleware home directory, the "WebLogic Server" option will be inactive. You must select "WebSphere" and then provide the location of your IBM WebSphere in the Application Server Location field.
    Please refer -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e13925/install_screens.htm#BABEDFHH
    Regards,
    Anuj

  • Missing packages while installing 11gr2 on oracle linux 6 os

    hi,
    i am installing Oracle 11gR2 on oracle Linux 6 OS via a vmware.
    i bum into this problem of not able to install the required packages:
    glibc-2.3.4-2.41
    compat-libstdc++-33-3.2.3 (64bit)
    elfutils-libelf-devel-0.97
    libaio-devel-0.3.105
    libgcc-3.4.6
    libstdc++-3.4.6
    unixODBC-2.2.11 (64bit)
    unixODBC-deve-2.2.11
    pdksh-5.2.14
    i try to rpm -qa | grep <packges name>
    [root@rcat lib64]# rpm -qa | grep glibc
    glibc-devel-2.12-1.132.el6.x86_64
    glibc-common-2.12-1.132.el6.x86_64
    glibc-2.12-1.132.el6.x86_64
    glibc-headers-2.12-1.132.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio
    libaio-0.3.107-10.el6.x86_64
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep compat-libstdc++
    [root@rcat lib64]# rpm -qa | grep elfutils
    elfutils-libs-0.152-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio-devel
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libgcc
    libgcc-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libstdc
    libstdc++-4.4.7-4.el6.x86_64
    libstdc++-devel-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep unixODBC
    [root@rcat lib64]# rpm -qa | grep pdksh
    it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    Appreciate if there is any help here. pointing to any website i can quickly download the packages cos trying to download the iso takes me more then 13 hour!.

    >>it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    You should find all rpms and their right version (as required by installer) onto linux 6 iso.
    For some rpms the installer can like higher versions but not for all. For some rpms installer requires the exact version.
    HTH
    Pradeep

  • OS Package Error while installing SOA 11.1.1.5.0 on Oracle Linux

    Hi,
    I am trying to install SOA Suite 11.1.1.5.0 on Linux Environment.
    While doing the prerequisite checks, I am getting some errors wrt operating system packages and kernel parameters.
    The queries I have is:
    1) If these packages are not installed, will it have some adverse effect on my installation?
    2) Also, how from where can I download these packages and how do I install them?
    OS Version is: Oracle Linux 5 Update 7
    The log for the prerequisite checks is pasted below:
    Root
    Checking operating system certification
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: enterprise-5.4
    Check complete. The overall result of this check is: Passed
    Checking recommended operating system packages
    Checking for gcc-4.1.0-28.4; found gcc-4.1.2-51.el5-i386.           Passed
    Checking for gcc-c++-4.1.0-28.4; found gcc-c++-4.1.2-51.el5-i386.           Passed
    Checking for setarch-1.6-1; found setarch-2.0-1.1-i386.   Passed
    Checking for sysstat-5.0.5-1; Not found.  Failed <<<<
    Checking for libstdc++-4.1.0-28.4; found libstdc++-4.1.2-51.el5-i386.        Passed
    Checking for libstdc++-devel-4.1.0-28.4; found libstdc++-devel-4.1.2-51.el5-i386.  Passed
    Checking for compat-libstdc++-296-2.96-132.7.2; found compat-libstdc++-296-2.96-138-i386.         Passed
    Checking for compat-db-4.1.25-9; Not found.      Failed <<<<
    Checking for control-center-2.8.0-12; found control-center-1:2.16.0-16.el5-i386.  Passed
    Checking for glibc-common-2.3.4-2.9; found glibc-common-2.5-65-i386.   Passed
    Checking for binutils-2.16.91.0.5-23.4; found binutils-2.17.50.0.6-14.el5-i386.      Passed
    Checking for make-3.80-202.2; found make-1:3.81-3.el5-i386.    Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some recommended packages are missing (see above).
    Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the product release notes to find out how to get the missing packages and update the system.
    Checking kernel parameters
    Checking for VERSION=2.6.18; found VERSION=2.6.18-274.el5xen.           Passed
    Checking for hardnofiles=4096; hardnofiles=1024.            Failed <<<<
    Checking for softnofiles=4096; softnofiles=1024.  Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    Checking Recommended glibc version
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-65
    Check complete. The overall result of this check is: Passed
    Checking physical memory
    Expected result: 1024MB
    Actual Result: 3336MB
    Check complete. The overall result of this check is: Passed
    Any help will be appreciated.
    Cheers,
    Varun

    Hi Avi,
    Thanks for your reply.
    I was able to install the packages, not eactly the same way as u told but I downloaded them from http://public-yum.oracle.com/ and installed them manually. Was also able to change parameters.
    And Bingo, there was no pre-requisite failures while installing SOA.
    One of the probs that I'm facing now is that when I try to access the WLS Console of SOA after creating domain, I'm able to open it on the local machine using IP and localhost. But it doesn't work the same way when I use hostname. It gives an error saying No Route to the Host. Also I'm not able to access WLS Console from any other machine using IP address of the machine.
    Any inputs that can be of any help.
    Cheers,
    Varun

  • OS Package Error while installing SOA 11.1.1.5.0 on Linux

    Hi,
    I am trying to install SOA Suite 11.1.1.5.0 on Linux Environment.
    While doing the prerequisite checks, I am getting some errors wrt operating system packages and kernel parameters.
    The queries I have is:
    1) If these packages are not installed, will it have some adverse effect on my installation?
    2) Also, how from where can I download these packages and how do I install them?
    OS Version is: Oracle Linux 5 Update 7
    The log for the prerequisite checks is pasted below:
    Root
    Checking operating system certification
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: enterprise-5.4
    Check complete. The overall result of this check is: Passed
    Checking recommended operating system packages
    Checking for gcc-4.1.0-28.4; found gcc-4.1.2-51.el5-i386.           Passed
    Checking for gcc-c++-4.1.0-28.4; found gcc-c++-4.1.2-51.el5-i386.           Passed
    Checking for setarch-1.6-1; found setarch-2.0-1.1-i386.   Passed
    Checking for sysstat-5.0.5-1; Not found.  Failed <<<<
    Checking for libstdc++-4.1.0-28.4; found libstdc++-4.1.2-51.el5-i386.        Passed
    Checking for libstdc++-devel-4.1.0-28.4; found libstdc++-devel-4.1.2-51.el5-i386.  Passed
    Checking for compat-libstdc++-296-2.96-132.7.2; found compat-libstdc++-296-2.96-138-i386.         Passed
    Checking for compat-db-4.1.25-9; Not found.      Failed <<<<
    Checking for control-center-2.8.0-12; found control-center-1:2.16.0-16.el5-i386.  Passed
    Checking for glibc-common-2.3.4-2.9; found glibc-common-2.5-65-i386.   Passed
    Checking for binutils-2.16.91.0.5-23.4; found binutils-2.17.50.0.6-14.el5-i386.      Passed
    Checking for make-3.80-202.2; found make-1:3.81-3.el5-i386.    Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some recommended packages are missing (see above).
    Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the product release notes to find out how to get the missing packages and update the system.
    Checking kernel parameters
    Checking for VERSION=2.6.18; found VERSION=2.6.18-274.el5xen.           Passed
    Checking for hardnofiles=4096; hardnofiles=1024.            Failed <<<<
    Checking for softnofiles=4096; softnofiles=1024.  Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    Checking Recommended glibc version
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-65
    Check complete. The overall result of this check is: Passed
    Checking physical memory
    Expected result: 1024MB
    Actual Result: 3336MB
    Check complete. The overall result of this check is: Passed
    Any help will be appreciated.
    Cheers,
    Varun

    Hi Avi,
    Thanks for your reply.
    I was able to install the packages, not eactly the same way as u told but I downloaded them from http://public-yum.oracle.com/ and installed them manually. Was also able to change parameters.
    And Bingo, there was no pre-requisite failures while installing SOA.
    One of the probs that I'm facing now is that when I try to access the WLS Console of SOA after creating domain, I'm able to open it on the local machine using IP and localhost. But it doesn't work the same way when I use hostname. It gives an error saying No Route to the Host. Also I'm not able to access WLS Console from any other machine using IP address of the machine.
    Any inputs that can be of any help.
    Cheers,
    Varun

  • An issue while installing oracle 10g express edition on Ubuntu 10.04-64bit

    Hi,
    I'm running into an issue while installing oracle 10g express edition on my Ubuntu 10.04-64 bit installed machine using oracle-xe-universal_10.2.0.1-1.0_i386.deb package. The issue actually came up when I was trying to reinstall the package after uninstalling it due to some problem I had with my login credentials. To elaborate further on it, the /etc/init.d/oracle-xe script does not get created when I execute the debian package and thus i'm unable to configure the required credentials and stuff after the installation. I doubt whether this has something to do with the procedure I followed when uninstalling the previous package it. But what I did was just what's mentioned in the following [http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm] user guide published by oracle.
    Another important clue would be, the platform of my machine is amd64bit although I'm dealing with an installation package preferred for i386. But I believe it's the only thing available in the oracle software download section. Hence I had to use the --force-architecture option to install it. But after reading some post published on this forum, I've figured out that it does not affect the usual execution of the software. Anyway,  I would greatly appreciate some help on this matter.
    [1] http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    Thanks and Regards,
    Prabath Abeysekara
    Edited by: 829281 on Jan 18, 2011 7:52 PM

    Hi,
    Finally I've managed to find a solution for this issue. Thanks a lot for all the replies.
    Here's how I got rid of it.
    Addressing all the facts one by one,
    1.The problem of not getting the /etc/init.d/oracle-xe script generated was avoided
    by removing all the configuration files that were previously created while installing
    the product. The following command can be used to accomplish that task.
    *$ dpkg --purge oracle-xe*
    2.Next, Initially the password I used during the configuration process was "admin".
    Although I tried a couple of times installing the product providing the aforementioned
    password, the web UI kept prompting "Invalid Credentials" message not allowing me
    to login. But, this particular issue could be avoided by giving some other simple
    password.
    Finally, got it working and once again thanks a bunch for taking the burden of
    replying this thread.
    Cheers,
    Prabath

  • Opmn related error while installing SOA suite

    hi
    I am trying to install SOA suite on Linux RHEL AS4.
    rapidwiz shows the following error
    launching /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/bin/opmnctl startproc
    opmnctl: starting opmn managed processes...===============================================================================
    opmn id=soalgs.lgs.com:6200
    2 of 3 processes started.
    ias-instance id=soaps.soalgs.lgs.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/oc4j_soa/default_group/
    Error
    --> Process (index=1,uid=10495449,pid=12555)
    time out while waiting for a managed process to start
    Log:
    /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/logs//default_group~oc4j_soa~default_group~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I have restarted opmn services, disabled the firewall also, but couldnot get rid of the problem. when i checked status through "/.opmnctl status" command, ASG was down...should i have to bring it up?
    how do i trobleshoot?
    Thanks
    JIL

    Do an opmnctl startall and an opmnctl status afterwards.
    It happens for me to when I install it on VMware images but these are slower. I usually don't stop the installation but retry the configuration assistant.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • DHCP cofiguration error while installing SOA suit 10.1.3

    Hi can any one suggest how to resolve DHCP cofiguration error while installing SOA suit 10.1.3. I have win7 but getting this error . Please sort out................

    platGroup = WINDOWS
    Query Returned: true
    Calling Query soaNetQueries1.0 isDhcp
    Query Returned: true
    Calling Query soaNetQueries1.0 isLoopback
    Query Returned: false
    A DHCP configuration was detected on this host. The installer also detected that the local hostname and the network hostname differ. Please resolve the networking issues by referring the "Installing on DHCP Computers" section in the installation guide.
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    Calling Query generalQueries10.1.0.3.0 getInstallType
    Query Returned: allProducts
    *** Specify Database Connect Information Page***
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    User Exit
    This is the error i am getting i have gone through docs also but did not able to resolve it i have window-7 platform can we install on this 10.1.3.........or i have to follow some other method as i am getting this error........

Maybe you are looking for

  • 0FC_OP_01 extractor issues- DFFKKOPBW data not matching with

    Hi All We have an issue with the extractor 0FC_OP_01. Our business is comparing the values in R/3 report u2013 G/L Account Balance Display (t-code S_ALR_87012277)   with the Open Items by GL Account report in BW .(actually these values in the BW repo

  • ITunes keeps opening automatically

    I've been gone for the past 2 weeks on Christmas vacation I came home yesterday, turned on my mac, and iTunes keeps opening by itself randomly. It was fine before I left. It's so annoying! Any help?

  • Signature tab not working in preferences

    Hi all, I just went to make myself a signature, however the signature tab in mail > preferences isnt working. When i click on each section eg:general, accounts etc they all come up with their usual option but when clicking on the signature tab nothin

  • How to connect to airport express without needing internet (for wifi remote)

    I am hooking up the Mackie DL 806 mixing console. my airport only works if i first have a internet connection. after I disconnect the internet it still works. I need it to work no matter what in a non internet environment  

  • LIS reports in BI

    Hi, Are there any LIS reports in the PP/MM/WM area which can be developed and run in BI ? My client wants to start expanding the use of BI. Is it even possible to move LIS reports to BI and if yes which ones would be moved first ? Thanks GS