Tuxedo Memory Leak Issue (Tuxedo 8.1 - Windows Server 2003)

Hi
We are running tuxedo 8.1, 32 bit with patch level 258 in our windows server 2003 based production environment. We are currently facing an issue where the memory usage of machine slowly keeps on going higher and higher eventually resulting in “Memory Allocation Failure” to tuxedo servers. We then have to do a complete restart of tuxedo which stabilizes the system for other few days.
We have been analyzing the our source code in development/test environment using different tools like a customized Alzheimer tool and IBM purify but both tools reported no memory leaks. We then developed a test tuxedo server exposing a tuxedo service which simply allocates a memory to a response buffer and then returns the response buffer. I then configured tuxedo queue with same name “MEMTEST3” and configured a TMQForward server to call this “MEMTEST3” service every time a message is en-queued to the MEMTEST3 queue.
unsigned long _LIBENTRY ulTPAlloc(FBFR32 **ppc, long size)
unsigned long ulRes = MSG_SUCCESS_c;
ppc = (FBFR32 ) tpalloc("FML32", (char *) 0, size);
if (*ppc == (FBFR32 *) 0) {
vLogMessage(hGetLogHandle(), MSG_MEM_ALLOC_ERR_c, (char *) 0, (Event_t *) 0,
BM_NOSUPPRESS_c, size);
ulRes = MSG_MEM_ALLOC_ERR_c;
return (ulRes);
/*==============================================================================
Service MEMTEST2
==============================================================================*/
void MEMTEST3(TPSVCINFO *pRequest)
FBFR32 *pFmlResponse = NULL;
FBFR32 *pFml = NULL;
unsigned long ulRes = MSG_SUCCESS_c;
unsigned long ulActionCode = 0;
int iExitValue = 0;
long lTpurcode = 0;
FBFR32 *pFmlNULL = NULL;
userlog("Starting MEMTEST3 service.");
if (pRequest == NULL || pRequest->data == NULL)
vLogMessage(hGetLogHandle(), MSG_API_ARGS_ERR_c, NULL, NULL, BM_NOSUPPRESS_c);
ulRes = MSG_API_ARGS_ERR_c;
else
pFml = (FBFR32 *) pRequest->data;
userlog("MEMTEST3: GET THE MEM");
ulRes = ulTPAlloc(&pFmlResponse, 1024);
userlog("Ending MEMTEST3 service.");
tpreturn( iExitValue, lTpurcode, ( char * ) pFmlResponse , 0L, 0L );
While I was en-queuing the messages to the queue, I kept on monitoring the memory usage of the server hosting the service. What I observed was that I saw an initial hike in the usage of memory of the server followed by small jumps in memory increase. I kept on monitoring the server for a long time and the memory was never returned. What I suspect is that there is memory leak in tuxedo TMQforward process as it never released the memory allocated in the service.
Can anyone help how this situation can be avoided ?
Kind Regards,
Asim

Hi Todd,
Also as well as my previous question, I also found your reply to another user posting something similar at Re: Memory leaks in Tuxedo libraries
You mention that:
In general Tuxedo will free anything it allocates, although there are cases where memory is allocated and not freed because:
+1) it is one time or a fixed number of times allocations that will not continue to grow, and freeing up the memory just before exiting isn't of any benefit.+
+2) the memory is under Tuxedo's memory management functions where we manage our own look aside lists to provide better buffer allocation performance and again freeing these before process termination is of little benefit.+
Our code does only issue TPALLOC once and then a TPRETURN - could point (1) of your comment above also be something of concern to us, where we would observe a continuous growth of memory usage?
I know it may sound like a stupid question but do we need to run our code 20,000 times before memory gets freed?
Kind Regards,
Asim

