Oracle 11.1g  client error with TimesTen

Dear all,
I am not sure this is the correct forum to post. I suspect that I have problem with Oracle Client 11.1g for HP-UX 64 bit v11.31. I configured Cache Connect of TimesTen v7.0.5 to use with Oracle DB 11.1g.
I have the error that is related to Oracle Client library as following:
5102: Cannot load backend library 'libclntsh.so' for Cache Connect. OS
error message 'Unsatisfied code symbol 'sem_destroy' in load module
'/u01/app/oracle/product/11.1.0/lib/libclntsh.so'.'.
I suspect that the error is due to the built of Oracle Client 11.1g. Any help to solve this error is highly appreciated. Thank you.
$ sh bin/ttIsql demo
Copyright (c) 1996-2008, Oracle. All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.
All commands must end with a semicolon character.
connect "DSN=demo";
Enter password for 'testuser':
Connection successful:
DSN=demo;UID=testuser;DataStore=/home/timesten/demo;DatabaseCharacterSet=US7ASCII;ConnectionCharacterSet=US7ASCII;DRIVER=/etc/TimesTen/timesten70/lib/libtten.so;OracleId=demodb;PermSize=128;TempSize=128;TypeMode=0;
(Default setting AutoCommit=1)
Command> call ttCacheUidPwdSet('testuser','testuser');
5102: Cannot load backend library 'libclntsh.so' for Cache Connect. OS
error message 'Unsatisfied code symbol 'sem_destroy' in load module
'/u01/app/oracle/product/11.1.0/lib/libclntsh.so'.'.
The command failed.
Command>
##############################

I have found a solution for this issue. Thanks for reading.
Cache Connect TimesTen v7.0.5 and Oracle DB 11.1g error

