Not enough thread ??

Here is the problem which very confuse for me, I've got a web system which is using Struts framework and DBCP connection pooling, web server has put in DM Zone, Oracle DB place in intranet, and the firewall just open the port for communcate between web server and DB.
The problem is, when the system run a couple of time, it will dead automatically, and the error message will display there is not enough thread, please increase it. but I don't think it is the matter.Coz when this error occur, I try to connect to this db with using another application in the same web server, it is fail, the only way is to restart the web server to solve this problem.
The question is, is it really the matter of not enough active thread ? I've set it to 25 active thread and max active thread is 100, in the connection pooling, the active connection set to 5, and the application has about 1000 user.
Can I trace where's the problem is ?? I try to gen the thread dump, but don't know how to read it, just found that most of the thread a doing the same operation : get connection. is it the problem between the web server and db connection ? or the problem of DM Zone ??How do I know what the actual problem is ??

I found some interest things:
There is 2 programs, firstly, program A will get the
connection from pool, then run a loop, in the loop,
it will call program B, program B will get a
connection from pool also, No it won't.
Connections exist only with in an application. A pool of connections in one application can not be used by another.
after program B finished,
it release the connection and back to program A and
so on. After program A finished, the connection will
relase also.
if the program A finished, the web server cannot be
shut down normally (web server is using jrun4 and it
cannot be stop it by using the cmd "jrun -stop
default " and must kill the process manually)
but if program a has not run the loop to call program
B, everything is fine and the server can stop
normally.As a guess, program B is not actually exiting. Or something in the way you are handling the start up of process B and shutdown is wrong.

Similar Messages

  • "there were not enough threads in the threadpool object to complete the operation" exception

    Post Author: crystalmatrix
    CA Forum: .NET
    I have a WinForm application using a Crystal Report Viewer control that in turn connects to a CR web service to display report. The client side application runs on WinXP SP1 with .Net framework 1.1, and the server is Win2k with ASP.Net 1.1. I am using CR XI out of the box.
    Users would periodically get "there were not enough threads in the threadpool object to complete the operation." exception when trying to launch the report viewer connected to the web service. The web service is a standard example implementation derived from CrystalDecisions.Web.Services.ReportServiceBase class. The problem usually happens when the user tries to open multiple report viewer forms, but once they get the error, it would continue to happen even after the user shuts down all viewer forms and then tries to launch a new one.
    There are some posts on the web regarding multiple asynchronous HttpWebRequest draining threadpool when running simultaneously and each one taking a long time to complete. However, our reports all run pretty quickly and results are usually returned before the next report starts to run. So my question is: does Crystal Report Viewer control has a problem with web service in that it may hold the HttpWebRequest thread even after the report is returned, or any other problem that may prevents the asynchronous thread being released back to the Threadpool? Anyone has experienced similar problems and has a workaround?
    Any advice is appreciated.

    Find your serial number quickly

  • Visual C++ Runtime Error R6016 not enough space for thread data

    I get these errors on startup of my Windows 8.1 (with all latest updates installed) after login.
    1. It would be helpful if the error message actually identified the exe or dll causing the problem.
    Program: C:\Progra...
    Is not a very helpful clue to the source of the error and because of its brevity comes across as being contemptuous of the user.
    Image > https://plus.google.com/photos/116576618429528389782/albums/6004901461676803857
    2. From the active apps Desktop toolbar it appears that this problem may be associated with
    Apple IE DAV
    3. I suspect that the problem announced by this error might also be contributing to the the fact that my Chrome browser now appears to be overlaid with a pink matt variation on its entire colour scheme. I have reported the pink matt error directly to Google
    Chrome support.
    Thanks
    Martin

    Hi,
    Have you noticed any event in local event viewer related to this error?
    Error reference:
    C Run-Time Error R6016
    http://social.technet.microsoft.com/Forums/en-US/13aa9b30-e00a-4ddc-9763-93702084bbea/visual-c-runtime-error-r6016-not-enough-space-for-thread-data?fo
    Also, I suggest you to test the issue in clean boot mode to narrow down the issue.
    How to perform a clean boot
    http://support.microsoft.com/kb/929135
    If the issue doesn’t appear in clean boot mod, you can determine which one can be the cause by using dichotomy in MSconfig. Checking on half of Non-Microsoft service and restart, determining which half of the services cause the issue and repeating to check
    half of the problematic half services.
    Otherwise, please test the issue in Safe mode and let me know the results, then provide the screenshot of the error.
    Kate Li
    TechNet Community Support

  • Error starting thread: Not enough storage is available to process...

    Hi all,
    We are seeing server going down frequently with below exception:
    [ERROR][thread ] Failed to start new thread
    [2010-04-08 14:36:54,046][ERROR][com.astrazeneca.portal.rss.ContentTransformer] - Error processing item:null
    ; SystemID: http://beaa.astrazeneca.net:10002/NewsBroker/resources/newsToRss.xsl; Line#: 21; Column#: 128
    javax.xml.transform.TransformerException: java.lang.Error: Error starting thread: Not enough storage is available to process this command.
         at org.apache.xalan.extensions.ExtensionHandlerJavaPackage.callFunction(ExtensionHandlerJavaPackage.java:403)
         at org.apache.xalan.extensions.ExtensionHandlerJavaPackage.callFunction(ExtensionHandlerJavaPackage.java:426)
         at org.apache.xalan.extensions.ExtensionsTable.extFunction(ExtensionsTable.java:220)
         at org.apache.xalan.transformer.TransformerImpl.extFunction(TransformerImpl.java:437)
         at org.apache.xpath.functions.FuncExtFunction.execute(FuncExtFunction.java:199)
         at org.apache.xpath.XPath.execute(XPath.java:268)
         at org.apache.xalan.templates.ElemVariable.getValue(ElemVariable.java:279)
         at org.apache.xalan.templates.ElemVariable.execute(ElemVariable.java:247)
    I have a weblogic support SR open and they suggested to add -XXtlaSize and -XXlargeObjectLimit to our JVM parameter. With these parameters, we are getting below error in Windows frequently:
    Reporting queued error: faulting application java.exe, version 1.5.0.11, faulting module jvm.dll, version 27.3.1.1, fault address 0x0014b442.
    I have seen few threads on Sun forum, but answer was not posted there. Details of our environment are as below:-
    JVM : JROCKIT 1.5.0.11
    OS : Windows 2003
    Application Server : Weblogic 10
    Any inputs or pointers will be highly appreciated as this is a bit urgent for me...
    Thanks & Regards,
    Sanjeev

    Hi Henrik,
    I am running Weblogic with below parameters now:
    -Xnohup -Xms:1536m -Xmx:1536m -XXtlaSize:min=32k,preferred=768k -XXlargeObjectLimit:32K
    Weblogic crashed again with below dump:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 07:17:18 on Fri May 07 15:26:16 2010
    Additional information is available in:
    E:\PortalLIVDomaina\jrockit.5772.dump
    E:\PortalLIVDomaina\jrockit.5772.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x005148AF - memory at 0x00000000 could not be written.
    Minidump : Wrote mdmp. Size is 1406MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.3.1-1_CR344434-89345-1.5.0_11-20070925-1628-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC currently running, in phase: sweeping. This is OC#3000.
    : YC is not running. Last finished YC was YC#9937.
    OC History : Strategy genparpar was used for OC#1.
    : Strategy singleparpar was used for OC#2.
    : Strategy genparpar was used for OC#3 to OC#3000.
    YC History : Ran 11 YCs before OC#2996.
    : Ran 18 YCs before OC#2997.
    : Ran 11 YCs before OC#2998.
    : Ran 8 YCs before OC#2999.
    : Ran 1 YCs before OC#3000.
    Heap : 0x00900000 - 0x60900000
    Compaction : 0x06900000 - 0x0C900000
    Could you please provide some input on this?
    Thanks,
    Sanjeev

  • Thread creation error: Not enough storage is available to process this command

    Two user in my company have this problem, I have already used the solution on the community but would come back after 2 to 3 weeks. They all have the message "Thread creation error: Not enough storage is available to process this command". I tried increase the virtual memory to 4Gb, update one client to the latest, reset IRPStackSize, delete temp folder.  one client is 7.5.XX with windows 7 and another is 6.20.0.104 with Windows XP,My machine is also 6.20 with windows 7 but I dont have this problem.   

    Version previous to 7.6 worked fine. After update I have got this message and mostly of Skype GUI turns black or vanishes. No possibility of making more than one call before crash, It is amazing that a thread started about two weeks ago has no technical answer, at least. What do I do with my credits and my appointments? Throw them away?

  • Thread creation error: Not enough storage space

    Hi,
      Recently (the past week or so), my desktop client for Skype has been crashing regularly. This is accompanied by large (over 1.2GB) amounts of memory usage. At semi-regular intervals (say every few hours), Skype will post an error with the text "Thread creation error: Not enough storage space..."
    I am using the latest build of Skype. I am not performing any Skype logging. This error is clearly an ongoing issue which has not been addressed, as prior threads have discussed this as well.

    Errors like this have been addressed and continue to be addressed.  Being that the errors are related to memory leakage of one form or the other, the problem can have several sources and be agitated by several programs.  I personally run the latest version on all my machines in a 24/7 capacity and have not run into the problem.  Some versions in the past created a similar error for me, yet the latest has not.  If you've already updated your IE's flash and that has not alleviated the problem, the only other solution is running an earlier release that doesn't crash for you or restart Skype more often.  I've had virtual video devices trigger this behavior by simply launching the video settings once.  The virtual device even when not in use continued to consume memory under Skype until it crashed.  So if you use any virtual audio/video components you may want to remove them to see if that changes anything.  Some people have also blocked ads when those were the source.
    http://community.skype.com/t5/Windows-desktop-clie​nt/low-storage/m-p/3974193/highlight/true#M344826

  • Import error "not enough room on "drive" to copy..."

    Hello.
    I have a built 2.8ghz dual xeon workstation that has a 640gb system drive and a 3.8tb (raid 5) storage drive and am unable to add any more songs/moves/music with out always getting an error of not enough room on 'drive' to copy all of the requested files.
    right now the storage drive only has 1.2tb used(all itunes in a single library) i don't think its a item limit in itunes, because it will allow me to add new items as long as i don't allow itunes to move/copy/organize the items.
    I know the drive is not full because i can still add files to it via windows.
    any help would be appreciated, yes i searched and did not find anything that helped. please let me know if you need any more information.

    I encountered the same problem today. Reading other threads I saw where a person identified the bug. I will file today as well.
    I purchased an album from iTunes - I don't recall what they call the product - LP view perhaps? It is the one with the liner notes and such. Anyway some of the the files in this folder have a .itlp suffix. If I skip this album the rest moves fine.
    So basically first run a find to locate any folder/album with the offending suffix. Then select your entire iTunes library. Then un-select the items associated with the offending album. Then right click and select consolidate. That should work.
    I did not do exactly this. Since I have a large library I selected 10-15,000 songs at a time and chose consolidate. This also works.

  • Memory full.Not enough memory for operation.

    To the Report Design Team,
    It has been suggested that I post this issue here based on another thread I started: Re: Memory full.Not enough memory for operation.
    The template contains a single 24 bit PNG image as a background in the Page Header section, plus 9 image records from a SQL Server image field over 3 pages (3 images per page).  The images are all JPG at 3000x2000 (digital camera).
    To summarize, we are experiencing three problems.
    1. CR2008SP2 Designer issues a Memory Full error when Exporting to PDF.
    2. Using a 3rd party PDF Printer (Bullzip PDF) and CR2008SP2 Designer generates a PDF, however, the CR2008SP2 API throws a "Memory full" exception suggesting Designer and API are different (see stack trace in linked message above).
    3. With only 3 images on 1 page, CR2008 Designer Export to PDF takes 110 seconds to generate a 24MB PDF while our third party PDF Printer generates the same report in 17 seconds and 580KB.
    Edited by: Don Williams on Sep 30, 2009 6:43 AM

    The .rpt file size is 14MB with the Data Save option enabled, 12MB without Data Save.  Presumably the 12MB file size is because of the 24bit PNG we have as our background.
    The Designer executes the report in less than a second and we can scroll through all pages and see the image fields perfectly.
    When we Export to PDF, the Designer takes a long time, eventually gets to the 77%, the 7th record and returns "Export report failed" followed by "Memory full".  If we export only page 1 of the 3 pages, it also returns a Memory full error.  However, when the same report is run with only 1 page, that page exports to PDF but with a ridiculously large size and export time.
    The machine has 2GB of physical memory with an 8GB pagefile with Windows 2003 (latest everything).  The process runs up to about 1GB before reporting the memory full error.
    We've also tried a variety of other suggestions posted in the other thread with no success.
    We're happy to provide the RPT file to the Report Team to diagnose the problem.  Ultimately, we need to be able to produce a 15 page report with approximately 45 images.
    Our preferred scenario is fixing problem 2.  The CR Designer seems quite capable of rendering our report and printing it to our third party PDF printer in a timely manner with small size.  However, the API reports memory full.
    The API resides in a dedicated reporting web service with NO other code except for loading the report, setting parameters and printing.  When executing, it uses up to about 1.1GB before reporting the error.
    Are there any other suggestions for fixing what we have?  Are there known problems with large images in reports?  Do we need to lodge a formal support request?
    Regards,  Grant.
    PS.  Grr and my message formatting is lost when I edited this message!!!
    There is a 1500 character limit and then all formatting is removed to save space. Break you posts into separate entries.
    Edited by: grantph on Sep 30, 2009 2:49 AM

  • I have 'not enough space' cursed Pages; even though I have plenty of room it refuses to let me download and install it.

    Common problem, except all trouble shooting leads to the suicide of the question asker because it yields only claims that no matter what you say, you need to make MORE space. It's a 30 meg file, I have 500 meg free. I have deleted and redownloaded and rebooted about thirty times, in various combinations.
    Previously I have cursed many apps this way, always free apps, so I just accepted they were 'dead' to my phone, even after iOS updates and ever since the iPhone 3 this problem has existed (ie: if you didn't have enough space when you START downloading the first time, kiss that app goodbye for life, it just WILL NOT download EVER.) and will either sit at 'Waiting' for a while then claim there's not enough space, or just sit at 'Waiting' indefinitely and progress no further.
    The only thing I haven't tried is formatting the entire thing as a fresh phone and retrying, but that's pretty extreme. Has Apple acknowledged this bugs existance yet? Every support thread I see gets replies of "Make more space." no matter what the asker states and eventually the guy just stops coming back and asking, so they're all pretty much unresolved.
    Just for the record, I have extensive experience with technology, and am not mentally disabled, so please feel free to talk to me at the level at which your inner voice talks to you, I assure you I will get it. So, can has halp plz? 8(
    (PS: I cannot update to the lates iOS 7 as I do not have the insane size required for it to decompress and install, etc, and to do so would require deleting things I cannot lose or having to back it all up manually because there's no convenient way to do it otherwise. Although I can assure you that this problem has been present since the iPhone 3 first came out which was my first iPhone and has been present in every iOS update since, so I have no reason to believe out of the dozens of updates that iOS 7 has addressed this.)

    When you don't have enough storage to perform an operation, then you don't have enough storage.  have you got the 16GB iphone?

  • SBS 2011 Remote Web Workplace issues not enough memory???

    Hi,
    Were having problems with the RWW website on our SBS 2011 server, users are able to logon, but the connect buttons of the computers are not working, if we click on them nothing happes, no error message, nothing.
    When a users logs on we see 5 error messages in the application log of the SBS server, 4 times event 3 appears and 1 time event 1309, all messages say there is not enough memory available (less then 5%). When we close some applications/services and the memory
    usage is below 95% the RWW websites works fine and the connect buttons function properly.
    This server has 16GB of RAM, beside the standard SBS 2011 installation we installed only anti-virus and back-up software on this server.
    We have several other customers that are running SBS 2011 servers, they have less internal memory and sometimes just 98% of free memory, but their RWW websites function without any problems and don't get these error messages.
    Can someone tell me how to resolve this problem?
    This are the complete error messages:
    Logboeknaam:   Application
    Bron:          System.ServiceModel 4.0.0.0
    Datum:         16-5-2013 10:36:34
    Gebeurtenis-id:3
    Taakcategorie: WebHost
    Niveau:        Fout
    Trefwoorden:   Klassiek
    Gebruiker:     NETWORK SERVICE
    Computer:     
    Beschrijving:
    WebHost kan een aanvraag niet verwerken.
     Informatie afzender: System.ServiceModel.ServiceHostingEnvironment+HostingManager/28106152
     Uitzondering: System.ServiceModel.ServiceActivationException: De service /Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc kan niet worden geactiveerd als gevolg van een uitzondering tijdens de compilatie. Het uitzonderingsbericht is: Het controleren
    van de geheugenpoorten is mislukt omdat het vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen. U kunt dit probleem oplossen door de belasting van de
    computer te verlagen of door de waarde van inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.. ---> System.InsufficientMemoryException: Het controleren van de geheugenpoorten is mislukt omdat het
    vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen. U kunt dit probleem oplossen door de belasting van de computer te verlagen of door de waarde van
    inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.
       bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64& availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       --- Einde van intern uitzonderingsstackpad ---
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
     Procesnaam: w3wp
     Proces-id: 21252
    Gebeurtenis-XML:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="System.ServiceModel 4.0.0.0" />
        <EventID Qualifiers="49154">3</EventID>
        <Level>2</Level>
        <Task>5</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-05-16T08:36:34.000000000Z" />
        <EventRecordID>404277</EventRecordID>
        <Channel>Application</Channel>
        <Computer></Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <EventData>
        <Data>System.ServiceModel.ServiceHostingEnvironment+HostingManager/28106152</Data>
        <Data>System.ServiceModel.ServiceActivationException: De service /Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc kan niet worden geactiveerd als gevolg van een uitzondering tijdens de compilatie. Het uitzonderingsbericht is:
    Het controleren van de geheugenpoorten is mislukt omdat het vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen. U kunt dit probleem oplossen door de
    belasting van de computer te verlagen of door de waarde van inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.. ---&gt; System.InsufficientMemoryException: Het controleren van de geheugenpoorten
    is mislukt omdat het vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen. U kunt dit probleem oplossen door de belasting van de computer te verlagen of
    door de waarde van inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.
       bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64&amp; availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       --- Einde van intern uitzonderingsstackpad ---
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)</Data>
        <Data>w3wp</Data>
        <Data>21252</Data>
      </EventData>
    </Event>
    Logboeknaam:   Application
    Bron:          ASP.NET 4.0.30319.0
    Datum:         16-5-2013 10:36:34
    Gebeurtenis-id:1309
    Taakcategorie: Webgebeurtenis
    Niveau:        Waarschuwing
    Trefwoorden:   Klassiek
    Gebruiker:     n.v.t.
    Computer:     
    Beschrijving:
    Gebeurteniscode: 3005
    Gebeurtenisbericht: Er is een onverwerkte uitzondering opgetreden.
    Gebeurtenistijd: 16-5-2013 10:36:34
    Gebeurtenistijd (UTC): 16-5-2013 8:36:34
    Gebeurtenis-id: 2ce25cc6a90146e8ad0fa32e504b86ef
    Gebeurtenisreeks: 134
    Gebeurtenisinstantie: 7
    Gebeurtenisdetailcode: 0
    Toepassingsinformatie:
        Toepassingsdomein: /LM/W3SVC/1/ROOT/Remote-1-130131644927895718
        Vertrouwensniveau: Full
        Virtueel pad toepassing: /Remote
        Toepassingspad: C:\Program Files\Windows Small Business Server\Bin\WebApp\RemoteAccess\
        Computernaam:
    Procesinformatie:
        Proces-id: 21252
        Procesnaam: w3wp.exe
        Accountnaam: NT AUTHORITY\NETWORK SERVICE
    Uitzonderingsinformatie:
        Uitzonderingstype: InsufficientMemoryException
        Uitzonderingsbericht: Het controleren van de geheugenpoorten is mislukt omdat het vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen.
    U kunt dit probleem oplossen door de belasting van de computer te verlagen of door de waarde van inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.
       bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64& availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
    Aanvraaginformatie:
        Aanvraag-URL: https://mail.mannekus.com:443/Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc/js
        Aanvraagpad: /Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc/js
        Hostadres gebruiker: 192.168.10.91
        Gebruiker: MANNEKUS\ITSN
        Is geverifieerd: True
        Verificatietype: Forms
        Accountnaam thread: NT AUTHORITY\NETWORK SERVICE
    Threadinformatie:
        Thread-id: 28
        Accountnaam thread: NT AUTHORITY\NETWORK SERVICE
        Imiteert: False
        Stacktracering:    bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64& availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
    Aangepaste gebeurtenisdetails:
    Gebeurtenis-XML:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="ASP.NET 4.0.30319.0" />
        <EventID Qualifiers="32768">1309</EventID>
        <Level>3</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-05-16T08:36:34.000000000Z" />
        <EventRecordID>404279</EventRecordID>
        <Channel>Application</Channel>
        <Computer></Computer>
        <Security />
      </System>
      <EventData>
        <Data>3005</Data>
        <Data>Er is een onverwerkte uitzondering opgetreden.</Data>
        <Data>16-5-2013 10:36:34</Data>
        <Data>16-5-2013 8:36:34</Data>
        <Data>2ce25cc6a90146e8ad0fa32e504b86ef</Data>
        <Data>134</Data>
        <Data>7</Data>
        <Data>0</Data>
        <Data>/LM/W3SVC/1/ROOT/Remote-1-130131644927895718</Data>
        <Data>Full</Data>
        <Data>/Remote</Data>
        <Data>C:\Program Files\Windows Small Business Server\Bin\WebApp\RemoteAccess\</Data>
        <Data></Data>
        <Data>
        </Data>
        <Data>21252</Data>
        <Data>w3wp.exe</Data>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data>InsufficientMemoryException</Data>
        <Data>Het controleren van de geheugenpoorten is mislukt omdat het vrije geheugen (462663680 byte) minder bedraagt dan 5% van het totale geheugen. Het gevolg is dat de service niet beschikbaar is voor binnenkomende aanvragen. U kunt
    dit probleem oplossen door de belasting van de computer te verlagen of door de waarde van inFreeMemoryPercentageToActivateService in het configuratie-element serviceHostingEnvironment aan te passen.
       bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64&amp; availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
    </Data>
        <Data>https://mail.mannekus.com:443/Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc/js</Data>
        <Data>/Remote/BuiltIns/HomePage/GadgetDnD/GadgetDnDService.svc/js</Data>
        <Data>192.168.10.91</Data>
        <Data>MANNEKUS\ITSN</Data>
        <Data>True</Data>
        <Data>Forms</Data>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data>28</Data>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data>False</Data>
        <Data>   bij System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64&amp; availableMemoryBytes)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
       bij System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
    </Data>
      </EventData>
    </Event>

    Yes, many of our customers use the same anti-virus software, Kaspersky AV 6.0, and the same back-up software, Ashay online back-up.
    A reboot temporarily solves the problem but when the memory usage gets above 95% the problem gets back.
    This site has about 40 user accounts.
    The error message states the following:
    To resolve this problem reducethe load on the
    computer or modify the valueinFreeMemoryPercentageToActivateService in
    the configuration element service
    hosting environment.
    Where could we check if there is a limit of 5% or less free memory set, which configuration file should we check?

  • Report Builder 3.0 - Not enough storage is available to process this command

    I have a customer who uses Report Builder to create adhoc reports against a SQL data warehouse.  However, users intermittently encounter the exception "Not enough storage is available to process this command", which appears to relate
    to creating/drawing the report.
    It would appear that a user can define the required Report SQL, run the report and export it to Excel.  However, on occasions, when the user reviews/amends the report SQL, or specify a new value for a existing report parameter, and then try to run the
    report, they get an exception, as per the snippet below:-
    System.ComponentModel.Win32Exception: Not enough storage is available to process this command
       at System.Drawing.BufferedGraphicsContext.CreateCompatibleDIB(IntPtr hdc, IntPtr hpal, Int32 ulWidth, Int32 ulHeight, IntPtr& ppvBits)
       at System.Drawing.BufferedGraphicsContext.CreateBuffer(IntPtr src, Int32 offsetX, Int32 offsetY, Int32 width, Int32 height).
    The error can also occur after trying to re-export the report to excel. In this case the export works.
    In all cases, the user is given the option to continue or quit, but clicking continue just causes the error to be re-displayed so the user has to quit Report Builder and re-open it..
    We have monitored the user's resources (citrix session) and they are not using all their RAM or temporary folder space.

    Hi jocelyn,
    As per my understanding, you got the error on occasions when you change the parameters to run the report, export it to excel or preview the report, right?
    Did your report have large amount of rows or columns or did you have image or chart in the report? Did this issue happened on the other reports too?
    Your issue can be caused by many factors:
    If you have some image or chart in the report. Based on the callstack crashing at System.Drawing, it looks like GDI+ may be a problem. Make sure you have the latest updates installed for GDI+. The interaction of the content of the report with GDI+
    may also be something to investigate. If you have many images in the report, each image is a distinct GDI object and could potentially cause a problem.
    It also probably running out of space on your computer, so you may need to check the space on your c: drive. If you are running out space, you can try to reboot the computer or delete a few things or somehow getting a bigger hard drive to check the
    issue again.
    If the issue only happend on this report, I recommend you to recreate an same report to have a test.
    Similar thread below for your reference:
    SharePoint 2010 SSRS Integrated - Report Hangs and crashes
    System.ComponentModel.Win32Exception: Not enough storage
    is available to process this command
    Not enough storage is available to complete this operation
    If your issue still exists, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • CR2008 Not enough memory while exporting reports from Crystal Reports 2008

    I have recently upgraded our Crystal Reports version from Crystal Reports Basic for Visual Studio 2008 to Crystal Reports 2008. After upgradation I am facing the problem "Memory full.OtherErrorFailed to export the report. Not enough memory for operation" when I am trying to export the report from Crystal Reports 2008 Report viewer, or directly from the code behind. The application is hosted application. The problem occurs in our production environment.
    Server details:
    OS: Windows 2003 Enterprise Edition R2 with SP2
    IIS: IIS 6
    .Net Framework: 3.5
    Application details:
    Hosted application using Crystal Reports 2008 SP 3
    Crystal Reports Viewer version: 12.0.2000.0
    The data binding of the report object is done through an ADODB dataset.
    Web.Config:
    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
      <configSections>
        <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="printControl" type="System.Configuration.NameValueSectionHandler" />
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
      </configSections>
      <businessObjects>
        <crystalReports>
          <printControl>
            <add key="url" value="http://myserver/mysite/PrintControl.cab" />
          </printControl>
          <crystalReportViewer>
            <add key="documentView" value="weblayout" />
          </crystalReportViewer>
        </crystalReports>
      </businessObjects>
      <appSettings>
        <add key="CrystalImageCleaner-AutoStart" value="true" />
        <add key="CrystalImageCleaner-Sleep" value="60000" />
        <add key="CrystalImageCleaner-Age" value="120000" />
      </appSettings>
      <system.web>
        <httpHandlers>
          <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
        </httpHandlers>
        <compilation debug="false">
          <assemblies>
            <add assembly="CrystalDecisions.Data.AdoDotNetInterop, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
          </assemblies>
      </system.web>
      <system.webServer>
         <handlers>
             <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode" />
         </handlers>
      </system.webServer>
    </configuration>
    Sample Code:
    Report = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    Report.Load(Server.MapPath(strReportPath));
    Report.SetDataSource(dsReport);
    Creportviewer.ReportSource = Report;
    For exporting the report to PDF
    string Filename = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache).ToString(), Guid.NewGuid().ToString() + ".pdf");
    Report.ExportToDisk(ExportFormatType.PortableDocFormat, Filename);
    Clean Up Code: (Page_UnLoad event)
    if (Report != null)
         Report.Close();
         Report.Dispose();
    Creportviewer.ReportSource = null;
    Creportviewer.Dispose();
    dsReport = null;
    GC.Collect();
    GC.WaitForPendingFinalizers();
    Can someone help me resolve the issue.

    The .rpt file size is 14MB with the Data Save option enabled, 12MB without Data Save.  Presumably the 12MB file size is because of the 24bit PNG we have as our background.
    The Designer executes the report in less than a second and we can scroll through all pages and see the image fields perfectly.
    When we Export to PDF, the Designer takes a long time, eventually gets to the 77%, the 7th record and returns "Export report failed" followed by "Memory full".  If we export only page 1 of the 3 pages, it also returns a Memory full error.  However, when the same report is run with only 1 page, that page exports to PDF but with a ridiculously large size and export time.
    The machine has 2GB of physical memory with an 8GB pagefile with Windows 2003 (latest everything).  The process runs up to about 1GB before reporting the memory full error.
    We've also tried a variety of other suggestions posted in the other thread with no success.
    We're happy to provide the RPT file to the Report Team to diagnose the problem.  Ultimately, we need to be able to produce a 15 page report with approximately 45 images.
    Our preferred scenario is fixing problem 2.  The CR Designer seems quite capable of rendering our report and printing it to our third party PDF printer in a timely manner with small size.  However, the API reports memory full.
    The API resides in a dedicated reporting web service with NO other code except for loading the report, setting parameters and printing.  When executing, it uses up to about 1.1GB before reporting the error.
    Are there any other suggestions for fixing what we have?  Are there known problems with large images in reports?  Do we need to lodge a formal support request?
    Regards,  Grant.
    PS.  Grr and my message formatting is lost when I edited this message!!!
    There is a 1500 character limit and then all formatting is removed to save space. Break you posts into separate entries.
    Edited by: grantph on Sep 30, 2009 2:49 AM

  • "iTunes application could not be opened. There is not enough memory availab

    I just upgraded to the new 7.3 version of iTunes, and now it wont even let me open iTunes. I get an error box that says "iTunes application could not be opened. There is not enough memeory available." However, I have way more than enough memory available, and I've had no problems with any other applications. Quicktime is working just fine as well. I've tried restarting and opening iTunes from every location I could think of. Any ideas on how to fix this? Thanks!

    It's a unified GUI program http://gui.interacto.net/ and some people (including me) have had this error message when using it with iTunes 7 Their latest version 1.3.1 seems to overcome this, but if you are not using it ........!
    It might be worth reading this thread http://discussions.apple.com/thread.jspa?messageID=3095171&#3095171 as a couple of people on it have tried other things

  • Continous capture to AVI -- not enough memory

    I'm running LabView 2009 right now with two Camera Link  cameras (JAI CM-200MCL), each capable of running at roughly 25 fps with an NI PCIe 1430 frame grabber (They're rated for 30 fps, but I haven't been able to get them to run at this speed in LabView). I'm trying to get it so that I can capture a 30 second movie at least in which the images in both videos can be roughly coordinated with eachother in the time domain. 
    Currently, I'm running into two major problems:
    1) When imaging with both cameras and writing them to their own AVIs simultaneously, the respective camera fps values drop to about 17 each, screwing up the time fidelity of the resulting video and making analysis virtually impossible.  
    2) Whenever I try to implement the code with newer AVI sub VIs in labview (requiring a compression codec), or when I try to take the raw VI and compress it by reading it and writing it to a new AVI file, my system runs out of memory and I get a message like this:
    Error -1074396159 occurred at IMAQ AVI2 Write Frame
    Possible reason(s):
    IMAQ Vision: Not enough memory for requested operation.
    Does anyone know what I can do to solve this? Currently I'm at a loss as to next steps and can't seem to find a solution in the various discussion threads I've read on similar topics. 
    Attachments:
    Vision Acquisition_2cam.vi ‏200 KB
    Grab and Save to AVI.vi ‏52 KB
    Convert Avis.vi ‏18 KB

    Hi floomich86,
    When do you get the error?  How many times the acquisition loop runs before you get the error?
    Looking at it now, I think you're right that it's not a throughput issue, but has to do with the memory being used up.  I have a couple recommendations:
    1) Try using a codec after to process your images so they're smaller.  Use the IMAQ Get Codec Names node to find the various codecs available on your computer (it returns an array of all the various codecs), then use an index array function to choose one of these (try an NI one to start).  Then wire this codec into your IMAQ AVI Create node in your Vision_Acquisition_2cam.vi.  Adding this compression should help your images take up less memory.
    2) This seems like a good application for the Producer-Consumer architecture.  This would require revamping your code in a major way, but I think using this architecture would improve performance.  This architecture is best for programs that need to gather data in one loop and process it in another simultaneously.
    Here are some examples of the Producer-Consumer architecture.  I tried to find some specifically with Vision functions in them but I couldn't.  Yet, you can still see how the architecture and data gathering/analysis works with these.
    Here is a white paper to introduce the architecture: 
    http://www.ni.com/white-paper/3023/en/
    Here are some examples:
    https://decibel.ni.com/content/docs/DOC-26558
    https://decibel.ni.com/content/docs/DOC-2431
    https://decibel.ni.com/content/docs/DOC-2145
    Please let me know if these are helpful.
    Julian R.
    Applications Engineer
    National Instruments

  • The operation could not be completed because there is not enough space on the destination disk

    I have 124Gig of space left on my HD, when I try to export my movie i get this error "The operation could not be completed because there is not enough space on the destination disk"  I have read some of the threads went in and deleted the iMovie Preference file but no luck.. any Ideas?  Thanks!

    You need the System DVDs that originally came w/the computer in order to troubleshoot.  All Macs prior to & including ML came w/System DVDs. 
    You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available. 
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number. Here's a list of links to all of those - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html  Another resource:  International Support Phone #s.

