Messaging Server 3.6x NscpMail process continues to grow until memory used up

After upgrading to Messaging Server version 3.6, I have found that the
NscpMail process
continues to grow until I run out of memory and the system eventually crashes.
<P>
One solution to this problem is to remove the problematic messages.<BR>
<P>
<OL>
<LI>Shut down the Messaging Server (see details
below).
<P>
<LI>Move all of the message directories to a temporary location
(see details below).
<P>
<LI>Create these directories again for Messaging Server (see details below).
<P>
<LI>Re-start the Messaging Server (see details below)
<P>
<LI>Examine the message files in the old queue (from Step 1) for
corrupt headers.
<P>
<LI>After you have checked the messages, manually forward the message bodies
to the intended recipients (see details below).
</OL>
<P>
<HR>
<P>
How messages are stored:<BR>
<P>
Prior to delivery, mail messages are separated into three files:
control, body
, and header
.<BR>
<P>
The body and
header files are stored in
the following directory:<BR>
<P>
<I>server root</I>/messages
<P>
The control files are
stored in the following directories:<BR>
<P>
<I>server root</I>/control<BR>
<I>server root</I>/deferred/Error-Handler<BR>
<I>server root</I>/deferred/Account-Handler<BR>
<I>server root</I>/deferred/SMTP-Router<BR>
<P>
Removing messages from the queue and
re-introducing them later:</A><BR>
<P>
<UL>
<LI>Shut down the server using ./NscpMail stop
<BR>
<P>
%cd /etc<BR>
%./NscpMail stop<BR>
<P>
<LI>Move the directories to a temporary location.</A><BR>
<P>
%cd <I>server root</I>/postoffice
%mv control control.sav<BR>
%mv messages message.sav<BR>
%mv deferred deferred.sav<BR>
%mv hold hold.sav<BR>
<P>
<LI>Create these directories again for the Messaging Server.
</A><BR>
<P>
%mkdir control messages deferred hold<BR>
%chown <I>mail-user</I> control messages deferred
hold<BR>
%chgrp <I>mail-group</I> control messages deferred hold
<BR>
<P>
<LI>Start the Messaging Server using ./NscpMail
start.</A><BR>
<P>
%cd /etc<BR>
%./NscpMail start<BR>
<P>
<LI>Forward the message bodies:</A><BR>
<P>
After you have checked all of the messages for corrupt headers, you can copy
the messages back into the queue, at most 1000 at a time.<BR>
<P>
<UL>
<LI>Use the cp command
to copy files instead of the mv
command.
<P>
<LI>Copy the body and
header files into their
respective directories first. Then, copy the control
files into the control
directory. Copying the
control files back into the
control directory will
cause the corresponding messages to be processed the next time the server
flushes the queue, which is done every hour.
<P>
<LI>When you copy the control
files, make sure that you also copy
the corresponding body
and header files.
Otherwise, you will receive errors that say the body
and header
files cannot be opened.
<P>
<LI>To copy groups of body
and header
files and their corresponding
control files, you can
use the cp command with
wildcards. For instance, to copy all the messages that arrived between 12:30
and 12:40 back into the queue, you can use the following commands:<BR>
<P>
%cd <I>server root</I>/postoffice/messages.sav<BR>
%cp 199080325123* <I>server root</I>
/postoffice/messages<BR>
%cd <I>server root</I>/postoffice/control.sav<BR>
%cp 199080325123* <I>server root</I>
/postoffice/control<BR>
%cd <I>server root</I>/postoffice/deferred.sav<BR>
%cp 199080325123* <I>server root</I>
/postoffice/control<BR>
%cd <I>server root</I>/postoffice/hold.sav<BR>
%cp 199080325123* <I>server root</I>/postoffice/hold<BR>
</UL>

Next time when this happen it will be great if you can create statspack snapshots during the problem. Then you will have more insight information of what's going on in Oracle.