Similar Messages

  • Oracle 9 ,10 client errors.

    In toad there is such an error:
    Cannot load OCI DLL: C:\Users\Admin\Desktop\instantclient_10_2\oci.dll
    in client 10 there is such error:
    ORA-12154:
    TNS:could not resolve the connect identifier specified
    There is such an error I can't seem to get working instant client 10 or oracle client 9 on windows 10 , on windows 7 it works perfectly fine , and yes im using 32bit client and 32 bit toad for oracle.
    toad v 9.7.2.5

    You should also contact Oracle and discuss this issue with them.  Oracle may have a solution for you.
    They pretty much said that oracle client 9 and 10 are not supported anymore and windows 10 too.
    For now I will be using oracle virtual box but it would be nice to have it done without it .

  • Oracle out of resource error In Timesten

    Hi all ,
    I am  getting below error in Timesten logs.
    Err :    : 21076: 23349/0x13c701c0: bdb-P23349-T1177282880-bdbTblH04766: Datastore: ORCL ttBDbStmtForce() exiting after
    failure line: 4259 err: TT5211: Oracle out of resource error in INSERT INTO "CRESTELRNCPRD611"."TBLTCUSTOMERRESERVATION" ("CUSTRESER
    kindly guide me why  this error occurred ?

    This error message should also have an ORA- style error message contained in it, which should provide a clearer picture of what resource you are running out of on the Oracle database. Is this the entire error message which was reported in the TimesTen tterrors.log or ttmesg.log file?

  • Cannot create client error with sample SAP JCO code

    Hi,
    I am encountering the following error when trying to connect to a R/3 system using the WAS 6.40 on my laptop. I have cut and pasted the Example1 code from the SAPJCO into my NetWeaver developer studio IDE.
    java.lang.UnsatisfiedLinkError: no CpicNative in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.sap.mw.rfc.api.RfcApi.initializeDLL(RfcApi.java:1285)
         at com.sap.mw.rfc.api.RfcApi.<clinit>(RfcApi.java:1299)
         at com.sap.mw.jco.MiddlewareJRfc.<clinit>(MiddlewareJRfc.java:228)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.sap.mw.jco.JCO.<clinit>(JCO.java:630)
         at com.sap.mw.jco.support.JRfcTest.correctProperties(JRfcTest.java:1043)
         at com.sap.mw.jco.support.JRfcTest.initCall(JRfcTest.java:1072)
         at com.sap.mw.jco.support.JRfcTest.runConnectionTest(JRfcTest.java:735)
         at com.sap.mw.jco.support.JRfcTest.main(JRfcTest.java:202)
    Cannot create client, error message:
    java.lang.NoClassDefFoundError occured:
       Message:null
    I have a system user defined in R/3 but still this isn't working. I am new to Java so any light you could shed would be greatly appreciated.
    Cheers and TIA,
    Rich

    The unsatisfied link error should be because sapjco.jar cannot link to the sapjco.dll.
    I tried to simulate the problem by
    1) Opening a java perspective.
    2) Create a new 'java' project.
    3) Add libraries sapjco.jar from the path <Drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.mw.jco\lib
    You will see sapjcorfc.dll in this path
    4)Add a new class file ,Wrote a sample jco code and executed and it worked..
    The key is to have the sapjcorfc.dll in the same directory as sapjco.jar
    I hope this helps

  • ORA-12154 Oracle Client Error with VirtualBox

    This is rather lengthy and I am not sure this is the right forum for this question but it does involve the Oracle Client.
    My development environment consists of a single workstation that is not connected to a network. The OS for the database is Linux CentOS (Red Hat Enterprise Linux 3 or 4). The database seems to run fine from the Linux OS - OEM and SQLPlus run as well as all the other utilities (lsnrctl, etc.).
    The database front-end has to be Access 2003. This is requiring that I run Windows from VirtualBox so I can do the FE database development.
    In addition to this when I try to create a system (or any other) DSN, I get the following behaviors.
    - Start up the "Microsoft ODBC Administrator"
    - Select the "System DSN" tab
    - Click "Add..."
    - Select driver: "Oracle in OraClieht11g_home1"
    - Enter the following data in the following fields
    Data Source Name: "orcl_hr"
    TNS Service Name: "orcl"
    - Click the "Test Connection" button
    This initiates a wait of about 1 minute
    - In the "Oracle ODBC Driver Connect" dialog, enter the following data in the fields
    Service Name: "orcl"
    User Name: "hr"
    Password: <the hr password>
    This initiates another wait of about 1 minute after which I get an error dialog with the following message:
    Unable to connect
    SQLState=08004
    [oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    On the Windows side the ORACLE_SID is defined as "orcl"
    On the Linux (db server) side, the following files have the listed contents:
    Listener.ora
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = local.net)(PROT = 1521))
      )sqlnet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)tnsnames.ora
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = local.net)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
      )Another data point: I notice that the client software has a SqlPlus application. When I try to log on to the database through this app I get the error: ORA-12560: TNS:protocol adapter error.
    Is there a VirtualBox problem? Can it be fixed?
    Edited by: DBelt on Jun 29, 2009 10:19 AM

    The OracleClient install does not create either of the sqlnet.ora or tnsnames.ora files. These are created in the ORACLE_HOME/network/admin direcory of the host machine, however -- as well as the listener.ora file.
    One question I have before we procede much further is what is the "Instant Client" anyway? As I said earlier, I am not even sure this is the proper forum for my question since it involves the OracleClient software -- I know what the OracleClient is but not the "Instant Client".
    That said, I am able to telnet port 1521 from the host if I uset the literal IP address only (using <local.net> does not work). I am completely unable to ping the host at all from VirtualBox (I am operating in NAT mode and this seems to be a documented "feature" of VBox).
    The "sqlplus user/pwd@(DESCRIPTION=...)" comment does not work. I have tried several iterations: 1) as provided above with the double-quotes resulting in a display of the proper syntax for invoking sqlplus, 2) without the quotes, and 3) replacing the double-quotes with parentheses. The outcome of experiments 2) and 3) is a syntax error occurring at "(" for the former or at user/pwd for the latter. (I am substituting proper values for the user, pwd, and local.net placeholders.)
    I am starting to wonder if my problem may lie in trying to run the client from VirtualBox in NAT mode.
    Another question has to do with the ODBC Administrator -- Where does it get its list of "TNS Service Names"?

  • No Default Mail Client Error with Outlook 2010, Server 2008 R2 Terminal Server, and TAM

    We are running a software package on a Windows 2008 R2 Terminal Server called TAM (The Agency Manager) along with Outlook 2010.  The application uses a MAPI connection to retrieve mail data from Outlook to be able to send and receive messages inside
    the application.  On our individual PC's this works just fine, but on the Terminal Server users we get the message "Either there is no default mail client or the current mail client cannot fulfill the messaging request.  Please run Microsoft Outlook
    and set it as the default mail client."  
    I've tried the steps listed in KB 813745 which tells you to delete the registry keys and run a repair in Office, but that didn't resolve the issue.  I've searched on this issue, but haven't found anything useful.  Any suggestions would be much
    appreciated.

    Try to set DEP and add outlook.exe. I had outlook 2007 same problem. With DEP enabled and outlook, word en excel also added to the list it worked again.
    You can find it under this computer, properties, then change settings. Click advanced tab and then select the first "settings" option.The click the "Data Execution Prevention" (DEP) and select the last option and add the office programs
    there.
    Hope this helps.

  • "MobileSync stopped working" & "Yahoo Go Sync Client" error while syncing

    I know the iTunes 9.1 update errors have been reported in this forum. Not sure if others are experiencing the same issues of syncing. I have an iPhone 3G and I sync my calendar and contacts via iTunes to my laptop. I use Microsoft Exchange for e-mail syncing not Mobile Me.
    I am receiving the error "MobileSync stopped working" since the iTune 9.1 update. I am also getting Yahoo Go Sync Client error with the MobileSync error. I am running Windows Vista with MSOutlook 2007. I have restored my IPhone. I uninstalled and reinstalled iTunes on my laptop. I unstalled and reinstalled Apple Mobile Device Support via my PC's Control Panel. Nothing has worked.
    Any suggestions / recommendations?

    I agree that Apple has let their customer base down. And since they are introducing a new product you'd think they would be extra responsive right now. I feel like Dorothy in the Wizard of Oz. No one gets to see the wizard! I used to be able to sync my contacts with my Yahoo account but no more. I received the same error that is listed in the subject line. I resorted to creating a Google account which seems to be working. But iTunes locks up all the time and keeps trying to "contact yahoo" in the background even though I have it pointed to syncing with Google. I'm also now getting an error that I have not had to deal with since I had my first iPhone. The dreaded "no default mail client" error. I don't have Outlook only Outlook Express using Microsoft XP. Any suggestions would be appreciated in how to get rid of the last error. I can't remember how I finally got rid of that one as it's been several years now.

  • Installation errors with Oracle 10g Express Edition client.

    Hi,
    I want to use the Oracle 10g XE client on my Ubuntu (Lucid) laptop. I am following the installation instructions as mentioned at Installing Database Oracle XE Client. When I run the .sh file for my bash shell, I keep getting this error message:
    root@machine:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin# . ./oracle_env.sh
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/nls_lang.sh: 112: [[: not found
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/nls_lang.sh: 112: [[: not foundAnd, when I look up nls_lang.sh at around line 112, I see this:
    # Detertmine the LANGUAGE_TERRITORY part of NLS_LANG
    # we derive it from the current locale by inspecting the LC_ALL and
    # the LANG environment variable. Other LC_* environment variables
    # are not inspected.
    if [[ -n "$LC_ALL" ]]; then
      locale=$LC_ALL
    elif [[ -n "$LANG" ]]; then
      locale=$LANG
    else
      locale=
    fiHow do I get the client working ?

    So, I have been searching around to look for a method to enable the client installed on my laptop to connect to the database. Granted that, the server is not installed on my local machine. But, I am simply, unable to find any clues as to how do I specify the database name that the client should connect. The ORACLE_SID parameter needs to hold a database name; but, where are the IP address and port number mentioned for the database ? One site recommended that tnsping be used to check for database existence; whereas, tnsping is not installed. Then, the commonest hint that I keep bumping into - TNSNAMES.ORA file. Since I have only the client installed, I don't even see the network/admin folder (or whatever the path is to the .ora file) under /usr/lib/oracle/xe/app/oracle/product/10.2.0.
    It can't be this hard to connect to an Oracle server with only a itsy-bitsy Oracle installed on my local machine, hmmm ?

  • 'The provider is not compatible with the version of Oracle client error' popping up randomly

    I have several asp.net pages running on an application server which generally work without issue. However I've had the Server error "The provider is not compatible with the version of Oracle client error" crop up twice seemingly randomly that affects all of my pages that interact with the DB server. A simple reboot of the application server solves the issue and the pages run again with no problems. What could be causing this problem?

    Sorry if I wasn't clear initially. Basically I've got 2 different applications in 2 different IIS folders on the webserver, each with several asp.net pages. They work fine for a period of time and then inexplicably that error gets thrown and affects all of my asp.net pages in both applications. The admin tells me that the other older applications on the same server are unaffected. A simple reboot of the server fixes the issue until the next time it happens (I can't identify any consistent point where this crash happens, the admin originally suggested that there might be something in my code causing a memory issue). I had the same applications hosted on my local machine for a time and this never happened as well as it never happening when I run them in localhost. How can I trace whether or not another part of my application is trying to load ODP.NET by itself? How can I verify the DLL search order for my application?

  • Large XML Publisher reports fail with client-error-request-value-too-long

    We are running BI Publisher 5.6.3 with Oracle Applications 11.5.10.2 (ATG.H RUP 5), and are having frequent failures with client-error-request-value-too-long messages on large PDF reports that cause the entire report to not print.
    The exact error message is as follows:
    lp: unable to print file: client-error-request-value-too-long
    Pasta: Error: Print failed. Command=lp -c -dPDX_B6_1LJ5200NEAST /logs/temp/pasta3262_0.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.
    Action: Review your concurrent request log file for more detailed information.
    I have Google'd client-error-request-value-too-long, and found it is a common CUPS issue on Linux. The popular solutions (having /var/spool/cups and /var/spool/cups/tmp) are already in place. Also, the temp files are nowhere near 2 GB (44MB).
    Has anyone had this issue with BI Publisher on Linux?

    Thanks for the link. It looks like the sysadmins have throttled cups to low to allow large bitmapped print jobs:
    grep MaxRequestSize cupsd.conf
    # MaxRequestSize: controls the maximum size of HTTP requests and print files.
    MaxRequestSize 10M
    I am trying to get a more reasonable size limit.

  • Large BI Publisher reports fail with client-error-request-value-too-long

    We are running BI Publisher 5.6.3 with Oracle Applications 11.5.10.2, and are having frequent failures with client-error-request-value-too-long messages on large PDF reports that cause the entire report to not print.
    The exact error message is as follows:
    lp: unable to print file: client-error-request-value-too-long
    Pasta: Error: Print failed. Command=lp -c -dPDX_B6_1LJ5200NEAST /logs/temp/pasta3262_0.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 1.
    Action: Review your concurrent request log file for more detailed information.
    I have Google'd client-error-request-value-too-long, and found it is a common CUPS issue on Linux. The popular solutions (having /var/spool/cups and /var/spool/cups/tmp) are already in place. Also, the temp files are nowhere near 2 GB (44MB).
    Has anyone had this issue with BI Publisher on Linux?

    The linux sysadmins set the cups max_request_size at 10 MB, which was causing this error. Once the restriction was lifted, the reports ran without error.

  • Errors in Timesten Client on windows 64 bit

    Hi ,
    I am installing Times-ten Client on 64 but windows machine.It is installed successfully.
    The ODBC connection is also done successfully with Timesten Server.
    Now i am trying to up my appication with Timesten URL .
    i have change required JDBC url and Driver with timesten string.
    while Up the appication
    i am getting below errors :
    2013-05-29 12:23:08,635 [main] [TRACE] [ CM_SERCONF ] : org.jboss.util.NestedSQLException: Unable to get managed connection for OfflineDS; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for OfflineDS)
    kindly suggest me how i can resolve this

    Following sample java program which is connecting to Times ten
    import java.sql.*;
    public class oracletest {
    public static void main(String[] args) {
    // TODO Auto-generated method stub
         try {
              Class.forName("com.timesten.jdbc.TimesTenDriver");
    String serverName="192.168.1.196";
    String user="scott";
    String password="tiger";
    String SID="ttocsdev";
    String URL="jdbc:timesten:client:dsn=ttocsdev";
    Connection conn=DriverManager.getConnection(URL, user, password);
    String SQL="select ddf.bankid hbankid,gb.strbatchcustom2 BANKNAME, ddf.jrxmlfile, ddf.dbview, ddf.format, ddf.strcustom1 CSVDELIMITER, ddf.exportfilepath from TBLTGENERATEDBATCH gb , tbltdirectdebitfileextension ddf where gb.strbatchcustom3 = ddf.bankid and gb.generatedbatchid='BCH000000003'";
    Statement stat=conn.createStatement();
    ResultSet rs=stat.executeQuery(SQL);
    while (rs.next()){
         String strcontent=rs.getString("hbankid");
    System.out.println(strcontent);
                   stat.close();
                   conn.close();
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    Errors
    java.sql.SQLException: Problems with loading native library/missing methods: C:\TimesTen\tt1122_64\bin\ttJdbcCS1122.dll: Can't find dependent libraries
    at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1794)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:303)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:159)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at oracletest.main(oracletest.java:26)

  • XA error with Oracle 9.2.0.x / Weblogic 7 sp2

    Hi,
    I have encountered some problems when accessing Oracle 9i (9.2.0.2) via
    Weblogic7 sp2 .
    The problem occurs when a stateless session bean invokes a DAO that get a
    connection from the datasource. The SLSB transaction attribute is set to
    'required'.
    This problem does not when using oracle.driver.OracleDriver or using Oracle
    9.0.1.
    Please help.
    Thanks!
    Regards...
    <JDBCConnectionPool
    DriverName="oracle.jdbc.xa.client.OracleXADataSource"
    InitialCapacity="10" MaxCapacity="10" Name="MyConnectionPool"
    Password="{3DES}EuCgBGHa7vhKa8GfpTjs4w==" Properties="user=psm"
    ShrinkPeriodMinutes="1" ShrinkingEnabled="false"
    SupportsLocalTransaction="false" Targets="myserver"
    URL="jdbc:oracle:thin:@192.168.142.153:1521:oscdev"/>
    <JDBCTxDataSource JNDIName="MyDataSource" Name="MyDataSource"
    PoolName="MyConnectionPool" Targets="myserver"/>
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager error has
    occured in the transaction branch start() failed on resource
    'MyConnectionPool': XAER_RMERR : A resource manager error has occured in the
    transaction branch
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1157)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:295)
    at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:569)
    at
    weblogic.transaction.internal.ServerResourceInfo.start(ServerResourceInfo.ja
    va:1165)
    at
    weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.
    java:1108)
    at
    weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.j
    ava:287)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
    nsactionImpl.java:391)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1143)
    at
    weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1098)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:145)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:211)
    at
    weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.ja
    va:139)
    at
    weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:81
    Attached the error log and config.
    [apps.log]
    [config.xml]

    Which version of oracle database are you trying to connect to? we have seen some problems with oracle 920 thin driver. It will be good to use 9013 thin driver instead for now.
    Mitesh
    Wee Hong Ee wrote:
    Hi,
    I have encountered some problems when accessing Oracle 9i (9.2.0.2) via
    Weblogic7 sp2 .
    The problem occurs when a stateless session bean invokes a DAO that get a
    connection from the datasource. The SLSB transaction attribute is set to
    'required'.
    This problem does not when using oracle.driver.OracleDriver or using Oracle
    9.0.1.
    Please help.
    Thanks!
    Regards...
    <JDBCConnectionPool
    DriverName="oracle.jdbc.xa.client.OracleXADataSource"
    InitialCapacity="10" MaxCapacity="10" Name="MyConnectionPool"
    Password="{3DES}EuCgBGHa7vhKa8GfpTjs4w==" Properties="user=psm"
    ShrinkPeriodMinutes="1" ShrinkingEnabled="false"
    SupportsLocalTransaction="false" Targets="myserver"
    URL="jdbc:oracle:thin:@192.168.142.153:1521:oscdev"/>
    <JDBCTxDataSource JNDIName="MyDataSource" Name="MyDataSource"
    PoolName="MyConnectionPool" Targets="myserver"/>
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager error has
    occured in the transaction branch start() failed on resource
    'MyConnectionPool': XAER_RMERR : A resource manager error has occured in the
    transaction branch
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1157)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:295)
    at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:569)
    at
    weblogic.transaction.internal.ServerResourceInfo.start(ServerResourceInfo.ja
    va:1165)
    at
    weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.
    java:1108)
    at
    weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.j
    ava:287)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
    nsactionImpl.java:391)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1143)
    at
    weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1098)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:145)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:211)
    at
    weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.ja
    va:139)
    at
    weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:81
    Attached the error log and config.
    Name: apps.log
    apps.log Type: Text Document (application/x-unknown-content-type-txtfile)
    Encoding: x-uuencode
    <?xml version="1.0" encoding="UTF-8"?>
    <!--If your domain is active, please do not edit the config.xml file. Any changes made to that file while the domain is active will not have any effect on the domain's configuration and are likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do so, please refer to the BEA Weblogic Server Configuration Reference documentation available from http://edocs.bea.com/wls/docs70/config_xml. In general, we recommend that changes to your configuration file be made through the Administration Console.-->
    <Domain ConfigurationVersion="7.0.0.0" Name="mydomain">
    <Application Deployed="true" Name="DefaultWebApp"
    Path="C:\bea\user_projects\mydomain\applications"
    StagedTargets="" TwoPhase="true">
    <WebAppComponent Name="DefaultWebApp" Targets="myserver" URI="DefaultWebApp"/>
    </Application>
    <Application Deployed="true" Name="certificate"
    Path=".\applications" StagedTargets="" TwoPhase="false">
    <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/>
    </Application>
    <Application Name="poc" Path="D:\HSA\src\deploy\poc.ear"
    StagingMode="nostage" TwoPhase="true">
    <EJBComponent Name="poc-hsa_waf-ejb.jar" Targets="myserver" URI="poc-hsa_waf-ejb.jar"/>
    <EJBComponent Name="user-ejb.jar" Targets="myserver" URI="user-ejb.jar"/>
    <WebAppComponent Name="poc.war/" Targets="myserver" URI="poc.war/"/>
    </Application>
    <ApplicationManager Name="mydomain"/>
    <EmbeddedLDAP
    Credential="{3DES}PMLvNRl/VFtDLKDdfidrUP5bYwm+FAcgdR+UXOY0YiY=" Name="mydomain"/>
    <FileRealm Name="wl_default_file_realm"/>
    <JDBCConnectionPool
    DriverName="oracle.jdbc.xa.client.OracleXADataSource"
    InitialCapacity="10" MaxCapacity="10" Name="MyConnectionPool"
    Password="{3DES}EuCgBGHa7vhKa8GfpTjs4w==" Properties="user=psm"
    ShrinkPeriodMinutes="1" ShrinkingEnabled="false"
    SupportsLocalTransaction="false" Targets="myserver" URL="jdbc:oracle:thin:@192.168.142.153:1521:oscdev"/>
    <JDBCTxDataSource JNDIName="MyDataSource" Name="MyDataSource"
    PoolName="MyConnectionPool" Targets="myserver"/>
    <JTA Name="mydomain"/>
    <Log FileName=".\wl-domain.log" Name="mydomain"/>
    <PasswordPolicy Name="wl_default_password_policy"/>
    <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
    <SNMPAgent Name="mydomain"/>
    <Security GuestDisabled="false" Name="mydomain"
    PasswordPolicy="wl_default_password_policy"
    Realm="wl_default_realm" RealmSetup="true"/>
    <SecurityConfiguration
    Credential="{3DES}22b8VM1wFkNwKqrWc093vhUk4XsQKkozia+O7H8K4I602imSpWAOlikFQyDOvETIj6mhrD+D+2/Ays3XL4PM//3Y2/TeWxHb" Name="mydomain"/>
    <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true"
    ServerVersion="7.0.0.0" XMLEntityCache="XMLCacheMBean_myserver">
    <COM Name="myserver"/>
    <ExecuteQueue Name="default" ThreadCount="15"/>
    <IIOP Name="myserver"/>
    <JTAMigratableTarget Cluster="" Name="myserver" UserPreferredServer="myserver"/>
    <KernelDebug Name="myserver"/>
    <Log FileName=".\myserver\myserver.log" Name="myserver"/>
    <SSL Enabled="true" HostnameVerificationIgnored="true"
    ListenPort="7002" Name="myserver"
    ServerCertificateChainFileName="ca.pem"
    ServerCertificateFileName="democert.pem" ServerKeyFileName="demokey.pem"/>
    <ServerDebug Name="myserver"/>
    <ServerStart Name="myserver"/>
    <WebServer DefaultWebApp="DefaultWebApp"
    LogFileName=".\myserver\access.log" LoggingEnabled="true" Name="myserver"/>
    </Server>
    <XMLEntityCache Name="XMLCacheMBean_myserver"/>
    </Domain>

  • Solaris PHP 5.2.12 Oracle Instant Client Error

    We are testing a Oracle Solaris Express 11 Server with the standard Apache and PHP installation. But we need the Oracle Instant client and the oci8 module enabled for our company applications.
    We did this by using ./pecl install oci8 in /usr/php/5.2/bin. We set the LD_LIBRARY_PATH in /etc/apache2/2.2/envvars
    a 32bits solaris (x86) version of the Oracle Instant Client 11.2 is installed in /opt/oracle/instantclient_11_2 with the symbolic link made.
    envvars:
    LD_LIBRARY_PATH=/opt/oracle/instantclient_11_2
    ORACLE_HOME=/opt/oracle/instantclient_11_2
    ORACLE_BASE=/opt/oracle/instantclient_11_2
    he oci8 module installed and php loads it.
    phpinfo(); output:
    oci8
    OCI8 Support enabled
    Version 1.4.6
    Revision $Revision: 313688 $
    Active Persistent Connections 0
    Active Connections 0
    Oracle Run-time Client Library Version 11.2.0.2.0
    Oracle Instant Client Version 11.2
    Temporary Lob support enabled
    When we first view a site there is no problem but very randomly we get the following error:
    OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries*
    but when we use echo getenv("LD_LIBRARY_PATH"); in php the output is "/opt/oracle/instantclient_11_2"
    now the strange this is as randomly as it appears it disappears we can load the web-page without problems and after a couple of clicks the error is back. if we wait a coupe of seconds you can reload the page and it loads normaly.
    The error appears to be random and we get it over and over agian, it comes and goes after a cpl of pages are viewed. It seems to appear more when there are multiple users browsing on the website.
    Is there a fix for this? is this an known bug? It seems strange the instant client works some times and fails a second later without a change in the system.
    Hope someone can help us.
    Edited by: user10978378 on Sep 3, 2011 4:20 AM

    Solved it by compiling apache 2.2.20 into 64bits using:
    CFLAGS="-m64" CXXFLAGS="-m64" LDFLAGS="-m64" ./configure enable-so enable-cgi enable-info enable-rewrite enable-deflate enable-ssl
    and compiling php 5.3.8 into 64bits:
    CFLAGS="-m64" CXXFLAGS="-m64" LDFLAGS="-m64" ./configure with-apxs2=/usr/local/apache2/bin/apxs with-gd with-zlib disable-ipv6 with-jpeg-dir=/usr/ with-png-dir=/usr/ with-freetype-dir=/usr/ with-pear with-openssl with-oci8=instantclient,/opt/oracle/instantclient_10_2
    and using the 10.2.0.4 instant client.
    there might be a bug in the 11.x ones, they dont seem to work on Oracle Solaris 11.

  • ORA-12505 error with oracle 11.2.0.2 RAC Grid

    Hi,
    We have just installed Oracle 11.2.0.2 with oracle clusterware. Every thing went well during the installation, How ever after install we can not connect to the RAC instance from clients, through jdbc OR oracle sql developer.
    We get following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor.
    After the installation we created service (myrac) through OEM Cluster Managed Database Services tab. and We are using service name as following:
    jdbc:oracle:thin:@orap-cluster.mydomain.com:1521:myrac
    Here below is Service TNS string:
    myrac = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = orap-cluster.mydomain.com)(PORT = 1521))(LOAD_BALANCE = YES)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = myrac)))
    Any help..??
    Cheers

    HI,
    to clarify:
    if you try with
    <SERVER>:<PORT>:<SID> you are accessing the server with a database SID, whereas
    <SERVER>:<PORT>/<SERVICE> will access a service.
    The SCAN Listener only know of services, and not of database SIDs.
    This is the reason you should always create separate services for your RAC databases, since only they are registered. If you connect via. a service the listener will forward you to (one of) the corresponding instances servicing the service.
    Database SIDs are only known to the local listener on the node (not to the SCAN listener). And SIDs actually should not be used anymore.
    However if you still need to access the SID you can use the virtual hostname of the server resp. the VIP address of the server in the connection and this will work:
    <VIP>:<PORT>:<SID>
    Note the SID of a RAC database is either myrac1 or myrac_1 (depending on administrator or policy managed database).
    I still would recommend using services and not SIDs.
    Furthermore the SCAN can only be resolved correctly by 11.2 clients.
    Any pre 11.2 client should use an address_list containing the SCAN VIPs:
    PRE112 =
    (DESCRIPTION =
    (LOAD_BALANCE=ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.41)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.42)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.43)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = pre112)
    If a application server does not understand / then try using the TNSNAMES entry directly:
    jdbc:oracle:thin:@(DESCRIPTION = (LOAD_BALANCE=ON)(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.41)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.42)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.43)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = pre112)))
    Hope that helps
    Regards
    Sebastian

