Stack overflow RmiDataSource.getConnection

Env. Details:
WLS: 8.1.4 Clustered .
OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
JVM Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-linux-ia32
DB: Oracle 10g RAC
Following is the stacktrace in the JRockit dump:
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/jdbc/common/internal/RmiDataSource_WLSkel.invoke(Unknown Source)@0xf079901b
at weblogic/rmi/internal/ServerRequest.sendReceive(ServerRequest.java:166)@0xf0798a68
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)@0xf493a431
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)@0xf493a1bd
at weblogic/jdbc/common/internal/RmiDataSource_814_WLStub.getConnection(Unknown Source)@0xf0798395
at weblogic/jdbc/rmi/Driver.connect(Driver.java:154)@0xf0797e2f
at weblogic/jdbc/jts/Driver.createRemoteConnection(Driver.java:355)@0xf07972b1
at weblogic/jdbc/jts/Driver.connect(Driver.java:160)@0xf182a2d6
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/jdbc/common/internal/RmiDataSource_WLSkel.invoke(Unknown Source)@0xf079901b
at weblogic/rmi/internal/ServerRequest.sendReceive(ServerRequest.java:166)@0xf0798a68
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)@0xf493a431
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)@0xf493a1bd
at weblogic/jdbc/common/internal/RmiDataSource_814_WLStub.getConnection(Unknown Source)@0xf0798395
at weblogic/jdbc/rmi/Driver.connect(Driver.java:154)@0xf0797e2f
at weblogic/jdbc/jts/Driver.createRemoteConnection(Driver.java:355)@0xf07972b1
at weblogic/jdbc/jts/Driver.connect(Driver.java:160)@0xf182a2d6
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/ejb20/cmp/rdbms/RDBMSPersistenceManager.getConnection(RDBMSPersistenceManager.java:2753)@0xf182a06a
at com/corp/app/j2ee/ejb/entity/EventEntity_cxcej4__WebLogic_CMP_RDBMS.__WL_exists(EventEntity_cxcej4__WebLogic_CMP_RDBMS.java:1884)@0xf073093a
at weblogic/ejb20/manager/BaseEntityManager.executeInsertStmt(BaseEntityManager.java:614)@0xf18f3fc3
at weblogic/ejb20/manager/BaseEntityManager.executeDBOperations(BaseEntityManager.java:475)@0xf18f372c
at weblogic/ejb20/internal/TxManager$TxListener.executeDBOperations(TxManager.java:526)@0xf18f3606
at weblogic/ejb20/internal/TxManager$TxListener.executeDBOperationsDriver(TxManager.java:501)@0xf18f33e7
at weblogic/ejb20/internal/TxManager$TxListener.beforeCompletion(TxManager.java:661)@0xf18f2558
at weblogic/transaction/internal/ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1010)@0xf18f227f
at weblogic/transaction/internal/ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:115)@0xf18656b9
at weblogic/transaction/internal/ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1216)@0xf18653e7
at weblogic/transaction/internal/ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1990)@0xf186522e
at weblogic/transaction/internal/ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:275)@0xf1864bda
at weblogic/transaction/internal/ServerTransactionImpl.commit(ServerTransactionImpl.java:246)@0xf1864b04
at weblogic/ejb20/internal/BaseEJBHome.postHomeInvoke(BaseEJBHome.java:405)@0xf18f1f38
at weblogic/ejb20/internal/EntityEJBHome.create(EntityEJBHome.java:270)@0xf18ef306
at com/corp/app/j2ee/ejb/entity/EventEntity_cxcej4_HomeImpl.create(EventEntity_cxcej4_HomeImpl.java:74)@0xf1f32e8a
at com/corp/app/j2ee/jms/module/EventPublishDelegate.process(EventPublishDelegate.java:222)@0xf1f31053
at com/corp/app/j2ee/jms/module/EventProcessorEJB.invokes(EventProcessorEJB.java:80)@0xf1f2b826
at com/corp/app/j2ee/jms/module/EventProcessorEJB.process(EventProcessorEJB.java:60)@0xf1f2b71b
at com/corp/app/j2ee/jms/module/EventProcessorEJB_f0anc3_EOImpl.process(EventProcessorEJB_f0anc3_EOImpl.java:46)@0xf1f2b446
at com/corp/app/j2ee/jms/module/EventEventJob.process(EventEventJob.java:38)@0xf1f2b141
at com/corp/app/j2ee/jms/EventDispatcherThread.dispatchJob(EventDispatcherThread.java:488)@0xf1f2a588
at com/corp/app/j2ee/jms/EventDispatcherThread.receiveMessages(EventDispatcherThread.java:302)@0xf1f25fe6
Any ideas what could be going on.
Thanx,