Similar Messages

  • Windows Server 2003 R2 Enterprise Edition 32 bits Service Pack 2 never finishes searching for updates and use 100% of CPU.

    Hi everyone, I am having issues updating a clean Windows Server 2003 R2 Enterprise Edition 32 bits Service Pack 2, so any help with be appreciated cause I've already tried all my cards for the past 5 days in this particular issue without success.
    All I did so far is installing Windows Server 2003 R2 Enterprise with Service Pack 2, open IE to update, it keeps searching for updates and never stop, after 20mn to 30mn the process svchost.exe start using 100% of my CPU.
    I already tried the following scenarios:
    1-  Install IE8, install the update KB927891 and the Windows Update Agent 3.0 (I already had this one installed). Reboot and run windows update trough IE8 and the problem did not solved.
    2- Install those 2 software "MicrosoftFixit.wu.MATSKB.Run" and "MicrosoftFixit50777", open IE to update, it still hangs and continues eating my CPU. This is the output of "MicrosoftFixit".
    Windows Update error 0x8007000D(2014-01-06-T-06_06_34A) --> Not Fixed
    Cryptographic service components are not registered (This service is actually running successfully) --> Not Fixed
    3- I found the following script that would register some DLL, deleting the "SoftwareDistribution" and forcing windows update to solve the problem and nothing happened either.
    Link to script:
    http://gallery.technet.microsoft.com/scriptcenter/Dos-Command-Line-Batch-to-fb07b159#content
    Here is a link to the content of my WindowUpdate.log file:
    https://skydrive.live.com/redir?resid=883EE9BE85F9632B%21105
    Thank you in advance for helping.

    All I did so far is installing Windows Server 2003 R2 Enterprise with Service Pack 2, open IE to update, it keeps searching for updates and never stop, after 20mn to 30mn the process svchost.exe start using 100% of my CPU.
    Herein is the root cause of your issue. A topic that's been discussed in several blogs, forums, and even in the media since September regards a known issue with attempting to patch IE6 RTM via Windows Update.
    Aside from that particular issue... browsing the Internet with an unpatched instance of IE6, especially from a Windows Server system, is also asking for a world of hurt.
    Might I suggest the following:
    Download the IE8 for Windows Server 2003 installer to a thumb drive.
    Download the latest Cumulative Security Update for IE8 for Windows Server 2003 to a thumb drive.
    Reinstall Windows Server 2003 with Service Pack 2.
    Upgrade to IE8 from the thumb drive installer and apply the
    Cumulative Security Update.
    Now your machine is capable of safely browsing to Windows Update to install the rest of the updates (well, maybe, there's also all those other Security Updates from the past seven years that your machine still has vulnerabilites for -- even those seven
    years of updates are going to take a Very Long Time to scan for, download, and install).
    Why don't you have a WSUS server? -- noting, wryly, that you've posted in the *WSUS* forum.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Memory leak issue in tuxedo server

    Hi,
    I am facing memory issues in our tuxedo application.One of the server memory utilization is gradually increasing after reboot. As a temporary solution , we are making restart of that particular server every week.
    I have installed Valgrind tool.i am trying to call the service ( Around 800 services are part of application ) which i suspect causing memory leak through ud script. like below.
    valgrind ud32 < servicename.ud
    but it is not giving memory leak details in actual service instead it is giving details about ud.
    Could you guys suggest how can we find memory leak in tuxedo services.
    Thanks
    Ramana

    HI Sir,
    Thanks a lot for your response.
    I ran the comand as mentioned by you in your post. but i haven't shutdown the server bcoz it is prod environment.
    It logged huge output to the log file.
    Below is the summary of the logfile.
    ==00:00:00:05.383 23666== LEAK SUMMARY:
    ==00:00:00:05.383 23666== definitely lost: 7,105 bytes in 7 blocks
    ==00:00:00:05.383 23666== indirectly lost: 3,383 bytes in 18 blocks
    ==00:00:00:05.383 23666== possibly lost: 28,653 bytes in 9 blocks
    ==00:00:00:05.383 23666== still reachable: 529,286 bytes in 288 blocks
    ==00:00:00:05.383 23666== suppressed: 0 bytes in 0 blocks
    ==00:00:00:05.383 23666==
    ==00:00:00:05.383 23666== For counts of detected and suppressed errors, rerun with: -v
    ==00:00:00:05.383 23666== Use --track-origins=yes to see where uninitialised values come from
    ==00:00:00:05.383 23666== ERROR SUMMARY: 107 errors from 72 contexts (suppressed: 10 from 10)
    But I am not able to understand the output logfile. Could you please let me know how can we analyze the logfile.
    Thanks in advance.

  • PGA memory Leak issue along with TNS: listener could not hand off client connection

    Hi,
    We have two Oracle Database instances in a 32 bit Standard Edition Windows OS machine with 3 GB RAM : 1) 1525 MB (SGA+PGA) 2) 515 MB (SGA+PGA)
    Recently we upgraded the RAM from 3 GB to 4 GB. Subsequently we upgraded the SGA + PGA of the 2nd instance to 771 MB.
    This has resulted into PGA memory leak issue reported in the alert log file and trace file.
    Reverting back the SGA+PGA size to 515 MB solved the issue.
    Is this issue related to Address Windowing Extension (AWE)?
    Is the reason related to Total memory for all the cumulative Oracle instance should be < 2GB.
    How to solve this?
    Mon Jul 15 08:21:25 2013
    ORACLE V10.2.0.4.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 4 - type 586, 4 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:1068M/4023M, Ph+PgF:4985M/7933M, VA:18M/2047M
    Instance name: dp3
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 4484, image: ORACLE.EXE (SHAD)
    *** 2013-07-15 08:21:25.133
    *** ACTION NAME:() 2013-07-15 08:21:25.133
    *** MODULE NAME:() 2013-07-15 08:21:25.133
    *** SERVICE NAME:() 2013-07-15 08:21:25.133
    *** SESSION ID:(90.829) 2013-07-15 08:21:25.133
    ******** ERROR: PGA memory leak detected 6302928 > 30176 ********
    HEAP DUMP heap name="pga heap"  desc=6C98A800
    extent sz=0x206c alt=92 het=32767 rec=0 flg=3 opc=3
    parent=00000000 owner=00000000 nex=00000000 xsz=0x0
    EXTENT 0 addr=7FC10008
      Chunk 7fc10010 sz=    64996    free      "               "
      Chunk 7fc1fdf4 sz=  2097676    freeable  "krfrbAllocate: "
    Dump of memory from 0x7FC1FDF4 to 0x7FE20000
    7FC1FDF0          1020020D 7FC10010 03871E90      [.. .........]
    7FC1FE00 00000000 00000000 00000000 00000000  [................]
      Repeat 131103 times
    EXTENT 1 addr=7FA00008
      Chunk 7fa00010 sz=    64996    free      "               "
      Chunk 7fa0fdf4 sz=  2097676    freeable  "krfrbAllocate: "
    Dump of memory from 0x7FA0FDF4 to 0x7FC10000
    7FA0FDF0          1020020D 7FA00010 03871E90      [.. .........]
    7FA0FE00 00000000 00000000 00000000 00000000  [................]
      Repeat 131103 times
    EXTENT 2 addr=7F7F0008
      Chunk 7f7f0010 sz=    64996    free      "               "
      Chunk 7f7ffdf4 sz=  2097676    freeable  "krfrbAllocate: "
    Dump of memory from 0x7F7FFDF4 to 0x7FA00000
    7F7FFDF0          1020020D 7F7F0010 03871E90      [.. .........]
    7F7FFE00 00000000 00000000 00000000 00000000  [................]
      Repeat 131103 times
    EXTENT 3 addr=70A50008

    There may be something fixed in the patch that gives the error rather than mysterious hangs.  I would prefer that, myself.  There may be something in the patch that changes how Oracle allocates user, system and program areas.
    At some point you spend more trying to limp things along in a growing environment than simply upgrading.  32 bit environments these days is an indicator that management is figuring some false economies.  But that's their prerogative.
    The PGA can be affected by many things, not least of which is how the application uses it.  Much has been written about it, my own experience has been more is used than most people say.  But that is probably just my app.  Note there are different ways to set it, and a parameter with "target" in it might not be a hard limit.  Different execution plans for the same code may use different amounts of memory - there can even be situations where forcing some code to use a sort area instead, or even forcing more operations to disk, can free up more pga for everyone else.  It depends.  But that's why I look at multi-pass operations in dbconsole.

  • Memory leak issue on Blackberry Torch 9860

    I own a Blackberry Torch 9860 Os 7.0 Bundle 1465 for the last 5 months
    Previously I had Blackberry Curve 9300 which I had upgraded to OS 6.0. It had memory leak issues wherein my application memory would gradually dropdown to merely KBs within a few days and I had to reboot it to restore the same.
    When I purchased Torch 9860, I migrated my device settings from Curve to Torch using the Desktop Manager. I face the same memory leak issues in this new device as well. I have 3 email accounts configured on my device and some social networking applications which include facebook, twitter, and some messengers. I usually delete my emails and keep only a few useful mails for reference. Still I am facing this issue wherein I have to reboot my device to restore the application memory. It starts from 152 Mb and usually dropsdown to merely Kilobytes of memory. The phone freezes for around 1-2 minutes sometimes when I am on call, or accessing my contacts.
    Also to let you know that I have a 8GB memory card on my phone which has around 1.6 GB free space. I have disabled Compression on my memory card as well.
    Please advise as I am having a hard time using this time this way.
    Regards,
    Abhinav Sharma
    Thanks and regards,
    Abhinav Sharma

    I have the almost same problem when i run the phone gap app on the 9800 torch OS 6 than this build of 1.2 MB takes the memory of 40 MB at run time and the device gives the low memory message and close the app forcefully.
    In my app phone gap is using 3-4 html pages and java script .
    And when i navigate on these pages it gives this message of memory low.
    Please help me to out of this .
    And please suggest if any professional help in this
    Thanks\\\
    Vipin Tomer

  • Memory leak issue with link server between SQL Server 2012 and Oracle

    Hi,
    We are trying to use the linked server feature with SQL Server 2012 to connect SQL server and Oracle database. We are concerned about the existing memory leak issue.  For more context please refer to the link.
    http://blogs.msdn.com/b/psssql/archive/2009/09/22/if-you-use-linked-server-queries-you-need-to-read-this.aspx
    The above link talks about the issues with SQL Server versions 2005 and 2008, not sure if this is still the case in 2012.  I could not find any article that talks about if this issue was fixed by Microsoft in later version.
    We know that SQL Server process crashes because of the third-party linked server provider which is loaded inside SQL Server process. If the third-party linked server provider is enabled together with the
    Allow inprocess option, the SQL Server process crashes when this third-party linked server experiences internal problems.
    We wanted to know if this fixed in SQL Server 2012 ?

    So your question is more of a information type or are you really facing OOM issue.
    There can be two things for OOM
    1. There is bug in SQL Server which is causing the issue which might be fixed in 2012
    2. The Linked server provider used to connect to Oracle is not upto date and some patch is missing or more recent version is to be used.  Did you made sure that you are using latest version.
    What is Oracle version you are trying to connect(9i,10g, R2...)
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Process memory leak issue  solaris 10

    I have a process which has a memory leak issue. I ran this process on solaris 9 as well as solaris 10. When i run prstat command i get a different output for two. Funny thing is that memory leak noted in solaris 10 is much more than that in solaris 9 e.g if it is 1 MB in solaris 9 then its 4 MB in solaris 10.
    What can be possibly causing this ? Is this related to kernel implementation on diff solaris ?

    I have a process which has a memory leak issue. I ran this process on solaris 9 as well as solaris 10. When i run prstat command i get a different output for two. Funny thing is that memory leak noted in solaris 10 is much more than that in solaris 9 e.g if it is 1 MB in solaris 9 then its 4 MB in solaris 10.
    What can be possibly causing this ? Is this related to kernel implementation on diff solaris ?

  • What is the best way to deal with memory leak issue in sql server 2008 R2

    What is the best way to deal with memory leak issue in sql server 2008 R2.

    What is the best way to deal with memory leak issue in sql server 2008 R2.
    I have heard of memory leak in OS that too because of some external application or rouge drivers SQL server 2008 R2 if patched to latest SP and CU ( may be if required) does not leaks memory.
    Are you in opinion that since SQL is taking lot of memory and then not releasing it is a memory leak.If so this is not a memory leak but default behavior .You need to set proper value for max server memory in sp_configure to limit buffer pool usage.However
    sql can take more memory from outside buffer pool if linked server ,CLR,extended stored procs XML are heavily utilized
    Any specific issue you are facing
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Is this a memory leak issue ?

    We are using Jdev10g + BC4J + Struts + JSP to build our enterprise application,
    but when the application running some days in our Application Server(RedHat AS3-86, with 4GB RAM), the memory consumed is serious ! we doubt and worry
    about maybe our application suffer the memory leak problem, so we want to know have the command to find out whether our application caused the memory leak
    issue and which program is the major murderer for memory.
    In EM console , the memory utilization chart have big memory consumed in "other" legend ? the "other" legend is mean what ? I cannot find the consumer process in system level through ps command ? it seems disapear ! but after I reboot the server , the "other" legend is clear !

    The second scenario is, as we perform some deployment activity on 10g, the memory usage chart shows a sharp consumption of memory about 1.5GB .the loss memory almost be display in "other" legend chart !
    Please give us some advice , thanks in advance

  • Memory Leak issues

    Hello. I am having an issue with Flash 9 and wasnt sure if
    this needed to be posted in here or general. I figured that I would
    need some kind of code to fix this so I posted it in here.
    This is my issue..the typical dreaded memory leak problem.
    The project looks very similar to this:
    We have, say, 100 individual images in the library. Each
    image is an 800x600 jpg file. We create a layer and put each image
    on a frame. About every so many frames, (lets say frame 33 or frame
    66) we stop at that point and ask a question and wait for some kind
    of response from the user. If its the correct response, we continue
    on, if not, we just repeat the question till they get the answer
    correctly. There are also fscommands that send out to an external
    application if the user clicked the correct or incorrect answer at
    these points.
    However, this is causing a rather massive memory leak. I was
    wondering if there is a solution either by code or we are just
    doing something wrong, to help fix our memory leak issue. Some
    files in our projects are small enough to not notice it but we have
    one particular file that is around 500 frames of animation and you
    can imagine how hungry flash got with this one.
    Any suggestions?

    Lots of ideas:
    First thing? Check the File Free at Options > Status, what is the number at File Free? Now, remove the battery of your device, hold a minute, replace and reboot. What is the File Free now?
    Read this: http://www.blackberryforums.com/general-blackberry-discussion/116396-managing-your-bb-memory-lost-ca...
    And this: http://www.blackberryforums.com/general-blackberry-discussion/112029-losing-call-logs-sms-emails-opt...
    Additional links to read:
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15345&sliceId=SAL_Pub...
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB14320&sliceId=SAL_Pub...
    http://www.blackberry.com/btsc/dynamickc.do?externalId=KB14213&sliceId=SAL_Public&command=show&forwa...
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • About memory issue during installing Oracle 11g on Windows Server 2003

    Hi, all
    When I installed Oracle 11g on Windows Server 2003 which the server is a virtual server, Oracle only can detect 2G memory.
    But there are 4G memory with my server.
    I want to know if the Oracle 11g's new feature or the virtual server lead the issue.
    Also , I want to get your help to resolve the issue, thanks a lot.

    Let me get this straight:
    You have created some virtual machine using someone's unknown VM software.
    You have installed Windows Server 2003 (perhaps, but not confirmed 32-bit) to that VM.
    You have allocated 4GB of memory to the VM (we guess ... not sure I'm ready to take your word on this)
    You are attempting to install Oracle 11g (presumably 11gR1 32 bit for Windows) in the VM
    And the Oracle (installer?) seems to be reporting that you only have 2GB RAM.
    Since I personally have installed Oracle 11g 32bit for Windows on Windows 2003 server with 4GB RAM and had no issues, I would be investigating the (unknown) VM environment.

  • PROXY.NLM Abend & Memory Leak issues

    Issue:
    1. BM39SP2 abends frequently
    2. Memory Leak issue.
    3. During the restart, it has Short Term memory issues
    Environment:
    Netware 6.5 SP6
    BorderManager 3.9 SP2 (with latest proxy.nlm)
    Server has 4 GB memory
    Additional Info: The server is patched with the latest TCP & Winsock patch for SP6.
    Latest Abend information
    Novell Netware, V6.5 Support Pack 6 - Internal Release
    PVER: 6.50.06
    Server BMMH01 halted Tuesday, 23 March 2010 10:57:37.119 am
    Abend 1 on P00: Server-5.70.06: Page Fault Processor Exception (Error code 00000000)
    Registers:
    CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068
    EAX = 1B8A5FFA EBX = 222E40A8 ECX = FFFFB5F6 EDX = 1B8A440A
    ESI = 1B8A4EB2 EDI = FFFFC73E EBP = 1B8A15E4 ESP = 8AE58E14
    EIP = 1195093C FLAGS = 00010012
    1195093C 385006 CMP [EAX+06]=?, DL
    EIP in PROXY.NLM at code start +000CC93Ch
    Access Location: 0x1B8A6000
    The violation occurred while processing the following instruction:
    1195093C 385006 CMP [EAX+06], DL
    1195093F 744C JZ 1195098D
    11950941 385007 CMP [EAX+07], DL
    11950944 7451 JZ 11950997
    11950946 83E908 SUB ECX, 00000008
    11950949 0508000000 ADD EAX, 00000008
    1195094E 83F908 CMP ECX, 00000008
    11950951 73CC JNB 1195091F
    11950953 0BC9 OR ECX, ECX
    11950955 7408 JZ 1195095F
    Running process: Server 11 Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: 8AE58F60
    OS Stack limit: 8AE51020
    Scheduling priority: 67371008
    Wait state: 50500F0 Waiting for work
    Stack: 118CD415 (PROXY.NLM|PLD_ParseHTTPHeaders+435)
    --1B8A4EB2 ?
    --FFFFC73E ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000A6A (LOADER.NLM|KernelAddressSpace+A6A)
    --1327FA48 ?
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --1B8A15E4 ?
    --222E40A8 ?
    1191031B (PROXY.NLM|SSLLoginWithFormDataCallback+36B)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --222E40A8 ?
    --1B8A15E4 ?
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --8AE58E78 ?
    --8AE58EE4 ?
    1191DF79 (PROXY.NLM|tsw_ssl3_ReadRecord+239)
    --98994F6E ?
    --1560BD04 ?
    --1B8A15F0 ?
    1191DFD4 (PROXY.NLM|tsw_ssl3_ReadRecord+294)
    --1B8A15F0 ?
    --8AE58E78 ?
    --00000014 (LOADER.NLM|KernelAddressSpace+14)
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --3935A2FF ?
    --097478C7 ?
    --A1C483D4 ?
    --00000008 (LOADER.NLM|KernelAddressSpace+8)
    --00000014 (LOADER.NLM|KernelAddressSpace+14)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --1B8A15F0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000028 (LOADER.NLM|KernelAddressSpace+28)
    --222E40A8 ?
    --00000028 (LOADER.NLM|KernelAddressSpace+28)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --1327FA48 ?
    --222E40A8 ?
    11910D85 (PROXY.NLM|SSLRedirectDataCallback+235)
    --222E40A8 ?
    --00000028 (LOADER.NLM|KernelAddressSpace+28)
    --8AE58EE4 ?
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --898E039B ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000028 (LOADER.NLM|KernelAddressSpace+28)
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --222E40A8 ?
    --00000017 (LOADER.NLM|KernelAddressSpace+17)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --1B8A15E4 ?
    --00004800 (LOADER.NLM|KernelAddressSpace+4800)
    --222E40A8 ?
    119078CD (PROXY.NLM|TSW_SSL_Read+2D)
    --1560BD04 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --1B8A15E4 ?
    --1B8A15F0 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --0000000C (LOADER.NLM|KernelAddressSpace+C)
    --1B8A15E4 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --222E40A8 ?
    1190EF88 (PROXY.NLM|SSL_V3_ServerDataReplyHandler+158)
    --222E40A8 ?
    -1197D604 (PROXY.NLM|rsSSL_V3_ServerWaitingForRequest+0)
    --1560BD04 ?
    --222E40A8 ?
    --0347E701 ?
    --0F78E700 ?
    118E9400 (PROXY.NLM|CallrsCallBacks+0)
    118E9454 (PROXY.NLM|CallrsCallBacks+54)
    --222E40A8 ?
    00362862 (SERVER.NLM|StartWorkToDo+23)
    --222E40A8 ?
    --0347E701 ?
    --0F78E700 ?
    --8AE18E30 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    0021459A (SERVER.NLM|WorkerThread+4F6)
    --222E40A8 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --8ADA5400 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --8ADA5400 ?
    00221528 (SERVER.NLM|TcoNewSystemThreadEntryPoint+40)
    --8ADA5400 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The CPU encountered a problem executing code in PROXY.NLM. The problem may be in that module or in data passed to that module by a process owned by SERVER.NLM.
    Kindly suggest.

    In article <[email protected]>, Dkeyur wrote:
    > Netware 6.5 SP6
    > BorderManager 3.9 SP2 (with latest proxy.nlm)
    > Server has 4 GB memory
    >
    > Additional Info: The server is patched with the latest TCP & Winsock
    >
    Is the above correct? If so, you are not even close to having the
    latest patches. (NW65SP8, not SP6). Adding late tcp and winsock
    patched to SP6 would probably cause problems.
    If you look over the abend messages, and some of them refer to an LSL
    component, it's very likely you need the wsock6o patch. (Check tip #1
    at the URL below).
    If you just typo'd the patch, and you are at sp8, at least try clearing
    the cache. Unload proxy, load proxy -cc.
    Craig Johnson
    Novell Knowledge Partner
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

  • Windows Serve 2003 Paging Issue

    Hi All,
    We have one windows server 2003 enterprise edition with good CPU power & 24 GB of physical memory.
    Since last few days weeks. This server becomes non-responsive with large number of event id 50 & 51. We can't access this system when this happens & someone need to go & hard reboot the system.
    Assumes this is something related to memory leak from some application but didn't find the exact trace for that.
    Any way to narrow down  this trace.
    Thanks,
    Sandesh

    Hi sandeshgawade87,
    Did you install the following Hotfix:
    Some data is corrupted when cached and noncached I/O operations occur by using the same NTFS file handle
    http://support.microsoft.com/kb/981166
    From the event ID, it also can caused by the hardware issue, please check your storage hardware related system.
    The related KB:
    Information about Event ID 51
    http://support.microsoft.com/kb/244780
    Windows System Event Log Errors that indicate possible I/O problems can be associated with database inconsistency or performance problems for SQL Server
    http://support.microsoft.com/kb/2091098
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Out of memory using Windows Server 2003 and Oracle 9.2.0.3

    Hi,
    I just installed both Windows Server 2003 and Oracle 9.2.0.3. The server I am using has 4 gigabytes of memory installed, and windows shows that to be the actual physical memory on the server. The paging file is 8 gigabytes for a total of 12 gigabytes of virtual memory.
    Using the Oracle Database Configuration Assistant, I create a new database using default values. After verifying the installation worked OK (database started, queries ran), I attempted to change some of the memory parameters and was able to start the database using about 1.4 gigabytes of total SGA, with the O/S using about .3 gigabytes for a total of 1.7 gigabytes. I then attempted to change the buffer cache + 1 gigabyte for a total of 2 gigabytes. Now the database will not start and I get an out of memory error ora-27102 with an additional O/S memory error of "O/S Error: (OS 8) Not enough storage is available to process this command".
    So, I have two problems:
    1) With 4 gigabytes installed, and the O/S using only about 300 megabytes, why isn't Oracle able to take advantage of the memory on this machine past the 1.7 gigabytes (as reported by Windows task manager).
    2) How do I change the spfile memory parameters so the database will start using spfile? I can start the database pointing to a pfile with lesser memory parameters, but I don't know how to effect change on the spfile, since I cannot start with the spfile.
    Both these technologies (9.2.0.3 and Server 2003) are new to me, so any insight would be appreciated!
    HERE ARE THE SPFILE PARAMETERS THAT WORKED:
    SGA (M)
    Shared Pool=104
    Buffer Cache=960 ***
    Large Pool=0
    Java Pool=64
    Total SGA=1128
    SGA Max Size=1321
    Aggregate PGA Target=1500
    Current PGA Allocated=22868KB
    WINDOWS MEMORY INFO FROM TASK MANAGER SHOW:
    PF Usage=1.66GB
    Physical Memory (K)
    Total=4062704
    Available=3203460
    System Cache=2499096
    Commit Charge (K)
    Total=1748184
    Limit=12288628
    Peak=1925276
    *** When I change this to 2048 the database did not start.
    Thank you.

    CREATE SPFILE
    Purpose
    Use the CREATE SPFILE statement to create a server parameter file from a client-side initialization parameter file. Server parameter files are binary files that exist only on the server and are called from client locations to start up the database.
    Server parameter files let you make persistent changes to individual parameters. When you use a server parameter file, you can specify in an ALTER SYSTEM SET parameter statement that the new parameter value should be persistent. This means that the new value applies not only in the current instance, but also to any instances that are started up subsequently. Traditional client-side parameter files do not let you make persistent changes to parameter values. Because they are located on the server, these files allow for automatic database tuning by Oracle and for backup by Recovery Manager (RMAN).
    To use a server parameter file when starting up the database, you must create it from a traditional text initialization parameter file using the CREATE SPFILE statement.
    All instances in an Real Application Clusters environment must use the same server parameter file. However, when otherwise permitted, individual instances can have different settings of the same parameter within this one file. Instance-specific parameter definitions are specified as SID.parameter = value, where SID is the instance identifier.
    The method of starting up the database with a server parameter file depends on whether you create a default or nondefault server parameter file. Please refer to "Creating a Server Parameter File: Examples" for examples of how to use server parameter files.
    See Also:
    CREATE PFILE for information on creating a regular text parameter file from a binary server parameter file
    Oracle9i Database Administrator's Guide for information on pre-Oracle9i initialization parameter files and Oracle9i server parameter files
    Oracle9i Real Application Clusters Administration for information on using server parameter files in a Real Application Clusters environment
    Prerequisites
    You must have the SYSDBA or the SYSOPER system privilege to execute this statement. You can execute this statement before or after instance startup. However, if you have already started an instance using spfile_name, you cannot specify the same spfile_name in this statement.
    Syntax
    create_spfile::=
    Text description of create_spfile
    Semantics
    spfile_name
    This clause lets you specify a name for the server parameter file you are creating.
    If you do not specify spfile_name, Oracle uses the platform-specific default server parameter filename. If spfile_name already exists on the server, this statement will overwrite it. When using a default server parameter file, you start up the database without referring to the file by name.
    If you do specify spfile_name, you are creating a nondefault server parameter file. In this case, to start up the database, you must first create a single-line traditional parameter file that points to the server parameter file, and then name the single-line file in your STARTUP command.
    See Also:
    "Creating a Server Parameter File: Examples" for information on starting up the database with default and nondefault server parameter files
    Oracle9i Database Administrator's Guide for Windows (or other appropriate operating system specific documentation) for default parameter file names
    pfile_name
    Specify the traditional initialization parameter file from which you want to create a server parameter file.
    If you specify pfile_name, the parameter file must reside on the server. If it does not reside in the default directory for parameter files on your operating system, you must specify the full path.
    If you do not specify pfile_name, Oracle looks in the default directory for parameter files on your operating system for the default parameter filename, and uses that file. If that file does not exist in the expected directory, Oracle returns an error.
    Note:
    In a Real Application Clusters environment, you must first combine all instance parameter files into one file before specifying it in this statement to create a server parameter file. For information on accomplishing this step, see Oracle9i Real Application Clusters Setup and Configuration.
    Examples
    Creating a Server Parameter File: Examples
    The following example creates a default server parameter file from a client initialization parameter file named t_init1.ora:
    CREATE SPFILE
    FROM PFILE = '$ORACLE_HOME/work/t_init1.ora';
    Note:
    Typically you will need to specify the full path and filename for parameter files on your operating system. Please refer to your Oracle operating system documentation for path information.
    When you create a default server parameter file, you subsequently start up the database using that server parameter file by using the SQL*Plus command STARTUP without the PFILE parameter, as follows:
    STARTUP
    The following example creates a nondefault server parameter file s_params.ora from a client initialization file named t_init1.ora:
    CREATE SPFILE = 's_params.ora'
    FROM PFILE = '$ORACLE_HOME/work/t_init1.ora';
    When you create a nondefault server parameter file, you subsequently start up the database by first creating a traditional parameter file containing the following single line:
    spfile = 's_params.ora'
    The name of this parameter file must comply with the naming conventions of your operating system. You then use the single-line parameter file in the STARTUP command. The following example shows how to start up the database, assuming that the single-line parameter file is named new_param.ora:
    STARTUP PFILE=new_param.ora
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_616a.htm#SQLRF01315
    Joel P�rez

  • Issues with creating PDF's (Acrobat 8.1.6. and 9.1.3) in Windows Server 2003 (32 bit) and Windows XP (64bit)

    We have a report package that generates customised reports
    We generate the PDF's by simply "printing" to the Adobe PDF printer
    In Windows XP Pro (32 Bit) the report creates the PDF perfectly
    In Windows Server 2003 (32 Bit) or Windows Xp Pro (64 Bit) the PDF is created 90% perfect but some of text has slipped on the page.
    Whilst we are looking into the report writer (Dev Express) I would like to rule out any Acrobat issues.
    With thanks
    Mark

    I think it will work fine if you use the "Enterprise" authentication option.  It may have dependencies on 32 bit components.  So, that's why we must run IIS in 32 bit mode even though it's on a 64 bit OS.  That means CR supports 64 bit OS systems only if you bring down other components that CR uses to 32 bit levels.  I'm not sure if that is considered "full support". 
    We are trying to use the LDAP authentication option, but that tab is disabled.  Other tabs such as Active Directory and WinNT are disabled as well.  There maybe another component that we must bring down to 32 bit processing.
    Is there a way to enable the LDAP authentication configuration tab?
    thanks

