Error occured randomly when connecting user's INBOX with IMAP

Hi..
We are using our own developed web mail program using IMAP protocol.
Not very often but sometimes users faced error they couldn't connect their INBOX.
So I reconstructed their mailboxes and I could see error message.
reconstruct -r user/jcheol.kimuser/jcheol.kim/INBOX
ERROR: Trouble parsing cache record 190 string 1: String goes beyond EOF
Reconstructing...
user/jcheol.kim/Drafts
user/jcheol.kim/MyFolder
user/jcheol.kim/MyFolder/&rPW7OA-
user/jcheol.kim/MyFolder/43&rjAhkA-H&0wA-
user/jcheol.kim/MyFolder/43&rjAhkA-stc
user/jcheol.kim/MyFolder/SDI IS&0wA-
user/jcheol.kim/Sent
user/jcheol.kim/Spam
user/jcheol.kim/Trash
After run reconstruct user can see their mail.
Is there Anyone know what that errors means ?
Any ideas on how to fix it ?
mail sever version is..
> ./imsimta version
iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
SunOS ep_ms11 5.8 Generic_117350-25 sun4u sparc SUNW,Sun-Fire
Thanks

The error indicates that the store.idx file does not reflect the true status of the mailbox. Store.idx is a binary file that Messaging Server maintains to improve performance of getting data from the user's inbox.
The problem you describe can be caused by manual manipulation of the user's mailbox (removing files, adding files, etc), disk errors, and, yes, bugs. 5.2p2 is the latest PUBLICALLY available version of 5.2, but Tech Support has much later versions. I suggest contacting tech support and requesting a current hotfix. I cannot give you that, here.
Or, you can upgrade to 6.2....