j2ee iscool wrote:
Env. Details:
WLS: 8.1.4 Clustered .
OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
JVM Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-linux-ia32
DB: Oracle 10g RAC
Following is the stacktrace in the JRockit dump:Hi. This sounds like a case already opened with support. We're
currently suspecting a JVM optimization problem, so turning
off optimization is the first step.
Joe
>
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/jdbc/common/internal/RmiDataSource_WLSkel.invoke(Unknown Source)@0xf079901b
at weblogic/rmi/internal/ServerRequest.sendReceive(ServerRequest.java:166)@0xf0798a68
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)@0xf493a431
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)@0xf493a1bd
at weblogic/jdbc/common/internal/RmiDataSource_814_WLStub.getConnection(Unknown Source)@0xf0798395
at weblogic/jdbc/rmi/Driver.connect(Driver.java:154)@0xf0797e2f
at weblogic/jdbc/jts/Driver.createRemoteConnection(Driver.java:355)@0xf07972b1
at weblogic/jdbc/jts/Driver.connect(Driver.java:160)@0xf182a2d6
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/jdbc/common/internal/RmiDataSource_WLSkel.invoke(Unknown Source)@0xf079901b
at weblogic/rmi/internal/ServerRequest.sendReceive(ServerRequest.java:166)@0xf0798a68
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)@0xf493a431
at weblogic/rmi/cluster/ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:247)@0xf493a1bd
at weblogic/jdbc/common/internal/RmiDataSource_814_WLStub.getConnection(Unknown Source)@0xf0798395
at weblogic/jdbc/rmi/Driver.connect(Driver.java:154)@0xf0797e2f
at weblogic/jdbc/jts/Driver.createRemoteConnection(Driver.java:355)@0xf07972b1
at weblogic/jdbc/jts/Driver.connect(Driver.java:160)@0xf182a2d6
at weblogic/jdbc/common/internal/RmiDataSource.getConnection(RmiDataSource.java:305)@0xf182a100
at weblogic/ejb20/cmp/rdbms/RDBMSPersistenceManager.getConnection(RDBMSPersistenceManager.java:2753)@0xf182a06a
at com/corp/app/j2ee/ejb/entity/EventEntity_cxcej4__WebLogic_CMP_RDBMS.__WL_exists(EventEntity_cxcej4__WebLogic_CMP_RDBMS.java:1884)@0xf073093a
at weblogic/ejb20/manager/BaseEntityManager.executeInsertStmt(BaseEntityManager.java:614)@0xf18f3fc3
at weblogic/ejb20/manager/BaseEntityManager.executeDBOperations(BaseEntityManager.java:475)@0xf18f372c
at weblogic/ejb20/internal/TxManager$TxListener.executeDBOperations(TxManager.java:526)@0xf18f3606
at weblogic/ejb20/internal/TxManager$TxListener.executeDBOperationsDriver(TxManager.java:501)@0xf18f33e7
at weblogic/ejb20/internal/TxManager$TxListener.beforeCompletion(TxManager.java:661)@0xf18f2558
at weblogic/transaction/internal/ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:1010)@0xf18f227f
at weblogic/transaction/internal/ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:115)@0xf18656b9
at weblogic/transaction/internal/ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1216)@0xf18653e7
at weblogic/transaction/internal/ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1990)@0xf186522e
at weblogic/transaction/internal/ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:275)@0xf1864bda
at weblogic/transaction/internal/ServerTransactionImpl.commit(ServerTransactionImpl.java:246)@0xf1864b04
at weblogic/ejb20/internal/BaseEJBHome.postHomeInvoke(BaseEJBHome.java:405)@0xf18f1f38
at weblogic/ejb20/internal/EntityEJBHome.create(EntityEJBHome.java:270)@0xf18ef306
at com/corp/app/j2ee/ejb/entity/EventEntity_cxcej4_HomeImpl.create(EventEntity_cxcej4_HomeImpl.java:74)@0xf1f32e8a
at com/corp/app/j2ee/jms/module/EventPublishDelegate.process(EventPublishDelegate.java:222)@0xf1f31053
at com/corp/app/j2ee/jms/module/EventProcessorEJB.invokes(EventProcessorEJB.java:80)@0xf1f2b826
at com/corp/app/j2ee/jms/module/EventProcessorEJB.process(EventProcessorEJB.java:60)@0xf1f2b71b
at com/corp/app/j2ee/jms/module/EventProcessorEJB_f0anc3_EOImpl.process(EventProcessorEJB_f0anc3_EOImpl.java:46)@0xf1f2b446
at com/corp/app/j2ee/jms/module/EventEventJob.process(EventEventJob.java:38)@0xf1f2b141
at com/corp/app/j2ee/jms/EventDispatcherThread.dispatchJob(EventDispatcherThread.java:488)@0xf1f2a588
at com/corp/app/j2ee/jms/EventDispatcherThread.receiveMessages(EventDispatcherThread.java:302)@0xf1f25fe6
Any ideas what could be going on.
Thanx,

