ODBC on Linux: libsqora.so.10.1: undefined symbol: _tcsnccmp

I try to access an Oracle database via iODBC from openSUSE Linux 10.3.
I have installed the following packages from the Oracle web page:
oracle-instantclient-basic-10.2.0.4-1.i386.rpm
oracle-instantclient-devel-10.2.0.4-1.i386.rpm
oracle-instantclient-odbc-10.2.0.4-1.i386.rpm
oracle-instantclient-sqlplus-10.2.0.4-1.i386.rpm
and I have installed from iodbc.org
libiodbc-3.52.6-1.i386.rpm
libiodbc-admin-3.52.6-1.i386.rpm
libiodbc-devel-3.52.6-1.i386.rpm
After a bit of configuration I called:
$ iodbctest NMR2
iODBC Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0607.1008
1: SQLDriverConnect = [iODBC][Driver Manager]/usr/lib/oracle/10.2.0.4/client/lib/libsqora.so.10.1: undefined symbol: _tcsnccmp (0) SQLSTATE=00000
2: SQLDriverConnect = [iODBC][Driver Manager]Specified driver could not be loaded (0) SQLSTATE=IM003
What is _tcsnccmp and where can I get it from?
Googling around leads me to a prototype
int tcsnccmp(const TXCHAR* string1, const TXCHAR* string2, sizet count);
and it seems that it is a localised string comparison routine. I found it in Windows and
WINE documentations - do I have to install WINE in order to use Oracle ODBC?

not sure whether installing WINE will help, try with 11.1.0.6.0 version of instant client libraries.

