Regarding OC4J Standalone application -- "Out of Memory"

Hi all,
am installed the OC4J Standalone Application in windowns platform.......
I am facing some problem.it's link "Out of Memory". my system RAM size is 2GB.
we also increase JVM size in Server.xml file and also in command prompt. But again it is showing "Out Of Memory" and also we need to increase the OC4J file.
Can anybody please help me to resolve this issue.
Thanks in advance

Can you post the actual exception you are seeing -- you may be running into the PermGen issue, which is different from the common heapsize issue.
The JVM heapsize is not set in server.xml -- for standalone, its supplied on the command line where you start OC4J.
For example:
$>java -Xmx512m -Xms512m -jar oc4j.jar
-steve-

Similar Messages

  • Regarding JMS standalone application client

    Hi,
    I m new to JMS.
    I m using NetBeans IDE and would like to know how can i create connection factories and destinations either administratively or through JNDI.
    Btw, i m writing a simple stand alone application client which has a queuesender and a queuereceiver.
    Regards.

    Hi,
    I m using Jboss4.2.0GA...plz tell me how to create a connection factory and a destination queue......and then how to look them up via JNDI??
    I m writing a simple stand alone application client with a sender and a receiver.
    Regards,
    Chowdary.

  • I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?

    I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?
    Thanks!
    David

    Either of these should help.
    http://grandperspectiv.sourceforge.net/
    http://www.whatsizemac.com/
    Or search 'disk size' in the App Store.
    Be carefull with what you delete & have a backup BEFORE you start, you may also want to reboot to try to free any memory that may have been written to disk.

  • Out of memory in java swing application

    Hi,
    I am continously getting out of memory in my java application. I collected the java heap dump and found major memory chunk ( >90%) of total java heap is taken by some "class [I", which is array of 'Inetger' objects and sometimes by "class [S", which is array of 'Short' objects.
    Elements of these arrays are referred by:
    java.awt.image.DataBufferUShort and
    sun.awt.image.ShortInterleavedRaster
    and these are consuming major memory chunks.
    Has anyone observed this kind of problem?
    I am not able to proceed in my analysis and kind of struck at these Integer and Short arrays. Please help.
    Thanks
    Charanjeet                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Sounds like you're retaining a lot of image resources - make sure you're doing the following:
    1. flush()ing images once you've used them
    2. not retaining references you no longer need
    3. not creating duplicate Image objects where not required
    4. not creating Image objects which are never needed, or creating a huge pile of images at once when they are not all required at the same time

  • Out of Memory in Upgrade 8.1 SP5 application to WLW 10.3

    In WLW 10.3 on Windows, it uses JRockit to startup by default. As there are many parameters specific to JRockit, i just enlarge the -Xms and -Xmx for the upgrade process. It is JRockit 1.60_05
    Unluckily, i encountered Java Out of Memory issue all the time. By investigating on the GC log, it throws Java OOM after the Full GC. It seems the OOM was caused by memory fragmentation that JRockit cannot compact the free heap for use.
    [INFO ][memory ] 4575.398-4577.887: GC 1310720K->697883K (1310720K), 2488.303 ms
    [INFO ][memory ] 4583.788: nursery GC 1044323K->747812K (1310720K), 311.907 ms
    [INFO ][memory ] Throwing OutOfMemory: JVM@RJNI_java_util_zip_ZipFile_open (src/jvm/native/rni/java/util.zip/rnizipfile.c:70). Java heapsize=1342177280, paged memory=
    1. Please help to provide a way to force JRockit to compact free heap
    2. Please help to provide a way to change JRockit to another JVM e.g. SUN's JVM to start up WLW 10.3
    Any suggestion?

    For problem 1 - I have used -XXcompactRatio to force the compaction ratio to solve it. However, it results in a very slow manner.
    Unfortunately, it still returns Java OOM even i have set -Xmx1536m.
    1. Can we change the JVM for Workshop 10.3 and how?
    2. Is there any experts to tell me how large memory will be needed for Upgrade?
    3. Can i break the migration of an application into several phases so that i can do and commit them one by one?
    Any advice?

  • Getting out of memory exception while loading images in web browser control one by one in windows phone 8 silverlight application?

    Hi, 
    I am developing a windows phone 8 silver light application . 
    In my app I am displaying images in web browser control one by one , those images are the web links , the problem is after displaying 2 to 3 images I am getting out of memory exception .
    I searched for this exception how to over come , everybody are saying memory profiling ,..etc but really I dont know how to release the memory and how to clear the memory .
    In some sites they are adding this
    <FunctionalCapabilities>
    <FunctionalCapability Name="ID_FUNCCAP_EXTEND_MEM"/>
    </FunctionalCapabilities>
    by doing this am I free from out of memory exception?
    Any help ,
    Thanks...
    Suresh.M

    string HtmlString = "<!DOCTYPE html><html><head><meta name='viewport' content='width=device-width,initial-scale=1.0, user-scalable=yes' /></head>";
    HtmlString = HtmlString + "<body>";
    HtmlString = HtmlString + "<img src=" + source +" />";
    HtmlString = HtmlString + "</body></html>";
    innerpagebrowser.NavigateToString(HtmlString);
    that image source is the web link for example www.sss.com/files/xxx/123.jpg .
    Note this link is not real this is sample and image is of size 2071X3097
    Suresh.M

  • Find out whether our application caused the memory leak

    whether have the command to find out whether our application caused the memory leak !
    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.

    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

  • Standalone OC4J vs Application Server

    1) What is the difference between the Standalone OC4J and the Oracle Application Server (10g)?
    2)Under what circumstance do I need/Should use Standalone OC4J?
    3)Can I deploy several web applications to the same Standalone OC4J, or must I use the application server in this case?
    Thanks to help.
    Scott

    I assume you are referring to the "OC4J Standalone Distributions" linked to from production Downloads page, option 10.
    (http://www.oracle.com/technology/software/products/ias/devuse.html)
    The General FAQ http://www.oracle.com/technology/tech/java/oc4j/index.html
    will probably provide a lot of answers. Specially items 6-8. (latest faq is for 10.1.2, I believe this has changed a bit over time)
    I guess management of OC4J, inside and outside AS environments, is a main difference.
    There's also a ton of info if you check MetaLink
    Some general type answers to your questions:
    1)
    There's a world of differences.
    Application Server (AS) is a huge collection of products, a software development platform really, for any type of application or "solution area".
    This platform, according to Oracle, "... addresses all the challenges that you face as you refine your business processes to become an e-business." Impressive, eh?
    OC4J is an important, core component of Oracle AS.
    Chapter 1 of Concepts Guide is a good place to start. Docu Library: http://download.oracle.com/docs/cd/B14099_04/index.htm
    2)
    OC4J stands for Oracle Containers for J2EE, which should give a hint. Standalone is a "stripped" variant, not suited to sit in an AS environment.
    But the questions itself I'll better leave for you to answer.
    (understand your requirements and read up on the AS product suite and components)
    3)
    Licensing is a whole other world.
    I think your best options is to talk to your customer contact at Oracle local office. Or read the FAQ.
    Hth,
    Fredrik

  • Ipad since v5 out of memory while running applications

    Since installing v5 on iPad (original 3g - 64, applications that ran OK now get out of
    memory error and screen goes dark, then back to one of the icon screens.

    Since installing v5 on iPad (original 3g - 64, applications that ran OK now get out of
    memory error and screen goes dark, then back to one of the icon screens.

  • InDesign 2.0.2 & Out of Memory

    I just want to state first I have searched everywhere and for every phrase I can think of, and while I have found a couple hits as to the cause, nothing has fixed this issue...
    Background:
    I work for a rather large media company who owns a mixture of online and print publications. We have been using InDesign 2.0.2 since it's release, and I have been one of the main persons responsible for it's usage in our workflow for the past 4 years. There have been a number of informal discussions, and even a formal discussion or two, about migrating the templates we use to InDesign CS3 which we also have licenses and installs for. However, that migration project keeps getting pushed aside for more important projects. So please keep in mind that upgrading, for us, is not an option in order to resolve this issue at this time.
    A Quick Overview of What We Do:
    There are two main products that we offer our child companies - One product for the companies themselves to list vehicles for their clients (in this product their clients are car dealerships), and another product for a private party (e.g., Joe Blow internet user) to list their cars for sell. Both applications run a fairly similar process in that they hand off data gathered from the websites to a custom built application. That application can be considered a parent application, and it then distributes work to its children processes which run on several different servers. Four of those servers run our InDesign processes.
    Two of our InDesign machines are physical dedicated servers with a quad core CPU, and 2GB of RAM with 2GB swap. The other two InDesign machines are runnning as VMWare virtual machines with 2 CPU cores and 2GB of RAM with 2GB swap. All four machines are Windows Server 2003, and all files (artwork, XML files) in which these machines use to build the final output file are remotely connected via a file server.
    In the past we've seen the issue I am about to describe on our virtual machines only, and on only one machine at a time. Each time we have corrected the issue by simply re-deploying that virtual machine and the InDesign application. However, now it's spread over to our physical boxes too, and currently happening on all four machines at this point in time.
    The Problem and What We Have Tried:
    As stated earlier, we run a parent/child setup on various servers where the parent hands off work to it's children processes whom are connected in a client/server model via a TCP connection. These children perform a single function - to process data dumped from the websites ultimately into an XML format readable by InDesign. There are other steps and XML outputs, but this is the only one that matters for this discussion.
    This child then reports back to the parent that it has completed its work, and the parent will pass that work off to one of our InDesign servers. The child will then automatically launch InDesign, and InDesign will open the files it needs in order to populate various elements in the INDT file. This consists of EPS/PDF/JPEG images for Headers, Footers, Vehicle Images, etc. and also populates certain strings in the document to those read from the XML document to automate the population of the data. Basically we feed it some image files, an INDT, and an XML, and it gives us back a pretty PDF.
    The problem that we're seeing is that upon opening some of our INDT files on these machines, InDesign will immediately pop up an error dialog stating that it's out of memory. Obviously, when looking at Task Manager we can see that memory is not an issue. InDesign will be using around 70mb of RAM, and the system will show 1.7GB free physical RAM.
    Another problem is that it will go weeks, months, even maybe a year before happening again after re-building the machine its happening on. We have never been able to locate a root cause as to why this keeps happening. However, we have narrowed down that changes to the servers are not occurring at the time these issues start so we have ruled out configuration changes, system patches, etc.
    One of the issues with the virtual machines that has seemed to have caused this, and was believed to be the issue until recently, was that the paging file would become corrupt. Thus rebuilding the VM was the only way to resolve. However, we have checked and double checked and the paging files on these servers are currently ok.
    Obviously with such an old version of InDesign you can imagine that searching Google is quite difficult. Google likes to think we're asking about CS2, however, there have been a couple hits on 2.0.2.
    These hits include information such as possible font corruption and deleting saved settings/defaults files. We have downloaded and used Microsoft's font validator on the fonts, and each have passed. We have also tried deleting the saved settings and defaults files numerious times, as well as deleting the font cache files so that InDesign will re-create them.
    The paging files were also re-sized, turned off, moved to another local disk, etc. without any impact.
    As this is the first time we've seen this impact multiple machines at the same time, and especially since its happening on both physical machines and virtual machines, we are trying to think of things which are common to these 4 servers. However, the only thing they really share are the mounted network shares. To get around this we've also tried opening our INDT's locally after copying them off the network, but the issue remains the same.
    Another thing I've read is that the INDT itself may be corrupted, and to simply re-save the file. As I have a copy of InDesign locally to build these INDT's, this is also something I've tried but with no luck. The files don't seem to be corrupted. The same file which causes InDesign to crash on these four servers load perfectly fine on my local machine.
    As we have escalated this to other key people here, our last suggestion was to either re-build the machines or contact Adobe for support. However, InDesign 2.0.2 is no longer a supported product due to its age so I am here - asking you, the community, for any assistance you can provide short of re-deploying these machines.
    We would appreciate any assistance you can provide, and thank you for reading this.

    Peter,
    Thank you for the reply. In regards to...
    "First, are you running InDesign Server, or trying to use a standalone ID
    install as a server which is totally unsupported and probably not
    allowed under the EULA? Nor is Windows Server a supported OS for
    non-server versions of ID, so you're pretty much on your own as far as
    what will work and what won't."
    InDesign is setup, and launched, like any normal application on any other OS. We have a special user setup which runs the client process of our client/server model in the foreground, and it is that client process that then launches InDesign. This user is always logged in as a result.
    "If, in fact, your templates are corrupt, in version 2.0.2 you're SOL as
    far as being able to clean them up. Rebuild from scratch. The .inx
    format was not introduced until version 3, and were you working in CS3
    you could try Remove minor corruption by exporting but there would still be no guarantee of success."
    This was one of the things I was trying to remember as I was typing. The .inx export, then re-saving as an .indt. However, as I build these templates locally, I have tried opening the file and re-saving it under a different file name. I then upload that new file and re-name back to the original name, although again, with no luck. I figure if the template is indeed corrupted that it's possible I'm just re-saving those issues even to a new file.
    Re-Building from scratch is possible, however, this has happened with brand new templates as well. Again, this issue when it appears seems completely random. It chooses both new and old files alike, and those files appear to be just fine. It's just this time, for some reason, all four machines are doing it which has never happened before. Right now there are probably a few hundred templates which currently throw this error immediately upon loading (and all of the ones I've tried on my local desktop work just fine), and around the same amount that are exhibiting odd behavior with their output.
    "Now on to the problem and solutions. You've already rejected the best
    idea, which is to upgrade. The out of memory error might be file
    corruption, or it might be realted to the use of .eps files which are
    notorious for that sort of error. Reasaving in native formats is the
    usual solution."
    This is actually something I hadn't thought of or tried. I will re-save the EPS files as PDF's and give it ago with one, however, there are a couple things with that as well. One is that the Out of Memory error pops up on these machines as soon as I open the blank template. There are no graphics imported by default. So really it's just a plain document of whatever size, with a few boxes and text labels. Also, because we work in print and the fact these two applications have been used for so long, most of the artwork our child companies have provided us over the years are in this EPS format. There are a few thousand of them, and converting them all will take more time than it's worth for my company. They would not approve of my dedicating time to do that. New artwork we receive has been mostly in PDF as of late which does help in that regard, however.

  • Whether our application caused the memory leak

    whether have the command to find out whether our application caused the memory leak !
    We are using Jdev10g + JHeadstart(Release 9.0.5.1, BC4J + Struts + JSP) to build our enterprise application,
    but when the application running some days in our Application Server(RedHat AMD64, with 8GB RAM), the memory consumed was growth seriously in production environment (one OC4J instance will caused almost 2G memory ulilization after running 2 days) that is caused us to restart the instance each day ! 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.

    Ting,
    Unfortunately there is no 'command' that will show you the location of a memory leak. First I would scrutinizing your code for any obvious 'leaks'. Then, you should obtain some statistics about the usage of your system. One important aspect is how long a HttpSession usually lives. If you have thousands of users that stay online the entire day and never 'time out', and if you have users on the system 24 hours a day, then the sheer number of HttpSessions might be a problem.
    JHeadstart 9.0.x tends to have rather 'heavy' session objects. This can easily be solved by adding some actions to clear up DataObjects and DataObjectSets of previous 'Groups' when entering a new Group. A good place would be between the 'DynamicActionRouter' and the 'ActionRouters'. Just before entering the 'EmployeeActionRouter', you could remove all DataObjects and DataObjectSets that might be left on the Session by actions of the other ActionRouters.
    Also it would be interesting to see if the garbage collector can do its thing when the system is less busy. For instance, if your application has a smaller load during the weekend, what is the memory usage on Sunday at midnight compared to, say, Friday at noon. Has the memory load dropped consistently with the decreased number of online users, or does too much memory stay allocated? If so, then there's more going on than just HttpSession objects.
    If all this does not lead to a solution, I suggest using a profiling tool such as OptimizeIt to investigate the memory usage of the application in detail.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • Internal server error,out of memory

    hi,
    we are using oracle 10g application server for our application. we have 20 different modules deployed on the server. for some time it was worked fine.we set all the perameters and fine tuned the server also.now we are getting the problem out of memory. here with i am giving server log of a particular module.please do the needful.
    07/06/27 15:52:21 Published an event: C_150.1.25.2.121f1d.10da0d28851.-8000#ias_mid.app2.dvatonline.com#757269856#D#FOA#default_island&'app2.dvatonline.com&'HTTP:app2.dvatonline.com#12524&'RMI:app2.dvatonline.com#12424&'JMS:app2.dvatonline.com#12624
    07/06/27 15:52:52 Published an event: C_150.1.25.2.121f1d.10da0d28851.-8000#ias_mid.app2.dvatonline.com#757269856#D#FOA#default_island&'app2.dvatonline.com&'HTTP:app2.dvatonline.com#12524&'RMI:app2.dvatonline.com#12424&'JMS:app2.dvatonline.com#12624
    07/06/27 15:52:56 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:12 Internal error in HttpServer
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal error in HttpServer
    java.lang.OutOfMemoryError
    07/06/27 15:54:09 Internal error in HttpServer
    regards
    Triveni

    Hi,
    To add memory to a specific OC4J container:
    1. Log in to Enterprise Manager
    2. Click on your OC4J, for instance, OC4J_projectX
    3. Click on the Administration tab
    4. Click on Server Properties
    5. On 'Java Options' (under 'Command Line Options') add/modify the memory options
    6. -Xms1024m -Xmx1024m states minimum (Xms) and maximum (Xmx) memory of 1GB
    7. Click Apply
    Regards,
    Martin

  • How to use JDBC Connection Pools in a standalone application?

    Hi, there,
    I have a question about how to use JDBC Connection Pools in an application. I know well about connection pool itself, but I am not quite sure how to keep the pool management object alive all the time to avoid being destroyed by garbage collection.
    for example, at the website: http://www.developer.com/java/other/article.php/626291, there is a simple connection pool implementation. there are three classes:JDBCConnection, the application's gateway to the database; JDBCConnectionImpl, the real class/object to provide connection; and JDBCPool, the management class to manage connection pool composed by JDBCConnectionImpl. JDBCPool is designed by Singleton pattern to make sure only one instance. supposing there is only one client to use connection for many times, I guess it's ok because this client first needs instantiate JDBCPool and JDBCConnectionImpl and then will hold the reference to JDBCPool all the time. but how about many clients want to use this JDBCPool? supposing client1 finishes using JDBCPool and quits, then JDBCPool will be destroyed by garbage collection since there is no reference to it, also all the connections of JDBCConnectionImpl in this pool will be destroyed too. that means the next client needs recreate pool and connections! so my question is that if there is a way to keep pool management instance alive all the time to provide connection to any client at any time. I guess maybe I can set the pool management class as daemon thread to solve this problem, but I am not quite sure. besides, there is some other problems about daemon thread, for example, how to make sure there is only one daemon instance? how to quit it gracefully? because once the whole application quits, the daemon thread also quits by force. in that case, all the connections in the pool won't get chance to close.
    I know there is another solution by JNDI if we develop servlet application. Tomcat provides an easy way to setup JNDI database pooling source that is available to JSP and Servlet. but how about a standalone application? I mean there is no JNDI service provider. it seems a good solution to combine Commons DBCP with JNID or Apache's Naming (http://jakarta.apache.org/commons/dbcp/index.html). but still, I don't know how to keep pool management instance alive all the time. once we create a JNDI enviroment or naming, if it will save in the memory automatically all the time? or we must implement it as a daemon thread?
    any hint will be great apprieciated!
    Sam

    To my knoledge the pool management instance stays alive as long as the pool is alive. What you have to figure out is how to keep a reference to it if you need to later access it.

  • How can I avoid running out of memory when creating components dynamically

    Hello everyone,
    Recently, I am planning to design a web application. It will be used by all middle school teachers in a region to make examination papers and it must contain the following main functions.
    1)Generate test questions dynamically. For instance, a teacher who logs on the web application will only see a select one menu and a Next Quiz button. The former is used for determining the number of options for the current multiple/single choice question. The later is dedicated to creating appropriate input text elements according to the selected option number. That is to say, if the teacher selects 4 in the menu and presses the Next Quiz button, 5 input text form elements will appear. The first one is for the question to be asked such as "1.What is the biggest planet in the solar system?", the others are optional answers like a)Uranus. b) Saturn. c)Jupiter. d)Earch. Each answer stands for an input text elements. When the teacher fills in the fourth answer, another select one menu and Next Quiz button will emerge on the fly just under this answer, allowing the teacher to make the second question. The same thing repeats for the following questions.
    2)Undo and Redo. Whenever a teacher wants to roll back or redo what he has done, just press the Undo or[i] Redo button. In the previous example, if the teacher selects the third answer and presses the Delete button to drop this answer, it will delete both the literal string content[i] and the input text element, changing the answer d to c automatically. After that, he decides to get back the original answer c, Jupiter, he can just click the Undo button as if he hadn�ft made the deleting operation.
    3)Save the unfinished working in the client side. If a teacher has done half of his work, he can choose to press the Save button to store what he has done in his computer. The reason for doing so is simply to alleviate the burden of the server. Although all finished test papers must be saved in a database on the server, sometimes the unfinished papers could be dropped forever or could form the ultimate testing papers after several months. So if these papers keep in the server, it will waste the server computer�fs room. Next time the teacher can press the Restore button on the page to get the previously stored part of the test paper from his own computer and continue to finish the whole paper.
    4)Allow at least 1,000 teachers to make test papers at the same time. The maximum question number per examination paper is 60.
    Here are my two rough solutions,
    A.Using JSF.
    B.Using JavaScript and plain JSP[b] without JSF.
    The comparison of the two solutions:
    1)Both schemas can implement the first and the second requirements. In JSF page I could add a standard panelGird tag and use its binding attribute. In the backing bean, the method specified by the binding attribute is responsible for generating HtmlInput objects and adding them to the HtmlPanelGird object on the fly. Every HtmlInput object is corresponding to a question subject or an optional answer. The method is called by an actionListener, which is registered in the Next Quiz commandButton, triggering by the clicking on this button in the client side. Using JSF can also be prone to managing the HtmlInput objects, e.g. panelGird.getChildren().add(HtmlInput) and panelGird.getChildren().remove(HtmlInput) respond to the undoing operation of deleting an optional answer and the redoing operation of the deleting action respectively. I know JavaScript can also achieve these goals. It could be more complex since I don�ft know well about JavaScript.
    2)I can not find a way to meet the third demand right now. I am eager to know your suggestion.
    3)Using JSF, I think, can�ft allow 1,000 teachers to do their own papers at the same time. Because in this scenario, suppose each questionnaire having 60 questions and 4 answers per question, there will be approximately 300,000 HtmlInput objects (1,000X60X(4+1)) creating on the server side. The server must run out of memory undoubtedly. To make things better, we can use a custom component which can be rendered as a whole question including its all optional answers. That is to say, a new custom component on the server side stands for a whole question on the client side. Even so, about 60,000(1,000X60) this type of custom components will be created progressively and dynamically, plus other UISelectOne and UICommand objects, it also can�ft afford for most servers. Do I have to use JavaScript to avoid occupying the server's memory in this way? If so, I have to go back and use JavaScript and plain JSP without JSF.
    Thank you in advance!
    Best Regards, Ailsa
    2007/5/4

    Thank you for your quick response, BalusC. I really appreciate your answer.
    Yes, you are right. If I manually code the same amount of those components in the JSF pages instead of generating them dynamically, the server will still run out of memory. That is to say, JSF pages might not accommodate a great deal of concurrent visiting. If I upgrade the server to just allow 1,000 teachers making their own test papers at the same time, but when over 2,000 students take the same questionnaire simultaneously, the server will need another upgrading. So I have to do what you have told me, using JS+DOM instead of upgrading the server endlessly.
    Best Regards, Ailsa

  • "returning error page for JRun too busy or out of memory"

    Hello,
    I've got some trouble to update a ColdFusion linux based.
    We have already tried to update from ASPB11-04 and ASPB11-14 but we always have the folloing erreor message :
    "returning error page for JRun too busy or out of memory"
    We really need a solution ASAP. Thanks!
    Jeff

    Can you share the exception and application logs having the error entries.
    Regards,
    Anit Kumar