Similar Messages

  • Stack overflow error while creating connection using Oracle10G dirver

    Hi,
    Our web application built on Servlets runs on the iPlanet web server (In solaris machine). Earlier we used JDK 1.5 update 6 with oracle 9i driver and now got migrated to JDK 1.5 update 10 with same driver. Everything went fine until we started testing the environment with oracle 10G driver. Java 1.5 update 10 with oracle 10G driver throws "Stack overflow error".
    Driver version is - 10.2.0.2.0
    This occurs only when I access the portal. When I created the single main program and try to run it in the solaris machine it works fine. But wen I try to access the portal keeping this driver under classpath, it fails. Please let me know if anyone have any clues.
    When I looked into it, I am able to find that the "stack overflow error" occurs at the point the code line DriverManager.Getconnection("url", "username", "pwd") executes.
    Thanks in advance
    below the stacktrace of the exception from webserver error log..
    06/Mar/2007:04:20:40] failure (10198):
    for host 202.54.182.136 trying to POST /wr/servlet/WorkRequest, service-j2ee reports: StandardWrapperValve[WorkRequest]: WEB2769: Allocate exception for servlet WorkRequest
    javax.servlet.ServletException: WEB2778: Servlet.init() for servlet WorkRequest threw exception
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:949)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:658)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:244)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    ----- Root Cause -----
    java.lang.StackOverflowError
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(
    [06/Mar/2007:04:22:20] info (10198):
    CORE5073: Web server shutdown in progress
    [06/Mar/2007:04:22:21] info (14506):
    CORE1116: Sun ONE Web Server 6.1SP5 (64-Bit) B12/02/2005 04:37
    [06/Mar/2007:04:22:21] warning (14513):
    CORE1251: On group ls1, servername pstst42.pedc.sbc.com does not match subject "" of certificate Server-Cert.
    [06/Mar/2007:04:22:21] warning (14513):
    CORE1250: In secure virtual server https-vts, urlhost does not match subject "" of certificate Server-Cert.
    [06/Mar/2007:04:22:21] info (14513):
    CORE5076: Using [Java HotSpot(TM) 64-Bit Server VM, Version 1.5.0_06] from [Sun Microsystems Inc.]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [vts/servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [cron/servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [find/servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [cb/servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [wr/servlet]
    [06/Mar/2007:04:22:21] info (14513):
    WEB0100: Loading web module in virtual server [https-vts] at [search]
    [06/Mar/2007:04:22:25] info (14513):
    HTTP3072: [LS ls1] ready to accept requests
    [06/Mar/2007:04:22:25] info (14513):
    CORE3274: successful server startup
    Message was edited by:
    Nandakumar_s
    Message was edited by:
    Nandakumar_s

    Yes, request goes through connection pool but weird
    thing is application throws stack excatly where
    DriverManager.getConnection gets executed.
    Not weird at all.
    This is what I am guessing that you did. You changed the driver and some other stuff, like configuration information.
    Then when it blew up you tracked down in your code where you see the stack overflow. That happens to be on the connection line. That is not where the overflow 'occurs' - it merely represents where you saw it.
    That line however isn't using the oracle driver. What it is using is a connection pool of some sort. That connection pool is configured somewhere. And that configuration is self-referential (or maybe refers to a another driver which refers back to the original.)
    And that causes you stack over flow.

  • What causes a stack overflow with this code?

    VerifyError: Error #1023: Stack overflow occurred.
    //======================================================================================== =================================================
    //     stop audio or video function
    //======================================================================================== =================================================
    function stopAV(nextButton:String):void {
    if(currentPageMC == page_1){
      var introClip:MovieClip = MovieClip(root).page_1.introMC;
      introClip.clearStage(introClip);
    else if(currentPageMC == page_2){
      var secIClip:MovieClip = MovieClip(root).page_2.sectionIMC;
      secIClip.clearStage(secIClip);
    else if(currentPageMC == page_3){
      var gameClip:MovieClip = MovieClip(root).page_3.gameMC;
      gameClip.clearStage(gameClip);
    else if(currentPageMC == page_4){
      var secIIClip:MovieClip = MovieClip(root).page_4.sectionIIMC;
      secIIClip.clearStage(secIIClip);
    else if(currentPageMC == page_5){
      var closeClip:MovieClip = MovieClip(root).page_5.closeMC;
      closeClip.clearStage(closeClip);
    else{
      trace("confused at stop av function");
    //showChildren(stage, 0);
    trace(nextButton);
    setupNextPage(nextButton);

    It appears that one of the clearStage functions which exists in a loaded swf had an error. I was able to track it down and now it works.
    Thanks

  • 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!

  • Stack overflow user profile doesn't display correctly

    The page of Stack overflow user profile is wrongly displayed, blank space on top of page and some info is hidden.

    I see what you mean. It appears that the drop-down which says "Summary" is pushing that block of content off to the right (sometimes you can see a sliver of it at the right edge of the page). That problem doesn't occur in the stock Android (2.3.4) browser.
    If I use a Fennec useragent string in the User Agent Switcher extension, I can replicate the problem on a desktop browser (''Firefox 13 beta 4''). The drop-down is floated within a container that uses 100% of the width of the screen. The next element floats up alongside the <select> rather than dropping down beneath it because that next element doesn't have a specified width or minimum width.
    StackOverflow can solve this problem by editing its CSS to include a clearing rule:
    <br>.inner-wrap {
    padding: 5px;
    overflow: auto;
    '''clear: left;'''
    However, as end users, I don't know whether there is anything we can do.
    This problem has appeared in sites for years, and it seems unlikely that Firefox will change the way it handles floats to work around developers who forget to clear them. (Guessing as to what the developer must have wanted was something that IE did for years, but I think even Microsoft is starting to require developers to pay closer attention.)

  • 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

  • Stack overflow error

    Hi..
    I have problem with this code.
       class test
           test tt=new test();   //1
           String name1;
        test() {}
        test(String i)
              name1=i;
             //tt=new test();    //2
       public static  void main(String arg[]){
                  test t1=new test("kj"); //3
    }  When I use line 2 (nstead of line 1 ) for initializing the ref variable iam not having any problem.
    But if i use as in line 1 iam getting stack overflow error..
    I thought tht calling a constructor recursivley results in a stack overflow error..
    But iam instantiating t1 with a one arg constructor (line 3) for which tt (line 1)is intialized,then where is the recursion happening..
    can any one pls clear..
    Thnx.
    mysha..

    please use [code][/code] tags around your code - makes it much easier to read.
    I think you have it - consider this code:public class StackOverflower {
        private StackOverflower so = new StackOverflower();
        public static void main(String[] args) {
            StackOverflower mySO = new StackOverflower();
    }Running this will overflow the stack since creation of an instance of StackOverflower requires creation of an instance of StackOverflower. This code though:public class NonStackOverflower {
        private NonStackOverflower nso = null;
        public NonStackOverflower() {
        public NonStackOverflower(String s) {
            this.nso = new NonStackOverflower();
        public static void main(String[] args) {
            NonStackOverflower myNSO = new NonStackOverflower();
    }Won't, since the creation of a new NonStackOverflower is not required to create a new NonStackOverflower instance.
    Did that make sense? I may have gotten confused and failed to illustrate your situation with my code...
    Good Luck
    Lee

  • "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

  • Stack Overflow Jrockit 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-linu

    Hi All we are using jrockit on Linux, we have a cluster that consists of 2 machines and each machine has 2 managed servers. the dumnp always happens on the one of the managed servers on each machine.
    Initially the cluster had 2 managed servers , one on each server, of lately we added 2 more managed servers (one each on the machine).
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 07:53:23 on Fri Aug 18 02:46:57 2006
    Additional information is available in:
    /usr/local/bea/user_projects/domains/cmstargetDomain/jrockit.11168.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    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 code: 52
    Error Message: Stack overflow
    Signal info : si_signo=11, si_code=2
    Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x40000000
    : mmStartCompaction = 0x2c800000, mmEndCompaction = 0x2f000000
    CPU : Intel Pentium 4 (EM64T)
    Number CPUs : 4
    Tot Phys Mem : 4127768576
    OS version : Red Hat Enterprise Linux ES release 3 (Taroon Update 4)
    Linux version 2.4.21-27.ELsmp ([email protected]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47)) #1 SMP
    Wed Dec 1 21:59:02 EST 2004
    State : JVM is running
    Command Line : -Djava.class.path=/usr/local/bea/jrockit81sp4_142_08/lib/tools.jar:/usr/local/bea/weblogic81/server/lib/weblog
    ic_sp.jar:/usr/local/bea/weblogic81/server/lib/weblogic.jar::/usr/local/bea/weblogic81/common/eval/pointbase/lib/pbserver44.j
    ar:/usr/local/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/usr/local/bea/jrockit81sp4_142_08/jre/lib/rt.jar:/usr/
    local/bea/weblogic81/server/lib/webservices.jar::/opt/documentum/shared/config:/opt/documentum/shared/dctm.jar -Djrockit.laun
    cher.type=jrockit.shipment -Xms512m -Xmx512m -Dweblogic.Name=cmpa05Server02 -Dweblogic.management.username= -Dweblogic.manage
    ment.password= -Dweblogic.management.server=http://10.200.148.13:8001 -Djava.security.policy=/usr/local/bea/weblogic81/server
    /lib/weblogic.policy -Dsun.java.command=weblogic.Server
    Environment : JAVA_HOME=/usr/local/bea/jrockit81sp4_142_08, java.home=/usr/local/bea/jrockit81sp4_142_08/jre, java.class.pat
    h=/usr/local/bea/jrockit81sp4_142_08/lib/tools.jar:/usr/local/bea/weblogic81/server/lib/weblogic_sp.jar:/usr/local/bea/weblog
    ic81/server/lib/weblogic.jar::/usr/local/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/usr/local/bea/weblogic81/co
    mmon/eval/pointbase/lib/pbclient44.jar:/usr/local/bea/jrockit81sp4_142_08/jre/lib/rt.jar:/usr/local/bea/weblogic81/server/lib
    /webservices.jar::/opt/documentum/shared/config:/opt/documentum/shared/dctm.jar, java.library.path=/usr/local/bea/jrockit81sp
    4_142_08/jre/lib/i386/jrockit:/usr/local/bea/jrockit81sp4_142_08/jre/lib/i386:/usr/local/bea/jrockit81sp4_142_08/jre/../lib/i
    386:/opt/documentum/shared/dfc:/usr/local/bea/weblogic81/server/lib/linux/i686:/usr/local/bea/weblogic81/server/lib/linux/i68
    6/oci920_8
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x895716c/0x8957234):
    EAX = b4dd7c14 EBX = 08954fd8
    ECX = b4dba06c EDX = 226f5f20
    ESI = 08954ed0 EDI = 08954fd8
    ESP = b4db9fec EIP = b7374aa2
    EBP = b4dba000 EFL = 00010292
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 0033 GS = 0033
    Stack:
    b4db9fec :00000000 00000000 00000000 00000000 00000000 b4dba030
    b4dba004 :b7374b1f 08954fd8 00000000 00000000 00000000 089550e0
    b4dba01c :00000000 00000000 00000000 00000000 00000000 b4dba060
    b4dba034 :b7368b05 08954fd8 00000000 00000000 00000000 089550e0
    b4dba04c :b4dba068 226f5ab8 00000000 00000000 00000000 08954fd8
    b4dba064 :b6566d57 08955064 0808cba0 089550e0 00000000 226f5050
    b4dba07c :08954fd8 0000020c 35a893b0 35a893c8 b6566da8 b6f4d8e0
    b4dba094 :226f5ab8 08954ed0 226f5f20 b65670b2 00000248 00000234
    b4dba0ac :af903372 00000234 b7368b2d 0000008d 00000000 226f5ab8
    b4dba0c4 :00000000 b4dba108 08954fd8 226f53c8 acb2b38e 226f53f0
    b4dba0dc :3be87630 35a893b0 35a893b0 35a893b0 af904a36 b4dba130
    b4dba0f4 :201aeb58 b4dba134 00000000 00000004 00000000 08954fd8
    b4dba10c :b4dba1d0 08954ed0 201aeb58 35a893c8 29cbd300 089550e0
    b4dba124 :0000008d 00000000 226f5ab8 0000008d 00000000 af904c85
    b4dba13c :226f5ab8 08954fd8 b4dba154 acb2b43e b6577440 b65684d8
    b4dba154 :b6577430 b7359a4d b4dbb3cb 00000000 00000000 b4dba1f4
    b4dba16c :08955064 b6017da8 b6f15ab8 08954fd8 08955064 b6f15ab8
    b4dba184 :b4dba1b4 b732e61a b6f15ab8 b4dba1b0 08955064 00000001
    b4dba19c :b6f15ab8 b4dba1f0 b4dba1f4 b733e775 08955064 b4dba1ec
    b4dba1b4 :b4dba154 00000000 00000000 00000000 00000000 00000000
    b4dba1cc :00000000 226f5cc0 b4dba154 b4dba154 08954fd8 b4dba210
    b4dba1e4 :b6577430 b65684a0 00000000 b4dbb3cb b4dba234 b733e931
    b4dba1fc :08955064 080f7bd0 b6017da8 089550dc b4dba288 b7359550
    b4dba214 :b4dba26c b4dba238 08955064 089550dc b4dba3b4 00000000
    b4dba22c :00000000 080f7bd0 b4dba274 b733f146 08955064 b6f15ab8
    b4dba244 :089550dc b4dba288 b7359550 00000000 b4dba26c b4dba27c
    b4dba25c :08955064 00000004 00000000 08954fd8 226f5400 089550e0
    b4dba274 :b4dba2a4 b733ed68 08955064 089550dc b6f15ab8 b4dba2b8
    b4dba28c :08955064 089550e0 b4dba3b4 08954fd8 089550dc 08955064
    b4dba2a4 :b4dba2e4 b7341e69 08955064 089550dc b6f15ab8 00000002
    b4dba2bc :08955064 089550dc 00000000 b733b94c 08955064 b4dba310
    b4dba2d4 :00000000 089550d4 00000008 00000004 b4dba314 b7341d9a
    b4dba2ec :08955064 089550dc b4dba3b4 00000fff 089550dc 00000000
    b4dba304 :08954fd8 b4dba348 b753045c 089550dc b4dbb3b4 b73505d5
    b4dba31c :08955064 089550dc b4dba3b4 00000fff 089550dc b4dbb3bc
    b4dba334 :226f5948 b4dba378 b7368b2d 08954fd8 b4dba3b4 00000000
    b4dba34c :b7368b24 b4dba390 b73072bb 08954ed0 29cc68b8 b4dba380
    b4dba364 :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba37c :00000000 b4dba3c0 b7368b2d 08954fd8 00000005 b4dba3c0
    b4dba394 :b7368b24 08954ed0 0000008d 35a893c8 29cc7b00 089550e0
    b4dba3ac :b4dba3c8 00000000 7273752f 636f6c2f 622f6c61 752f6165
    b4dba3c4 :5f726573 6a6f7270 73746365 6d6f642f 736e6961 736d632f
    b4dba3dc :67726174 6f447465 6e69616d 706d632f 53353061 65767265
    b4dba3f4 :2f323072 67617473 6d632f65 72657373 65636976 736d632f
    b4dba40c :76726573 2e656369 2f726177 2d424557 2f464e49 73616c63
    b4dba424 :2f736573 69646e6a 6f72702e 74726570 00736569 b4dba458
    b4dba43c :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba454 :00000000 b4dba498 b7368b2d 08954fd8 00000005 b4dba498
    b4dba46c :b7368b24 08954ed0 0000008d 35a893c8 29ccb300 089550e0
    b4dba484 :b4dba4a0 00000000 29ccb2d8 b4dba4d0 b73072bb 08954ed0
    b4dba49c :0000008d b4dba4c0 b7374b02 08954fd8 08954ed0 00000000
    b4dba4b4 :08954fd8 b4dba4f8 b73072bb 08954ed0 b7368b2d b4dba4e8
    b4dba4cc :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba4e4 :00000000 b4dba528 b7368b2d 08954fd8 00000005 00000000
    b4dba4fc :b7368b24 b4dba540 b73072bb 08954ed0 29ccd8b8 b4dba530
    b4dba514 :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba52c :00000000 b4dba570 b7368b2d 08954fd8 00000005 b4dba570
    b4dba544 :b7368b24 08954ed0 0000008d 35a893c8 29cceb00 089550e0
    b4dba55c :b4dba578 00000000 29ccead8 b4dba5a8 b73072bb 08954ed0
    b4dba574 :0000008d b4dba598 b7374b02 08954fd8 08954ed0 00000000
    b4dba58c :08954fd8 b4dba5d0 b73072bb 08954ed0 b7368b2d b4dba5c0
    b4dba5a4 :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba5bc :00000000 b4dba600 b7368b2d 08954fd8 00000005 00000000
    b4dba5d4 :b7368b24 b4dba618 b73072bb 08954ed0 29cd10b8 b4dba608
    b4dba5ec :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba604 :00000000 b4dba648 b7368b2d 08954fd8 00000005 b4dba648
    b4dba61c :b7368b24 08954ed0 0000008d 35a893c8 29cd2300 089550e0
    b4dba634 :b4dba650 00000000 29cd22d8 b4dba680 b73072bb 08954ed0
    b4dba64c :0000008d b4dba670 b7374b02 08954fd8 08954ed0 00000000
    b4dba664 :08954fd8 b4dba6a8 b73072bb 08954ed0 b7368b2d b4dba698
    b4dba67c :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0b4dba694 :00000000 b4dba6d8 b7368b2d 08954fd8 00000005 00000000
    b4dba6ac :b7368b24 b4dba6f0 b73072bb 08954ed0 29cd48b8 b4dba6e0
    b4dba6c4 :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba6dc :00000000 b4dba720 b7368b2d 08954fd8 00000005 b4dba720
    b4dba6f4 :b7368b24 08954ed0 0000008d 35a893c8 29cd5b00 089550e0
    b4dba70c :b4dba728 00000000 29cd5ad8 b4dba758 b73072bb 08954ed0
    b4dba724 :0000008d b4dba748 b7374b02 08954fd8 08954ed0 00000000
    b4dba73c :08954fd8 b4dba780 b73072bb 08954ed0 b7368b2d b4dba770
    b4dba754 :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba76c :00000000 b4dba7b0 b7368b2d 08954fd8 00000005 00000000
    b4dba784 :b7368b24 b4dba7c8 b73072bb 08954ed0 29cd80b8 b4dba7b8
    b4dba79c :b7374b02 08954fd8 08954ed0 08954fd8 000000a0 089550e0
    b4dba7b4 :00000000 b4dba7f8 b7368b2d 08954fd8 00000005 b4dba7f8
    b4dba7cc :b7368b24 08954ed0 0000008d 35a893c8 29cd9300 089550e0
    b4dba7e4 :b4dba800 00000000 29cd92d8 b4dba830 b73072bb 08954ed0
    Code:
    b73749a2 :85ffffc0 e84d74c0 0000a0aa d689c389 e868006a 56000003
    b73749ba :c800e853 c4830000 fab4a310 1589b744 b744fab8 ffa35de8
    b73749d2 :bac189ff 000003e8 f799d089 99c189f9 53565052 00c7d5e8
    b73749ea :faaca300 1589b744 b744fab0 5be8658d 5dec895e 895590c3
    b7374a02 :10ec83e5 5d8b5356 f4c48308 8954e853 c689ffff 53f4c483
    b7374a1a :ff89a9e8 8df089ff 5e5be865 c35dec89 8955f689 5d8b53e5
    b7374a32 :0c4d8b08 8910558b b10ff0c8 c2890c53 940fca39 c0b60fc0
    b7374a4a :5dec895b 895590c3 5d8b53e5 0c4d8b08 8910558b b10ff0c8
    b7374a62 :c2891053 940fca39 c0b60fc0 5dec895b 895590c3 08558be5
    b7374a7a :8b104d8b 0ff00c45 890c4ab1 5dec89c2 895590c3 08458be5
    b7374a92 :8b5dec89 fc240440 895590c3 14ec83e5 085d8b53 8508438b
    b7374aaa :831374c0 e853f4c4 ffffc8da 000843c7 83000000 7b8310c4
    b7374ac2 :07740024 002443c7 83000000 44fa943d 097400b7 53f4c483
    b7374ada :ff9e55e8 e85d8bff c35dec89 8955f689 08ec83e5 8508458b
    b7374af2 :800d74c0 83fe0460 e850f4c4 ffffff9a c35dec89 8955f689
    b7374b0a :14ec83e5 085d8b53 3a74db85 53f4c483 ffff7de8 10c483ff
    b7374b22 :01044b80 07581d39 2274b746 fa943d83 7400b744 f4c48319
    b7374b3a :ffa8e853 c483ffff 044b8010 943d8301 00b744fa 5d8be775
    b7374b52 :5dec89e8 895590c3 08458be5 0e75c085 000001b8 8d0feb00
    b7374b6a :000026b4 408b0000 83013404 ec8901e0 8955c35d 10ec83e5
    b7374b82 :758b5356 047e8308 83437500 026af8c4 1bece856 c3890000
    b7374b9a :83f4c483 e853f4c4 ffff7e6e 3a30e850 c483fff0 74c08530
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804ce46 /usr/local/bea/jrockit81sp4_142_08/bin/java
    0xb75e5000-0xb75e561b /etc/libcwait.so
    0xb75bf000-0xb75cb931 /lib/tls/libpthread.so.0
    0xb759d000-0xb75bde5f /lib/tls/libm.so.6
    0xb759a000-0xb759be23 /lib/libdl.so.2
    0xb7462000-0xb7593eaf /lib/tls/libc.so.6
    0xb75e9000-0xb75fdc8b /lib/ld-linux.so.2
    0xb7228000-0xb73feeef* /usr/local/bea/jrockit81sp4_142_08/jre/lib/i386/jrockit/libjvm.so
    0xb7005000-0xb700f2df /lib/libnss_files.so.2
    0xb66af000-0xb66befa5 /usr/local/bea/jrockit81sp4_142_08/jre/lib/i386/libverify.so
    0xb6681000-0xb66a0a0f /usr/local/bea/jrockit81sp4_142_08/jre/lib/i386/libjava.so
    0xb6656000-0xb66670eb /lib/libnsl.so.1
    0xb5321000-0xb5322705 /usr/local/bea/weblogic81/server/lib/linux/i686/libweblogicunix1.so
    0xb4a81000-0xb4a82eff /usr/local/bea/weblogic81/server/lib/linux/i686/libmuxer.so
    0xb3ebb000-0xb3ebe5c1 /usr/local/bea/jrockit81sp4_142_08/jre/lib/i386/libioser12.so
    0xb0fd5000-0xb0fd8133 /lib/libnss_dns.so.2
    0xb0fc3000-0xb0fd179f /lib/libresolv.so.2
    0xaeeaa000-0xaf4293ca /opt/documentum/shared/dfc/libdmcl40.so
    0xaee67000-0xaee6b1fb /lib/libcrypt.so.1
    0xaedb4000-0xaee5c9eb /usr/lib/libstdc++.so.5
    0xaedab000-0xaedb2813 /lib/libgcc_s.so.1
    Java Thread ID = 0x00001b80, lastJavaFrame = 0xb4dba06c, Name = ExecuteThread: '41' for queue: 'weblogic.kernel.Default'
    Thread Stack Trace:
    at tsiGCStateChanged+6()@0xb7374aa2
    at tsDisableGC+23()@0xb7374b1f
    at RJNI_jrockit_vm_MemSystem_getMoreTLAMemory+37()@0xb7368b05
    at jrockit/vm/MemSystem.getMoreTLAMemory(Native Method)@0xb6566d10
    at jrockit/vm/MemSystem.getMoreTLAMemoryWrapper(Native Method)@0xb6566da8
    at jrockit/vm/MemSystem.allocArray1(Native Method)@0xb65670b2
    at java/lang/StringCoding$CharsetSE.encode(Optimized Method)@0xaf903372
    at java/lang/StringCoding.encode(Optimized Method)@0xaf904a36
    at java/lang/StringCoding$DefaultEncoder.encode(Optimized Method)@0xaf904c85
    at java/lang/StringCoding.encode(Optimized Method)@0xacb2b43e
    at java/lang/String.getBytes(Unknown Source)@0xb6577440
    at java/io/UnixFileSystem.getBooleanAttributes0(Native Method)@0xb657f0e0
    at java/io/UnixFileSystem.getBooleanAttributes(Unknown Source)@0xb657f17f
    at weblogic/servlet/internal/WarClassFinder.getSource(Optimized Method)@0xacb3d89b
    at weblogic/servlet/internal/WarClassFinder.getSources(WarClassFinder.java:106)@0xb45c4f12
    at weblogic/utils/classloaders/MultiClassFinder.getSources(MultiClassFinder.java:97)@0xb45c4eaa
    at weblogic/utils/classloaders/MultiClassFinder.getSources(MultiClassFinder.java:89)@0xb45c4e0b

    Did a quick check and can't find anything obvious. Some tips:
    1) You are running on RHEL3u4, which is formally an "unsupported configuration". You should upgrade the OS to u5 or later. There are known I/O issues in RHEL3u4 and earlier. I don't think it has anything to do with your crash, but better safe than sorry. See http://e-docs.bea.com/jrockit/jrdocs/suppPlat/supp_142.html
    2) You may want to try the latest JRockit update, which you can find here: http://commerce.bea.com/products/weblogicjrockit/1.4.2/142_x.jsp
    3) If neither of the above helps, or you can't make an upgrade in your production environment, open a ticket with BEA Support. Before you do that, try to reproduce the crash after setting "ulimit -c unlimited" in the shell so that you get a proper core file.

  • Stack overflow at line: 1792 or 1788 when using the search function

    Hello everyone,
    My name is Thibault. I am a technical communications specialist. I've been using Robohelp html for a couple of years.
    I am working on the user guide of the software application developed where I work.
    This is a HUGE project, more than 6500 pages.
    We're two technical writers on this project. (This is an inportant detail since my colleague doesn't get the problem).
    I need your help because I have been having an annoying issue over the last couple of days.
    After the project is generated, I open it in the software, clicking F1.
    When I want to use the search function I have this error message displayed:
    "Stack overflow at line: 1792" or "Stack overflow at line: 1788"
    Do you know where this could come from?
    Furthermore, I noticed that this stack overflow only occurs on some words.
    I mean, it occurs for the most used words in this project.
    We have customers all over the world and over the last week, we've been getting a lot of feedbacks about this error message.
    I hope someone will be able to help me on this one!
    Thanks in advance!

    First of all, thanks for your answer RoboColum(n).
    Is the problem only when you search for a topic that contains Flash output?
    All my topics contain Flash outputs. I generate my output files on a folder that is embedded into the software.When in the software, I click F1 and the Flash User Guide opens.The search function works (or not) depending on the software version (32/64-bit).
    At what point exactly does the stack overview occur?
    We have two versions of the software a 32-bit version and a 64-bit version.
    The search function works fine with the 32-bit version.
    The problem occurs when I use the 64-bit version. When I type in a word, for example "unit", the stack overflow message appears. See below:
    As you can see, it looks like the search function freezes while the stack overflow message appears.
    And I never get this error message with the 32-bit version of our software.
    I also wonder whether you can search on a project that contains no Flash output. Perhaps you could try for us?
    What do you mean by that?
    As I told you previously, my Flash Player version is a 32-bit one.
    Do you think that the issue might come from there?

  • 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

  • An irrecoverable stack overflow has occurred.

    Hi,
    I have come across a nasty error in weblogic 7 running on solaris. Has any one
    come across this. Is there
    a fix for this problem.
    Please let me know if you do, I will be very greatful.
    the Weblogic out put before it core dumps is as follows:
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfadc6bc4
    Function name=readObject (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000 /opt/bea/jdk131_03/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    0xfe000000 /opt/bea/jdk131_03/jre/lib/sparc/server/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
    0xff080000 /opt/bea/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131_03/jre/lib/sparc/libverify.so
    0xfe7c0000 /opt/bea/jdk131_03/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131_03/jre/lib/sparc/libzip.so
    0xfe640000 /usr/lib/locale/en_GB.ISO8859-1/en_GB.ISO8859-1.so.2
    0xfe520000 /opt/bea/weblogic700/server/lib/solaris/libterminalio.so
    0xfdee0000 /usr/ucblib/libucb.so.1
    0xfde90000 /usr/lib/libresolv.so.2
    0xfdd40000 /usr/lib/libelf.so.1
    0xfcce0000 /opt/bea/jdk131_03/jre/lib/sparc/libnet.so
    0xfccb0000 /usr/lib/nss_files.so.1
    0xfcc80000 /opt/bea/weblogic700/server/lib/solaris/libstackdump.so
    0xfcc60000 /usr/lib/libmd5.so.1
    0xfcc40000 /opt/bea/weblogic700/server/lib/solaris/libmuxer.so
    0xfaba0000 /opt/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xfaa90000 /opt/bea/jdk131_03/jre/lib/sparc/libioser12.so
    0xe2900000 /opt/qas/lib/libqapwwcd.so
    0xe6710000 /usr/lib/libpthread.so.1
    0xe6660000 /usr/lib/librt.so.1
    0xe6640000 /usr/lib/libaio.so.1
    Local Time = Wed Feb 26 14:50:25 2003
    Elapsed Time = 80641
    ## 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) Server VM (1.3.1_03-b03 mixed mode)
    ## An error report file has been saved as hs_err_pid7469.log.
    # Please refer to the file for further information.
    #Abort - core dumped+ set +x
    bea@sas-as1:/opt/bea/wls/MPS1#
    Kind regards
    Nadia
    [console_output.txt]

    I would suggest that you try a latest JDK ver and see if that helps.
    If not, talk to sun or bea support.
    Nadia wrote:
    Hi,
    I have come across a nasty error in weblogic 7 running on solaris. Has any one
    come across this. Is there
    a fix for this problem.
    Please let me know if you do, I will be very greatful.
    the Weblogic out put before it core dumps is as follows:
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfadc6bc4
    Function name=readObject (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000 /opt/bea/jdk131_03/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    0xfe000000 /opt/bea/jdk131_03/jre/lib/sparc/server/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
    0xff080000 /opt/bea/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131_03/jre/lib/sparc/libverify.so
    0xfe7c0000 /opt/bea/jdk131_03/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131_03/jre/lib/sparc/libzip.so
    0xfe640000 /usr/lib/locale/en_GB.ISO8859-1/en_GB.ISO8859-1.so.2
    0xfe520000 /opt/bea/weblogic700/server/lib/solaris/libterminalio.so
    0xfdee0000 /usr/ucblib/libucb.so.1
    0xfde90000 /usr/lib/libresolv.so.2
    0xfdd40000 /usr/lib/libelf.so.1
    0xfcce0000 /opt/bea/jdk131_03/jre/lib/sparc/libnet.so
    0xfccb0000 /usr/lib/nss_files.so.1
    0xfcc80000 /opt/bea/weblogic700/server/lib/solaris/libstackdump.so
    0xfcc60000 /usr/lib/libmd5.so.1
    0xfcc40000 /opt/bea/weblogic700/server/lib/solaris/libmuxer.so
    0xfaba0000 /opt/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xfaa90000 /opt/bea/jdk131_03/jre/lib/sparc/libioser12.so
    0xe2900000 /opt/qas/lib/libqapwwcd.so
    0xe6710000 /usr/lib/libpthread.so.1
    0xe6660000 /usr/lib/librt.so.1
    0xe6640000 /usr/lib/libaio.so.1
    Local Time = Wed Feb 26 14:50:25 2003
    Elapsed Time = 80641
    ## 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) Server VM (1.3.1_03-b03 mixed mode)
    ## An error report file has been saved as hs_err_pid7469.log.
    # Please refer to the file for further information.
    #Abort - core dumped+ set +x
    bea@sas-as1:/opt/bea/wls/MPS1#
    Kind regards
    Nadia
    RCR >> processRequest(IContext inContext, HttpServletRequest request, HttpServletResponse response)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - MVCSPRCR >> processRequest(IContext inContext, HttpServletRequest request, HttpServletResponse response)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - SMRHPRRQ >> uk.police.met.application.stops.dialogue.viewStop.ViewStopRequestHandler.processRequest(IContext inContext, HttpServletRequest request)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - SMRHPRRQ << uk.police.met.application.stops.dialogue.viewStop.ViewStopRequestHandler.processRequest(IContext inContext, HttpServletRequest request)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - MVCSPRCT >> processRequest(IContext inContext, HttpServletRequest request, HttpServletResponse response, URLMappingData urlMapping)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - SMEHPRFM >> uk.police.met.application.stops.dialogue.viewStop.ViewStopEventHandler.perform(IContext inContext, RequestEvent event, HttpServletResponse response)
    In Service Request
    26 Feb 2003 14:50:25 EXTRA_DETAIL - 1d5641:f395d0354a:-7954-10.240.82.32 - here Trader Look up for: uk.police.met.application.stops.system.stopSearchSystem.spec.service.IViewStopSearch, uk/police/met/system/StopSearchSystem.
    Using : uk.police.met.application.stops.system.stopSearchSystem.impl.delegate.StopSearchSystemEjbDelegate
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - SSEDGSSI >> uk.police.met.application.stops.system.stopSearchSystem.impl.delegate.StopSearchSystemEjbDelegate.getStopSearchInfo(IContext, String)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - STSBGTSI >> uk.police.met.application.stops.system.stopSearchSystem.impl.ejb.StopSearchSystemBean.getStopSearchInfo(IContext, String)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - STSSGTSI >> uk.police.met.application.stops.system.stopSearchSystem.impl.java.StopSearchSystem.getStopSearchInfo(IContext, String)
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - STSGSSI >> uk.police.met.application.stops.system.stopSearchSystem.impl.java.viewStopSearch.ViewStopSearch.getStopSearchInfo(IContext, String)
    In Service Request
    26 Feb 2003 14:50:25 EXTRA_DETAIL - 1d5641:f395d0354a:-7954-10.240.82.32 - here Trader Look up for: uk.police.met.business.stopSearchManager.spec.service.IStopSearchMgt, uk/police/met/business/StopSearchManager.
    Using : uk.police.met.business.stopSearchManager.impl.delegate.StopSearchManagerEjbDelegate
    26 Feb 2003 14:50:25 ENTRY_EXIT - 1d5641:f395d0354a:-7954-10.240.82.32 - SMEDCRTA >> uk.police.met.business.stopSearchManager.impl.delegate.StopSearchManagerEjbDelegate.getStockSearchInfo(IContext, String)
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfadc6bc4
    Function name=readObject (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000 /opt/bea/jdk131_03/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    0xfe000000 /opt/bea/jdk131_03/jre/lib/sparc/server/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
    0xff080000 /opt/bea/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/bea/jdk131_03/jre/lib/sparc/libverify.so
    0xfe7c0000 /opt/bea/jdk131_03/jre/lib/sparc/libjava.so
    0xff020000 /opt/bea/jdk131_03/jre/lib/sparc/libzip.so
    0xfe640000 /usr/lib/locale/en_GB.ISO8859-1/en_GB.ISO8859-1.so.2
    0xfe520000 /opt/bea/weblogic700/server/lib/solaris/libterminalio.so
    0xfdee0000 /usr/ucblib/libucb.so.1
    0xfde90000 /usr/lib/libresolv.so.2
    0xfdd40000 /usr/lib/libelf.so.1
    0xfcce0000 /opt/bea/jdk131_03/jre/lib/sparc/libnet.so
    0xfccb0000 /usr/lib/nss_files.so.1
    0xfcc80000 /opt/bea/weblogic700/server/lib/solaris/libstackdump.so
    0xfcc60000 /usr/lib/libmd5.so.1
    0xfcc40000 /opt/bea/weblogic700/server/lib/solaris/libmuxer.so
    0xfaba0000 /opt/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xfaa90000 /opt/bea/jdk131_03/jre/lib/sparc/libioser12.so
    0xe2900000 /opt/qas/lib/libqapwwcd.so
    0xe6710000 /usr/lib/libpthread.so.1
    0xe6660000 /usr/lib/librt.so.1
    0xe6640000 /usr/lib/libaio.so.1
    Local Time = Wed Feb 26 14:50:25 2003
    Elapsed Time = 80641
    # 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) Server VM (1.3.1_03-b03 mixed mode)
    # An error report file has been saved as hs_err_pid7469.log.
    # Please refer to the file for further information.
    Abort - core dumped
    + set +x
    bea@sas-as1:/opt/bea/wls/MPS1#
    [att1.html]

  • Stack Overflow in External Interface call

    Hi - I'm trying to make a call to he javascript function present in my aspx viz external inerface. I have 3 such calls. One of the call is always erroring out with error
    Error: Error #1023: Stack overflow occurred.
        at flash.external::ExternalInterface$/_toJS()
        at flash.external::ExternalInterface$/_objectToJS()
        at flash.external::ExternalInterface$/_toJS()
        at flash.external::ExternalInterface$/_objectToJS()
    I checked the syntax and everything looks fine and similar to other calls but this one always fails. Can someone point me as to what could be going wrong? Pls treat this as urgent.

    I pass a object only. I dont know how to pass 5 diff params to a JS.this is how I do it. Instead of 2 here, the other call had 5 parms.
    var javascriptFunction:String = "function name";
                        var signinObject:Object = new Object();
                        signinObject.param1= <<param1>>;
                        signinObject.param2= <<param2>>;
                        if(ExternalInterface.available)
                            // call the javascript function!
                            trace("b4 calling JS .");
                            ExternalInterface.call(javascriptFunction, signinObject);

  • Stack overflow at line: 0

    Hi,
    I have one applet in a jsp page. When the page is loaded, I get a dialog box saying "Stack overflow at line: 0". It does not come all the time. When it comes, it comes just after the applet is loaded.
    I am using IE6. The problem is coming both in JRE1.4 and JRE1.5. I am not sure whether it is an applet problem or a javascript problem.
    After seraching a lot I find a similar post at:
    http://forum.java.sun.com/thread.jspa?threadID=519432&messageID=2500131#2500131
    But it does not give the solution.
    Any kind of help will be greatly appreciated. It is very urgent.

    Thanks for the reply.
    But in tnat case that should print the stack trace at
    the Java Console. Here what I get is, a small
    Javascript alert saying "Stack oveflow at line: 0".
    Nothing at Java Console, nothing at server console.
    And when I click OK button, everything goes fine.Then it's a javascript problem, and not a java problem. You should ask the question in a javascript forum.
    Kaj

Maybe you are looking for

  • Is there a way to include material in a DVD that some CAN copy?

    Is there a way to include material in a DVD that some CAN copy? I have a 30min project that I am going to burn that is copyrighted. But I'd like to add some stills or maybe a screensaver that the purchaser could copy from the disk and use. Thanks!

  • Javax.servlet.ServletException: 55.0 when using Jakarta Request taglib in WL7.0 SP2

              Hi,           We are converting our application from iPlanet (SunOne) to WL7.0.           I get the following error when tag library is used in our jsp file.           The tag library is jakarta Request library.           Any suggestions on

  • Switch from MS exchange to OS X server 10.5.4 running mail

    we have switched from MS Exchange server 2003 to mac os x 10.5.4 server. I have set up mail on this. The client connects ok, and the server gets mail, but no mail gets through the server, neither in nor out. Reason: Remote SMTP server has rejected ad

  • OM Object Task and Job

    I know the meaning of object Type Task And Job If I dont want to create Task And Job in OM would it have any effect  my configuration at all ? Are Task and Job created only for Information purpose ( as they help in better understanding of position ) 

  • Keyword Search in Bug Toolkit - How effective is this search method for you?

    When searching by keyword(s) in Bug Toolkit, do you receive relevant results or do you often have to redo your search?  Any specifics you can provide would be helpful!