Maybe you are looking for

  • I have a Mac book pro and I did an update for itunes and now the itunes application won't open t

    I have a Mac book pro and I did an update for itunes and now the itunes application won't open

  • ORDER BY - Table headings

    Hi Chaps, I have a DreamWeaver recordset: mysql_select_db($database_conndb2, $conndb2); $query_rsProjects = "SELECT tbl_projects.projid, tbl_projects.projtitle, tbl_customers.custname, tbl_projects.projstart, tbl_projects.projdue, tbl_projects.projst

  • ICC Profile for Lenovo EasyCamera

    Alright, I've been looking around everywhere on the site with no luck. I have a Lenovo S10-3. It came with a Lenovo EasyCamera built-in. This camera's color is slightly off, as are most webcameras, making all images more blue than they should be. I w

  • In app purchase is a no show, what should I do?

    Hi, does anyone know what to do if an in app purchase doesn't show up? I purchased extra credits for a game but nothing has happened! I have closed and reopened the app, turned iPad off and on again and completed all updates but still nothing!! I can

  • Moving site page from Dev to production - DVWP from SQL server datasource

    Hey everyone I have seen a lot of resources online about something similar to my issue but nothing came to concrete help (content is old or not quite relevant) so I appreciate some help. situation - used SP designer 2013 to develop webpart site page