How do I fix a stack overflow?

Hi,
Well I hope I am posting this in the right section of topics.
I am new to programing.At the moment I am sudying loops in Java.
I did something that has caused
a "stack overflow" in my computer(Whatever that is).
Is this really bad for my computer, and how do I fix it?
thanks.

Just to add a little more..
The Stack is a special area of memory in the virtual machine. It stores variables that fall in and out of scope. When methods are called, the values of variables are often placed on the stack. The problem with a stack overflow arises when a method calls itself, either directly or indirectly, and never stops doing so. This could be called 'uncontrolled recursion'.
When this happens, the stack will fill up until the method can no longer be called, and at this point a StackOverflowError will be thrown.
It is important to note that this will not do bad things to your machine, because the stack is quite small (circa 256KB ?). If you don't catch the Error with a catch(Throwable) statement, the VM will exit automatically - all you have to do is fix the bug.

Similar Messages

  • Code generating 'LPX-00651: VM Stack overflow'. What's the fix?

    While handling huge data, we are receiving the following error stack:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00663: VM String-Stack overflow.
    The suggested fix is to:
    Increase the size of VM stacks in XmlXslVMCreate().
    How to do this? We didnt find any XmlXslVMCreate method. No documents on this as well!
    Any workarounds to avoid this error?
    The code snippet:
    declare
    l_jpp_doc CLOB;
    lv_stylesheet VARCHAR2 (32767);
    lv_stylesheet_1 VARCHAR2 (32767);
    l_stylesheetdoc xmldom.domdocument;
    l_stylesheet xslprocessor.stylesheet;
    l_engine xslprocessor.processor;
    l_parser xmlparser.parser;
    l_xmldoc xmldom.domdocument;
    begin
    l_stylesheetdoc := xmlparser.getdocument (l_parser);
    l_stylesheet := xslprocessor.newstylesheet (l_stylesheetdoc, NULL);
    -- transform the queried xml document using the stylesheet
    xslprocessor.processxsl (l_engine,
    l_stylesheet,
    l_xmldoc,
    l_jpp_doc
    end;
    Sid

    Is fixed in 11gR2 for dbms_processor not xmltype.transform
    See http://www.loefflad.de/a/f?p=200:40:0::::P40_BLOG_ID:3
    Edited by: user3536752 on Feb 4, 2013 6:02 AM

  • I am not getting scrollbar in textarea for row=1, without applying resize and overflow-y css. How i can fix this without these properties

    I am not getting scrollbar in textarea for row='1' without applying resize and overflow-y css. How i can fix this issue without these properties.

    maybe the [http://forums.mozillazine.org/viewforum.php?f=25 Web Development / Standards Evangelism] mozillazine fourms will help you out better if you dont get an answer here.

  • "Stack overflow" & "out of memory"

    Hello,
    I have an issue with javascript code : with my own navigation, which includes additional javascript, I have either a "out of memory" error on the declaration of "var strUrl = http://..." in the CommonOpener_CreateExtObject method, or a "stack overflow" error on the onload="document.PCC.RaiseWindowEvent(event);" event handling in the <body> tag.
    When I save the page as HTML and remove the onload event, no error happens anymore.
    I think I could remove the onload event generation by modifying the C# code, but it would certainly disable some other feature (I think this event is managing PEI calls or something else).
    Any idea on how to fix this ?
    P.S : I'm on a .NET platform, I'm going to try to recompile my nav on a java platform to see if it works...

    Sebastien,
    - Are you using 5.0.1 or 5.0.2?
    - Are you by any chance trying to extend the Isomorphic navigation (under 5.0.2, it's called "legacy")?
    I would carefully review the pluggable nav you're using and double-check you're including all the necessary javascript in the JavaScriptIncludes() method to make sure you're basically adding everything properly.
    The isomorphic nav was particularly hard to extend because it required you add a special DHTML element to close off the menus being inserted. If you base your work off of our new jsportalmenus nav, it's much easier to work with and more reliable: it injects javascript into a named DOM element, which in our case is just a <TD id='name'></TD>; the menu gets inserted in the table cell.
    At a minimum, try debugging your javascript bug using Microsoft's script debugger (downloadable from microsoft.com). You should be able to determine precisely why there is a failure; comapre your code to the original nav you started from and carefully pick out what could be different.
    The onload events and the PCC are critical to normal function of the portal. Sgutting that off isn't an option, in my mind. If you wanted to, you'd need to do some pretty major surgery on the portal, and thaqt wouldn't upgrade, either.
    David Phipps
    Plumtree Software

  • Error in Migration Db sql server to sql Azure, how i can fix this errors

    I get an error TOTAL_WRITE is not supported in current version when i try validate my database from sql server migration in to sql azure. How I can Fix this error migrate to sql azure
    Also I git this error sp_spaceused is not supported in current version of Azure SQL Database – Reynel Useche Velasco 22 mins ago
    StoredProcedure [dbo].[p_sizetables] -- 'db_name(' is supported only for the local database. You should test to verify the results are what you want. – Reynel Useche Velasco just now edit
    Reynel Alfredo Useche Velasco

    Hi Reynel,
    I see that you have posted this query on stack overflow.
    I would like to involve our SQL experts in this topic and get the best solution.
    As of now to my knowledge @@TOTAL_WRITE is not supported on SQL Azure.
    In the meantime, you can refer the below links for migrating your database from on-prem to Azure.
    https://msdn.microsoft.com/en-us/library/hh313125(v=sql.110).aspx
    https://msdn.microsoft.com/en-us/library/hh313129(v=sql.110).aspx
    Hope this helps you.
    Girish Prajwal

  • Stack overflow error with production release

    Hi,
    I am using Flex 4.5.1 and I am getting a weird error upon exporting a production release. Here is the stack trace:
    VerifyError: Error #1023: Stack overflow occurred.
              at spark.components.gridClasses::GridLayout/intializeGridVisualElement()
              at spark.components.gridClasses::GridLayout/layoutIndicator()
              at spark.components.gridClasses::GridLayout/layoutCaretIndicator()
              at spark.components.gridClasses::GridLayout/updateDisplayList()
              at spark.components.supportClasses::GroupBase/updateDisplayList()
              at spark.components::Group/updateDisplayList()
              at spark.components::Grid/updateDisplayList()
              at mx.core::UIComponent/validateDisplayList()
              at spark.components::Group/validateDisplayList()
              at mx.managers::LayoutManager/validateDisplayList()
              at mx.managers::LayoutManager/doPhasedInstantiation()
              at mx.managers::LayoutManager/doPhasedInstantiationCallback()
    As you can see there is no trace of our own classes anywhere. I don't get this error if I use the normal debug version. We are very close to going live and we can't use the debug version files as they are bulky and are increasing the initial load time of the application.
    Please help!
    Thanks.
    Manoj

    Hey I get this suddenly in an app that's been running and working fine.  We just updated with a release build for some other updates and I get this error.  Here's the context:
    I am using Flex 4.6, have a component that extends the Flex 3 AdvancedDataGrid for some lightweight customization of how column resising work.  The component is used in several of our apps.  But, for some reason, and with no code updates to this particular component in a while, when I click on a row in the grid, I get this stack overflow exception too.  The exact same stack trace as the one mentioned by the original poster.
    Anyone have a clue why I would be seeing "spark.components.gridClasses::..." in my stack trace to begin with when the component that is being clicked on is a Flex 3 AdvDataGrid component?  I've seen some mention of the compiler error that somehow bashes the stack under the perfect circumstances.  But, in our case, we've eliminated all of our own event handlers (click/etc) from the grid and we still get this error and only in the release build.  So, there's no way to change any of our code to fix it b/c none of our code is executing when the error occurs.
    This is very very odd stuff.  Any ideas???

  • Having trouble with Error #1023:stack overflow

    I've run into this error ican't seem to get around. I've redone this code many times and it still happens. Part of the problem is its randomness, sometimes it happens right at launch and sometimes after 5-10 mins. I've tried to look up how to fix it but haven't seen how my problem relates to those that have something similar. As far as i can tell i dont have an recurrsion of code. Here's a copy of the error that pops up.
    Error: Error #1023: Stack overflow occurred.
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2Listeners()
        at MathRaceradvanced3_fla::MainTimeline/bigSpaceShip2StartPoint()
    Here's the code, basically what i'm doing is placing the object on screen at a random Y position.I do have a check when it loads it isn't right on top of another object and if it does it redoes the Y Position. Then i give it a random scale to the original object and speed. Then when the objects reachs the other side of the screen i move it back to the start and randomize the size,speed, and Yposition again. The error seems to happen when it moves back to the other side. And when it happens it doesnt stop the program, the object just never reappears. Any help would be greatly appreciated.
    var bigSpaceShip2:MovieClip=new bigSpaceShip();
    var bigSpaceShip2Speed:Number;
    var bigSpaceShip2Scale:Number;
    var bigSpaceShip2YPosition:Number;
    var bigSpaceShip2Reset:Boolean;
    bigSpaceShip2SetUp();
    function bigSpaceShip2SetUp():void{
        bigSpaceShip2Speed= ((Math.random()*.95)+.75);
        bigSpaceShip2Scale= ((Math.random()*.30)+.35);
        addChildAt(bigSpaceShip2, 1);
        bigSpaceShip2StartPoint();
    function bigSpaceShip2StartPoint():void{
        bigSpaceShip2.scaleX=bigSpaceShip2Scale;
        bigSpaceShip2.scaleY=bigSpaceShip2Scale;
        bigSpaceShip2.x=0;
        bigSpaceShip2.y=(Math.ceil(Math.random()*650))+50;
        bigSpaceShip2YPosition=bigSpaceShip2.y;
        if((bigSpaceShip2YPosition-bigSpaceShip1.y)>(-200) && (bigSpaceShip2YPosition-bigSpaceShip1.y)<2000){
            bigSpaceShip2Reset=true;
        }else{
            bigSpaceShip2Reset=false;
        bigSpaceShip2Listeners();   
    function bigSpaceShip2Listeners():void{
        if(bigSpaceShip2Reset==false){
        bigSpaceShip2.addEventListener(Event.ENTER_FRAME, bigSpaceShip2SpeedSet);
        bigSpaceShip2.addEventListener(Event.ENTER_FRAME, bigSpaceShip2CheckReset);
        }else{
            bigSpaceShip2StartPoint();
    function bigSpaceShip2SpeedSet(e:Event):void{
        bigSpaceShip2.x+=bigSpaceShip2Speed;
    function bigSpaceShip2CheckReset(e:Event):void{
        if (bigSpaceShip2.x >1400){
            bigSpaceShip2.removeEventListener(Event.ENTER_FRAME, bigSpaceShip2SpeedSet);
            bigSpaceShip2.removeEventListener(Event.ENTER_FRAME, bigSpaceShip2CheckReset);
            bigSpaceShip2StartPoint();

    Hi enaz13,
    The default recurring of a function is only 256 times but u calling same function endlessly that is the reasong stack over flow error is coming

  • Simple CFM forms getting Stack Overflow

    What causes the error message "Stack Overflow at Line #" ?
    How can I fix it. I get this error message in very simple,
    uncomplicated .CFM forms upon submit.

    Stack Overflow
    Check the usual suspects: infinite loops or recursions, and
    rampant object creation.

  • Create Release IPA Stack Overflow

    Hello i have a little problem... we built an app wich has a video section.
    We took the videos (MP4) into the app over app publishing settings (checkmarking the files)...
    when i have about 6 videos it works well... when i inlclude more videos i get an error while generating the ipa... "map failed" ... i think an Stack Overflow? the main problem is that filesize of each video is not the only problem... i can convert the videos a little bit but when i have many videos i get the same problem because the WHOLE filesize is then too much...could this be really the reason for my error?? or do i have another problem?
    Any ideas how i can solve this problem??? I use flash builder 4.6

    Hey I get this suddenly in an app that's been running and working fine.  We just updated with a release build for some other updates and I get this error.  Here's the context:
    I am using Flex 4.6, have a component that extends the Flex 3 AdvancedDataGrid for some lightweight customization of how column resising work.  The component is used in several of our apps.  But, for some reason, and with no code updates to this particular component in a while, when I click on a row in the grid, I get this stack overflow exception too.  The exact same stack trace as the one mentioned by the original poster.
    Anyone have a clue why I would be seeing "spark.components.gridClasses::..." in my stack trace to begin with when the component that is being clicked on is a Flex 3 AdvDataGrid component?  I've seen some mention of the compiler error that somehow bashes the stack under the perfect circumstances.  But, in our case, we've eliminated all of our own event handlers (click/etc) from the grid and we still get this error and only in the release build.  So, there's no way to change any of our code to fix it b/c none of our code is executing when the error occurs.
    This is very very odd stuff.  Any ideas???

  • Error while executing web part: System.StackOverflowException: Operation caused a stack overflow

    Hello All,
    I have a list with about 70 or so columns. When I try to access a NewForm for this list, I get an 'Unable to display this web part' error.
    Looking at the Correlation always says it is a:
    "Error while executing web part: System.StackOverflowException: Operation caused a stack overflow."
    I have read many pages on the internet that it is due to an XsltTransformTimeOut value set to 1. I have applied the Feb 2012 CU and tried changing the value to 5, 10, 150, 250 and each time I reset IIS before I tried loading the form again. Each one has
    failed and the correlation says the same thing (stack overflow).
    I do not know what to do next because every page on the net says it is from that timeout value but I have followed the steps properly to change it but nothing has worked.
    Thank you for your help!

    You may be exceeding the number of columns threshold with 70 or so columns in your list.
    Take a look at the Column limits here:
    http://technet.microsoft.com/en-us/library/cc262787.aspx#Column
    Okay, so please help me to understand this. It says the maximum value for single line of text is 276 and the size per column is 28 bytes. How would I know if I have pushed the limit? I just multiplied 28 x the number of single line of text columns in that
    list and the answer is 840. I do have many other columns, such as multiple lines of text and choice. I do not know if the theory above is correct though, because 28 does not go evenly into 276 (276/28 = 9.857)
    Please help me understand how to calculate my fields to see if I have went beyond the limits.
    Thank you!

  • A previous and unrelated text always appears when I need to send a new text. This prevents forwarding texts also, which I need to do all the time for my business. How can I fix? Please help!

    A previous and unrelated text always appears when I need to send a new text. This prevens forwarding texts also, which I need to do all the time for my businss. How can I fix? Please help?

    Hi,
    This sounds like it is about Window positions.
    iChat has Default places for Incoming Invites.
    Video is always top Center of your Screen
    Audio and Text chats are Upper right with the Audio slightly lower than Text Chats.
    Secondary invites are sort of Stacked like when you open multiple files from the same App.
    Your outgoing Windows are "Remembered" as to where the last one was when you used it.
    This can be an issue if you use your Mac with a second display and turn Off Mirroring.
    You windows can get "left" on the other screen.
    Go to System Preferences > Displays and turn On Mirroring and the windows should come back to one Screen/display.
    If this does not help go to your Home Folder/Library/Preferences and delete (Drag to Trash) com.apple.ichat.plist and restart iChat.
    Unfortunately you will need to reset any iChat Preferences you have changed from defaults.
    10:42 PM      Tuesday; April 26, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Stack Overflow Exception in EJB Explorer

    Hello everyone!
    I have correct working EJB which returns in one method and JPA Entity that have bidirectional relationship with other entity. This relationship is @OneToMany and @ManyToOne on other side and all of the related objects are loaded before the end of the method. This EJB is working correctly when used with other components.
    I have problems testing this method in EJB Explorer utility that is part of the SAP NetWeaver Aplication Server Java. When i start this method it never finishes and later gets an stack overflow error. Trace is here:
    java.lang.RuntimeException: java.lang.StackOverflowError : null
      at java.lang.Class.getMethod0(Class.java:2670)
      at java.lang.Class.getMethod(Class.java:1603)
      at com.sap.ejbexplorer.business.invocation.impl.Structure.fillWith(Structure.java:213)
      at com.sap.ejbexplorer.business.invocation.impl.Structure.fillNestedStructureWith(Structure.java:314)
      at com.sap.ejbexplorer.business.invocation.impl.Structure.fillWith(Structure.java:202)
      at com.sap.ejbexplorer.business.invocation.impl.Structure.fillNestedStructureWith(Structure.java:287)
      at com.sap.ejbexplorer.business.invocation.impl.Structure.fillWith(Structure.java:234)
    Looks like EJB Explorer is trying to expand all returned objects. Then he gets into the unfinished loop because of the bidirectional relationship.
    We are using SAP NetWeaver 7.20 SP04.
    Is this error fixed in new version?
    Is there some configuration that fix this?
    Thank you for any response.

    Hi,
    is it just for the presence of the JUnit extension, or do you use this class in your Unit testing ?
    Frank
    Ps.: The JDeveloper 11 forum is JDeveloper and OC4J 11g Technology Preview

  • Urgent! how does one fix admn-202022 error on dcmctl start?

    I'm getting from dcmctl start or dcmctl getstate-v the following error
    ADMN-202022
    The object, "portal.host.domain.com", already exists in the configuration repository. The object names must be unique.
    Remove the existing object then retry the operation or choose a new name.
    How do I fix this?
    I may have added portal to many times.
    BTW emctl does not run due to a libc.2 segmentation fault.

    Perhaps there is a Java program set to launch when that user logs in.
    You could try posting more of the stack trace that is being produced.
    Also consider asking in a relevant Windows forum about how you can check which applications are set to run when a user logs in.

  • JVM Core Dump  -  An irrecoverable stack overflow has occurred.;  Unexpected Signal : 11 occurred at PC=0xfb3d40cc;

    Hi all,
    We have faced this problem in our production system.
    Machine is Solaris 8, sparc, Running Java 1.3.1_08 hotspot version.
    I searched around quite a bit but no good solution.
    Here is the stack trace that I have just before the JVM crashes.
    Also, I am new to gdb. I tried to connect to core dump file through gdb but i
    do not see any details. The application is running on japanese platform how can
    I read the core file?
    Regards
    Tapan
    ~~~~~~~~~~~~~~~~~~~~~~
    STACK TRACE -
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    Tag 'insert' can't insert page '/dealing/Snippet.do?name=pricingDetail.edit'.
    Check if it exists.
    Null property value for 'allQuotes'
    java.lang.IllegalArgumentException: Null property value for 'allQuotes'
         at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:619)
         at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:669)
         at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:509)
         at org.apache.struts.taglib.bean.DefineTag.doStartTag(DefineTag.java:200)
         at directDerivatives._integral._dealing._swap._CC.__PricingDetailEdit._jspService(__PricingDetailEdit.java:325)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:262)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:123)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:733)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:368)
         at directDerivatives._integral._dealing._workflow._template.__DealingFormLayout._jspService(__DealingFormLayout.java:1912)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:284)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:264)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2678)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2412)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)<2004/04/26 9:44:34:JST>
    <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession: ABOUT
    TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfb3d40cc
    Function name=getValue (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000      /opt/weblogic/jdk131/bin/../bin/sparc/native_threads/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xfe400000      /opt/weblogic/jdk131/jre/lib/sparc/client/libjvm.so
    0xff2e0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff0b0000      /usr/lib/libmp.so.2
    0xff060000      /opt/weblogic/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff030000      /opt/weblogic/jdk131/jre/lib/sparc/libverify.so
    0xfe7c0000      /opt/weblogic/jdk131/jre/lib/sparc/libjava.so
    0xfe790000      /opt/weblogic/jdk131/jre/lib/sparc/libzip.so
    0xfe2d0000      /usr/lib/locale/ja_JP.PCK/ja_JP.PCK.so.2
    0xfe2b0000      /usr/lib/locale/ja_JP.PCK/methods_ja_JP.PCK.so.2
    0xaf5e0000      /opt/weblogic/jdk131/jre/lib/sparc/libnet.so
    0xaf360000      /usr/lib/nss_files.so.1
    0xaf340000      /opt/weblogic/wlserver/lib/solaris/libmuxer.so
    0xaf320000      /usr/ucblib/libucb.so.1
    0xaf230000      /usr/lib/libresolv.so.2
    0xaf140000      /usr/lib/libelf.so.1
    0xa7080000      /opt/weblogic/wlserver/lib/solaris/oci920_8/libweblogicoci37.so
    0xa6400000      /opt/oracle/product/lib32/libclntsh.so.9.0
    0xaf010000      /usr/lib/libC.so.5
    0xaef60000      /opt/oracle/product/lib32/libwtc9.so
    0xaef40000      /usr/lib/libgen.so.1
    0xaef20000      /usr/lib/libsched.so.1
    0xaee60000      /usr/lib/libaio.so.1
    0xaee40000      /usr/lib/librt.so.1
    0xad760000      /opt/weblogic/jdk131/jre/lib/sparc/libioser12.so
    Local Time = Mon Apr 26 09:44:34 2004
    Elapsed Time = 67979
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_08-b03 mixed mode)
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    ˆÙíI—¹

    Before debugging, look at these 20 or so search hits - at least one one of them looks like a possibility.
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=4F530E43505002CC&col=javabugs&col=javaforums&x=27&y=9
    Also - if the problem came on suddenly, what changed....environment, software, power, hardware, etc???

  • Stack overflow when calling a DLL

    I have developped a DLL in Ada.
    I tried to call a function of this DLL from a C++ executable.
    My program crashed because of a stack overflow.
    Then, I increased the stack size of my program (linker option), and now it
    works.
    Calling this DLL through the call library function from a 6.0 Labview
    program causes the same stack overflow.
    How could I increase the stack size of my Labview program ?
    Thanks.

    Hi,
    I have never come across this issue but here are a few things you can try:
    1) Change the Calling Convention between C and StdCall(WINAPI). The main difference between the two calling conventions has to do with when the stack is cleaned up. In one method, the stack is cleaned earlier than in the other method.
    2) Call your dll with LabVIEW 7.0. You can find the evaluation version of the latest version at http://www.ni.com/labview
    Good luck
    Feroz

Maybe you are looking for

  • What is the best 3d computer configuration for Lightwave 9?

    I'm using at work a Intel Mac pro with Dual Core 3GHz, 4Gb RAM and ATI 256Mb Ram. I'm using LightWave 9.0 for my work and it takes a week to render an image. I would like a workstation that does the job half of the time. Can any one give the best con

  • Need help in configuring work email

    recently purchased 8310 curve. i have tried configuring using outlook web access option and outlook exchange option but some how not able to connect ot the server. have been able to configure yahoo email address. Message Edited by asv on 08-20-2009 0

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working. <br><br> First, background: I have instal

  • Diff Fonts

    How do i get my applet to use a diff font other then the ones that are preset in a text area... (i.e. I want to use "Comic" instead of "arial", how do i get it to do that.... Thank you

  • How do I download Acrobat Full Version?

    SO here I am, running too much javascript in the rich editor on adobe forums. All I wanted was a frickin download link for Adobe Acrobat. Nope, I have to download the adobe download manager. OK, done. Now I have to install acrobat, but Adobe says I m