Error "IOERROR... zero index". How to fix ?

One user is showing this line at the log:
Jul 20 12:42:15 dns2 pop3[24687]: IOERROR: user.sehvs2503120073 zero index record 189/2179
I tried reconstructing the mailbox using Server Admin as well as from CLI:
sudo -u cyrusimap /usr/bin/cyrus/bin/reconstruct -r user/sehvs2503120073
But the error entry persists and is counting (...189/2180, ...189/2181).
What else can I do ?

Try using the JVM parameters -Xms128m (stack) and
-Xmx64m (heap).
Sample invocation with new heap and stack size for
the application TestMain.
java -Xms128m -Xmx64m TestMainAlthough this may solve the immediate problem, since the OP is using Tomcat it is likely to just hide the real problem. If the servlet that is performing the XSLT can be used by many clients at the same time then at some point two or more will each require a large amount of memory at the same time and maybe cause Tomcat to fall over.
XSLT is memory hungry and I never do XSLT in a servlet unless I can be sure it is a small transform.

Similar Messages

  • "httpd.conf" Error - any one know how to fix?

    Hi -
    I'm trying to set up the development area. When  I go to preferences to get to my computers website the following error shows up:
    "Safari can’t open the page “http://10.0.1.4/” because Safari can’t connect to the server “10.0.1.4”.
    So I opened monitor and did a config test and got an error message which I don't know how to fix:
    agent-99:~ mac$ apachectl configtest
    Syntax error on line 274 of /private/etc/apache2/httpd.conf:
    LogFormat takes 1-2 arguments, a log format string (see docs) and an optional format name
    Does anyone know how to fix this? I've been worKing on it all day and no luck! any advice would be appreciated!

    274 is blank. directly below it is:
    275 # Note that from this point forward you must
             specifically allow # particular features to be enabled - so if something's not working as
    # you
    might expect, make sure that you have specifically enabled it
    # below.
    # This should be
    changed to whatever you set DocumentRoot to.
    <Directory "/Library/WebServer/Documents">

  • What is error code 9977652 and how to fix it?

    I can't seem to star up my computer and the error code is 9977652, how do I fix this problem? It jets stuck on the apple icon and gets overheated in no time. I am worried, please help.

    Hi,
    Try running the hardware test during boot:
    Using Apple Diagnostics - Apple Support
    otherwise try booting from the recovery partition:
    OS X: About OS X Recovery - Apple Support
    Where does it get stuck and when are you presented with the error code?
    Jeffrey

  • Access restriction error? not sure how to fix it....

    I am trying to use JPEGImageEncoder and i imported import com.sun.image.codec.jpeg.*; fine but i get the following error on my code:
    CODE:
    JPEGImageEncoder encoder =JPEGCodec.createJPEGEncoder(outImage);
    ERROR:
    Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library /usr/local/java/jdk1.6.0_07/jre/lib/rt.jar
    I am not sure how to fix this... anyone know what needs to be done? I am using eclipse and i see the rt.jar in my library....
    thanks!

    MikeTheBorg wrote:
    OK, I agree it's simpler for simple cases, but how do I do something like this:
              JPEGImageEncoder jie = JPEGCodec.createJPEGEncoder(os);
              JPEGEncodeParam jep = jie.getDefaultJPEGEncodeParam(bi);
              jep.setDensityUnit(JPEGEncodeParam.DENSITY_UNIT_DOTS_INCH);
              jep.setXDensity(1200);
              jep.setYDensity(1200);
              jep.setQuality(1, false);
              jie.setJPEGEncodeParam(jep);
              jie.encode(bi);
    using ImageIO?
    "Stupid" Eclipse+Maven refuse to compile this legacy code.It's an Eclipse error, not a Java/compiler error as such. To fix it, I believe you have to check your plug-in configuration -- imported packages here or exported packages there. Try adding "com.sun.image.codec.jpeg" to the imported packages. Something along those lines. Anyway, bottom line: this is not an issue with the code.
    Furthermore, lookee here: GIAD

  • TypeError: Error #1009 - I know how to fix it. But I don't know whats going on!

    I have a project that I’m working on that includes working in different scenes and frames. It’s a book project with lots of pages (frames) and chapters (scenes) so I have can’t avoid working in a single frame (like a game). I get a runtime error (TypeError: Error #1009: Cannot access a property or method of a null object reference.) when accessing an object inside of a movieclip. However, I have identified the problem and know how to fix it. But when I fix it the functionality goes away. Here’s how it happens:
    On frame #1 of Scene 2 I click on a button to go to a frame #2.
    On frame #2 is the offending code:
         stage.addEventListener(MouseEvent.MOUSE_UP, moveChapters);
    //********************Navigation Bar code ********************//
    function moveChapters(event:MouseEvent):void
            if(event.target == bottomNav.Chapter_1)
            trace("Chapter #1 is working!");
    FYI, this code is part of a navigation bar the will take the user to different chapters. It is visible on stage. I haven't fully built it yet. For example, "if( event.target == bottomNav.Chapter_1)" will take the user to chapter 1, "bottomNav.Chapter_2," will take the user to chapter 2, so on and so forth. "bottomNav" is a movieclip and "Chapter_1" is a button inside it.
    When I go back to frame #1 of Scene 2 and then click on “Home” button to go back to the main page (Frame #1 of Scene #2) I get the Error #1009.
    When I comment out the “if(event.target == bottomNav.Chapter_1)” I don’t get the error but know I don’t have any functionality.
    Is there a better way to do this?

    Adding the event listener to the stage for this sort of functionality is a bad idea. Even though Flash can, apparently, resolve the objects inside the movieClip, you are making the connection between the object and the event that you want to capture more difficult than it should be. A better approach is to place all of the target objects into an array and then attach the event listener to each object in the array. Then you can easily extract the target from the event.
    Something like this might work for you:
    var chapterList:Array = new Array(bottomNav.Chapter_1,bottomNav.Chapter_2,bottomNav.Chapter_3);
    for(var i in chapterList) {
         chapterList[i].addEventListener(MouseEvent.MOUSE_UP,moveChapters);
    function moveChapters(event:MouseEvent):void {
         var thisChapter:Object = event.target;
               //  etc

  • When saving down an Illustrator CC file to Illustrator 3 I am getting a meta data error. Any ideas how to fix this??

    Unfortunately, I have a printer who is working on Illustrator 3 (Don't ask). Any work arounds that you know of that can fix this issue? I can save all of the way down to CS without issue, but anything prior is giving me the following message:
    Cant Open the Illustration. The illustration contains an illegal operand.
    Offending operator: {ps_metadata_stream}
    Context:
    I am at a loss right now. I've removed metadata using Bridge and Acobat to no avail.

    Are you trying to open the AI3 file or is the printer? Who is getting the error message?

  • Itunes won't install and keeps popping up with an error, any ideas on how to fix this?

    Alright so I had recently gotten an iPhone and it didnt recognize when i plugged it in. I tried a bunch of stuff and eventually deleted iTunes and anything along with it. When I tried to reinstall an error box kept popping up. And this happens EVERY time! I am really at a lost of what to do now because I really need iTunes back.

    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

  • Some code error, don't know how to fix...

    my xml is here:
    http://homework.cbsd.googlepages.com/podcast.xml
    and i need help with these errors:
    Sorry
    This feed does not validate.
    guid values must not be duplicated within a feed: E3E98228-E7F2-99DF-392B5305E37F61F1 [help]
    <guid isPermaLink="false">E3E98228-E7F2-99DF-392B5305E37F61F1</guid> ^
    In addition, this feed has an issue that may cause problems for some users. We recommend fixing this issue.
    Feeds should not be served with the "application/octet-stream" media type [help]
    Source: http://homework.cbsd.googlepages.com/podcast.xml

    GUID stands for Globally Unique IDentifier. It's something used to keep track of items say in a database.
    Each of your episodes are contained in an <item> tag in your feed's XML. Each episode should have a <GUID> which is unique to that particular episode. The most common thing to do is just copy the link to that episodes enclosure file into a <guid> tag.
    For example:
    <enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode2.mp3" length="5650889" type="audio/mpeg" />
    <guid>http://example.com/podcasts/everything/AllAboutEverythingEpisode2.mp3</guid>
    Make sense?
    Erik

  • Flickr Server Error - HTTP Status 500 - how to fix?

    Hi,
    Just upgraded to Photoshop Elements 11 on a x64 Dell running Win7. When trying to share photos using Flickr (which worked previously), I get the following:
    Any idea what I can do to fix this? I've tried resetting accounts in Adobe Partner Services, Clearing Online Service Data, and refreshing the list of services - but makes no difference.
    Any help very much appreciated,
    Dan.
    (Here's the text from the above, for search engines to chew on:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException org.apache.jsp.csp.error_jsp._jspService(error_jsp.java:197) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) com.adobe.ols.service.pseflickr.SessionFilter.doFilter(SessionFilter.java:80) com.adobe.ols.service.pseflickr.NoCacheFilter.doFilter(NoCacheFilter.java:56) com.adobe.ols.service.pseflickr.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:48)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.28 logs.

    Hi,
    Thanks - I've cleared my browser cache, and tried all the other things available here too, a couple of days ago:
    http://kb2.adobe.com/cps/403/kb403064.html
    When I tried it, it made no difference. Ironically, just using the Flickr service today 'just works'. Server side, as you say, so maybe something got restarted / fixed?
    Given the entire forum web site wasn't accessible yesterday (and that appears to run on Tomcat, too) - perhaps the restart of the one is linked with the restart of the other.
    Anyhow - problem solved - thanks for your support!
    Dan.

  • IPad cannot be restored unknown error 1; I tried to update my iPad 1 to new os5 by syncing to new version of iTunes and found a message that my iPad needs to be restored.  I tried several times and continue to get same error code unknown 1; how to fix?

    When trying to sync my ipad to latest version of itunes, it appears the ipad identity was lost and a message in itunes says to restore the ipad.  However, multiple attempts to do this continue to provide the "This ipad cannot be restored. Unknown error 1"  I have tried resetting my ipad which just brings back the screen to connect it to itunes.  I have updated all software on my computer and restarted.  No luck!.  Please help!!

    Thank goodness for this thread! 
    I installed iOS5 last night and was having the same problems described above with my iPad 1 32 GB + 3G.  Unknown Error (1) and was unable to restore. 
    I took my ipad to the local Apple Store today and was told by the genius that it was a hardware issue, and because the warranty had expired, there was nothing the Store could do.  He suggested that I try calling AppleCare.  Then I asked to speak with a manager.  He apologized again and said there was just nothing the Store could do.  I was close to leaving, when I asked a second time if it would be possible to see a Manager. 
    After asking a second time, he called a manager.  After explaining my issue to her, she immediately authorized him to give me a new iPad !   Anyone with this problem should definitely go to the store and be polite but adamant.  You should get a new iPad.

  • What is error code - 36 and how to fix it?

    i am backing up my mac when i encounter this error during my iphoto transfer. May i know what is this error? apparently i am facing lots of lag and so i am in the process of reinstalling the whole system

    If you're backing up with Time Machine, please do as follows.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to a failed backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showning, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the text field.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • Errors, don't know how to fix

    "ImageServlet.java": Error #: 704 : cannot access directory javax\servlet\http at line 21, column 1
    "ImageServlet.java": Error #: 704 : cannot access directory javax\servlet at line 22, column 1
    "ImageServlet.java": Error #: 300 : class HttpServlet not found in class ImageServlet at line 38, column 35
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Hi, I compiled my set of codes on Borland JBuilder 3 on one computer and it's fine, but when I run it on JBuilder 6, it complains with theses errors, any help?
    The first 2 errors are from these lines:
    import javax.servlet.http.*;
    import javax.servlet.*;
    The last error comes from:
    public class ImageServlet extends HttpServlet {
    Any help would be appreciated. Thanks

    I am using VisualAge for Java and experienced a similar problem.
    Some applications require you to install some packages as they are not part of the inital installation.
    Check your application's package list and see if the javax.servlet package is included. If not, you will have to add it to your applications list by installing it.

  • What is error code 8010 and how to fix it in windows 7

    Why do I get error code 8010 when I try and download in itunes on windows 7

    Hello the56reb,
    The article linked below details a number of troubleshooting steps that can help resolve issues with downloading content from the iTunes and App Stores.
    Can't connect to the iTunes Store
    https://support.apple.com/en-us/HT201400
    There may also be a conflict with security software installed on your computer, as such software can interrupt proper communication between iTunes and the stores.
    Resolve issues between iTunes and third-party security software
    https://support.apple.com/en-us/HT201413
    Cheers,
    Allen

  • After effects error, please tell me how to fix

    Whenever I open after effects it says "After effects error: Warning: Frame Size Input Error, Layer base size must be the same, time for some precomp maybe? (512)      ( 25 :: 241 )"
    And when I try to ram preview, it says "After effects error: RAM Preview needs 2 or more frames to playback"
    Any help? Thanks!

    I just came across the same problem. Turns out reel smart motion blur was causing the issue. I had rsmb applied to a layer (png sequence) which was trimmed, with another precomp layer directly below it. AE couldn't RAM preview the final frame of the rsmb layer for some reason - presumably it couldn't access the next frame of the trimmed layer to calculate the blur on the final visible frame.
    As a workaround I extended the layer to its full duration on the timeline and used opacity to keyframe the layer from 100% to 0% instead of trimming the layer. Voila! No more error message.

  • BI Publisher scheduler error ,plz help me how to fix these kind of errors

    BI publisher scheduler error while we schedule the report in BIP.
    Guide me what need to be done .... many of reports are running and failed everyday.
    Help me regarding the issue..
    Thanks,
    Ram

    Take a look at this thread if you haven't already: Re: Schedule problems
    Based on the error message, it appears to be an issue with privileges. Make sure the user specified in the error message has the privilege to access the report.
    Also I believe usernames are case sensitive, so check that out as well..

  • Image processor  in CS5  gives error constructor 327 ..How to fix??

    I am unable to access Image processor.  Please assist. Thank you.

    You need to provide more info - what options are used, what files processed, what operating system, where are the files stored. Script errors are almost always to do with permissions issues or security tools interfering, but we realyl know nothing about your system, so this is slightly more than pointless....
    Mylenium

Maybe you are looking for

  • Cannot send email from mac account on iphone

    i'm getting error CANNOT SEND MAIL ...the connection to the outgoing sever "smtp.mac.com:myaccount" failed. I'm able to sent email from other email account ie. yahoo, gmail thx for your help Message was edited by: gman1023

  • DLO HomeDock Deluxe vs. Griffin TuneCenter

    Since the iPod AV Connection Kit does not allow the user to display the menu on a television and flip through the menu via the remote, does anyone have a recommendation regarding one of the 3rd party products that will do such? DLO HomeDock Deluxe??

  • Can't import xml file: "need translation document/template" - - help please

    Hi there, Someone edited a project with fcp 5.1. I have fcp 5.0. I've been asked to tweak the project (for no charge, which is fine with me; it's for a tiny 3rd-world charity organization). He sent me the project files as xml documents... but when I

  • Error in browser preview

    Error in browser preview Hi, I have a problem and do not know what to do to solve it. I'm doing my web move. In the Design tab and Preview the entire composition is ok, I see everything perfect (video and text) But when I preview in the browser or ft

  • Data Sense reset date

    I'm setting up a new 930 for a friend. They took out a new contract with 500mb data per month on the 30th, however Data Sense only gives a reset option of 1st - 28th. Am I missing something obvious or is there a glitch in Data Sense? Thanks