Pro c program in red hat linux gives segmentation fault

Hi,
I got Pro*C multithreaded program running redhat enterprise linux which gives segmentation faults at proc libraries.
I wish if some one could help me in resolving this issue
Below is valgrind log of the execution of one thread
total valgrind summary
Thread 2:
==31610== Invalid write of size 1
==31610== at 0x529DDF9: snlfgch (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52948E7: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== Address 0x67d0917 is 151 bytes inside a block of size 8,216 free'd
==31610== at 0x4A06084: free (vg_replace_malloc.c:366)
==31610== by 0x5292D88: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x51F9B2D: niqname (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5110603: kwfnran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610==
==31610== Invalid read of size 8
==31610== at 0x52948F4: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==31610==
==31610==
==31610== Process terminating with default action of signal 11 (SIGSEGV)
==31610== Access not within mapped region at address 0x0
==31610== at 0x52948F4: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
==31610== If you believe this happened as a result of a stack
==31610== overflow in your program's main thread (unlikely but
==31610== possible), you can try to increase the size of the
==31610== main thread stack using the --main-stacksize= flag.
==31610== The main thread stack size used in this run was 10485760.
==31610==
==31610== HEAP SUMMARY:
==31610== in use at exit: 3,207,418 bytes in 8,561 blocks
==31610== total heap usage: 13,879 allocs, 5,318 frees, 3,620,545 bytes allocated
your help would be appreciated
regards
Sal

One of the challenges in supporting Linux is the frequent changing of what ought to be stable public interfaces. We have found a number of changes in Red Hat 6 that affect the behavior of the compiler and applications built with the compiler.
We plan to support RH 6 (and Oracle Linux 6) in a future release of Studio.

Similar Messages

  • TD340 Red Hat Linux 6.4 during start up give Kernel Panic

    I am a newbie and please forgive my newness
    I recently bought a TD340 with 32GB Ram, OB SAS RAID 300.
    While using the ThinkServer EasyStart up to configure the installation of Red Hat Linux 6.4. I am able to finish the installation successfull, however, after the installation is completed and and Linux 6.4 boots up, in the middle of the start up a I get the following message:
    Kernel Panic - not syncing - attempted to kill
    Pid: 1 comm: init not tainted 2.6.39-400.17.1
    Call Trace:
    and it nevers boots up sucessfully.
    Any help would be appreciated.

    It clearly mentions its bootstrap issue in Java stack. The bootstrap log files can be found in /usr/sap/<SID>/JC<XX>/work/ folder.
    dev_bootstrap* ; log_bootstrap* ;   jvm_bootstrap*.
    In one of these files, it will be mentioned, synchronization exception...Database initialization failed.
    90% of the issue is caused dude to Database not getting initilized or its not connected or userauthorizations missing or driver class secured in the Secure store is incorrect.
    Troubleshooting J2EE Engine 6.40/7.0 Bootstrap Issues
    SAP Note Number: 997510 
    Check this note, you will get all the answer!!
    And award points if it helped.
    -Subbu

  • Memory Problem with Oracle10g R2 and red Hat linux  2.4.21-37.EL

    Hi All.
    i've a 64Bit red Hat Linux 2.4.21-37.EL , 5GB Ram , 3GB Swap Space.
    Oracle10g R2. i've 2 prodection database each is having 1400MB of SGA.
    when i check the free meory it shows only 12mb of ram is free..why..?
    and in swap space it's only 200mb is used...why..?
    when i check the dbwither is taking 1.2GB of RAM why..?
    can anybody help me in this ...how to get free memory or configure os level to get more free memory.
    Sarit
    [email protected]

    Linux uses Swap space to run applications. The RAM available may not be enough to run the applications so OS swaps the program between RAM and the swap space to run applications.
    You can see your swap partition being used as the swap space with:
    cat /proc/swaps
    Regards,
    Senthil Murugan

  • Installing Oracle 8.1.5 in Red Hat Linux 6.2

    Hi,
    I'm trying to install Oracle 8.1.5 in Red Hat Linux 6.2. But when I run the runInstaller
    command it gives the following error & quit.
    [oracle@localhost cdrom]$ ./runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    And I tried to run the Installer with jre1.1.6 & jre 1.1.7. Both producing the same
    error.
    You may think why I'm using the old version of Oracle. It's an urgent need for
    me at the moment.
    Hope someone could guide me in the correct path to install.
    Thx in advance.
    Luxman

    You need to install java.
    See http://jordan.fortwayne.com/oracle/

  • Installing 11i apps on windows xp and Red Hat linux AS 3.0

    Hi,
    I am a newbie to Oracle E-business suite............i will be very helpful if anybody could help me with the full procedure on how to install Oracle apps on windows on Windows XP and Red Hat linux AS 3.0.........starting with configuring ip.....i would really appreciate if somebody helps me out...........well thanks in advance..waiting for a optmistic reply...
    Thanks again,
    Virendra

    I have done installation on XP and 2000 servers are heres the steps... detailed ones. I also request those who install Oracle Apps 11i to first read the installtion pdf's which helps you understand clearly the prerequisites overall.
    You cannot find the Pre installtion steps(such as Mks Toolkit and GNUMake config) in more clear terms from those documents.Which are explained here.
    The Must PDF's to refer before installation
    1)r1152ins.pdf
    2)11iconcepts.pdf
    According to the 11iconcepts PDF you can decide your business needs the N-Tier Architecture and Database Server and Application Tier Server File System in a very clear terms.
    The installation process can be divided into
    Pre Installtion,Installation and Post-Installation stages.
    I would caution everyone to concentrate more on Pre Installation stage and which is more critical for a successfull installtion of Oracle Apps and to be free with later cropping up problems.
    Further before moving into Installtion stages i have to Explain the Number of CD's and Installtion type's in Oracle App's.
    In many places you may need to wait patiently even more than 10 minutes for screens(Dialog Boxes) to appear dont conclude prematurely some problem on system.
    In oracle Apps 11.5.1 it consist of 12 CD's.
    1) Start Here CD(RAPID Installation Wizard)
    2)1-11 CD's
    1-3 Application Top information
    4th Oracle DB
    5-6 IAS and other tools
    7-11 Oracle Apps DB.
    You have to decide whether you are going to do a Single Node Installation(No Post-Installation Task) or Multi Node Installation. Refer(r1152ins.pdf)
    While installing for Multi Node you can see the Installation locations to be mentioned as
    Appl_Top,Common_Top,Data_Top etc.Try to install Appl_top and common_Top in one drive and Data_Top in another Drive(Single Node) and in different nodes in Multi Node installation.
    Installation Types
    Production ==>Real time Env implementation's
    Test ==>For test Env Purposes
    Vision Demo==>R&D or learning Purposes.
    Pre-Installation steps
    ======================
    Space Requirement for types of installtions
    Install VC++
    How to Download and install MKS tool Kit
    How to Download and Configure GNUMAKE
    Env path setting
    Create Applmgr user in Win2000
    Space Requirement for types installtion:
    Memory Requirement
    1 GB of RAM(512 Fine for initial Installtion)
    but planned for more user connections another 1 GB of Ram and according to the number of user's and Application needs you have to Increase the Memory.
    HDD capacity
    APP_Top(A)
    COMMON_TOP(C)
    DATA_TOP(D)
    Test DB : 22 + 20 GB (60 GB recommended)
    Prod DB : 22 + 20 GB (60 GB recommended)
    Vision Demo DB: 22 + 35 GB (80 GB recommended).
    Plus space for ur staging area.
    This are the actuall space required for the Oracle Apps Alone plan for more space for future needs etc.
    Softwares on System
    Win2000 server with Patch1,Winzip and Acrobat Reader Latest version etc.
    Install VC++:
    Install a clean installtion of VC++ of Visual Studio Family 6.0
    It should be first installed before installing MKS or GNUMAKE
    NOTE: When Visual C++ is installed, let the installer register all environment variables. This will allow executables to be linked from the command line.
    How to Download and install MKS tool Kit:
    Note:Try to purchase the MKS tool kit from the below site.
    or try to download the trial version valid for a months time.
    http://www.mkssoftware.com/products/tk/ds_tkio.asp
    Evaluation copy from
    http://www.mkssoftware.com/eval/
    Choose "MKS Toolkit for Interoperability " Download it in C:\
    Again you have to click the downloaded kit to start the actual download of 38 MB of MKS tollkit Evaluation version.
    You will be sent a Demo serial number to your mail id==>copy the same to a Notepad on your desktop.
    Now start the installtion of the MKSToolkit on your system by clicking on the MKStoolkit downloaded.
    It will prompt you for the Demo serial number which has to be provided.
    The MKStoolkit will be successfully installed.
    How to Download and Configure GNUMAKE:
    1) HOW TO GET AND INSTALL GNUMAKE ON WINDOWS2000
    This can be done by performing the following steps:
    NOTE: Please, be aware that you must install Visual C++ BEFORE installing GNUMAKE, because its installation process involves linking executables.
    1) Before downloading GNUMAKE, you will need to acquire some utilities which will be used for unpacking files. You can obtain the required utilities at the following
    URL: ftp://ftp.gnu.org/gnu/windows/emacs/utilities/i386/
    The directory contains the following files:
    README
    djtarnt.exe
    gunzip-1.2.4-i386.exe
    gzip-1.2.4-i386.exe
    tar-1.11.2-i386.exe
    tar-1.11.2a.exe
    Only two of the files are required:
    gunzip-1.2.4-i386.exe and tar-1.11.2a.exe
    2) After downloading the above files, rename them as follows:
    gunzip-1.2.4-i386.exe => gunzip.exe
    tar-1.11.2a.exe => tar.exe
    Place them into a directory that you can set in you PATH environment variable.
    3) Point your browser to the following
    URL: ftp://ftp.gnu.org/gnu/make
    The files needed from this directory are:
    make-3.77.tar.gz
    make-3.78.1.tar.gz
    make-3.79.1.tar.gz
    make-3.79.tar.gz
    Development requires to install version 3.77 or above. Downloading the latest version is perhaps best decision, but there are advantages to downloading the version required by development (3.77). (This document assumes that version 3.77 has been downloaded) (NOTE: AVOID USING SPACES IN
    DIRECTORY AND FILE NAMES. GNUMAKE,VISUAL C++, ETC. DO NOT ALWAYS DEAL WELL WITH SPACES)
    4) For instance, suppose you have downloaded file make-3.77.tar.gz on a directory called C:\GNUMAKE, unpack this file using gunzip.exe from a Command Prompt Window
    Example: C:\GNUMAKE>gunzip make-3.77.tar.gz This last action, will expand file make-3.77.tar.gz and the extension .gz will be removed.
    5) On the same Command Prompt Window, you should UnTAR the file, with the following
    command: C:\GNUMAKE>tar -xvf make-3.77.tar This will create a new subdirectory called MAKE-3.77 under C:\GNUMAKE, the original directory.
    6) In the new subdirectory, there is a batch file
    called build_w32.bat; run the batch file to generate GNUMAKE.EXE
    Try this from Command Prompt more than once if succesfully not built message appers till you get Generated successfully.
    Note:If Possible run all the bat files in the MAKE-3.77 and also config.bat in the sub directory by double clicking it.
    WARNING: There is a known issue with this last step, "GNU make fails to build regardless of chosing build_w32 or nmake"
    See [NOTE:115937.1]
    for work around. RELATED DOCUMENTS ----------------- For Microsoft Visual C++, MKS Toolkit and
    GNUMAKE support, you should contact their respective vendors Microsoft Visual C++, MKS Toolkit
    and GNUMAKE are registered trademarks.
    http://support.microsoft.com/ http://msdn.microsoft.com/ http://www.mks.com/
    http://www.gnu.org/ Note:104010.1: Release 11i on NT: Software Requirements
    Note:115937.1: GNU Make won't make on windows NT
    Important:All the downloaded files from GNU makes web sites shall be put in a single folder called gnumake under c:\ .Try to search for config.bat file inside this folders just click and
    run it.
    Env path setting:
    Try to search make.exe generated in c:\program files\mkstoolkit\mksnt and copy and paste it
    c:\gnumake\MAKE-3.77\windebug and c:\gnumake\MAKE-3.77\winRel also paste both this paths in the
    My Computers==>Properties==>Advanced==>Environment variables==>Path setting's
    After all this check as follows from CMD mode.
    1)execute make at c:\>
    2)execute gnumake at c:\>
    In win2000 it may return error messages or Target wrong ignore it.If it is on Win NT then it will return proper status.
    Create Applmgr user in Win2000:
    Create a Applmgr user account in win2000 .
    Installation:
    =============
    What here you require is the Patience .
    Load the START HERE CD and run the C:\> cd \cdrom\rapidwiz
    For Test and Prod it will ask for the location of Appl_Top,Common_Top and Data_Top location. Mention there path and ensure if more than one installtion say eg.Vision and Test or Prod to check the Path in all the tab pages its corresponding values and path's.
    In Vision Demo many of the Options are not propmted from the user.
    It will then do the system checking for Host Name and other details.All the checking should have been passed or if failed it will mark it in RED cross mark.Rectify the mistake and then onceagain proceed or else you will have problem after installation.
    The Installation time takes around 5 to 6 Hrs of time.
    For info on Post installation or on Multi Node follow the pdf's i have mentioned above.
    The most tedious of all is succesfully crossing the Apps system checking it does for all
    installed products it requires without any failure.
    The GNUMAKE configuration or steps were nowhere given and it was all our trail and error exp.
    This is possibly the most elaborate steps to install Apps on Win. post for further help. email me at [email protected] or [email protected]
    Rajeev.

  • Invoking oracle utilities in Oracle10g on Red Hat Linux

    Hi,
    I manage an oracle 10g database on Red Hat Linux Enterprise Server 3.
    I have problems invoking oracle utilities like netca, dbca, dbua etc from the bin directory. Every time i type netca while in the bin directory, i get the following error:
    bash: NETCA: command not found
    however when i type ./netca while in the bin directory, this is what i get:
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main
    directory that contains Oracle products.
    Set and export ORACLE_HOME, then re-run.
    i then set the enviroment variable thus:
    set ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 export ORACLE_HOME
    Further attempts to invoke netca still gives the same errors listed above.
    please help if u can.
    olumide

    Hi,
    check the installation guide how to set the environment. $ORACLE_HOME/bin is not included in the PATH variable (therefore bash: NETCA: command not found), ORACLE_HOME (and I assume other environment variables) are not set.
    Don't read instructions word-to-word ,
    set ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 export ORACLE_HOME' is syntactically wrong, use
    export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 .
    Best regards
    Werner

  • Weblogic 6.0 sp1 crashes on Red Hat Linux 6.2

    When we test our application consisting of JSP, servlets(No EJB) on Weblogic 6.0
    sp1 , Red Hat Linux 6.2 with more than 25 users It gives following errors and
    stops servicing requests.
    <Aug 28, 2001 7:25:17 PM GMT-07:00> <Error> <Posix Performance Pack> <Uncaught
    T hrowable in processSockets java.io.IOException: unexpected result from poll:
    -1
    at weblogic.socket.PosixSocketMuxer.poll(Native Method) at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java
    :371) at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >

    I don't think you need change that parameters and make.
    there is a post not far from here says you can set those parameters in /etc/sysctrl.conf, then reboot.
    I didn't set any parameters, I checked them, they are different
    names from those in ICG, and for those with same names, they are much higher in my system. So, I just go with them, and OK.

  • How to start SQLPLUS in oracle 10g which install on Red Hat Linux AS 4

    I install oracle 10g on Red hat linux enterprize AS 4. but i can not start SQLPLUS. I could not login to grid control. When installation, some agents installations are fail. what can i do? please help me out.

    I install oracle 10g on RHEL 4. But error occure in cofiguration assistant.
    following assistance not configured (which are recommended):
    Oracle Net Configuration Assistant - fail
    HTTP Server Configuration Assitant - skipped
    Java Security Configuration Assistant - skipped
    OC4J Configuration Assistant - skipped
    Web Cache Configuration Assistant - skipped
    Oracle Instance Configuration Assistant - skipped
    Oracle Database Configuration Assistant - skipped
    OC4J Instance Configuration Assistant - skipped
    OPMN Configuration Assistant - skipped
    Register DCM Plug-ins with EM - skipped
    Application Server Control Configuration Assistant -skipped
    DCM Repository Backup Assistant - skipped
    Enterprize Manager Reposotory Creation Assistant - skipped
    Log Details given about "Oracle Net Configuration Assistant" as
    /usr/app/oracle_sw_owner/oracle/product/10..0/EM10g_1/oracle.swd.jre/bin/..
    /lib/i686/native_thread/libzip.so : symbol errno version GLIBC_
    Unable to initialize threads:cannot find class javalang thread not define in file libc.so.6 with link time referance (libzip.so)
    could not create Java VM
    configuration of assistant "Oracle Net Configuration Assistant" fail
    When try to run sqlplus from xterm, it gives an following error :
    $ /usr/app/oracle_sw_owner/oracle/product/10.1.0/EM10g_1/bin/sqlplus
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    After installation there is an information is given for Enterprise Manager Grid Control and it gives an url as http://localhost.localdomain:7777/em. But when i try to connect it gives an error massage as "The connection was refuse when attempting to contact localhost.localdomain:7777"
    Same situation when i try to connect Enterprise Manager Application Server (its url: http://localhost.localdomain:1810). It gives an error massage "The connection was refuse when attempting to contact localhost.localdomain:1810"
    What can i do in this situation? Please help me out.

  • DB lookup problem with Sun One App. Server 7.0,MySQL3.x - Red hat linux 7.2

    Hi Group,
    I have deployed my project in sun one application server 7.0 installed in red hat linux 7.2 and database is mysql. Its working in fine in normal conditions. I could not able to get connection from datasource after I kept my server 10 hours ideal. Again its working fine once I restarted the server. Please give me any solution to prevent this.
    The same project is working fine under all conditions in Sun one app server 7.0 installed in windows 2000 server without any look up probem. I Got this problem only in linux OS.
    mysql datasource class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
    please find the below code..
    Context ctx = new InitialContext();
    Datasource testDS = (javax.sql.DataSource)ctx.lookup( "jdbc/testDS");
    Connection con = testDs.getConnection();
    connection pool settings
    <jdbc-connection-pool steady-pool-size="8" max-pool-size="32" max-wait-time-in-millis="0" pool-resize-quantity="2" idle-timeout-in-seconds="0" is-isolation-level-guaranteed="false" is-connection-validation-required="false" connection-validation-method="auto-commit" fail-all-connections="false" datasource-classname="com.mysql.jdbc.jdbc2.optional.MysqlDataSource" name="testCP">
    <property value="localhost" name="serverName"/>
    <property value="3306" name="portNumber"/>
    <property value="root" name="user"/>
    <property value="test" name="databaseName"/>
    </jdbc-connection-pool>
    Regards,
    Hari haran

    My team solved the problem and I thought that we would share.
    The version of Xalan that was packaged with the JRE, that is installed by the Sun One app server, was at least 2 versions out of date. Updating the Xalan package solves the issue and the WAR file now works.
    Again, this appears to be only on the Linux version as the package deploys and works perfectly on the Windows version.

  • Help with installing pre-requisite packages on Red Hat Linux

    Having issue with installing packages with yum
    OS is RHEL 6 and following package which are prerequisites for Oracle Fusion Middleware install on Red Hat Linux 6
    uname details as follows
    2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9 08:03:13 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
    Example error: yum install gives error as follows for all packages.
    No package compat-libcap1-1.10-1 available
    Need to install following packages (as mentioned in the prerequisites)
    binutils-2.20.51.0.2-5.28.el6
    compat-libcap1-1.10-1
    compat-libstdc++-33-3.2.3-69.el6 for x86_64
    compat-libstdc++-33-3.2.3-69.el6 for i686
    gcc-4.4.4-13.el6
    gcc-c++-4.4.4-13.el6
    glibc-2.12-1.7.el6 for x86_64
    glibc-2.12-1.7.el6 for i686
    glibc-devel-2.12-1.7.el6 for i686
    libaio-0.3.107-10.el6
    libaio-devel-0.3.107-10.el6
    libgcc-4.4.4-13.el6
    libstdc++-4.4.4-13.el6 for x86_64
    libstdc++-4.4.4-13.el6 for i686
    libstdc++-devel-4.4.4-13.el6
    libXext for i686
    libXtst for i686
    FYI: If this forum is not appropriate please let me know appropriate forum and shall repost there.

    Hey,
    Normally I use YUM : http://taliphakanozturken.wordpress.com/2012/03/17/how-to-use-yum-to-install-rpm-packages-with-dependencies/
    Let me know if this is what are you looking for.
    I hope it helps you,
    Thiago Leoncio.

  • Install on Red Hat Linux

    I've tried for some while now, to install Sun One Studio 4 on my Red Hat Linux, but it always hangs when it comes to the screen saying "Installing....This might take a few minutes". And it hangs for hours, so it's not that I don't wait long enough.
    I have tried loging in as a normal user and as super user, but never get it right. I've checked that the DISPLAY setting is set to DISPLAY=:0.
    Can anyone help me?
    -Trond

    Hello Trond!
    I had the same problem a few months ago.
    I solved it by running the install program
    with a previous JDK (I think it was 1.3),
    then when install finished I ran it with JDK1.4.2.
    You can use symlinks to achieve this.
    If it not works, look at your /tmp directory,
    it will contain the install jar file,
    run it: java -jar /tmp/... .jar
    Hope it helps you.
    regards
    Franz

  • Is it possible to download current Red Hat Linux for learning purpose?

    Hi,
    Is it possible to download current Red Hat Linux for learning purpose? On their website, you either have to purchase the regular version or download a 30-day evaluation version.
    Thanks.
    -c

    How different is Enterprise Linux compared to Fedora?To add Sergio's post, Fedora and Enterprise Linux are based on RedHat distribution. Fedora is non commercial distribution and is very popular. Enterprise Linux is quite new (name of distribution) in the Linux world (announced at the end of october) and it is clone (as Sergio said) of RH EL 4 U4.
    All I need is an opportunity to learn Unix/Linux.Any of Linux distributions will give to you this opportunity. And for learning of Linux Fedora is good enough.
    Is Enterprise Linux more popular?
    Popular than what? Fedora? It is too soon... (IMHO). Enterprise Linux is ideal candidate for productions systems which needs official support and (of course) systems which where Oracle products will be running on. In this scope (commmercial sphere) Enterprise Linux will become popular than Fedora (which has support only from volunteers) but I don't think that Enterprise Linux will be more popular as Fedora at all...

  • Jinitiator for Red Hat Linux Enterprise Edition 3

    Hello Technocrats,
    I need your reply for our very critical situation asap.
    We have Red Hat Linux EE 3 hosted in all developers PC. Oracle Application 11.5.5 is hosted in a Sun Ultra1 server. Now we have licence for Oracle Developer Suite 10g for RH Linux 3.
    My question is , will Oracle Jinitiator for the OS compatible be installed at time of iDS installation??
    do we need to grab any specific Oracle Jinitiator for E-Business Suite in this regard??
    Is Oracle Jinitiator avbl for Linux platforms. If not wat will be the solution for executing a E-Business module form in a Mozilla web browser in Linux Pc's
    Kindly give all your valuable suggestions asap....... awaitng your reply

    See http://www.oracle.com/technology/products/forms/htdocs/10g/clientsod_forms10g.html for information on officially supported configs.
    The only certification I can see for Redhat is using Sun JPI 1.4.2. The Sun JPI certification was added with the latest patchset (9.0.4.2.0). I know Oracle was planning on certifying Forms 10.1.2 for Sun JPI 1.4.2 and 1.5, but I'm not sure if they managed in the end. Forms 10.1.2 is already available.
    We decided to go for Sun JPI and not JInitiator because we have hundreds of external users. Their sysadmins are much more comfortable installing Sun JPI then they are installing the (unknown) Oracle JInitiator.
    I've written a number of blog articles about our Sun JPI confguration at http://www.oratransplant.nl/category/oracle/forms/

  • Failed Installation of Oracle8i on Red Hat Linux 7.0

    Hi,
    I have successfully installed Oracle8i(8.1.6) Enterprise edition on Red Hat Linux 7.0 but while running the Database Configuration Assistant, it stops at the database initialization portion. I suspect the initmig8i.ora file is causing the problem. I have followed the installation guide very closely and the SID is mig8i. What might be the problem causing it to stop? Now, I can't connect to database.
    initmig8i.ora located at
    /u01/app/oracle/admin/mig8i/pfile
    # Copyright (c) 1991, 1998 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback' segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    db_name = "mig8i"
    instance_name = mig8i
    service_names = mig8i
    control_files = ("/u01/app/oracle/oradata/mig8i/control01.ctl", "/u01/app/oracle/oradata/mig8i/control02.ctl", "/u01/app/oracle/oradata/mig8i/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 2048
    shared_pool_size = 4194304
    large_pool_size = 614400
    java_pool_size = 0
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 50
    log_buffer = 163840
    # audit_trail = false # if you want auditing
    # timed_statistics = false # if you want timed statistics
    # max_dump_file_size = 10000 # limit trace file size to 5M each
    # Uncommenting the lines below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest_1 = "location=/u01/app/oracle/admin/mig8i/arch"
    # log_archive_format = arch_%t_%s.arc
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6 )
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    # global_names = false
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = true
    # define directories to store trace and alert files
    background_dump_dest = /u01/app/oracle/admin/mig8i/bdump
    core_dump_dest = /u01/app/oracle/admin/mig8i/cdump
    #Uncomment this parameter to enable resource management for your database.
    #The SYSTEM_PLAN is provided by default with the database.
    #Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
    user_dump_dest = /u01/app/oracle/admin/mig8i/udump
    db_block_size = 8192
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.0.5"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    Thank you.
    null

    Richard,
    It's a glib problem. 8i uses the glib 2.1 libraries, while RH7 uses the 2.2. There is a patch available from oracle support, or you can find a solution that has worked for me twice on the otn discussion forum.
    Cory Franzmeier
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Richard Yip ([email protected]):
    Hi,
    I have successfully installed Oracle8i(8.1.6) Enterprise edition on Red Hat Linux 7.0 but while running the Database Configuration Assistant, it stops at the database initialization portion. I suspect the initmig8i.ora file is causing the problem. I have followed the installation guide very closely and the SID is mig8i. What might be the problem causing it to stop? Now, I can't connect to database.
    initmig8i.ora located at
    /u01/app/oracle/admin/mig8i/pfile
    # Copyright (c) 1991, 1998 by Oracle Corporation
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, place
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback' segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # NOTE: Parameter values suggested in this file are based on conservative
    # estimates for computer memory availability. You should adjust values upward
    # for modern machines.
    db_name = "mig8i"
    instance_name = mig8i
    service_names = mig8i
    control_files = ("/u01/app/oracle/oradata/mig8i/control01.ctl", "/u01/app/oracle/oradata/mig8i/control02.ctl", "/u01/app/oracle/oradata/mig8i/control03.ctl")
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 2048
    shared_pool_size = 4194304
    large_pool_size = 614400
    java_pool_size = 0
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 50
    log_buffer = 163840
    # audit_trail = false # if you want auditing
    # timed_statistics = false # if you want timed statistics
    # max_dump_file_size = 10000 # limit trace file size to 5M each
    # Uncommenting the lines below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest_1 = "location=/u01/app/oracle/admin/mig8i/arch"
    # log_archive_format = arch_%t_%s.arc
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    #rollback_segments = ( RBS0, RBS1, RBS2, RBS3, RBS4, RBS5, RBS6 )
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    # global_names = false
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = true
    # define directories to store trace and alert files
    background_dump_dest = /u01/app/oracle/admin/mig8i/bdump
    core_dump_dest = /u01/app/oracle/admin/mig8i/cdump
    #Uncomment this parameter to enable resource management for your database.
    #The SYSTEM_PLAN is provided by default with the database.
    #Change the plan name if you have created your own resource plan.# resource_manager_plan = system_plan
    user_dump_dest = /u01/app/oracle/admin/mig8i/udump
    db_block_size = 8192
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.0.5"
    sort_area_size = 65536
    sort_area_retained_size = 65536
    Thank you.<HR></BLOCKQUOTE>
    null

  • Error message while installing JDK on RED HAT  - linux interprise 5

    Hello!
    I have got an error message while installing JDK on RED HAT - linux interprise 5:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

    Good point.
    Moderator action: thread locked.

Maybe you are looking for

  • Exchange rate message in PO

    Dear experts, I receive a warning message "exchange rate deviates by 7%" when changing the exchange rate during PO creation. I would like to change it to an error message. In " IMG > MM > Purchasing > Environment data > Define attributes of system me

  • EDI: Syntax error in IDoc (segment cannot be identified)

    Hi All, Im facing the below error EDI: Syntax error in IDoc (segment cannot be identified). And this error is coming only for few idocs rest are getting processed successfully. Message no. E0078 Diagnosis The segment E1EDP03 does not occur at the cur

  • Product customization in CRM 7.0

    Hi experts. How can be able to do product customization in crm 7.0, if crm is not a standalone system how come we will proceed further. PLease share the infromation Thanks in advance Prajith P

  • IE10 PDF ISSUES

    Visitors using IE10 and Windows 7 can't download pdf brochure from our web site.  Visitors using other browsers are able to download it.  Can the file be modified to enable IE10 users to download it?

  • BEX Variable for Every monday

    Hi All, My Report Requirement is like : User will enter the Actual finish date range , the out put should show like every Monday   of the Actual finish date Range. Is there any function module for that(Please find the attachment) .Can any one please