Similar Messages

  • Sharepoint 2013 : Server was unable to process request. --- Site is not configured for Claims Forms Authentication.

    In our java web application trying  establish the connection for sharePoint 2013
    using  Windows claims authentication (NTLM ), I am getting error message "Server was unable to process request. ---> Site is not configured for Claims Forms Authentication". But In the Sharepoint 2013 our Site is is configured for Windows
    claims only.
    In the Sharepoint 2013 server in the IIS manager settings for authentication it is  enabled for both Windows claims and Forms authentication,
    but if I disable Forms authentication that I will be able to connect it through my application but with the direct access i.e., by running the URL in the browser I am not able to connect getting error message "sorry this site has not been shared with
    you" in the browser  Kindly help me on this.

    Hi,
    This issue is always caused that you had missed FBA configuration in web config of your web application.
    You can configure the FBA authentication then check whether it works.
    http://technet.microsoft.com/en-us/library/ee806890(v=office.15).aspx
    http://chrisbarba.com/2013/07/16/sharepoint-2013-forms-based-authentication-fba/
    more reference:
    http://stackoverflow.com/questions/5686378/sharepoint-2010-claim-base-authentication-error
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2d82dcd4-0e57-4de5-81bc-60ffc3cb9a9f/sharepoint-2010-claim-authentication-and-authenticationasmx?forum=sharepointgeneralprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Claims authentication: "Server was unable to process request. --- Index was outside the bounds of the array"

    Hi there,
    I recently got a peculiar error when users tried to log-in into a SP 2010 portal using claims based authentication.
    The following error is logged in the event viewer of the SP server in question:
    Event ID 8306 - Claims authentication
    An exception occurred when trying to issue security token: Server was unable to process request. ---> Index was outside the bounds of the array.
    I also found an IIS warning entry with a similar message:
    Event ID 1309 - Web Event
    Exception type: FaultException
    Exception message: Server was unable to process request. ---> Index was outside the bounds of the array.
    I simply could not find an answer to why this happened, but an iisreset seemed to have fixed the issue. I was wondering if anyone here would know a possible root cause for this issue?
    Thanks in advance for your help.
    Regards,
    P.

    Hi,
    Thanks for posting your issue, Kindly browse below mentioned URLs to fix this issue
    http://underthehood.ironworks.com/2011/05/sharepoint-2010-an-exception-occurred-when-trying-to-issue-security-token-the-server-was-unable-to-p-1.html
    http://nearbaseline.com/blog/2011/01/claims-exception-occurred-issuing-a-security-token/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Message server will not start on AIX 6

    I have a standard ECC6 system running the 185 kernel and ORACLE 10.2.0.2 on AIX 6. which is giving me a problem. I also have 2 other systems apparently with the same configuration which operate perfectly.
    The problem I have is that if I stop the system the message server will not start. If I wait until the following day the message server starts pefectly. I have not been able to test stopping the system and waiting an hour or so and then restarting in the same day, so I do not know if the overnight wait is relevant.
    dev_ms contains the following:
    [Thr 01] Fri Jun 19 23:58:54 2009
    [Thr 01] WLM Tag 'HQS/MSG' successfully set for this process
    [Thr 01] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   324 (IBM RS/6000 with AIX)
    relno      7000
    patchlevel 0
    patchno    163
    intno      20050900
    make:      multithreaded, ASCII, 64 bit, optimized
    pid        254088
    [Thr 01] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 254088) [msxxserv_mt. 1835]
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] ***LOG Q0I=> NiIBindSocket: bind (67: Address already in use) [nixxi.cp
    p 3227]
    [Thr 01] *** ERROR => NiIBindSocket: SiBind failed for hdl 1 / sock 8
        (SI_EPORT_INUSE/67; I4; ST; 0.0.0.0:3950) [nixxi.cpp    3227]
    [Thr 01] *** ERROR => MsSCommInit: NiBufListen(3950) (rc=NIESERV_USED) [msxxserv
    _mt. 10186]
    [Thr 01] *** ERROR => MsSInit: MsSCommInit (internal) [msxxserv_mt. 1886]
    [Thr 01] *** ERROR => main: MsSInit [msxxserv_mt. 5951]
    [Thr 01] ***LOG Q02=> MsSHalt, MSStop (Msg Server 254088) [msxxserv_mt. 5999]
    Regards,
    Paul Richardson
    Certified Netweaver, Portal and Migration Consultant
    Sandpiper I.T. Ltd

    Hi,
    Thr 01 ***LOG Q0I=> NiIBindSocket: bind (67: Address already in use) [nixxi.cp p 3227]
    Looks like port 3227 is already used. You can check the ports by netstat -a -n from your command prompts. Also check your settings in /etc/services and /etc/hosts files.
    Check your filewall rules/disable antivirus if any and give a go.
    Hope this helps.
    Manoj

  • SOAP Error : Server was unable to process request.   Key cannot be null.#

    HI, When I process SOAP call from ABAP using class csoaptransporthttp->request_response, I am getting following error message:
    "Server was unable to process request.   > Key cannot be null.##Parameter name: key"
    Is anybody as the clue to resolve this error ?

    Hi,
    if you're doing a SOAP client - did you compare with this example:
    http://help.sap.com/saphelp_47x200/helpdata/en/2d/64d053e74911d6b2e400508b6b8a93/content.htm
    Regards,
    Michal Krawczyk

  • Messaging Server 5.0 setup program detects a previous server instance and fails, even though earlier versions were uninstalled

    During the installation of Messaging Server 5.0, the setup program displays
    a message stating that a previous Messaging Server instance has been detected.
    The program then prompts me to upgrade the existing server instance or create
    a new server instance.
    <P>
    If I choose the option "Create New," the setup program will create the
    following directory:
    <P>
    msg-<I>server-name</I>-1
    <P>
    Because I don't want this directory to be created, I choose the other option,
    "Upgrade." However, with this option, the setup program eventually displays
    the following error message:
    <P>
    A serious problem occurred while installing the iPlanet Messaging Server
    Messaging Configuration and Services. It reported the following problem:
    The application command /usr/iplanet/server5/msg-alien-1/start-msg
    could not be run.
    Due to a serious problem the iPlanet Messaging Server installer is unable
    to continue. Please examine the log file
    /usr/iplanet/server5/setup/msg/iplanet-msg-install.log for more
    information.
    Checking the log file reveals the following entries:
    <P>
    NOTICE: Running Init Config.
    NOTICE: Creating messaging file attributes.
    NOTICE: Running Removing old sessions database.
    NOTICE: Starting Messaging Configuration and Services.
    ERROR:
    TYPE: Application
    LOCATION: UApplicationTools::RunApplicationUNIX
    DETAILS: The application command
    /usr/iplanet/server5/msg-alien-1/start-msg could not be run.
    Is there a way to work around this problem with the setup program detecting
    a previous installation?
    Use the following steps to correct this problem:
    <P>
    <OL>
    <LI>Uninstall previously installed instance(s) of Messaging Server
    <P>
    <LI>Remove the
    /etc/msgregistry.inf
    file
    <P>
    <LI>Run the Messaging Server 5.0 installer again
    </OL>

    I have followed the steps as stated in this article. But still, Messaging cannot be installed.Is there a "CLEAN" way to completely un-install iPlanet Messaging server?

  • Messaging server in mutlimaster replication

    Sun Java(tm) System Messaging Server 6.1 (built Apr 28 2004)
    I am testing JES2004Q4 at two site and we are using Directory 5.2 patch 2 Schema 2 and Messaging server 6.1
    I have two messaging server at different sites and both using there local directory. Messaging server is working fine with current configuration.
    We are using current suffix at directory server o=abc.org,o=abc.org for abc.org domain and o=def.org,o=abc.org for def.org domain and so on��.as top root is o=abc.org for usergroups
    We want to have mutlimaster replication between these directory servers so user data can be modified or added from any site must be replicated at other LDAP.
    To setup this replication I created suffix ou=people,o=abc.org,o=abc.org under Data to intilize with current data. User data initialization done well and both messaging are working fine in mutlimaster configuration as I replicate the msg-admin-hostname-20040727213740 entries of both messaging servers.
    But when ever I want to delete the entry from the ldap, it pretends that entry successfully deleted but when I search for entry again its still there and when I delete it again its came out with the nullnetscape.ldap.LDAPException error result (32); matchedDN = ou=people,o=abc.org,o=abc.org.jm; No such object
    But I can't see this entry under ou=people,o=abc.org,o=abc.org but search of admin server console is showing me the entry
    Also ./imsimta test -rewrite -debug [email protected] is giving me the positive result
    When I delete the newly created suffix, I can see all those entries which was present before this new suffix created. that�s mean this delete is not effecting the original data but only the data intilized under newly created suffix and imsimta and admin console search is getting the data from original database not from the resulting database created with new suffix creation.
    Any idea why

    Jay,
    I am using Console, dose it make any difference? Indeed. Console is an unsupported method for doing user/group provisioning and modification. You should not attempt to use the console for such, as the Console is not aware of all of the object classes required for user manipulation.
    I wait for an hour to check delete was successful or
    not.
    I think we need to tackle this database thing because
    even search and imsimta looking of original database
    not the initialized data at new posted suffix.
    let me ask you one thing If in original data I just
    have the admin and msg-admin -hostname-2004.........
    entry to run the messaging server and rest all user
    data should the initialized at posted suffix for
    replication, will it work?I'm sorry, I don't understand what you just said above.
    If you truly have multi master replication set up (something I'm not expert with), then any changes you make to one ldap server will be propagated to the other. You can examine the "changelog" to confirm that.
    BUT
    If you attempt to manipulate users and groups by Console, you will be unsuccessful, no matter your ldap setup, as the console cannot be relied upon to properly provision users.
    The tool provided to manipulate users/groups is the command-line tool,
    commadmin
    You have to install Identity Server and commcli in order to do that.

  • With Mountain Lion Server, can users access the Messages Server from outside your network?

    I would like to setup a new messaging service between my employees because we have issues with most online services. I'm thinking of getting a Mac Mini Server, so I can run Messages Server, but I have an employee outside my network. Can they login to the server remotely to use the Messages Server?
    Thanks

    If you're talking about setting up and using the Jabber messaging service provided by OS X server then yes, it's really easy to set up and use in and out of the office. The only trick it is, and also most other services, is a correct DNS setup so you're able to connect and use the server from the "outside".
    I use this myself (via Lion server rather than Moutain Lion server) from behind a dynamic IP addressed ADSL line and have no problems whatsoever.

  • After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. Apple care does not know what is the cause. Please help

    After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. After 4 calls to apple and 8 and a half hours on the phone. The apple people does not how to solve the problem. The last thing they told me is that they will send the problem to their engineers and I will hear from them. unfortunately they have not contact me.
    During the phone calls I tried putting the date and time in automatic, changing the username and password, I even tried using somebody elses username and password. Please help, facetime is my tool to telecomute, and it is hurting my job.

    I had the same problem and found the solution here:
    https://discussions.apple.com/thread/3189272

  • When logging on to my account a receive this message "the server encountered an error processing registration. Please try again later".  This is not a new account. I have changed my password and nothing works.  What am I doing wrong.

    I'm having trouble logging into facetime.  We do not have a new account.  I've changed the password and still cannot get in.  The message that pops up is "the server encountered an error processing registration.  Please try again later."  I want to talk to my granddaughter but can't.  Can someone help me.  Thanks

    I had to same problem. I found forums about adding the DNS 8.8.8.8 and 8.8.4.4 in System Preferences - Networks I did that and it still didnt work.  Just found another forum saying to go into System Preferences - Time and Date and check the Set time and Date automatically. And it worked for me. Hope it works for you too.

  • When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    Hi,
    As the Other threads suggests I would check the Date and Time settings on the Mac and compare that with the settings in the router.
    Messages (and iChat before that) send Time stamped info to Login and to send IMs.
    Obviously most people set their Macs to their Time Zone and nearest city/town.
    What people sometimes forget is that their Router/Modem device(s) have to be set correctly as well.
    EDIT
    Also Add a Public DNS server to your System Preferences> Network > Advanced Button > DNS  tab
    A Google one such as 8.8.4.4 or 8.8.8.8 seem to work well for most people
    10:15 PM      Saturday; March 17, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • I can't log in to ichat.  Everytime I try I get a message "The server encountered an error processing registration. Please try again later"  .  Is there anything I can do.   this has been going on since yesterday.

    I can't log into ichat.  Everytime i try, I get this message:  "The server encountered an error processing registration. Please try again later."  This has been going on since last night.  Is there something I can do?

    I can't log into ichat.  Everytime i try, I get this message:  "The server encountered an error processing registration. Please try again later."  This has been going on since last night.  Is there something I can do?

  • Request Error - The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity

    I'm trying to create an Orchestrator Connector in Service manager, It is not going well.
    The most resent alarm is
          <p class="heading1">Request Error</p>
          <p>The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity.'
       For the Orchestrator Web Service URL: I have http://Server_Name:81/Orchestrator2012/Orchestrator.svc/
    I created a new Run As account that uses Windows authentication, when I test the connection thats the alarm I get.
    Paul Arbogast

    Hi,
    Can you access the URL using a browser? Does it work with the credentials used for the RunAs account?
    Strange error message though - are the account you are running the console with, present in the SCSM CMDB?
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

  • TS4268 I am trying to facetime on my mac but keep getting the message "The server encountered an error processing registration. Please try again later." I have gotten this multiple times. how can I get around this?

    priority:
    I am trying to facetime on my mac but keep getting the message "The server encountered an error processing registration. Please try again later." I have gotten this multiple times. how can I get around this?
    i also have tried downloading "FaceTap" application to get facetime on my ipad and failed too. i thought i failed because i couldnt download latest 6.0 iOS or later. i downloaded latest software update for iOS but was 5.8 I think

    Wait until Apple fix it. See: http://www.apple.com/support/icloud/systemstatus/

  • Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

    Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

    Face time no longer works for me. Lost my contacts even! Keep trying to change PWD and keep getting same error message: The server encountered an error processing registration. Please try again later. Can you advise? Thanks!

Maybe you are looking for

  • How do I upload files onto Pages on my iPad?

    How do I upload files onto pages on my iPad?

  • I have error with Nokia Music

    I'm using lumia 710...im having problem with Nokia music..when anytime I start download music..its giving error "not downloaded" so I can't download the music from it....help me to resolve this....

  • Disable close icon on title bar

    Is it possible to disable the close icon on the title bar (right hand corner) in a swing window? Fai.

  • Patch level from 47 to 56

    Hi Friends, Currently we are in production at PATCH LEVEL 47. Recently we applied patch 47 TO 56 in development system Please suggest me in the below mentioned point of view. 1) What are the major changes we need to observe or what are scenerio we ne

  • Repository[1].jnlp,directory[1].jnlp is not a valid win32 application error

    Hi friends..        Hope you are doing well..        I have a problem in my xi...Actually i deployed jdbc drivers for My SQL 5.0 and MS sql also in my xi. So to deploy i started my xi server and i deployed. I deployed the drivers through SDM. It was