Symbol log: referenced symbol not found

Hello,
We are running Netscape Directory Server 4.16 in our mailserver (iMS 5.2).Sometimes the ldap process scratch and when we start it (start-slapd), we receive the following error message:
ld.so.1: ./ns-slapd: fatal: relocation error: file /usr/iplanet/server5/bin/msg/
lib/libnsuni31.so: symbol log: referenced symbol not found
Killed
But when we restart the host, the ldap process starts whithout any error.
Could anyone help us understand and fix this problem?Because, we could not restart our mailserver everytime the ldap process goes down!!!
Any contributions are wellcome.
Thanks in advance
Best Regards.

It looks like you have set LD_LIBRARY_PATH somewhere and the slapd process is picking up the wrong version of the shared libraries.

Similar Messages

  • Symbol kglsimlat_p: referenced symbol not found

    Hi,
    anyone have ever encountered this error
    ld.so.1: rman: fatal: relocation error: file /app/oracle/product/10.2.0/bin/rman: symbol kglsimlat_p: referenced symbol not found
    I am getting this error from my EM Grid Control webpage while doing backup.
    In the BACKUP step webpage.
    Below is the complete output log
    ===============================================================
    Output Log
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Jul 27 16:52:16 2006
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> SQL> Connected.
    SQL> SQL> SQL> Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Jul 27 16:52:42 2006
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 524288000 bytes
    Fixed Size          2030168 bytes
    Variable Size          171967912 bytes
    Database Buffers     343932928 bytes
    Redo Buffers          6356992 bytes
    Database mounted.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ld.so.1: rman: fatal: relocation error: file /app/oracle/product/10.2.0/bin/rman: symbol kglsimlat_p: referenced symbol not found
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Jul 27 16:52:49 2006
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> SQL> Connected.
    SQL> SQL>

    Hi,
    I am using Oracle 10g rel 2 (OMS & Database) on Solaris 10.
    I read somewhere that the problem is with the LD_LIBRARY_PATH.
    I set the LD_LIBRARY_PATH to ${ORACLE_HOME}/lib, but it still doesn't work.
    When I ran RMAN manually from the telnet terminal, it works okay.
    Thanks

  • Apache: mod_wl.so: symbol ap_log_rerror: referenced symbol not found

    Hello.
    I am working with os solaris 64 and weblogic 12c.
    I installes weblogic and wiork fine, I compiled the apache and start without problem bt when I try to load the module for weblogic the apache no start.
    This is the sentences:
    ./configure prefix=$APACHE_HOME with-apr=$UTILS/apr with-apr-util=$UTILS/apr-util with-pcre=$UTILS/pcre enable-module=all enable-rule=SHARED_CODE --enable-so
    I did the make and make install without problem.
    I add the Load Module in the httpd.conf and fail the start:
    LoadModule weblogic_module /orasoft/product/middleware/apache/plugins/wlsapache/lib/mod_wl.so
    weblogic:sc-prodBD0-2:/orasoft/product/middleware/apache/conf>apachectl start
    httpd: Syntax error on line 507 of /orasoft/product/middleware/apache/conf/httpd.conf: Cannot load /orasoft/product/middleware/apache/plugins/wlsapache/lib/mod_wl.so into server: ld.so.1: httpd: fatal: relocation error: file /orasoft/product/middleware/apache/plugins/wlsapache/lib/mod_wl.so: symbol ap_log_rerror: referenced symbol not found
    What is wrong?
    Regards

    Hi,
    I am having same problem.added line in APACHE   httpd.conf  file
    LoadModule weblogic_module /u01/APACHE2/lib/mod_wl_24.so
    and following error:
    httpd: Syntax error on line 67 of /usr/apache2.4/conf/httpd.conf: Cannot load /u01/APACHE2/lib/mod_wl_24.so into server: ld.so.1: httpd: fatal: /u01/APACHE2/lib/mod_wl_24.so: wrong ELF class: ELFCLASS64
    i complied Apache 2.4.6  on solaris 10 u11. by using this procedure
    2) and pkg add, gcc-3.4.6-sol10-sparc-local    libgcc-3.3-sol10-sparc-local  libiconv-1.14-sol10-sparc-local  openssl-1.0.0j-sol10-sparc-local
    3) then install in this order   pcre, apr, apr-util  & then apache-httpd
    4) ./configure --prefix=/u01/APACHE2/pcre
      make
      make install
    5) ./configure --prefix=/u01/APACHE2/apr
      make
      make install
    6) ./configure --prefix=/u01/APACHE2/apr-util --with-apr=/u01/APACHE2/apr/
      make
      make install
    7) ./configure --prefix=/usr/apache2.4 --enable-so --enable-pie --enable-module=all --enable-mods-shared=all --enable-proxy --enable-proxy-connect --enable-
    proxy-ftp --enable-proxy-http --enable-proxy-ajp --enable-proxy-balancer --enable-ssl --enable-static-support --enable-static-htpasswd --enable-static-
    htdigest --enable-static-rotatelogs --enable-static-logresolve  --enable-substitute  --enable-rewrite --enable-cgi --enable-vhost --enable-imagemap --with-
    mpm=prefork --with-pcre=/u01/APACHE2/pcre/ --with-apr=/u01/APACHE2/apr --with-apr-util=/u01/APACHE2/apr-util/
      make
      make install

  • Symbol __SUNW_init_wiostreams: referenced symbol not found

    We have an executable built with the 5.2 compiler that fails on Solaris 10 with the 119963-08 patch installed. It gets the error in the subject line:
    ld.so.1: <executable>: fatal: relocation error: file <full path to exe>: symbol __SUNW_init_wiostreams: referenced symbol not found
    However, if we remove the patch, the executable runs just fine. We do not link libCstd statically; all system libs are linked dynamically.
    Any suggestions on how to track this down?

    please refer infoDoc#89603, recompile the program will resolve the issue, then could you please send your app sample code to me ([email protected]) so that I can made the doc more perfect.

  • Symbol __mt_MasterFunction_: referenced symbol not found

    I am trying to build a matlab s-function using Sun Studio 10 compilers. The program compiles but when I try to load it into matlab I get
    ??? Invalid MEX-file '/export/ford/sl0473/u/jmccall4/+Work/GMP_data/Release_tests_6/gmp_cf_4_state_gui_redo/gmp_4_state_base_gmp_mex.mexsol': ld.so.1: /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/MATLAB: fatal: relocation error: file /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfai_isa.so.3: symbol __mt_MasterFunction_: referenced symbol not found.
    This is a mixed Fortran and C program.
    The fortran code is compiled with
    f90 -c -I/apps/matlab/14sp3.p/vendor/extern/include -I/apps/matlab/14sp3.p/vendor/simulink/include -KPIC -C -e -u -O2 -v -r8const -mt -xopenmp base_main.f
    The C code with
    cc -c -I/apps/matlab/14sp3.p/vendor/extern/include -I/apps/matlab/14sp3.p/vendor/simulink/include -DMATLAB_MEX_FILE -KPIC -xO2 -xlibmieee -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -mt -xopenmp -D_XOPEN_SOURCE=600 -xlibmil -DNDEBUG base_mex.c
    and the link is done with
    f90 -xO2 -G -mt -xopenmp -M/apps/matlab/14sp3.p/vendor/extern/lib/sol2/fexport.map -o base_mex.mexsol base_main.o base_mex.o /apps/matlab/14sp3.p/vendor/extern/lib/sol2/version4.o my_base_main.a -L/apps/matlab/14sp3.p/vendor/bin/sol2 -lmx -lmex -lmat -lm -lc -L/apps/matlab/14sp3.p/vendor/bin/sol2 -lmx -lmex -lmat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lm -lc -lmtsk
    an elfdump of the mtsk library leads me to believe the __mt_MasterFunction_ is defined in that library.
    How can I compile this so it will run in Matlab?
    James.

    I am running Solaris 2.8.
    The output from ldd is
    !ldd gmp_4_state_base_gmp_mex.mexsollibmx.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmx.so
    libmex.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmex.so
    libmat.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmat.so
    libm.so.1 => /usr/lib/libm.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libfui.so.2 => /opt/SUNWspro/lib/libfui.so.2
    libfai.so.3 => /opt/SUNWspro/lib/v8plus/libfai.so.3
    libfai2.so.3 => /opt/SUNWspro/lib/v8plus/libfai2.so.3
    libfsumai.so.1 => /opt/SUNWspro/lib/v8plus/libfsumai.so.1
    libfprodai.so.1 => /opt/SUNWspro/lib/v8plus/libfprodai.so.1
    libfminlai.so.1 => /opt/SUNWspro/lib/v8plus/libfminlai.so.1
    libfmaxlai.so.1 => /opt/SUNWspro/lib/v8plus/libfmaxlai.so.1
    libfminvai.so.1 => /opt/SUNWspro/lib/v8plus/libfminvai.so.1
    libfmaxvai.so.1 => /opt/SUNWspro/lib/v8plus/libfmaxvai.so.1
    libfsu.so.1 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/sys/os/sol2/libfsu.so.1
    libsunmath.so.1 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/sys/os/sol2/libsunmath.so.1
    libmtsk.so.1 => /usr/lib/libmtsk.so.1
    libut.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libut.so
    libicudata.so.32 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libicudata.so.32
    libicuuc.so.32 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libicuuc.so.32
    libicui18n.so.32 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libicui18n.so.32
    libicuio.so.32 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libicuio.so.32
    libw.so.1 => /usr/lib/libw.so.1
    librt.so.1 => /usr/lib/librt.so.1
    libz.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libz.so
    libpthread.so.1 => /usr/lib/libpthread.so.1
    libCstd.so.1 => /usr/lib/libCstd.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libmwmvalue.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmwmvalue.so
    libmwservices.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmwservices.so
    libmwmpath.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmwmpath.so
    libmwm_dispatcher.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmwm_dispatcher.so
    libdl.so.1 => /usr/lib/libdl.so.1
    libMTwister.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libMTwister.so
    libaio.so.1 => /usr/lib/libaio.so.1
    libxnet.so.1 => /usr/lib/libxnet.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libcurses.so.1 => /usr/lib/libcurses.so.1
    libmwdatasvcs.so => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libmwdatasvcs.so
    libxerces-c.so.26 => /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/bin/sol2/libxerces-c.so.26
    libmp.so.2 => /usr/lib/libmp.so.2
    libsocket.so.1 => /usr/lib/libsocket.so.1
    /usr/platform/SUNW,Sun-Blade-2500/lib/libc_psr.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfai_isa.so.3
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfai2_isa.so.3
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfsumai_isa.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfprodai_isa.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfminlai_isa.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfmaxlai_isa.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfminvai_isa.so.1
    /opt/SUNWspro/prod/lib/cpu/sparcv9+vis2/libfmaxvai_isa.so.1
    /apps/avcae-fsabs/1.0/common/mathworks/matlab/14sp3.p/vendor/sys/os/sol2/cpu/sparcv8plus+vis/libfsu_isa.so.1
    libthread.so.1 => /usr/lib/lwp/libthread.so.1
    /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
    libmtsk is in the ldd list, but it appears earlier in the list than libfai2_isa.so.3, which has the unresolved symbol. Is the list order relevant?

  • Symbol exsltDateXpathCtxtRegister: referenced symbol not found

    hello all,
    i have to deploy an application that uses the lxml HTML parser (http://lxml.de). This lib compiles fine into a S11 zone, but i'm unable to use it due to this error:
    from lxml import etreeTraceback (most recent call last):
    File "<console>", line 1, in <module>
    ImportError: ld.so.1: python: fatal: relocation error: file /local/django-projects/virt_env/solqual/lib/python2.6/site-packages/lxml/etree.so: symbol exsltDateXpathCtxtRegister: referenced symbol not found
    ldd tells me the libs involved:
    (solqual)develwww@solqual:/local/django-projects/virt_env/solqual/latp$ ldd /local/django-projects/virt_env/solqual/lib/python2.6/site-packages/lxml/etree.so
    libxslt.so.1 => /usr/lib/libxslt.so.1
    libexslt.so.0 => /usr/lib/libexslt.so.0
    libxml2.so.2 => /lib/libxml2.so.2
    libz.so.1 => /lib/libz.so.1
    libm.so.2 => /lib/libm.so.2
    libpython2.6.so.1.0 => /usr/lib/libpython2.6.so.1.0
    libc.so.1 => /usr/lib/libc.so.1
    libpthread.so.1 => /lib/libpthread.so.1
    libsocket.so.1 => /lib/libsocket.so.1
    libnsl.so.1 => /lib/libnsl.so.1
    libdl.so.1 => /lib/libdl.so.1
    libmp.so.2 => /lib/libmp.so.2
    libmd.so.1 => /lib/libmd.so.1
    and a search in the libexslt.so.0:
    $ nm /usr/lib/libexslt.so.0|grep exsltDateXpathCtxtRegister
    0000f878 t exsltDateXpathCtxtRegister
    So the symblol seems to exist.
    Anybody can help?
    thanks in advance,
    gerard

    We do not use the symbols siguhandle and _sigactio directly in our
    code but the code is linked with the archive library
    /usr/ucblib/libucb.a and this is the cause of the problem.
    We inherited this product and I have no idea why the original developers
    of our product linked with the archive library, but they were able to do
    this becuase Solaris provided the archive library ( and it is in Solaris
    6, 7, 8 and 9).
    Does anyone have any idea why someone would use the archive version of
    libucb library?.
    Solaris provided this archive library and provided the symbols
    siguhandler and _sigaction in /lib/libc.so.1 as global in all version
    except in Solaris 10.
    In Solaris 6, 7, 8 and 9:
    /usr/ccs/bin/nm /lib/libc.so.1 | egrep '_siguhandler|__sigaction'
    [4720] | 640416| 56|FUNC |GLOB |0 |9 |__sigaction
    [3156] | 789684| 188|OBJT |GLOB |0 |20 |_siguhandle
    but then in Solaris 10 they changed this and have no _siguhandle
    and __sigaction is local insteaad of global.
    /usr/ccs/bin/nm /lib/libc.so.1 | egrep '_siguhandler|__sigaction'
    [596] | 772436| 24|FUNC |LOCL |2 |9 |__sigaction
    Changing a library in this way is not a good thing to do. May be Sun
    have good reasons to do this and may be the original developers of our
    product had their reasons to use the archive but they could do this
    because Solaris provided those libraries.
    I am still trying to justify that I need to change and fix our product
    in the field, I am still strugling to justify my changes, eveybody see
    this as Solaris failing to maintain compatibility becuase they provide
    the libraries and we do not use those symbols directly. It is difficult
    for me to explain that the original developers made a mistake and we
    have to fix it. I hope you see my point here.
    Thanks
    aldo

  • Symbol __sigaction: referenced symbol not found

    Hi All,
    We have an old product that was build on Solaris 6 (2.6), now running on Solaris 10 we get the error:
    ld.so.1: get_rnum: fatal : relocation error: file tds272b.so: symbol __sigaction: referenced symbol not found.
    I understand why this is happening and how to fix it but some of my colegues think this is a problem with Solaris and the support of backward compatibility, they think Solaris should have never remove or change symbols from libc.so that were global and accessible to any applications.
    My friends almost convinced me but I would like to hear Solaris point of view, or someone who know about this. May be sometime in the past this was documented that it was going to happen and we just never knew about this.
    Does anyone know if these changes were ever documented by Sun and when was this documented ?
    Thanks
    aldo

    We do not use the symbols siguhandle and _sigactio directly in our
    code but the code is linked with the archive library
    /usr/ucblib/libucb.a and this is the cause of the problem.
    We inherited this product and I have no idea why the original developers
    of our product linked with the archive library, but they were able to do
    this becuase Solaris provided the archive library ( and it is in Solaris
    6, 7, 8 and 9).
    Does anyone have any idea why someone would use the archive version of
    libucb library?.
    Solaris provided this archive library and provided the symbols
    siguhandler and _sigaction in /lib/libc.so.1 as global in all version
    except in Solaris 10.
    In Solaris 6, 7, 8 and 9:
    /usr/ccs/bin/nm /lib/libc.so.1 | egrep '_siguhandler|__sigaction'
    [4720] | 640416| 56|FUNC |GLOB |0 |9 |__sigaction
    [3156] | 789684| 188|OBJT |GLOB |0 |20 |_siguhandle
    but then in Solaris 10 they changed this and have no _siguhandle
    and __sigaction is local insteaad of global.
    /usr/ccs/bin/nm /lib/libc.so.1 | egrep '_siguhandler|__sigaction'
    [596] | 772436| 24|FUNC |LOCL |2 |9 |__sigaction
    Changing a library in this way is not a good thing to do. May be Sun
    have good reasons to do this and may be the original developers of our
    product had their reasons to use the archive but they could do this
    because Solaris provided those libraries.
    I am still trying to justify that I need to change and fix our product
    in the field, I am still strugling to justify my changes, eveybody see
    this as Solaris failing to maintain compatibility becuase they provide
    the libraries and we do not use those symbols directly. It is difficult
    for me to explain that the original developers made a mistake and we
    have to fix it. I hope you see my point here.
    Thanks
    aldo

  • Symbol __snprintf: referenced symbol not found

    Hi ALL,
    I complied a gui binary in solar 5.5.1 & try it run in 5.6 & 5.7.
    while executing its giving error like this,
    ld.so.1: ./jobscape: fatal: relocation error: file ./jobscape: symbol __snprintf: referenced symbol not found
    [1] + Killed ./jobscape &
    It works fine in 5.5.1.
    I know this __snprintf is not there in libc.a(5.7) but its there in 5.5.1.
    Can any one know how to resolve this problem ??
    thanks,
    Prashanth

    Interesting. The private __snprintf() routine was removed in 2.6, also, the public interface
    snprintf() was added in 2.6. So, it looks like your binary links the private __snprintf(). Is
    the reference to __snprintf() in your source files? If so, there may be some hacks you
    can use to make it work. Refer to bugid 4123963 for details.
    Alan
    Sun Developer Technical Support
    http://www.sun.com/developers/support

  • Firefox-bin fatal relocation error libthebes.so symbol round referenced symbol not found

    I compiled Firefox 3.6.23 on Solaris 9. When I try to start firefox it exits with the following error.
    ld.so.1 firefox-bin: fatal: relocation error: file /usr/local/lib/firefox-3.6.23/components/../libthebes.so: symbol round: referenced symbol not found killed

    It is not in the java documentation because it is not a java problem.
    When you write JNI code (or any other code for that matter) you probably should look at the documentation for the compilers and other tools that you are using for recommendations for how to use these third party tools.
    What would have been surprizing to me, is if your C++ compiler manual did not recommend linking with the standard C++ library when you use code contained in the library. Which was the problem here.

  • 8820: Symbol EventInjector$KeyEvent. init not found

    Hi
     I am creating a custom application for blackberry which uses the EventInjector API and more precisely the following code:
     EventInjector.KeyEvent inject = new EventInjector.KeyEvent(EventInjector.KeyEvent.KEY_DOWN,Characters.ESCAPE,50);inject.post(); inject.post();
    The code works on the Bold and on all the devices I tried through the simulator but does not work for the 8820.
    The error I get is when I try to start the application and is:
    Symbol EventInjector$KeyEvent.<init> not found
    I am not sure what I am missing, permissions are wide open for the Application itself. Any Ideas?
    Any help would be appreciated.
    Thx
    xtos

    please refer infoDoc#89603, recompile the program will resolve the issue, then could you please send your app sample code to me ([email protected]) so that I can made the doc more perfect.

  • Photo Booth won't open ... crash log says "image not found"

    I had a new hard drive installed on my MACBOOK. When i got it back, photo booth was not on my mac anymore.
    I got the app and put in on my mac and then when i try to open it, it doesnt do anything. THe crash log/console says:
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Photo Booth
    Path: /Applications/Photo Booth.app/Contents/MacOS/Photo Booth
    Parent: WindowServer [81]
    Version: 2.0 (70)
    PID: 469
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    Referenced from: /Applications/Photo Booth.app/Contents/MacOS/Photo Booth
    Reason: image not found
    And the Console log says:
    Library/Logs/CrashReporter/Photo Booth.crash.log
    dyld: Library not loaded: /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    Referenced from: /Applications/Photo Booth.app/Contents/MacOS/Photo Booth
    Reason: image not found
    Jan 2 09:50:56 jamie-giglios-computer crashdump[470]: Photo Booth crashed
    Jan 2 09:50:56 jamie-giglios-computer crashdump[470]: crash report written to: /Users/jamiegiglio/Library/Logs/CrashReporter/Photo Booth.crash.log
    (timer):Null value
    [395] http://discussions.apple.com/resources/merge line 4046: ReferenceError: Can't find variable: tinyMCE
    Any help please?

    I got this same message from having installed Leopard (10.5)
    and then because the "great Check Point VPN" software doesn't support Leopard I reinstalled Tiger (10.4) from supplied CD's
    Yes, photo booth left on my machine was version 2.0.1
    and will NOT run under Tiger
    1) first, using Finder, locate your "photo booth" and rename it [or delete it]
    2) using Os X tiger cd 1 find the "Install Bundled software only" icon
    3) Pick "custom install", then expand the "Bundled Applications" until you see Photo Booth
    4) click ALL of them off, except leave Photo Booth flagged [when I pick it, office 2004 TEST drive turns on too, unflag that too]
    5) Press the Upgrade button [don't select easy install, as that will install EVERYTHING]
    6) Photo Booth shows in your Dock and it works

  • RMAN failure for "archive-log ... not found in controlfile"

    Recovery Manager: Release 8.1.6.0.0 - Production
    RMAN> connect target sys/XXXX@cldb;
    2> connect catalog rman/XXXX@rmandb1;
    3>
    4> resync catalog;
    5>
    6> # Backup the database
    7> run {
    8> allocate channel ch1 type disk;
    9> backup incremental level 0 format
    10> '/tools/cm/clearquest/orabackup/cldb.cqdbserver/backup/backup_%t_%s_%p' database;
    11> sql 'alter system archive log current';
    12> }
    13>
    14> # Backup the archived redo logs
    15> run {
    16> allocate channel ch1 type disk;
    17>
    18> backup incremental level 0 format
    19> '/tools/cm/clearquest/orabackup/cldb.cqdbserver/backup/archivelog_%t_%s_%p' archivelog all;
    20> sql 'alter system archive log current';
    21> }
    22>
    23> # Backup the control file
    24> run {
    25> allocate channel ch1 type disk;
    26> sql 'alter database backup controlfile to trace';
    27> copy current controlfile to
    28> '/tools/cm/clearquest/orabackup/cldb.cqdbserver/controlfile.bak';
    29> }
    30>
    31>
    RMAN-06005: connected to target database: CLDB (DBID=1292102281)
    RMAN-06008: connected to recovery catalog database
    RMAN-03022: compiling command: resync
    RMAN-03023: executing command: resync
    RMAN-08002: starting full resync of recovery catalog
    RMAN-08004: full resync complete
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: ch1
    RMAN-08500: channel ch1: sid=17 devtype=DISK
    RMAN-03022: compiling command: backup
    RMAN-03023: executing command: backup
    RMAN-08008: channel ch1: starting incremental level 0 datafile backupset
    RMAN-08502: set_count=816 set_stamp=422358010 creation_time=22-FEB-01
    RMAN-08010: channel ch1: specifying datafile(s) in backupset
    RMAN-08522: input datafile fno=00001 name=/opt/orabase/oradata/cldb/system01.dbf
    ---snip----
    more like this
    ---snip----
    RMAN-08013: channel ch1: piece 1 created
    RMAN-08503: piece handle=/tools/cm/clearquest/orabackup/cldb.cqdbserver/backup/backup_422358010_816_1 comment=NONE
    RMAN-08525: backup set complete, elapsed time: 00:01:46
    RMAN-03023: executing command: partial resync
    RMAN-08003: starting partial resync of recovery catalog
    RMAN-08005: partial resync complete
    RMAN-03022: compiling command: sql
    RMAN-06162: sql statement: alter system archive log current
    RMAN-03023: executing command: sql
    RMAN-08031: released channel: ch1
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: ch1
    RMAN-08500: channel ch1: sid=17 devtype=DISK
    RMAN-03022: compiling command: backup
    RMAN-03025: performing implicit partial resync of recovery catalog
    RMAN-03023: executing command: partial resync
    RMAN-08003: starting partial resync of recovery catalog
    RMAN-08005: partial resync complete
    RMAN-03023: executing command: backup
    RMAN-08009: channel ch1: starting archivelog backupset
    RMAN-08502: set_count=817 set_stamp=422358179 creation_time=22-FEB-01
    RMAN-08014: channel ch1: specifying archivelog(s) in backup set
    RMAN-08504: input archivelog thread=1 sequence=85 recid=2610 stamp=422352397
    RMAN-08504: input archivelog thread=1 sequence=86 recid=2611 stamp=422352397
    ----snip----
    more similar stuff here
    ----snip----
    RMAN-08504: input archivelog thread=1 sequence=140 recid=2732 stamp=422358121
    RMAN-08013: channel ch1: piece 1 created
    RMAN-08503: piece handle=/tools/cm/clearquest/orabackup/cldb.cqdbserver/backup/archivelog_422358179_817_1 comment=NONE
    RMAN-08525: backup set complete, elapsed time: 00:00:17
    RMAN-08009: channel ch1: starting archivelog backupset
    RMAN-08502: set_count=818 set_stamp=422358197 creation_time=22-FEB-01
    RMAN-08014: channel ch1: specifying archivelog(s) in backup set
    ----snip----
    more like this
    ----snip----
    RMAN-08504: input archivelog thread=1 sequence=164 recid=2756 stamp=422358123
    RMAN-08504: input archivelog thread=1 sequence=165 recid=2757 stamp=422358123
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAG E STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03006: non-retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel ch1
    RMAN-10035: exception raised in RPC: ORA-19571: archived-log recid 2011 stamp 419161314 not found in controlfile
    RMAN-10031: ORA-19571 occurred during call to DBMS_BACKUP_RESTORE.BACKUPARCHIVEDLOG
    I added the resync catalog command to the backup. But I am still getting this error. What is happening? I have the control_file_record_keep_time = 14 in the paramater file. Do I need to change this to something greater?
    null

    The error message is pointing to an inconsistency between what RMAN "thinks"
    should be there and what is in control files.
    There are a few things you can try to do
    1. Compare V$LOG, V$LOGFILE, etc. Some of these views are based on control files
    2. Shutdown and restart the instance.
    This may help in synchronizing control files
    with internal structures.
    3. Trace RMAN session using oradebug and even 10046 to find out what it is doing
    4. Dump entire controlfile to trace using
    alter session set events 'immediate trace name controlf level 10';
    Or dump loghist only
    alter session set events 'immediate trace name loghist level 4';
    This will dump 2**level entries.
    5. Re-create controlfiles with CREATE CONTROLFILE
    Regards,
    Sev

  • Log exception 'iView not found: style.css'

    We keep seeing the following exception in our server (EP6 SP2)logs but have no idea what is causing it? Any ideas as to what it relates to and how to fix it?
    Cheers,
    Steve
    [code]Exception ID:02:44_02/08/05_0063
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: style.css
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1701)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:193)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:287)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:386)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:433)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:536)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    [email protected]59 #[/code]
    Message was edited by: Steve Archer

    Rajendran,
    We're having the same error after upgrading to NW04s, did you figure out the the root cause for this error?
    Thanks,
    Hanh

  • Symbol lxldini: referenced symbol not found

    Hi. I'm getting this error trying to use the xml parser in c. The error is issued at runtime, not at compilation time. The program compiles and links ok. Any environment variable that I should use?. I'm a little lost with this. I work under Solaris. I've set the ORACLE_HOME and ORA_NLS33 variables to point to the right places, but I still get the same error. I've traced the program, and it's issued when calling xmlinit(). Any idea?. Thanks in advance

    What version are you using? It seems something wrong with NLS lib. Would you send the test data for us to reproduce?

  • Text (T) symbol  for field kostl not found  in adhoc query selection

    Dear Freinds,
                  We have developed a custom infotype , as per our requirement one of the field i have added is the Kostl field ( this i have created exactly the same way in infotype 0001).
    I have to devlop a report using ADHOC Query based on this custom infotype , so i have developed a adhoc report ( selecting the logical database PNPCE option as it is not allowing for PNP), when i selecting  the required feilds from the Custom infotype i can see for the field KOSTL field doesnt have the symbol(T)  against the field . However for another ADHOC report when i am selecting from the infotype 0001 i can see the T symbol for the KOSTL . So i went and check in the custom type structur and transparent table as well , the search help etc is exactly same as that of the which are there for this field in the standard infotype 0001(Kostl). Because i have to display the description of the cost centre along with the kostl field , howeve iam able to get for Pernr descirption , for pernr iam able to see the T symbol against the field Pernr.
    Please could any one guide why this field doesnt have the   symbol  T.
    regards
    divya.

    Why don't you the same data element of the KOSTL.
    Eventhough you created your own infotype you can still use the stanadard data element.
    If you use the standard datatype you will get those feature avalable
    Warm Regards

Maybe you are looking for

  • Output--- automatic mail is not firing to sold to party.

    Dear Gurus,     My client requirement is to sent mail to sold party when saving a sales order.   For this I creted a new output type with following assignments In General data tab:acess sequence assigned and Access to conditions is checked In Default

  • Video and zoom options for iphone

    Make windows media player capatabile with iphone and a zoom in and out button at the bottom of the screen

  • Photos dont sync to mac

    HI I have a problem with syncing between my devices. photos from my iPhone sync to the cloud and appear there, but doesn't appear on my mac. does anyone has an idea on solving that? thanks

  • Fuzzy 945gm2 front audio

    Hi, I have an msi industrial motherboard. It is the min itx mobile core 2 duo motherboard which I use as a super quiet htpc/workstation. I've built my own case etc. and now I want to connect a 3.5mm front audio socket to the motherboard. I can't make

  • Icon Problem on Windows 7

    I recently tried to virtualize AutoIt3 and although everything works, the icon isn't working right. Although the icon in Windows Explorer appears correctly, when running the vApp, it appears in the Windows taskbar with no icon. Any thoughts?