Maybe you are looking for

  • Exporting Illustrator Symbols to a New Art Board

    Anyone know of any scripts that will: Take Adobe Illustrator Symbols in your current document's symbol library and... Place them on an art board in either the same document or a new one? The symbols should retain their original sizes, with an option

  • Upgraded Adobe LR 4.1, CS6 Beta & got the Canon 5D Mark III, WHEN is next dot release Camera Raw?

    I Purchased the Upgraded Adobe LR 4.1, CS6 Beta & got the Canon 5D Mark III, Mac Pro server update to Lion, WHEN is next dot release Camera Raw? My workflow has trippled in time because of this issue. I'm so frustrated with having to convert images i

  • MM purchase order

    hi all,     what is the difference between warranty and locking period in purchase order.can any one give the complete details? Srinu Edited by: pasupuleti srinivasulu on Jan 6, 2009 5:52 AM

  • Backing up Site Definitions in Ultradev 1.0

    I'm finally going to upgrade, but I have a lot of Site Definitions in Dreamweaver Ultradev 1.0. Is there a way to backup and transfer Site Definitions from Ultradev 1.0 to the latest Dreamweaver on a new PC? I did find a few utilities but none that s

  • Resizing a multiple page document to crop around part of the existing info

    Hi guys I have a portrait document (182x398mm) with information near the bottom (ticket) I would like to resize the document to the size of the ticket (140x80mm) without having to move any of the objects. I have tried to use the liquid layout tool wh