Maybe you are looking for

  • Minimum order qty for Stock transport orders

    Hello I wonder if there is any way to make the following fields from the Sales org 1 view in the material master to apply on Stock transport orders (ME21N, with subsequent delivery created in VL10B): Minimum order qty Minimum delivery qty Delivery un

  • Getting Adobe Lifecycle Error when opening the pdf document to provide comments

    Hi All, I am getting AdobeLifeCycle Error message when I am trying to give comments in the pdf document. I have a workaround in place for the same but I want a permanent fix. PFB the workaround for the same: 1.Delete the Adobe folder from the users l

  • How to install OID connector using OIM API in 11g?

    Hi All, We are using OID connector in OIM 11g environment. It is a simple process to install OID connector by unzipping the connector zip file to ConnectorDefaultDirectory and goto Admin console and load the connector. However, we are looking for API

  • Files in folder on desktop are invisible

    Every time I move a folder from one macbook to another macbooks desktop the files in the folder becomes invisible! I have a wireless network via airport extreme. I connect to server ›my other macbook‹ and drop the folder on my other macbooks desktop.

  • Problem with update of firmware for 5300

    Hi, I have following problem while trying to update my firmware from version 5.51 to 7.00 on my 5300: I am connecting the phone through usb cable to PC-suite 7.0.9.2 and the update starts normally. Works fine till it reaches exactly 15%. There it shu