Maybe you are looking for

  • Error when trying to open DeskI and Designer

    Hello Guys ! I have a big problem on my laptop. We're currently migrating from Xi R2 to Xi 3.1 SP3 FP3.2 I'm testing BO client tools deployment (with or without parameters, silent or verbose) So i need to nstall/uninstall/reinstal/reinstall etc.. But

  • Doubts in ale/idoc

    hi abapers please guide me 1. what is process code why use this? 2. what is collect idoc in partner profile? 3. diffrences between enhance idoc custom idoc and extending idoc?

  • How do i uninstall then install firefox again?

    i want to uninstall then reinstall firefox again,the reason for this is i keep on getting firefox not responding and a script on this page may be busy messages. No matter what i do i cannot stop these messages coming upIf i uninstall then reinstall i

  • When placing file, font changes throughout file

    I am working on a project and everything was fine a couple of days ago but last night when I tried to place a file, the font changes on all the other pages.I do have paragraph styles set up and even referenced a different file to make sure it's still

  • MS SQL Developer Edition

    Hi there, Can I use MS. SQL Developer Edition for SAP Web Application Server Java 6.4 SP3 ? I've a problem during installation of SAP WAS 6.4 SP3 that came up with Enterprise Portal on MS SQL-Developer Edition-Sneak Preview Package. Thanks in advance