Similar Messages

  • Usr/lib/gcc/i586-suse-linux/4.3/libgcc_s.so: undefined reference to

    HRMS application
    EBS 11.5.10.2
    db 11.2.0.3
    Suse 11 sp2 split configuration.
    Hi,
    I have upgraded suse linux to 11 sp2 from version 10 sp4 not realising suse 11 version not certified by EBS 11.5.10.2 .
    Application is running fine but when I tried apply patch its is failing at relink level.
    usr/lib/gcc/i586-suse-linux/4.3/libgcc_s.so: undefined reference to
    `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: *** [data/lnxtestappl/fnd/11.5.0/bin/ar60desb] Error 1
    Done with link of fnd executable 'ar60desb' on Wed Oct 17 15:21:32 EDT 2012
    Relink of module "ar60desb" failed.
    We have following packages on the system.
    Is there any work around without down grading OS to version 10?
    rpm -qa gcc|more
    gcc43-4.3.4_20091019-0.22.17
    gcc43-c++-4.3.4_20091019-0.22.17
    libgcc-4.1.2_20070115-0.32.53
    gcc-c++-4.3-62.198
    gcc-4.3-62.198
    libgcc46-4.6.1_20110701-0.13.9
    Hep is really really appreciated.
    Thanks.

    I have upgraded suse linux to 11 sp2 from version 10 sp4 not realising suse 11 version not certified by EBS 11.5.10.2 .
    Application is running fine but when I tried apply patch its is failing at relink level.
    usr/lib/gcc/i586-suse-linux/4.3/libgcc_s.so: undefined reference to
    `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: *** [data/lnxtestappl/fnd/11.5.0/bin/ar60desb] Error 1
    Done with link of fnd executable 'ar60desb' on Wed Oct 17 15:21:32 EDT 2012
    Relink of module "ar60desb" failed.
    We have following packages on the system.
    Is there any work around without down grading OS to version 10?If it is not certified, I would not suggest any workaround and I would only suggest you run on a certified OS.
    Thanks,
    Hussein

  • Undefined symbols into libdbxml-2.3.so

    Hi all,
    I've built the berkeley dbxml in the linux x86 environment using the buildall.sh script from the distribution.
    When I execute the command 'ldd -d' on the libdbxml-2.3.so library I get the following output:
    dhazin@softaria-local:~/distrib/berkeleydbxml/dbxml-2.3.10/install/lib$ ldd -d ./libdbxml-2.3.so
    linux-gate.so.1 => (0xffffe000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c05000)
    libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7be0000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7a95000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7a8a000)
    /lib/ld-linux.so.2 (0x80000000)
    undefined symbol: ZNK11xercesc2_78PSVIItem14getActualValueEv (./libdbxml-2.3.so)
    undefined symbol: ZNK11xercesc2_713DTDEntityDecl14isSerializableEv (./libdbxml-2.3.so)
    undefined symbol: ZN11xercesc2_713DTDEntityDecl9serializeERNS_16XSerializeEngineE (./libdbxml-2.3.so)
    undefined symbol: ZNK11xercesc2_713DTDEntityDecl12getProtoTypeEv (./libdbxml-2.3.so)
    undefined symbol: ZNK11xercesc2_713XMLAttDefList14isSerializableEv (./libdbxml-2.3.so)
    undefined symbol: ZN11xercesc2_713XMLAttDefList9serializeERNS_16XSerializeEngineE
    (many more undefined symbols go here)
    My question is: is it ok that there are some undefined symbols in this library, and do you also get them with your system? If not, could anyone please make the correct libraries available for download or send them to the [email protected] ?
    Thanks in advance,
    Dmitry

    Hi Dmitry,
    The undefined symbols are provided by the other libraries that DB XML needs - Berkeley DB, Xerces-C and XQilla. That's to be expected.
    John

  • Libboost_python.so has tons of undefined symbols

    I've been trying to get Luxrender to work with Blender 2.63. The pylux.so module never loaded for some reason, so I traced the problem back to the libboost_python.so file and it seems to be throwing a ton of undefined symbol errors, all of them mentioning Python:
    blender ~ $ ldd -r /usr/lib/libboost_python.so
    linux-vdso.so.1 => (0x00007fffa14a8000)
    libutil.so.1 => /lib/libutil.so.1 (0x00007fd6c993c000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd6c9720000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fd6c951b000)
    librt.so.1 => /lib/librt.so.1 (0x00007fd6c9313000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fd6c900f000)
    libm.so.6 => /lib/libm.so.6 (0x00007fd6c8d19000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fd6c8b04000)
    libc.so.6 => /lib/libc.so.6 (0x00007fd6c8763000)
    /lib/ld-linux-x86-64.so.2 (0x00007fd6c9dc3000)
    undefined symbol: PyExc_ImportError (/usr/lib/libboost_python.so)
    undefined symbol: PyProperty_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_StopIteration (/usr/lib/libboost_python.so)
    undefined symbol: PyBool_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyClass_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_ValueError (/usr/lib/libboost_python.so)
    undefined symbol: PyList_Type (/usr/lib/libboost_python.so)
    undefined symbol: _Py_NotImplementedStruct (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_TypeError (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyInt_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyComplex_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_ReferenceError (/usr/lib/libboost_python.so)
    undefined symbol: PyModule_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyBaseObject_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyFloat_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_IndexError (/usr/lib/libboost_python.so)
    undefined symbol: PyUnicode_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyTuple_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_RuntimeError (/usr/lib/libboost_python.so)
    undefined symbol: PyType_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyMethod_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyStaticMethod_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyLong_Type (/usr/lib/libboost_python.so)
    undefined symbol: _Py_NoneStruct (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_OverflowError (/usr/lib/libboost_python.so)
    undefined symbol: PyExc_AttributeError (/usr/lib/libboost_python.so)
    undefined symbol: PyCFunction_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyString_Type (/usr/lib/libboost_python.so)
    undefined symbol: PyType_GenericAlloc (/usr/lib/libboost_python.so)
    undefined symbol: PyList_Insert (/usr/lib/libboost_python.so)
    undefined symbol: PyString_InternFromString (/usr/lib/libboost_python.so)
    undefined symbol: PyString_AsString (/usr/lib/libboost_python.so)
    undefined symbol: PyUnicodeUCS4_FromEncodedObject (/usr/lib/libboost_python.so)
    undefined symbol: PyImport_Import (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceRshift (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_CallMethod (/usr/lib/libboost_python.so)
    undefined symbol: PyIter_Next (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Remainder (/usr/lib/libboost_python.so)
    undefined symbol: Py_InitModule4_64 (/usr/lib/libboost_python.so)
    undefined symbol: PyType_Ready (/usr/lib/libboost_python.so)
    undefined symbol: _PyEval_SliceIndex (/usr/lib/libboost_python.so)
    undefined symbol: PyFile_AsFile (/usr/lib/libboost_python.so)
    undefined symbol: PyLong_FromUnsignedLong (/usr/lib/libboost_python.so)
    undefined symbol: PyMem_Free (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceXor (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceOr (/usr/lib/libboost_python.so)
    undefined symbol: PyBool_FromLong (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Items (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceRemainder (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_NoMemory (/usr/lib/libboost_python.so)
    undefined symbol: PyComplex_ImagAsDouble (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_IsTrue (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Lshift (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceMultiply (/usr/lib/libboost_python.so)
    undefined symbol: _PyObject_New (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_GetItem (/usr/lib/libboost_python.so)
    undefined symbol: PyString_FromStringAndSize (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceLshift (/usr/lib/libboost_python.so)
    undefined symbol: PyString_Size (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Update (/usr/lib/libboost_python.so)
    undefined symbol: PyComplex_RealAsDouble (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_Format (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_And (/usr/lib/libboost_python.so)
    undefined symbol: PyUnicodeUCS4_AsWideChar (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceAdd (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_GetAttr (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_ExceptionMatches (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_Occurred (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Copy (/usr/lib/libboost_python.so)
    undefined symbol: PyArg_ParseTupleAndKeywords (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Divide (/usr/lib/libboost_python.so)
    undefined symbol: PyEval_GetGlobals (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Keys (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_SetObject (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Multiply (/usr/lib/libboost_python.so)
    undefined symbol: PyRun_FileExFlags (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_Size (/usr/lib/libboost_python.so)
    undefined symbol: PyString_FromString (/usr/lib/libboost_python.so)
    undefined symbol: PyString_FromFormat (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceAnd (/usr/lib/libboost_python.so)
    undefined symbol: PyInt_FromLong (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Size (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_GetItem (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_SetItem (/usr/lib/libboost_python.so)
    undefined symbol: PyInt_AsLong (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_RichCompare (/usr/lib/libboost_python.so)
    undefined symbol: PyCFunction_NewEx (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Values (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Rshift (/usr/lib/libboost_python.so)
    undefined symbol: PyStaticMethod_New (/usr/lib/libboost_python.so)
    undefined symbol: PyType_IsSubtype (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Add (/usr/lib/libboost_python.so)
    undefined symbol: PyList_Sort (/usr/lib/libboost_python.so)
    undefined symbol: PySequence_DelSlice (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_WarnEx (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Xor (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_ClearWeakRefs (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Subtract (/usr/lib/libboost_python.so)
    undefined symbol: PySlice_New (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_GetAttrString (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_IsInstance (/usr/lib/libboost_python.so)
    undefined symbol: PyRun_StringFlags (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_SetAttrString (/usr/lib/libboost_python.so)
    undefined symbol: PyWeakref_NewRef (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_NewException (/usr/lib/libboost_python.so)
    undefined symbol: PyList_Append (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_SetAttr (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_GetItemString (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceDivide (/usr/lib/libboost_python.so)
    undefined symbol: PyLong_AsLongLong (/usr/lib/libboost_python.so)
    undefined symbol: PyLong_AsUnsignedLongLong (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_Or (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_DelItem (/usr/lib/libboost_python.so)
    undefined symbol: PyNumber_InPlaceSubtract (/usr/lib/libboost_python.so)
    undefined symbol: PyMethod_New (/usr/lib/libboost_python.so)
    undefined symbol: PyEval_CallFunction (/usr/lib/libboost_python.so)
    undefined symbol: PySequence_GetSlice (/usr/lib/libboost_python.so)
    undefined symbol: PyTuple_Size (/usr/lib/libboost_python.so)
    undefined symbol: PyImport_ImportModule (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_Clear (/usr/lib/libboost_python.so)
    undefined symbol: PyTuple_New (/usr/lib/libboost_python.so)
    undefined symbol: PyTuple_GetItem (/usr/lib/libboost_python.so)
    undefined symbol: PyErr_SetString (/usr/lib/libboost_python.so)
    undefined symbol: PyObject_CallFunction (/usr/lib/libboost_python.so)
    undefined symbol: PyList_Reverse (/usr/lib/libboost_python.so)
    undefined symbol: PyFile_FromString (/usr/lib/libboost_python.so)
    undefined symbol: _PyType_Lookup (/usr/lib/libboost_python.so)
    undefined symbol: PyList_New (/usr/lib/libboost_python.so)
    undefined symbol: PyMem_Malloc (/usr/lib/libboost_python.so)
    undefined symbol: PyCallable_Check (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_Clear (/usr/lib/libboost_python.so)
    undefined symbol: PySequence_SetSlice (/usr/lib/libboost_python.so)
    undefined symbol: PyLong_AsUnsignedLong (/usr/lib/libboost_python.so)
    undefined symbol: PyDict_New (/usr/lib/libboost_python.so)
    I'm not entirely sure what the problem is. There was a bug report filed for the exact same problem a few years ago and it was taken upstream to the boost developers (and later fixed), but I can't understand how the problem was actually solved except for a single patch.
    Does anyone know what these errors mean and what I can do to fix things?

    @sand_man about vegastrike-svn, i remember i've look at it at some point and a discussion was in arch-general about it. that application has multiple versions of boost.
    http://permalink.gmane.org/gmane.linux. … eral/32489
    also i think that  vegastrike-svn building system needs to add a proper flag for linking, like passing -lpython2.7 or -lpython3, depending of what is using
    Last edited by wonder (2011-03-04 10:00:14)

  • Pro*C using Oracle 11g - ld: 0711-317 ERROR: Undefined symbol: .sqlcxt

    Hi
    We we are migrating from oracle 10g to 11g and AIX 5.3 to AIX 6.1. When I run the make file I get the following link errors. Note the 10g system is running using 32bit libs, and the new system is runing the 64bit libs.
    makegmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Builds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLi
    b.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles/TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/Ta
    gGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    After reading some of the ideas on the web, I added the following options, -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public, but got the same error.
    > make
    gmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Buil
    ds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLib.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles
    /TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/TagGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    Can anyone please suggest to me what I am doing wrong .
    Thanks,
    Jim

    Hi,
    I'm experiencing the same problem, thank you for your 32 bit tip.
    I installed InstantClient for 64bit and didn't find any of the sql??? functions.
    http://download.oracle.com/otn/linux/instantclient/112010/oracle-instantclient11.2-precomp-11.2.0.1.0-1.x86_64.zip
    After that I installed the 64 bit client with universal installer, sql*plus, programmer and OCI packets, got lots of errors, cause I have not the official distribution and scripts are partly wrong.
    T24-SMS-1:/usr/lib# uname --all
    Linux T24-SMS-1 2.6.26-2-amd64 #1 SMP Wed May 12 18:03:14 UTC 2010 x86_64 GNU/Linux
    Then again I searched for sql??? functions sqlcxt I took and found them: (Note: they were not present with the instantclient distri with proc libraries
    T24-SMS-1:/usr/lib# find /home/sms/instantclient_11_2/lib -type f -exec grep -H -i sqlcxt {} \; | grep Binary
    Binary file /home/sms/instantclient_11_2/lib/libsql11.a matches
    Binary file /home/sms/instantclient_11_2/lib/liborasdk.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsrvmhas11.so matches
    Binary file /home/sms/instantclient_11_2/lib/libclntsh.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsqlplus.a matches
    After that I again got the same errors. I will try the 32 bit distribution and I hope I will find some header file with sql??? functions in it.

  • Undefined symbol error when calling stat from extproc

    Hi, I'm trying to call an external procedure written in C that calls stat, and am getting the following error. Note that we have other extprocs running, and we are on Oracle 8.1.7 on redhat 6.2...
    SQL Error: ORA-06520: PL/SQL: Error loading external library
    ORA-06522: /tmp/extproc.so: undefined symbol: stat
    OS/compiler
    Linux enchilada 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown
    gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
    Oracle version: 8.1.7
    added following lines to file plsql/demo/extproc.c:
    (at top of file)
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    (inside UpdateSalary function)
    struct stat mystat;
    stat("/tmp/foo", &mystat);
    reported error:
    SQL Error: ORA-06520: PL/SQL: Error loading external library
    ORA-06522: /tmp/extproc.so: undefined symbol: stat
    NOTE: when I remove call to stat, procudure runs properly.
    null

    I've talked to support, and this is supposedly a problem with Oracle not recognizing the library path. It is supposed to be fixed in 8.1.7.1.

  • Undefined symbol: nzdacvalue on Admin Tool

    I had a real sweet setup: 64 bit Red Hat Enterprise Server 5.1 running Oracle 11g 11.1.0.6.0 - 64 bit.
    OBIEE server on the same machine, 10.1.3.4.0 (both the analytic server and the presentation server)
    I was doing development on a local Windows machine using the BI Admin tool. Everything was going along swimmingly.
    Until I patched the Oracle 11g instance from 11.1.0.6 to 11.1.0.7.
    Now in the OBIEE Admin tool, if I try to connect to tables in the patched 11g instance using the same connection pool (either OCI 10g/11g, or ODBC 3.5)
    to say, update the row count (using the Admin tool in online mode) I get an error:
    [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement.
    $ORACLE_HOME/lib32/libnnz11.so: undefined symbol: nzdacvalue
    [nQSError: 46029] Failed to load the DLL $OBIEE_HOME/server/binlibnqsdbgatewayoci10g.so Check if 'Oracle OCI 10G' database client is installed.
    This looks like a 64-bit / 32-bit library conflict. Anyone else seen this?
    I can connect to the 11g data source, even import tables from it. I can't update the row counts. I get the above error.
    I've stopped and restarted all the servers numerous times.

    not sure whether installing WINE will help, try with 11.1.0.6.0 version of instant client libraries.

  • Libpixbufloader-jpeg.so: undefined symbol: gdk_pixbuf_new

    Hi
    I have a problem with aur/eclipse-jee (3.7-2). When opening Help / Eclipse Markedplace, eclipse crashes with the following message:
    JVM terminated. Exit code=127
    /opt/java/bin/java
    -Dosgi.requiredJavaVersion=1.5
    -XX:MaxPermSize=256m
    -Xms40m
    -Xmx768m
    [email protected]/.config/eclipse
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    -os linux
    -ws gtk
    -arch x86_64
    -showsplash
    -launcher /usr/share/eclipse/eclipse
    -name Eclipse
    --launcher.library /usr/share/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
    -startup /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.overrideVmargs
    -exitdata 5ee8001
    -product org.eclipse.epp.package.jee.product
    -vm /opt/java/bin/java
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -XX:MaxPermSize=256m
    -Xms40m
    -Xmx768m
    [email protected]/.config/eclipse
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    and outputs to the terminal:
    /opt/java/bin/java: symbol lookup error: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so: undefined symbol: gdk_pixbuf_new
    Every once in a while the marketplace actually loads, but then crashes when I try to search.
    I tried reinstalling gdk-pixbuf2 and Eclipse jee which did nothing.
    I tried with both jre (7-3) and openjdk6 (6.b22_1.10.3-1) which made no difference.
    I was unable to find any help on Google/forums.
    I have fetched the source code of gdk-pixbuf2 and compiled it in an attempt to find a version that works, but I'm a bit unsure of how to properly replace the pacman version with this one without breaking everything?
    I would greatly appreciate any thoughts/ideas.

    With gdk-pixbuf 2.22.1 (in different distro) I get:
    # objdump -T /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so | grep gdk_pixbuf_new
    00000000 DF *UND* 00000000 gdk_pixbuf_new
    Off the top of my head, I would suggest compiling without the with-included-loaders line.
    Edit: And also without the without-libjasper line.
    Last edited by brebs (2011-08-10 07:56:28)

  • Libclntsh.so.11.1: undefined symbol: nnftboot

    Hi everybody, it is my first post here :-)
    I am trying to install 11g on linux.
    after install I am getting
    sqlplus: symbol lookup error: /opt/ora/home/lib/libclntsh.so.11.1: undefined symbol: nnftboot
    What went wrong?

    more on this I have in
    oraInstall2009-10-02_09-26-34AM.err
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
    at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
    at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
    at oracle.net.ca.NetCA.main(Unknown Source)
    Oracle Net Services configuration failed. The exit code is -1
    and in silentInstall2009-10-02_09-26-34AM.log
    Error in invoking target 'relink' of makefile '/opt/ora/home/precomp/lib/ins_precomp.mk'. See '/opt/oraInventory/logs /installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'ioracle client_sharedlib' of makefile '/opt/ora/home/rdbms/lib/ins_rdbms.mk'. See '/opt/ora Inventory/logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'install' of makefile '/opt/ora/home/sqlplus/lib/ins_sqlplus.mk'. See '/opt/oraInventory/log s/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'preinstall itrcroute itnsping' of makefile '/opt/ora/home/network/lib/ins_net_client.mk'. S ee '/opt/oraInventory/logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'irman' of makefile '/opt/ora/home/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/logs/inst allActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'install' of makefile '/opt/ora/home/plsql/lib/ins_plsql.mk'. See '/opt/oraInventory/logs/in stallActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'utilities' of makefile '/opt/ora/home/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/logs/ installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'clientonlyinstall' of makefile '/opt/ora/home/ldap/lib/ins_ldap.mk'. See '/opt/oraInventory /logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'ntcontab.o nnfgt.o install' of makefile '/opt/ora/home/network/lib/ins_net_client.mk'. See '/opt/oraInventory/logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'ioklist iokinit iokdstry' of makefile '/opt/ora/home/network/lib/ins_nau.mk'. See '/opt/ora Inventory/logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'agent nmb nmo nmhs tclexec' of makefile '/opt/ora/home/sysman/lib/ins_emagent.mk'. See '/op t/oraInventory/logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'all_no_orcl' of makefile '/opt/ora/home/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/log s/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'install' of makefile '/opt/ora/home/srvm/lib/ins_srvm.mk'. See '/opt/oraInventory/logs/inst allActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'racg_install' of makefile '/opt/ora/home/racg/lib/ins_has.mk'. See '/opt/oraInventory/logs/ installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'install' of makefile '/opt/ora/home/network/lib/ins_net_server.mk'. See '/opt/oraInventory/ logs/installActions2009-10-02_09-26-34AM.log' for details.
    Error in invoking target 'install' of makefile '/opt/ora/home/ctx/lib/ins_ctx.mk'. See '/opt/oraInventory/logs/instal lActions2009-10-02_09-26-34AM.log' for details.
    SEVERE:OUI-10104:Some of the configuration assistants failed/were cancelled. It is strongly recommended that you retr y 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.
    cat installActions2009-10-02_09-26-34AM.log | grep nnftboot
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    INFO: a(nnfgt.o):(.rodata+0x64): undefined reference to `nnftboot'
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    INFO: nnftboot
    INFO: /libclntsh.so: undefined reference to `nnftboot'
    INFO: `nnftboot'
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    INFO: to `nnftboot'
    INFO: nnftboot
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    INFO: undefined reference to `nnftboot'
    /opt/ora/home//lib//libclntsh.so: undefined reference to `nnftboot'
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    /opt/ora/home/lib//libclntsh.so: undefined reference to `nnftboot'
    INFO: nnftboot
    Edited by: marwooj on 2009-10-01 23:39

  • [Solved]All QT programs crash."symbol lookup error","undefined symbol"

    Today when I open my computer I can not start any QT program. For example the error messages are
    kile: symbol lookup error: /usr/lib/libkdecore.so.5: undefined symbol: qt_locale_initialized
    kate: symbol lookup error: /usr/lib/libkio.so.5: undefined symbol: _ZN21QNetworkAccessManager16staticMetaObjectE
    /usr/bin/qtcreator.bin: symbol lookup error: /usr/bin/qtcreator.bin: undefined symbol: _ZN12QLocalServerC1EP7QObject
    okular: symbol lookup error: /usr/lib/libkdecore.so.5: undefined symbol: qt_locale_initialized
    Yesterday they are OK. I checked /var/log/pacman.log, yesterday I upgraded these packages
    [2010-03-09 10:08] upgraded lib32-libpng (1.4.0-2 -> 1.4.1-1)
    [2010-03-09 10:08] upgraded lucene (3.0.0-1 -> 2.9.2-1)
    [2010-03-09 10:08] upgraded xorg-server (1.7.5.901-1 -> 1.7.5.901-2)
    [2010-03-09 13:18] upgraded ghostscript (8.71-1 -> 8.71-2)
    [2010-03-09 19:13] upgraded ipython (0.10-2 -> 0.10-3)
    [2010-03-10 09:26] upgraded live-media (2010.02.10-1 -> 2010.03.08-1)
    [2010-03-10 09:26] upgraded menu-cache (0.3.1-1 -> 0.3.2-1)
    [2010-03-10 09:26] upgraded lxpanel (0.5.5-2 -> 0.5.5-3)
    Can any of these changements cause QT crash? Should I down-grade them?
    I have also rebuild qt from abs, but errors remain.
    Thx.
    Last edited by funslove (2010-03-11 08:19:50)

    It is solved.
    I remember that I installed Mathematica and changed the path of library in .bashrc:
    export LD_LIBRARY_PATH=/opt/mathematica/SystemFiles/Libraries/Linux-x86-64:$LD_LIBRARY_PATH
    There may be some conflict. When I change it to
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/mathematica/SystemFiles/Libraries/Linux-x86-64
    Everything is OK.

  • Firefox won't open and displays error "/usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol : gdk_window_get_visual

    Updated Firefox to 31.2 on RHEL6 - Red Hat Enterprise Linux Server release 6.0 (Santiago):
    [RHEL6-1 ~]$ rpm -qa firefox xulrunner nspr
    firefox-31.2.0-3.el6_6.x86_64
    nspr-4.10.6-1.el6_5.x86_64
    xulrunner-17.0.10-1.el6_4.x86_64
    But when trying to launch firefox the following error is displayed:
    [RHEL6-1 ~]$ firefox
    /usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual
    I've tried removing and installing and always seem to get this error.
    Any help is much appreciated!

    RedHat provided firefox works if you update GTK2
    Run:
    # yum update gtk2*
    See (login required):
    https://access.redhat.com/solutions/1239853

  • VERY URGENT --- undefined symbol: __gxx_personality_v0 Error

    Hi
    i got this error when i run the JNI Appln in linux
    Exception in thread "main" java.lang.UnsatisfiedLinkError: libnativelib: /root/Anand/JNIWORKFOLDER/libnativelib.so: undefined symbol: __gxx_personality_v0
    what is the problem?
    Thanks

    Hi
    i got this error when i run the JNI Appln in linux
    xception in thread "main"
    java.lang.UnsatisfiedLinkError: libnativelib:
    /root/Anand/JNIWORKFOLDER/libnativelib.so: undefined
    symbol: __gxx_personality_v0
    what is the problem?Compile the native code with the g++ command, not 'gcc'.
    Jim S.

  • Cpan gives ReadKey.so: undefined symbol: Perl_Tstack_sp_ptr

    After upgrade to perl 5.10 running cpan failed with the error:
    ReadKey.so: undefined symbol: Perl_Tstack_sp_ptr
    On a hunch I ran cpan -r which man tells me:
    -r Recompiles dynamically loaded modules with CPAN::Shell->recompile.
    Seems to have fixed the issue.
    What did I just do?

    It is possible that my perl setup is using a mishmash of perl componentry from arch repos and manual CPAN downloads.
    I didn't have perl-term-readkey or perl-term-readline installed.
    The ReadKey.so file reports unowned by any package.
    [root@gordon ~]# pacman -Qo /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/Term/ReadKey/ReadKey.so
    error: No package owns /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/Term/ReadKey/ReadKey.so
    Last edited by dale77 (2008-03-29 11:09:20)

  • Missing prototype and Undefined Symbol errors

    So, I am using an Opal Keyy XEM3005 board.
    Depending on the documentation I read, this board has a native ANSI C interface with a C++ wrapper.
    In their forums, they say to rename the ".cpp" file to "c", and then go forward with calling the default constructor & keep track of the pointer.  Their functions are all in an externally loadable DLL.
    Well and good.
    Their API documentatin is available here:  http://www.opalkelly.com/library/FrontPanelAPI/
    I have written a REALLY simple app to ease my way in - it does nothing more than allow the user to throw a switch, and when this happens, it goes off to connect to the board:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    #include <cvirte.h>
    #include <userint.h>
    #include "Try1.h"
    #include "XEM.h"
    #define _WIN32_WINNT 0x0501
    //#define _WIN32
    #include <windows.h>
    static int panelHandle;
    static okFrontPanel_HANDLE    XEM_Device;
    int __stdcall WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine, int nCmdShow)
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1;    /* out of memory */
    if ((panelHandle = LoadPanel (0, "Try1.uir", PANEL)) < 0)
            return -1;
        DisplayPanel (panelHandle);
        RunUserInterface ();
        DiscardPanel (panelHandle);
        return 0;
    int CVICALLBACK Connect (int panel, int control, int event,
            void *callbackData, int eventData1, int eventData2)
        int    Value = 0;
        switch (event)
            case EVENT_COMMIT:
                GetCtrlVal(PANEL, PANEL_CONNECT_SWITCH, &Value);
                SetCtrlVal(PANEL, PANEL_CONNECT_LED, Value);
                if( Value )
                    XEM_Connect(XEM_Device);
                else
                    XEM_Disconnect(XEM_Device);
                break;
        return 0;
    int CVICALLBACK Quit (int panel, int control, int event,
            void *callbackData, int eventData1, int eventData2)
        switch (event)
            case EVENT_COMMIT:
                QuitUserInterface (0);
                break;
        return 0;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    This, of course, works fine by itself (with empty _Connect() and _Disconnect() functions)
    I then started working with the XEM_Connect function.
    The first step is to run their LoadDLL function as such:
    int XEM_Connect ( okFrontPanel_HANDLE    XEM_Device )
        int    NoDevices = 0;    //    Number of devices attached to the PC
        //    Load the DLL (?)
        // Load the FrontPanel DLL
        if (FALSE == okFrontPanelDLL_LoadLib(NULL))
            printf("Could not load FrontPanel DLL\n");
            exit(-1);
        return XEM_SUCCESS;
    And this would compile and run just fine.
    Now, when I added the functions to start trying to get info about the device, I started getting "missing prototype" errors.
    int XEM_Connect ( okFrontPanel_HANDLE    XEM_Device )
        int    NoDevices = 0;    //    Number of devices attached to the PC
        //    Load the DLL (?)
        // Load the FrontPanel DLL
        if (FALSE == okFrontPanelDLL_LoadLib(NULL))
            printf("Could not load FrontPanel DLL\n");
            exit(-1);
        //    Find out how many devices are attached
        XEM_Device = okFrontPanel_Construct(  );
    //    XEM_Device = okCFrontPanel( void );
    //    NoDevices = GetDeviceCount( );
        printf("%d OK devices attached\n", NoDevices);
        //    Call the contructor?    
    //    okCFrontPanel ();
        return XEM_SUCCESS;
    Now, I searched the forums and found the bits about adding #define _WIN32_WINNT 0x0501 prior to inclusion of windows.h.  Did that.  No joy.
    Then I searched some more and found the bit about changing the build options to uncheck the "prototype required" flag.
    Done.
    This seemed to work at first (the above code could be built with no errors, and appeared to run).
    So I thought maybe I had it, and added the next line, so:
    int XEM_Connect ( okFrontPanel_HANDLE    XEM_Device )
        int    NoDevices = 0;    //    Number of devices attached to the PC
        //    Load the DLL (?)
        // Load the FrontPanel DLL
        if (FALSE == okFrontPanelDLL_LoadLib(NULL))
            printf("Could not load FrontPanel DLL\n");
            exit(-1);
        //    Find out how many devices are attached
        XEM_Device = okFrontPanel_Construct(  );
        OpenBySerial( XEM_Device, "UaLgzvVpBJ" );
    //    XEM_Device = okCFrontPanel( void );
    //    NoDevices = GetDeviceCount( );
        printf("%d OK devices attached\n", NoDevices);
        //    Call the contructor?    
    //    okCFrontPanel ();
        return XEM_SUCCESS;
    Now it doesn't complain about no prototypes (duh), but instead I get linker errors:
        Undefined symbol '_OpenBySerial@0' referenced in "XEM.c".
    So, dredging through the .h and .c files, I found a couple of things:
    in the okFrontPanel.c file I found the following:
    okDLLEXPORT ok_ErrorCode DLL_ENTRY
    okFrontPanel_OpenBySerial(okFrontPanel_HANDLE hnd, const char *serial)
        if (_okFrontPanel_OpenBySerial)
    ;  return((*_okFrontPanel_OpenBySerial)(hnd, serial));
        return(ok_UnsupportedFeature);
    In the okFrontPanel.h file I found:
    and also:
    okDLLEXPORT ok_ErrorCode DLL_ENTRY okFrontPanel_OpenBySerial(okFrontPanel_HANDLE hnd, const char *serial);
    So, I see them in the .h & .c files, but the linker is bombing out.
    I smell a problem with actual code to link being in the DLL...  How do I resolve this, any ideas?  Or am I doing something so stupidly (and obviously) wrong that I'm being blinded to it?

    Hi tomii,
    My suspicion is that these issues are due to using a C++ dll in a C environment. There are inherent challenges with performing such an operation as you have to make sure all your parameters and settings are correct.
    I also could not find the documentation that the Opal Kelly dll is ANSI C but it sounds like you can use this in C with some reconfiguration. I would recommend using their forums to get more information on what steps need to take place to get things working in ANSI C.
    From the information you provided, I did find some resources on the missing prototype error and undefined symbol issue with the linker.
    For the missing prototype I found a thread of someone actually using LabWindows and seeing this compiler error you may want to look at
    http://bytes.com/topic/c/answers/695019-missing-prototype
    I found a few cases where using a function definition of int func(void) removes such issue when int func() does not.
    Another link I found that may be worth a look can be found at http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
    It gives some good pointers to mixing C and C++ code. Some of it may be applicible in your case.
    And, a resource for your undefined symbol linking issue.
    http://www.cprogramming.com/tutorial/compiler_linker_errors.html
    Hopefully these resources will give some context for getting things compiling and working with your dll.
    Good luck!
    James W.
    Applications Engineer
    National Instruments

  • "undefined symbol" error while using a custom instrument driver

    Hello all, I'm facing a problem related to instrument driver creation.
    I want to pack a part of my code to a .FP to be able to reuse it in other applications of mine. This part of code includes calls to Windows API and a third party dll. I have included both windows.h and the include for the dll in the header file for the instrument. I developed the source code and next a little application that simply calls one function to test the result of my work, but I get some 'undefined symbol' errores while linking the test application with the instrument. The instrument header file is included in program source file.
    Situation is as follows:
    I can run the test application if I include the source file for the instrument directly in the project (without loading the instrument)
    I created a static library and can have the test program up and running if directly including the library in the project (again without the .fp file)
    I get linker errors when trying to use the instrument I created based on the same code, both when including the instrument at source code level and when including at library level. Adding the .fp to the project makes no difference
    Linker errors are all related to WinSDK and third-party dll functions.
    Question is: where and how I have to declare the symbols apart including the appropriate .h files in the instrument header file?
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

    Being waited on to log on... how flattering
    I wish I had a simple and obvious solution, but I don't.
    The problem in this case is that, whereas DLLs (via their import libraries) carry no additional build-time dependencies to their clients, that is not the case with object files and static libraries: any project that uses those .obj and .lib files must satisfy all of their dependencies when that project builds.
    There is a mechanism, with .fp files, to advertise such dependencies to the clients of the .fp, and that is the auto-load list (Edit>>FP Auto-Load List, in the function tree editor). The caveat, however, is that these indirect dependencies must have a companion .fp that you can add to this list. And in your case, you don't have one. So the only solution I can think of is for you to create a very thin wrapper module where you would wrap all of the SDK functions that you need, then create a basic .fp for this wrapper -- you can do this semi-automatically, from the header file (Options>>Generate Function Tree) -- and then add this .fp to the auto-load list of your primary .fp. And then you'll probably have to create a second .fp wrapper for your other dependency (a non-SDK third-party DLL?).
    Once you have declared the dependency chain for this .fp, you should then be able to use it on any test application and CVI should know to link in these additional static libraries whenever it builds the test application.
    If you choose to go this route, you'll probably have to deal with a bunch of non-standard data types in the parameters of the SDK functions. I don't remember if these are automatically added to the .fp when you create it from the header file. If not, all you need to do is add them to the .fp  later (Options>>Data Types, from the function panel editor). Don't worry about providing the definitions for these data types. They're not necessary. You just need to make sure that their names are in the list.
    Luis
    Message Edited by LuisG on 05-19-2010 10:43 AM

Maybe you are looking for

  • JPopupMenu won't disappear after using it!

    I'm using a JPopupMenu on a JTable. When I rightclick on a line in my table, I display a dialogbox to make some selections which you can close by clicking an OK button. The problem is, that when I close the dialog box the JPopupMenu won't go away. Mo

  • RMIC compiling the server to get the stub and skelton problem

    i have this problem i'm new to RMI and i tried to simulate the same interfaces and class in the RMI java tutorial and when i tried to use rmic to create the stub and skeleton i didnt get any thing my RMI server application is called c:\samplestep\Ser

  • Cf8 crashing

    we've got a new cf8 server and it is behaving very irratically at the moment. Currently I'm getting:- "Server Error Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request." Any idea whats hap

  • Close button for Exe

    Ok, there are scads of posts about Close button for a swf file being problematic because of the browser being used. Is it possible to get a close button to work for an exe? The button in the playbar works, but not a button I have created. If not I'll

  • DefaultCacheServer not loading tangosol-coherence-override.xml file in eclipse

    I am unable to start the DefaultCacheServer on eclipse. It doesnot start/join the cluster.I get the following :- ava version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mod