Error message, can't load message(s)

Since I loaded Thunderbird onto a new Windows 8 laptop I occasionally get this message. The fixes I've found on the internet say to compact folders (didn't work) and to go to the email site--gmail in this case--and delete the message there that is causing a problem. It's usually a message from a yahoo group (embroidery related) but not always. When I delete the message there then thunderbird works properly again. I've used Thunderbird for years and never had this problem--with the same email addresses and the same yahoo groups. What causes this?

I tried that and it didn't make a difference. The only way I've been able to fix it is to go directly to gmail and delete an email there (today it was from Travelocity) and then it works again.

Similar Messages

  • ERROR: pif: can't load 'registry.sl'

    Hi all,
    I am trying to have a oracle server with tux 9.0 when I try to boot the server it throws a error and TMS_ORA fails to boot up and so the servers too.
    There was no errors when I was building TMS_ORA and when I try to boot I see some errors in the ULOG and the TMS_ORA and by servers failed to boot.
    The error I got in ULOG is -
    125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load 'registry.sl
    125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realize the ec
    sec_map_proof interface implementation native/security/map_proof. Error code (-5
    000)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable to initialize pub
    lic key subsystem (-3003)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System init function fail
    ed, Uunixerr =
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stop serving
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction of public-key
    subsystem failed
    125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA at tma81
    failed with /T tperrno (TPENOENT - no entry found)
    Please help me in fixing this error.
    Thanks in advance.
    Regards,
    Jerry

    The -5000 error code for LIBSEC_CAT:22 indicates that the system could not
    find the dynamic library registry.sl. You should verify that SHLIB_PATH,
    LD_LIBRARY_PATH, and TUXDIR are correctly set, that $TUXDIR/lib/registry.sl
    exists, and that TMS_ORA was built using the buildtms command and not by
    manually specifying a list of Tuxedo and Oracle libraries.
    <caring friend> wrote in message news:[email protected]..
    Hi all,
    I am trying to have a oracle server with tux 9.0 when I try to boot theserver it throws a error and TMS_ORA fails to boot up and so the servers
    too.
    >
    There was no errors when I was building TMS_ORA and when I try to boot Isee some errors in the ULOG and the TMS_ORA and by servers failed to boot.
    >
    The error I got in ULOG is -
    125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load'registry.sl
    125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realizethe ec
    sec_map_proof interface implementation native/security/map_proof. Errorcode (-5
    000)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable toinitialize pub
    lic key subsystem (-3003)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System initfunction fail
    ed, Uunixerr =
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stopserving
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction ofpublic-key
    subsystem failed
    125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA attma81
    failed with /T tperrno (TPENOENT - no entry found)
    Please help me in fixing this error.
    Thanks in advance.
    Regards,
    Jerry

  • Tuxedo 8.1 GP_CAT:1345: ERROR: pif: can't load 'registry.sl' HP-UX PA-RISC

    I have developed an NSM Agent extracting data from Tuxedo, Tuxedo starts fine, but when I run my agent, the ULOG is updated with the following statement:
    GP_CAT:1345: ERROR: pif: can't load 'registry.sl'
    I have checked all the system variables
    APPDIR=/tuxstart/domains/adminTng
    FIELDTBLS32=Usysfl32,tpadm
    FLDTBLDIR32=/opt/bea/tuxedo8.1/udataobj
    LD_LIBRARY_PATH=/opt/bea/tuxedo8.1/lib
    LIBPATH=/opt/bea/tuxedo8.1/lib
    QMCONFIG=/tuxstart/domains/adminTng/QSDEVICE
    SHLIB_PATH=/opt/bea/tuxedo8.1/lib:/usr/lib
    TUXCONFIG=/tuxstart/domains/adminTng/tuxconfig
    TUXDIR=/opt/bea/tuxedo8.1
    ldd /opt/bea/tuxedo8.1/lib/registry.sl
    return
    /home2/beadev/PEG/p/bld/gp/libgp/libengine.sl => /opt/bea/tuxedo8.1/lib/libengine.sl
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    Can anybody please assist?
    Thanks

    This problem could be cured by "chatr +s enable binary" option on hp-ux. The
    reason is "+s" option for the linker enable the binary dyanmic library
    searching for dlopen and the library directory is specified by
    LD_LIBRARY_PATH or SHLIB_PATH. buildclient will add the option
    automatically.
    Wayne
    <Dirk Kruger> wrote in message news:[email protected]...
    I used the following command to build my agent:
    gcc -I/opt/bea/tuxedo8.1/include -ocaitux -L/opt/bea/tuxedo8.1/lib -L/opt/CA/UnicenterNSM/atech/factory/lib -D_
    _BIGMSGQUEUE
    _ENABLEDcaitux.c -ltux -lbuft -lfml -lfml32 -lengine -lpthread -lcl -lnsl -lfactor
    y
    >
    ldd <agentname>
    =>
    /usr/lib/libc.2 => /usr/lib/libc.2
    /usr/lib/libdld.2 => /usr/lib/libdld.2
    /usr/lib/libc.2 => /usr/lib/libc.2
    /opt/CA/UnicenterNSM/atech/factory/lib/libfactory.sl =>/opt/CA/UnicenterNSM/atech/factory/lib/libfactory.sl
    /usr/lib/libm.2 => /usr/lib/libm.2
    /usr/lib/libc.2 => /usr/lib/libc.2
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    /usr/lib/libnsl.1 => /usr/lib/libnsl.1
    /usr/lib/libxti.2 => /usr/lib/libxti.2
    /usr/lib/libcl.2 => /usr/lib/libcl.2
    /usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
    /usr/lib/libdld.2 => /usr/lib/libdld.2
    /usr/lib/libpthread.1 => /usr/lib/libpthread.1
    /opt/bea/tuxedo8.1/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libfml32.sl =>/opt/bea/tuxedo8.1/lib/libfml32.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /home2/beadev/r81/LC/bld/lib/libgiconv.sl =>/opt/bea/tuxedo8.1/lib/libgiconv.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libfml.sl =>/opt/bea/tuxedo8.1/lib/libfml.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /opt/bea/tuxedo8.1/lib/libbuft.sl =>/opt/bea/tuxedo8.1/lib/libbuft.sl
    /opt/bea/tuxedo8.1/lib/libtux.sl =>/opt/bea/tuxedo8.1/lib/libtux.sl
    /home2/beadev/r81/LC/bld/lib/libusort.sl =>/opt/bea/tuxedo8.1/lib/libusort.sl
    /home2/beadev/PEG/p/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    /home2/beadev/r81/LC/bld/lib/libfml32.sl =>/opt/bea/tuxedo8.1/lib/libfml32.sl
    /home2/beadev/r81/LC/bld/lib/libfml.sl =>/opt/bea/tuxedo8.1/lib/libfml.sl
    /home2/beadev/r81/LC/bld/lib/libgiconv.sl =>/opt/bea/tuxedo8.1/lib/libgiconv.sl
    /home2/beadev/r81/LC/bld/lib/libbuft.sl =>/opt/bea/tuxedo8.1/lib/libbuft.sl
    /home2/beadev/r81/LC/bld/lib/libengine.sl =>/opt/bea/tuxedo8.1/lib/libengine.sl
    >
    file <agentname>
    caitux: PA-RISC1.1 shared executable dynamically linked -notstripped
    >
    ldd libengine.sl returns nothing

  • Tux 9.0 GP_CAT:1345: ERROR: pif: can't load 'registry.sl' on HP-UX PA-RISC

    I don't know how to fix this problem.
    Can you help me?
    Tuxedo9.0
    HP-UX PA-RISC 32bit

    I'm sure that all the enviroiments were set.
    tux.env:
    TUXDIR=/home/tux/tuxedo9.0; export TUXDIR
    PATH=$TUXDIR/bin:$PATH; export PATH
    COBCPY=:$TUXDIR/cobinclude; export COBCPY
    COBOPT="-C ANS85 -C ALIGN=8 -C NOIBMCOMP -C TRUNC=ANSI -C OSEXT=cbl"; export COB
    OPT
    SHLIB_PATH=$TUXDIR/lib:$SHLIB_PATH; export SHLIB_PATH
    LIBPATH=$TUXDIR/lib:$LIBPATH; export LIBPATH
    LD_LIBRARY_PATH=$TUXDIR/lib:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH
    WEBJAVADIR=$TUXDIR/udataobj/webgui/java
    cd /home/tux/tuxedo9.0/samples/atmi/simpapp
    export TUXCONFIG=/home/tux/tuxedo9.0/samples/atmi/simpapp/tuxconfig
    tmloadcf ....
    tmadmin
    tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by BEA Systems, Inc.
    Tuxedo is a registered trademark.
    Unresolved symbol: pthread_create (code) from /home/tux/tuxedo9.0/lib/libengine.sl
    TMADMIN_CAT:1607: ERROR: Unable to initialize public key subsystem
    ULOG
    104744.server1!tmadmin.8488.1.-2: 12-02-2005: Tuxedo Version 9.0, 32-bit
    104744.server1!tmadmin.8488.1.-2: GP_CAT:1345: ERROR: pif: can't load 'registry.
    sl'
    104744.server1!tmadmin.8488.1.-2: LIBSEC_CAT:22: ERROR: Unable to realize the _e
    c_sec_map_proof interface implementation native/security/map_proof. Error code (
    -5000)
    104744.server1!tmadmin.8488.1.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize p
    ublic key subsystem (-3003)
    104744.server1!tmadmin.8488.1.-2: LIBTUX_CAT:6204: ERROR: Could not initialize p
    ublic key subsystem

  • Error -39 can't load tools message from aol

    When the subaccount tries to get mail from aol, and error 39 appears-Can't load tools. If main user loads first, and then we switch names we can get mail. Is there a way to fix this?

    I couldn't restore the Mail folder to the Library folder on my new installation; must be some restriction against restoring Library files. I did however copy over my old Mail folder from the time machine backup over the new installation. I then, like you suggested, copied over the Mail preferences too.
    After that I loaded up Mail and ,after spending 15min importing and rebuilding the index, everything showed up perfectly.
    Thanks for your help Pondini!

  • Run-time Error 10459 - Can't Load NIDAQ DLL

    Hi,
    I'm using VB6 and Measurement Studio 6 with NIDAQ 7.4 and a PCI-6013 device.
    I've written an application which accesses the daq card, but also will open another seperate VB6 application which needs to access the daq card.  Before the first application accesses the daq card, it resets the daq card using the cwdaqtools control with the following command:  CWDAQTools1.ResetDAQDevice (1). 
    I then unload the form which referenced the daq card, and then open the second application.  When the second application opens, I get the attached error message: #10459 was generated by cwdaq.  The NI-DAQ DLL could not be called due to an interface error.
    This doesn't happen when I run the first application from VB6 in debug mode.  It also doesn't happen if I run the compiled applications with VB6 just open. 
    Can anyone shed some light or offer any suggestions as to what is going on here, and how to solve the issue.
    Additionally, due to the fact that I'm using Measurement Studio 6 I need to be using the traditional daq drivers.  NiDAQ 7.5 doesn't have the traditional daq driver, so I'm forced to use NiDAQ 7.4.
    Thanks for any help.
    Regards,
    Max

    Hi Marni,
    I've visited the link as suggested.  Here are the results based on the suggested solutions in order:
    1.) I'm fixed in the order in which the applications can be opened, as one application is used to open the second.
    2.) I'm working with the latest version of NI-DAQ (7.5 doesn't work with Measurement Studio 6)
    3.) Target system is using the latest version of NI-DAQ.
    4.) Downloaded palBase and this worked.  However, since this application is designed as a distributable application, it doesn't seem plausible to ask the end user to work with palBase, especially if the end user is not comfortable working with computers.  Is there another way to accomplish the same effect programatically which would be invisible to the end user?
    Regards,
    Max

  • JVM Error 547 - Can't load OS

    I have a Blackberry 8120 and it keeps getting the JVM Error 547 with the only option to reset. I tried loading a fresh install of the OS but it get's to the point of loading the first .cod file and it resets itself. I've also tried using just the app loader and not the Desktop Manager but get the same problem. I've tried downgrading the OS but get the same problem. I've also tried a custom app called "BBSAK" but I get the same problem.
    Help! I've searched the net and tried a bunch of things but nothing seems to work! Is the blackberry fried?

    Turns out it was the ribbon.

  • Since loading the latest version of firefox i can no longer print. instead a message comes up "can not load library 'DLBAPRP.DLL' using defaults, error 126. what happened?

    error 126 can not load library "DLBAPRP.DLL" using defaults. this message appears when we try to print from our web bookmarks or any acrobat or pdf files

    That error seems to be new with Firefox 4 - never heard of it with earlier versions of Firefox, but it goes back many years in various Windows programs.
    See this [http://www.google.com/search?client=ubuntu&channel=fs&q=DLBAPRP.Dll&ie=utf-8&oe=utf-8 search].

  • Error messages when opening PSE 7

    When I open Photoshop Elements 7 I get two messages.  Tvichw 32 driver error and  Can't Load aspi layer driver.  Adobe support is worse than useless.  Can anyone tell me what these are, how I can correct the problem and do they matter.   It seems to work alright but then I have not used it much, so I may not have hit the problems they cause yet.  Thanks.  Robert

    Thanks for that.  I do have an Epsom scanner / printer right enough.  I may
    just go on using PSE 7 and see if anything nasty happens.  I am getting
    paranoid just now.  One new piece of software does not work, and then until
    now I could not access the internet at all.  That turned out to be a Tiscali
    fault in Thurso!!  Thanks again.  Robert

  • JDEVELOPER CAN'T LOAD JVM

    I try to Install Jdeveloper 3.1 in a directory different from the default directory. It give me an error " I can't
    load JVM" when I try to use Jdeveloper.
    If I try to install in default directory every thing goes well.
    anyone could help me?
    Bye

    I get this message when I start Jdev.
    I install Jdev in a win95 (release 4.00.9500b ) PC with 80M RAM.
    at first I try to install Jdev (full option) in a different directory from default because my c drive was full. I get the error.
    then I free some space on drive c, I disinstall Jdev and reinstall with mimimal space requirement (compact option) on default directory and every thing goes well.
    The same thing happen with Jdev 3.0.
    Anyway, maybe I have understand what happens; with a full
    drive c swap file could not grow and so i get the error. When I free space every thing
    goes well not because of the different directory but because of free space.

  • Can't load 'registry.so' problem

    Hi everybody:
    I have the next problem.
    [jmurua.vcf]

    The -5000 error code for LIBSEC_CAT:22 indicates that the system could not
    find the dynamic library registry.sl. You should verify that SHLIB_PATH,
    LD_LIBRARY_PATH, and TUXDIR are correctly set, that $TUXDIR/lib/registry.sl
    exists, and that TMS_ORA was built using the buildtms command and not by
    manually specifying a list of Tuxedo and Oracle libraries.
    <caring friend> wrote in message news:[email protected]..
    Hi all,
    I am trying to have a oracle server with tux 9.0 when I try to boot theserver it throws a error and TMS_ORA fails to boot up and so the servers
    too.
    >
    There was no errors when I was building TMS_ORA and when I try to boot Isee some errors in the ULOG and the TMS_ORA and by servers failed to boot.
    >
    The error I got in ULOG is -
    125510.lchp2!TMS_ORA.19078.1.0: GP_CAT:1345: ERROR: pif: can't load'registry.sl
    125510.lchp2!TMS_ORA.19078.1.0: LIBSEC_CAT:22: ERROR: Unable to realizethe ec
    sec_map_proof interface implementation native/security/map_proof. Errorcode (-5
    000)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6275: ERROR: Unable toinitialize pub
    lic key subsystem (-3003)
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:248: ERROR: System initfunction fail
    ed, Uunixerr =
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:268: ERROR: Failed to stopserving
    125510.lchp2!TMS_ORA.19078.1.0: LIBTUX_CAT:6207: WARN: Destruction ofpublic-key
    subsystem failed
    125510.lchp2!tmboot.19064.1.-2: CMDTUX_CAT:825: ERROR: Process TMS_ORA attma81
    failed with /T tperrno (TPENOENT - no entry found)
    Please help me in fixing this error.
    Thanks in advance.
    Regards,
    Jerry

  • Can't load module: Out of memory or no room in system tables

    Hi,
    I had to install openSSH on Solaris 8. By default Solaris 8 doesn't have random devices. Moreover, that machine cannot be rebooted. Hence, I chose a patch which doesn't need a reboot if the random devices are created and the /kernel/drv/random module is force loaded.
    While force loading the module (modload /kernel/drv/random) I got the below error.
    " can't load module: Out of memory or no room in system tables "
    I have checked for the memory and there are no memory constraints. I need to force load the module.
    Could anyone help me out ?
    Thanx,
    Jaff

    I can see only 5 topics and all of them are very specific.
    Flash Install
    Live Upgrade
    Jumpstart
    Solaris Install from cd
    Solaris on x86
    Could you please suggest me the forum in which I need to post general help ?
    Thnx,
    Jaff

  • Pif: can't load 'registry.so'

    Hi everybody:
    I am trying to run a cgi program, in Tuxedo 8.0, as a WS client.
    I have built the client with -w option, set WSNADDR and LD_LIBRARY_PATH
    env variable on client machine to the WSL.
    The error reported by the ULOG file is
    GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    The resolution to this error suggests to check the ImagePath or shared
    library path.
    What has gone wrong? Am I missing something.
    Thanks.
    [jmurua.vcf]

    Hi everybody:
    I am trying to run a cgi program, in Tuxedo 8.0, as a WS client.
    I have built the client with -w option, set WSNADDR and LD_LIBRARY_PATH
    env variable on client machine to the WSL.
    The error reported by the ULOG file is
    GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    The resolution to this error suggests to check the ImagePath or shared
    library path.
    What has gone wrong? Am I missing something.
    Thanks.
    [jmurua.vcf]

  • HT4623 Please help I I have updated pc win 8, update itunes and i can open and access all in icould but my reminders will not load error message can't load reminders

    I can not open my reminders in icloud, error message can't load reminders.  Have hp win 8 and all has been fine until today for over a year. win updates are done and itune updates done, what should I do?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

  • When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

    When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

  • When I first load Firefox, it comes up with an error message about "script". Can you help me?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/846741]]</blockquote>
    I just double click on the Icon, and it seems it takes forever to load.
    After this action, an error message comes up with a statement that it is trying to read some sort of script. Next it tells me to press continue to go ahead. At this time, it loads up normally. Can you help?

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Ipod nano running with Vista

    Anyone heard of Ipod/itunes crashing Vista. Have upgraded to Vista, running Raid 1 (mirror 2 HDs). Each time we plug in our brand new nano and try and do the updates, etc. it has crashed one hard drive. Not sure if the HD itself is bad or if it just

  • 2 separate users how do you setup

    How do you set up a mini so that 2 separate people can use it and not interfere with items such as mail and safari?

  • Why are there two versions of Adobe Acrobat XI Pro in my Programs

    I understand the annoyance and confusing issues with CC and CC 2014 programs.  I also have read in the community of Acrobat installing twice purposely? My question is all my CC (or CC 2013) programs installed around early Feb.  The newer CC 2014 prog

  • Web_util demo does not work

    After trying to install and configure web_util I tried to configure and run web_util demo wu_test_105.fmb. I think that I have followed all of the instructions correctly but I get the following in my browser: <html> <head> ORACLE FORMS.</head> <body

  • Creating Views

    Hi Frds, I wants to create views with the table T001P , T500P  and with my Z table. So kindly tell me wat are fields wants to add in the Z table for creating views with the table T001P and T500P... Thanks BY Pari