Similar Messages

  • HTTP 404 error occurs randomly when navigating to HTMLDB pages

    Oracle support have asked me to raise this issue here (ref TAR 4248522.999).
    Environment:
    Windows 2003 server
    Oracle DB version 10.1.0.2.0
    Oracle HTMLDB v 1.6.0.00.87
    Problem:
    When navigating to an HTMLDB page using a list item, an HTTP 404 error occurs randomly. There is no error in the database alert log BUT the following error is reported in the Apache log file which is recorded whenever the HTTP 404 error occurs:
    [Thu Jan 20 09:58:48 2005] [error] [client 10.25.22.163] [ecid: 1106215128:10.25.22.53:3576:3352:23759,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_DATA_IDX1) violated
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 180
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 1298
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 345
    ORA-06512: at "FLOWS_010600.WWV_FLOW", line 8779
    ORA-06512: at "FLOWS_010600.F", line 218
    ORA-06512: at line 10
    A list item is being used for navigation. It has been setup with a target type of 'Page in this Application' and a Page number of a page in the application. The checkbox 'reset pagination for this page' has been
    checked. The problem occurs when launching the application directly in a new browser or
    when running the application using the Application Builder's run application.
    The error occurs intermittently.

    I'm from support , The customer has open an SR
    TAR:4248522.999 to this issue.
    He updated the SR with following.
    I have not been able to re-produce this problem with the sample application.

  • Record lock error occurs randomly, when same task opened in 2 browser tabs

    I am having an ADF UI taskflow with two flows(paths):
    Flow1 - Edit DFF
    ProcessParameters ----> router---> IFEDIT---->SetEditedStatusAttribute MethodCall --> editDFFpage
    Flow2 - Manage DFF Accross All Modules
    ProcessParameters ----> router---> IFSEARCH---->SearchQuerypanel editbutton>SetEditedStatusAttribute MethodCall --> editDFFpage
    These two flows can be triggered from links in a task panel. Screenshot [http://act.us.oracle.com/~vmeka/lockerror/lockerror.JPG]
    the method call setEditedStatusAttribute, calls an EOImpl method to set an attribute.
    This in turn triggers lock() for all the associated EOs.
    In following scenario failure occurs:
    ->1. Click Edit DFF task and keep the web browser tab/window open - lock is acquired.
    ->2. Open http://localhost7101/ManageFlex-WebApp_Test-context-root/faces/ManageFlex in another tab/window and open the Edit DFF task. lock is acquired again.
    ->3. In the same tab re-run the page by removing session details suffix.
    Eg. http://dadvml0082.us.oracle.com:7108/ManageFlex-WebApp_Test-context-root/faces/ManageFlex?_afrLoop=19870268404083601&_afrWindowMode=0&_adf.ctrl-state=sbc4nhzgh_116
    Remove the end part that starts with ?_afrLoop= and press enter in the Address bar of browser. lock is acquired third time.
    ->5. This re-runs the page, open Edit task again
    ->6. Without pressing cancel , open Manage DFF task
    ->7. Do not perform any search operation and open Edit FF task again. lock is acquired fourth time.
    ->8. Repeat steps 5-7 a few number of times
    In step 5 or 7 I am hitting an exception with following message
    JBO-26030: Failed to lock the record, another user holds the lock.
    stack: (complete stack at [http://act.us.oracle.com/~vmeka/lockerror/stack1.txt] )
    oracle.jbo.AlreadyLockedException: JBO-26030: Failed to lock the record, another user holds the lock.
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelectForAltKey(OracleSQLBuilderImpl.java:1085)
    at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelect(BaseSQLBuilderImpl.java:546)
    at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:1485)
    at oracle.apps.fnd.applcore.flex.dff.model.entity.DescriptiveFlexfieldEOImpl.updateDeploymentStatus(DescriptiveFlexfieldEOImpl.java:1804)
    at oracle.apps.fnd.applcore.flex.dff.model.entity.DescriptiveFlexfieldEOImpl.setEditedStatus(DescriptiveFlexfieldEOImpl.java:1753)
    at oracle.apps.fnd.applcore.flex.dff.uiModel.applicationModule.DFFSetupUIAMImpl.editDescriptiveFlexfield(DFFSetupUIAMImpl.java:770)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Any Idea why the lock error occurs after a few iterations, and not immediately after Edit DFF is opened in a second tab?
    Thanks,
    vikranth
    Edited by: user10124649 on Nov 25, 2009 8:04 AM

    Hi,
    on the ApplicationModule, did you set the locking behavior to optimistic ? For web applications it should be optimistic and not pessimistic, which is the default setting. Select the AM and choose "Configurations" from the context menu. Click edit and select the property tabs. Look for the locking setting, which should be set to "pessimistic if you did not change it before. Just replace the current value with optimistic
    Frank

  • Unknown error occured (310) when trying to connect to itunes store

    Unknown error occured (310) when trying to connect to itunes store

    This is probably due to a connection error.
    I fixed this by navigating this route:
    Control Centre > Network and Internet > Internet Options > Connections Tab > LAN Settings > Untick proxy server box (if ticked).
    Hope this solved your problem!

  • One of my sites still connects but the other gets An ftp error occurred cannot make connection to host.

    My problem is in “connect to remote server”. I manage two sites in Dreamweaver CS6, and they are hosted by the same guys.  One site still connects fine but the other one has stopped connecting. With the second site when I click on the button I get a delay then "An ftp error occurred -- cannot make connection to host".
    However I can still access the second site’s remote server through an FTP program, and the Host tech support confirms my login is working fine from his computer.
    I tried doing this old trick (1) Site > Manage Sites > Export to create a .ste file (2) quite, restart (3) Manage Sites > Import the .ste file (4) click on connect to remote server --  But that made no difference

    Just because both sites are hosted by the same firm doesn't mean they are on the same physical server.  Your problem connecting could be attributable to many things.
    User name and password may have changed or been reset. 
    Server permissions problems (GoDaddy is notorious for this).
    IP blocking.
    Server is down.
    etc...
    Are you able to connect with a 3rd party FTP client like FileZilla?  If not, I'm guessing this is a server problem & you need to contact your host.
    Nancy O.

  • I upgraded from Dreamweaver CS4 to CS6. but now "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?

    I upgraded from Dreamweaver CS4 to CS6. but now when I want to upload I get "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?
    Mac OS 10.8.5
    None of these issues are causing the error in DW CS6. We have double checked all of them and we have everything exactly right. Also I have exactly the same SiteSetup in DW CS4 and that works perfectly well. Could there must be factor in 6 that didn't exist in 4? Something that isnt in the SiteSetup but in some hidden dialog box ?
    I can also upload to my host using Fetch, a third party FTP. And as I said DW CS4 works fine. So the problem is not with my host, its with DW CS6 in particular.

    Thank you Jon, that fixed it perfectly. You have saved me from going crazy. The only difference I see now is in "Server Name" it changed what I had entered (my ftp address) to "Remote Server"; which seems odd -- but it works!   Although I know there maybe also some other dialog box I have never seen
    Of course I saw that menu item "Import"  and but I thought thats obviously not for me: "Why would I want to import an entire website?". I did not however see "Export the selected site" for thats only a tiny icon in the footer. However I would have thought the same:  "Why would I want to export my entire website?".
    An observation: I've seen this problem in a lot of Adobe software, the menu-names of items are  obscure, non descriptive. What would be better would be for the menu names or popups to say "Export Site Setup settings" and "Import Site Setup settings"

  • "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email

    "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email
    I am absolutely pulling out my hair over this one!!
    PC/Win 7 64bit/Adobe XI/Office 2010
    I have tried Uninstalling and re-installing
    I have tried using an adobe software removal tool
    I have tried modifying the security settings in reader
    I've tried running repair on MS Office
    If you open the .pdf from an email directly, it opens Reader with the error "Internal Error Occurred"
    If you drag and drop the .pdf onto the desktop, and then open it, it opens.
    If you open Adobe Reader FIRST, then open the .pdf from the email, it opens fine.
    ONLY when you open a .pdf from an email with Adobe Reader closed (so Outlook is asking AR to open first, and then present the .pdf) is it behaving this way.
    Hypothesis: Outlook 2010 does not like to open Adobe Reader.
    SO....tell me all of you brilliant geniuses? How do I solve this puzzle and become an end user's hero?
    PS: WorkAround - the only work around I have found for this at present, is that the user first opens up Adobe Reader and lets it run in the background. I pinned the shortcut to his task bar to remind him.

    I have uninstalled Adobe Acrobat Reader DC and installed Adobe Reader XI and everything works fine. This will be our current fix until a solution is found for the above error

  • An FTP Error occured - cannot make connection to host. No response from the server

    "An FTP Error occured - cannot make connection to host. No response from the server".
    As of today this is all i get when trying to connect to every single ftp account i have. It's not the server cause it's every one and there is several different. Tried passive and non-passive same result. I've connected fine with other FTP clients. So this must be another dreamweaver bug. Anyone know what to do?

    Very hard to diagnose these problems, particularly as you can connect using a 3rd party program.
    See if the 'timeout' issue could be at play here:
    http://forums.adobe.com/message/708941#708941

  • HI, i'm having this error message [There was a problem downloading the software for the iphone "banster's iphone". An unknown error occurred (-23)] when im doing the upgrading to IOS 5. anybody know how to slove it? Thanks

    HI, i'm having this error message [There was a problem downloading the software for the iphone "banster's iphone". An unknown error occurred (-23)] when im doing the upgrading to IOS 5. anybody know how to slove it? Thanks

    Yep, me to exactly the same problem,  the error message keeps telling me to check my internet connection  or try later.  Nothing wrong with my internet connection.  Is it an apple server problem?

  • Save Query - An error occurred while creating connection strings for the query

    A workbook trying to edit and reload I get the following error "Save Query - An error occurred while creating connection strings for the query" No Power Pivot data model or anything.

    I am getting the same error when editing a Power Query in an Excel spreadsheet. It happens when I change a Group By step to do a Sum instead of Count Rows.

  • Error occured while saving the user account information

    I'm trying to install LiveCycle ES 2 with PDF Generator on a Windows 2008 server wtih SQL Server 2005.  When I run the configuration manager I get an error in the step where you add the administrator user credentials for generator.  The error I'm receiving is ALC-PDG-080-032-Error occured while saving the user account information.  Has anyone seen this issue before?  Any ideas on what the problem may be?

    Going back some time, another user (do not recall Matrox on the system) had a similar issue. The workaround in that case was to use Save_As and just increment the file name. Now, I do not recall any real "fix," and for another user, the Save_As resulted in the same behavior, so it was not a universal workaround.
    Good luck, and please report your findings,
    Hunt

  • My iphone says an unknown error occurred (9) when trying to restore in iphone recovery mode

    my iphone says an unknown error occurred (9) when trying to restore in iphone recovery mode

    Hey there ejs11201,
    I see that you are getting an error code when attempting to restore your iPhone. Here is an article that addresses that specific code with some troubleshooting steps and will help you resolve the issue:
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    https://support.apple.com/en-gb/TS3694
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • HT1595 An error occurred (-6722) while connecting to the AirPlay device "Apple TV"

    An error occurred (-6722) while connecting to the AirPlay device “Apple TV”

    I was trying to connect my macbook air to my apple tv when getting this error.  It turned out to be the firewall on the macbook air blocking airplay.  Try turning off the firewall to see if it works for you.

  • An error occurred (-65540) while connecting to the AirPlay device

    I get the following error when connecting to AppleTV on my Macbook Pro.  An error occurred (-65540) while connecting to the AirPlay device. 
    When I click on "mirror display" my desktop image flashes up on the AppleTV then disappears, the error is then displayed on my laptop.  This only happens on wireless, if I plug my laptop into the wired network the Apple TV works fine.  I cannot find any reference to error -65540.  This is also not restricted to the Macbook, the iOS devices cannot connect either, but the Mac Mini which is wired can. 

    I have figured it out, the service strings have changed so in the Cisco Wireless Lan Controller needs to be configured for Airplay and Airtunes, once it was in the mDNS profile the AppleTV's were immediately available.
    This is a bug for iOS 6.1 devices
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBu gDetails&bugId=CSCue54207

  • An unknown error occurred (-42110) when opening itunes after upgrading

    when opening itunes i get "an unknown error occurred (-42110) when opening itunes after upgrading to latest version.

    Try the following user tip:
    iTunes for Windows 11.0.2.25 and 11.0.2.26: "Unknown error -42110" messages when launching iTunes

Maybe you are looking for

  • How do I use auto-form recognition to create PDF forms in Acrobat XI?

    I used to use Acrobat 9 to create PDF forms that would allow me to fill in text into the fields that were created.  Acrobat XI seems to have changed the way this function is performed.  Previously, I could run an auto form recognition wizard, do some

  • Dump in insert statement

    <b>INSERT ZTABLE FROM TABLE FINAL</b>. <b>ZTABLE</b> CONTAINS 9 ENTRIES. <b>FINAL</b>- INTERNAL TABLE CONTAINS ONLY THE KEY ENTRIES.   I have populated only the key entries (5 entries) in the internal table, I dont want rest of the four entries to ge

  • Footer not staying at bottom in Firefox & Netscape

    I have a webpage that looks fine in IE but in Netscape and Firefox, the footer div is not staying down at the bottom of the page like it is supposed to. There is a "content" div which contains the 2 divs "nav" and "actual content". "Nav" is floated t

  • MBP with new updated Leopard Snow does not wake Screen anymore!

    My MBP15 (end 2008) connected to 24" Cinema Display with camera used to work perfectly well. When the laptop is in sleep, I would connect the laptop (screen down) to the display via the mini display cable, I would then wake up the MBP thorough either

  • Is there any alternative for Mac google drive?

    Hi, just like many people here, i had numerous problems with Google drive over those 2 last years. i was looking for a reliable solution that work with PC and MAC. Unfortunately Icloud is too locked up and we cannot easily drag and drop files to it j