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

Similar Messages

  • 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

  • Error Installing oracle10g  on oracle linux enterprize

    hi to all...im a newbie in linux..i tried to follow some video tutorial on the net..but when i try to use the command ./runInstaller....
    i received this error..please help....
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-05_10-24-46AM. Please wait ...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window 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.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)

    Oracle's Universal Installer is a X-Windows/X11 application. It needs a x-server process to connect to - this process displays the GUI and deals with the mouse and keyboard interaction to the GUI.
    Your error says that there is no x-server that can handle the display you are trying to create by launching the installer.
    You need to read up on how to start and connect to x-servers. The easiest would be installing vncserver, ssh into the server as oracle, run the command "+vncserver+", supply a password and make a note of a display string.
    On your client machine (e.g. Windows/Ubuntu/Mac) you download and install vncviewer - you then execute this viewer, and supply it with the display string and password to connect to to virtual Oracle GUI display on the server. Once connected, you run the installer inside that.

  • Error installing OBIEE 11g on Linux 64 bits - Configuration Assistant fails

    Hello,
    I am trying to install OBISE1 on Oracle Linux 5 - 64 bits.
    I've followed these steps:
    1) Install Oracle DB
    2) Install jdk Linux 64 bits (jdk1.7.0)
    3) Install WebLogic
    4) Install RCU
    5) Install OBI 11g (Software only installation)
    Until here, all is correct.
    6) Configuration assistant failed:
    [2011-09-12T12:04:58.844+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0]
    [2011-09-12T12:04:58.845+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    [2011-09-12T12:04:58.846+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I have fount posts with a similar problem, but is over Windows.
    I appreciate any ide/suggestion.
    Thank you in advance.
    Regards,

    I have seen that WebLogic is shut down, so I am trying to start up, but I can't:
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    /usr/java/jdk1.7.0/bin/java -jrockit -Xms512m -Xmx512m
    -Dweblogic.Name=AdminServer
    -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=/root/Oracle/Middleware/wlserver_10.3
    -Dwls.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/root/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/root/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.Server
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    I have modified /etc/profile, including JAVA_HOME and PATH with the java PATH. And it is ok, because if I executed java -version I can see the new jdk:
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    Any idea¿?

  • 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

  • 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.

  • 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

  • JDK version for installing SOA suite on windows vista

    Hi
    I am trying to install SOA Suite 10.1.3.1 on my Windows Vista 64 bit system. Currently, when running irca.bat, I am getting error "invalid java version 1.6.0_13. Version 1.4 is required."
    But isnt the script supposed to run for all 1.4+ jdks. Which version of jdk do I need to install?
    Thanks.
    John

    The complete error message in the popup is "Error in CreateOUIProcess(): 3". When you hit <OK>, you are back at the command prompt where you typed setup.exe.
    The log is as follow:
    Using paramFile: D:\Disk1\install\win64\oraparam.ini
    Checking if CPU speed is above 300 MHz. Actual 2327 MHz Passed
    Checking swap space: must be greater than 500 MB. Actual 12689 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui.core\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The number of files bootstrapped for the jre is 0.
    The number of files bootstrapped for the oui is 287.

  • Problem in installing SOA Suite on Linux

    Hi All
    I am trying a silent install of the Oracle SOA Suite on Linus. I get the following content as the silentlog
    A configuration script needs to be run as root for the installation to be complete. Please run /opt/oracle/oracle/product/oracle_soa/root.sh as root at the end of install.
    Configuration assistant "Oracle Application Server Configuration Assistant" failed
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    Configuration assistant "Oracle ESB Configuration Assistant" was canceled.
    Error:*** Alert: Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them. ***
    The installation of Oracle Application Server SOA Suite was successful, but some optional configuration assistants failed, were cancelled or skipped."
    and now when I try starting the opmn I get the following log content:
    java.lang.NoClassDefFoundError: javax/transaction/TransactionManager
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
    at java.lang.Class.getMethod0(Class.java:2611)
    at java.lang.Class.getMethod(Class.java:1579)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:81)
    at oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:30)
    Please help.
    Thanks

    Hi.
    No one else seems to be reporting this. Please post the full text of the error here.
    Thanks,
    Michael
    Siva wrote:
    Hi,
    When I am installing weblogic6.1 sp1 on Linux 7.1 I am getting a page full specified font not found.
    Any Ideas about it?
    Thanks In Advance
    -Siva--
    Developer Relations Engineer
    BEA Support

  • Error installing Tuxedo 10gR3 for Linux  on CentOS 5.3

    Hi Colleagues,
    I am having probem installing tuxedo10gR3_64_Linux_01_x86.bin as part of PeopleSoft v9.1 install on my test server, CentOS 5.3 Linux. I am getting the error below.
    CentOSLinux:psoft /Tuxedo_10gR3_Linux >ls -l
    total 83464
    -r-xr-xr-x 1 root root 85376616 Dec 30 2008 tuxedo10gR3_64_Linux_01_x86.bin
    CentOSLinux:psoft /Tuxedo_10gR3_Linux >./tuxedo10gR3_64_Linux_01_x86.bin -i console
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    *./tuxedo10gR3_64_Linux_01_x86.bin: line 2479: /tmp/install.dir.8302/Linux/resource/jre/bin/java: cannot execute binary file*
    *./tuxedo10gR3_64_Linux_01_x86.bin: line 2479: /tmp/install.dir.8302/Linux/resource/jre/bin/java: Success*
    CentOSLinux:psoft /Tuxedo_10gR3_Linux >
    Here is the details of my test server:
    CentOSLinux:psoft /Tuxedo_10gR3_Linux >uname -a
    Linux CentOSLinux2 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 i686 i386 GNU/Linux
    Appreciate any assistance

    Maginoo,
    I just tested it on a brand new installation of CentOS 5.3 64bit with all the default settings during the install (I added "server" only).
    Then everything worked fine with the default java version.
    [root@centos53 ~]# uname -a
    Linux centos53 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [root@centos53 ~]#
    [root@centos53 ~]$ rpm -q centos-release
    centos-release-5-3.el5.centos.1
    [root@centos53 ~]# arch
    x86_64
    [root@centos53 ~]$ /usr/sbin/alternatives --config java
    There are 2 programs which provide 'java'.
      Selection    Command
    *+ 1           /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
       2           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    Enter to keep the current selection[+], or type selection number:
    [root@centos53 ~]# mkdir -p /nfs/software
    [root@centos53 ~]# mount -t nfs 192.168.1.1:/software /nfs/software
    [root@centos53 ~]# groupadd tuxedo
    [root@centos53 ~]# useradd -g tuxedo tuxedo
    [root@centos53 ~]# mkdir -p /appl/tuxedo10gR3
    [root@centos53 ~]# chown tuxedo:tuxedo /appl/tuxedo10gR3
    [root@centos53 ~]# su - tuxedo
    [tuxedo@centos53 Oracle_Tuxedo_10gR3_Linux_64]$ pwd
    /nfs/software/PeopleSoftCD/BEA/Tuxedo/Oracle_Tuxedo_10gR3_Linux_64
    [tuxedo@centos53 Oracle_Tuxedo_10gR3_Linux_64]$ ls -lrt
    total 83464
    -rwxrwxrwx 1 root root 85376616 Dec 30  2008 tuxedo10gR3_64_Linux_01_x86.bin
    [tuxedo@centos53 Oracle_Tuxedo_10gR3_Linux_64]$ ./tuxedo10gR3_64_Linux_01_x86.bin -i console
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
      ->1- English
    CHOOSE LOCALE BY NUMBER: 1
    ===============================================================================
    Pre-Installation Summary
    Please Review the Following Before Continuing:
    Product Name:
        Tuxedo 10gR3
    Install Folder:
        /appl/tuxedo10gR3
    Link Folder:
        /home/tuxedo
    Disk Space Information (for Installation Target):
        Required:  195,536,693 bytes
        Available: 2,298,658,816 bytes
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Ready To Install
    InstallAnywhere is now ready to install Tuxedo 10gR3 onto your system at the
    following location:
       /appl/tuxedo10gR3
    PRESS <ENTER> TO INSTALL:
    ===============================================================================
    Installing...
    [==================|==================|==================|==================]
    [------------------|------------------|------------------|------------------]
    ===============================================================================
    Installation Complete
    Congratulations. Tuxedo 10gR3 has been successfully installed to:
       /appl/tuxedo10gR3
    PRESS <ENTER> TO EXIT THE INSTALLER:
    [tuxedo@centos53 Oracle_Tuxedo_10gR3_Linux_64]$ cd /appl/tuxedo10gR3/
    [tuxedo@centos53 tuxedo10gR3]$ ls
    bin  cobinclude  help  include  inventory  jre  lib  locale  logs  registry.xml  tux.env  udataobj  uninstaller
    -bash: ./tux.env: Permission denied
    [tuxedo@centos53 tuxedo10gR3]$ export TUXDIR=/appl/tuxedo10gR3
    [tuxedo@centos53 tuxedo10gR3]$ . $TUXDIR/tux.env
    [tuxedo@centos53 tuxedo10gR3]$ $TUXDIR/bin/tmadmin -v
    INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level (none)
    [tuxedo@centos53 tuxedo10gR3]$Please, verify your install (64bit and java, see above, we have not the same), and /tmp directory.
    Nicolas.

  • Error installing SOA in Solaris 10 x86 VM

    I am trying to install SOA 11.1.1.2.0 on Solaris 10 x86 VM machine. When the runInstaller is invoked from Disk1, i get the following error and the installer quits. Any clues?
    -bash-3.00$ ./runInstaller
    ./runInstaller: /export/home/oracle/ofm_soa_generic_11/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected

    Can you try with jreLoc parameter -
    ./runInstaller -jreLoc <path of JRE 1.6>
    You may refer -
    SOA Suite Installation
    Regards,
    Anuj

  • Installing 11gr2 in Oracle Linux 6.3 (./runInstaller - permission denied)

    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal ,
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment.
    Thanks...
    Edited by: flixblixclix on Jan 1, 2013 10:51 PM

    979352 wrote:
    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal , trying to install as root is a clear indication that you either haven't read the Installation Guide, or you are choosing to ignore it. If you missed or chose to ignore the point that the installation should not be done as root, who knows what else you missed or chose to ignore.
    From Oracle® Database Installation Guide
    11g Release 2 (11.2) for Linux ( http://docs.oracle.com/cd/E11882_01/install.112/e24321/inst_task.htm#BABJGGJH)
    4.5.1 Running Oracle Universal Installer
    For any type of installation process, start Oracle Universal Installer and install the software, as follows:
    Logon as the Oracle software owner user (typically, oracle) to the computer on which you want to install Oracle components.
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment. Read the Installation Guide. Read all of it. Believe it.
    >
    Thanks...Edited by: EdStevens on Jan 1, 2013 8:24 AM

  • Error Installing SOA Suite10.1.3.1 in advanced mode.

    Hi All,
    I have uninstalled SOA Suite 10.1.3.1 installed in my pc b'cose of some errors.
    Now when i try to reinstall it'w giving below error message..
    "Install has detected that oracle application server 10.1.3 is already installed in this oracle home.Please choose another oracle home".
    Whatver may be the name i choose, this error is keep on coming.
    Thx,
    Siddhardha

    i'm also facing the same issue. I used the Oracle Universal Installer to deinstall the SOA suite and then removed the directory in which the SOA suite was instaleed. But the Oracle Process Manager service was not removed. so i disabled it and then tried reinstalling the SOA Suite. It started giving me the above error. I tried removing the registry keys too. but it doesn't solve my problem. Any help on this is appreciated.
    Thanks

  • Error installing SOA Suite 10.1.3.1.0

    Hi,
    I am trying to install SOA Suite 10.1.3.1.0 in my PC (Window XP). But the installation fails with the following error message:
    "Caught exception running the command via the script file D:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks/bpel_deployapps.txt at line 16: BindWebApp error: oracle.oc4j.rmi.OracleRemoteException"
    I'd appreciate if someone could help. Please let me know if you need more information from me. Thanks

    I have the same error. Here is something from the log file:
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    Deploying ORABPEL Applications...
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Copying 1 file to D:\OracleAS_10131\bpel\system\services\lib
    Updating jar: D:\OracleAS_10131\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://kzhangD510c:6003/home -script D:\OracleAS_10131\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    07/06/27 12:14:27 Notification ==>Application Deployer for orabpel STARTS.
    07/06/27 12:14:27 Notification ==>Copy the archive to D:\OracleAS_10131\j2ee\home\applications\orabpel.ear
    07/06/27 12:14:28 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\orabpel.ear begins...
    07/06/27 12:14:28 Notification ==>Unpacking orabpel.ear
    07/06/27 12:14:29 Notification ==>Done unpacking orabpel.ear
    07/06/27 12:14:29 Notification ==>Unpacking bpeljms.rar
    07/06/27 12:14:29 Notification ==>Done unpacking bpeljms.rar
    07/06/27 12:14:29 Notification ==>Unpacking admin.war
    07/06/27 12:14:30 Notification ==>Done unpacking admin.war
    07/06/27 12:14:30 Notification ==>Unpacking console.war
    07/06/27 12:14:39 Notification ==>Done unpacking console.war
    07/06/27 12:14:39 Notification ==>Unpacking startup.war
    07/06/27 12:14:39 Notification ==>Done unpacking startup.war
    07/06/27 12:14:41 Notification ==>Unpacking httpbinding.war
    07/06/27 12:14:41 Notification ==>Done unpacking httpbinding.war
    07/06/27 12:14:41 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\orabpel.ear ends...
    07/06/27 12:14:41 Notification ==>Starting application : orabpel
    07/06/27 12:14:41 Notification ==>Initializing ClassLoader(s)
    07/06/27 12:14:41 Notification ==>Initializing EJB container
    07/06/27 12:14:41 Notification ==>Loading connector(s)
    07/06/27 12:14:41 Notification ==>Starting up resource adapters
    07/06/27 12:14:42 Notification ==>Processing EJB module: ejb_ob_engine.jar
    07/06/27 12:14:42 Notification ==>Processing EJB module: ejb_services.jar
    07/06/27 12:14:48 Notification ==>Compiling EJB generated code
    07/06/27 12:14:50 Notification ==>Initializing EJB sessions
    07/06/27 12:14:50 Notification ==>Committing ClassLoader(s)
    07/06/27 12:14:50 Notification ==>Initialize admin begins...
    07/06/27 12:14:50 Notification ==>Initialize admin ends...
    07/06/27 12:14:50 Notification ==>Initialize console begins...
    07/06/27 12:14:50 Notification ==>Initialize console ends...
    07/06/27 12:14:50 Notification ==>Initialize startup begins...
    07/06/27 12:14:50 Notification ==>Initialize startup ends...
    07/06/27 12:14:50 Notification ==>Initialize httpbinding begins...
    07/06/27 12:14:51 Notification ==>Initialize httpbinding ends...
    07/06/27 12:14:51 Notification ==>Started application : orabpel
    07/06/27 12:14:51 Notification ==>Application Deployer for orabpel COMPLETES. Operation time: 23969 msecs
    07/06/27 12:15:00 Notification ==>Application Deployer for hw_services STARTS.
    07/06/27 12:15:00 Notification ==>Copy the archive to D:\OracleAS_10131\j2ee\home\applications\hw_services.ear
    07/06/27 12:15:01 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\hw_services.ear begins...
    07/06/27 12:15:01 Notification ==>Unpacking hw_services.ear
    07/06/27 12:15:02 Notification ==>Done unpacking hw_services.ear
    07/06/27 12:15:02 Notification ==>Unpacking hw_services.war
    07/06/27 12:15:04 Notification ==>Done unpacking hw_services.war
    07/06/27 12:15:04 Notification ==>Unpacking deploy.war
    07/06/27 12:15:04 Notification ==>Done unpacking deploy.war
    07/06/27 12:15:04 Notification ==>Unpacking testconnection.war
    07/06/27 12:15:04 Notification ==>Done unpacking testconnection.war
    07/06/27 12:15:04 Notification ==>Unpacking worklistxpress.war
    07/06/27 12:15:07 Notification ==>Done unpacking worklistxpress.war
    07/06/27 12:15:07 Notification ==>Unpacking worklistapp.war
    07/06/27 12:15:13 Notification ==>Done unpacking worklistapp.war
    07/06/27 12:15:13 Notification ==>Unpacking taskservice.war
    07/06/27 12:15:13 Notification ==>Done unpacking taskservice.war
    07/06/27 12:15:13 Notification ==>Unpacking taskmetadataservice.war
    07/06/27 12:15:14 Notification ==>Done unpacking taskmetadataservice.war
    07/06/27 12:15:14 Notification ==>Unpacking taskqueryservice.war
    07/06/27 12:15:14 Notification ==>Done unpacking taskqueryservice.war
    07/06/27 12:15:14 Notification ==>Unpacking IdentityService.war
    07/06/27 12:15:15 Notification ==>Done unpacking IdentityService.war
    07/06/27 12:15:15 Notification ==>Unpacking usermetadataservice.war
    07/06/27 12:15:16 Notification ==>Done unpacking usermetadataservice.war
    07/06/27 12:15:16 Notification ==>Unpacking runtimeconfigservice.war
    07/06/27 12:15:16 Notification ==>Done unpacking runtimeconfigservice.war
    07/06/27 12:15:16 Notification ==>Initialize D:\OracleAS_10131\j2ee\home\applications\hw_services.ear ends...
    07/06/27 12:15:16 Notification ==>Starting application : hw_services
    07/06/27 12:15:16 Notification ==>Initializing ClassLoader(s)
    07/06/27 12:15:16 Notification ==>Initializing EJB container
    07/06/27 12:15:16 Notification ==>Loading connector(s)
    07/06/27 12:15:16 Notification ==>Starting up resource adapters
    07/06/27 12:15:16 Notification ==>Processing EJB module: hw_services_ejb.jar
    07/06/27 12:15:22 Notification ==>Compiling EJB generated code
    07/06/27 12:15:22 Notification ==>Initializing EJB sessions
    07/06/27 12:15:22 Notification ==>Committing ClassLoader(s)
    07/06/27 12:15:22 Notification ==>Initialize hw_services begins...
    07/06/27 12:15:22 Notification ==>Initialize hw_services ends...
    07/06/27 12:15:22 Notification ==>Initialize deploy begins...
    07/06/27 12:15:22 Notification ==>Initialize deploy ends...
    07/06/27 12:15:22 Notification ==>Initialize testconnection begins...
    07/06/27 12:15:22 Notification ==>Initialize testconnection ends...
    07/06/27 12:15:22 Notification ==>Initialize worklistxpress begins...
    07/06/27 12:15:22 Notification ==>Initialize worklistxpress ends...
    07/06/27 12:15:22 Notification ==>Initialize worklistapp begins...
    07/06/27 12:15:22 Notification ==>Initialize worklistapp ends...
    07/06/27 12:15:22 Notification ==>Initialize taskservice begins...
    07/06/27 12:15:22 Notification ==>Initialize taskservice ends...
    07/06/27 12:15:22 Notification ==>Initialize taskmetadataservice begins...
    07/06/27 12:15:22 Notification ==>Initialize taskmetadataservice ends...
    07/06/27 12:15:22 Notification ==>Initialize taskqueryservice begins...
    07/06/27 12:15:23 Notification ==>Initialize taskqueryservice ends...
    07/06/27 12:15:23 Notification ==>Initialize IdentityService begins...
    07/06/27 12:15:23 Notification ==>Initialize IdentityService ends...
    07/06/27 12:15:23 Notification ==>Initialize usermetadataservice begins...
    07/06/27 12:15:23 Notification ==>Initialize usermetadataservice ends...
    07/06/27 12:15:23 Notification ==>Initialize runtimeconfigservice begins...
    07/06/27 12:15:23 Notification ==>Initialize runtimeconfigservice ends...
    07/06/27 12:15:24 Notification ==>Started application : hw_services
    07/06/27 12:15:24 Notification ==>Application Deployer for hw_services COMPLETES. Operation time: 23491 msecs
    Caught exception running the command via the script file D:\OracleAS_10131\bpel\system\services\install\ant-tasks/bpel_deployapps.txt at line 14: BindWebApp error: oracle.oc4j.rmi.OracleRemoteException
    thanks.

  • 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

Maybe you are looking for

  • How do I save a style of paragraphs with a numbered list in Pages 05?

    I wish to save a style of paragraph with a numbered list. Is it possible to save them at the same time in Pages 5 as it was in Pages 09'? Where are the shortcuts? Thanks.

  • Dbms_rls.add_policy with Oracle 10g Express Edition

    SQL> begin 2 dbms_rls.add_policy( 3 object_schema => 'VPD', 4 object_name => 'TRANSACTIONS', 5 policy_name => 'VPD_TEST_POLICY', 6 function_schema => 'VPD', 7 policy_function => 'VPD_POLICY.VPD_PREDICATE', 8 statement_types => 'select, insert, update

  • How to keep display as Show when using Hide Show region with pagination?

    We are trying to use a 'Hide Show' region with pagination. The problem is that if you 'Show' (ie expand) the region and then hit the link for the next page, the next page displays Hidden (ie collapsed). We want to keep the page display as 'show' when

  • Div tags and text decorations

    Hello, Is there a way to control the a:link text decoration/color within a div tag?  It seems as thought the Page Props is the only place, hence controlling everything on the page.  Thank you!!!!!!

  • Error when installing issue in Content Viewer

    Hi, I have a strange error in my Content Viewer. When downloading it stalls and a message says "Could not install issue, relaunch app and download your purchase again" (my translation from swedish). It sometimes stalls when downloading and sometimes