CE10, RAS 10: Stack overflow at line

I am using Crystal 10, RAS 10 using Crystal Interactive Viewer. The error occurs when closing the viewer window.
I receive a java alert: "Stack Overflow at line: 63"
When I debugged I fount the error in the rendered javascript.
The debugger stopped on this line: CR_oldOnunload_182861812.apply(this, arguments);
I have found no help so far in getting rid of this error. Since this is rendered by Crystal I have no access to this code.

There's no way to modify an internal JavaScript within the viewer - does this exception also appear if you try viewing a report using ePortfolio Lite (the sample portal)? 
The specific JavaScript is trying to invoke some cleanup after the browser is closed.
Are you on the latest Service Pack for Crystal 10?
Sincerely,
Ted Ueda

Similar Messages

  • Crystal 10, RAS 10 Stack overflow

    On Crystal 10, RAS 10 using Crystal Interactive Viewer.  The error occurs when closing the viewer window.
    I receive a java alert: "Stack Overflow at line: 63"
    When I debugged I fount the error in the rendered javascript. 
    The debugger stopped on this line: CR_oldOnunload_182861812.apply(this, arguments);
    I have found no help so far in getting rid of this error.  Since this is rendered by Crystal I have no access to this code.

    Please do not cross-post to multiple forums.
    The other thread can be found here: CE 10: Stack overflow at line
    Locking this thread.
    Shawn

  • CE 10: Stack overflow at line

    I am using Crystal 10, RAS 10 using Crystal Interactive Viewer.  The error occurs when closing the viewer
    window.
    I receive a java alert: "Stack Overflow at line: 63"
    When I debugged I found the error in the rendered javascript. 
    The debugger stopped on this line: CR_oldOnunload_182861812.apply(this, arguments);
    I have found no help so far in getting rid of this error.  Since this is rendered by Crystal I have no
    access to this code.

    There's no way to modify an internal JavaScript within the viewer - does this exception also appear if you try viewing a report using ePortfolio Lite (the sample portal)? 
    The specific JavaScript is trying to invoke some cleanup after the browser is closed.
    Are you on the latest Service Pack for Crystal 10?
    Sincerely,
    Ted Ueda

  • Stack overflow at line

    I am Crystal 10, RAS 10 using Crystal Interactive Viewer.  The errro occurs when closing the viewer window.
    I receive a java alert: "Stack Overflow at line: 63"
    When I debugged I fount the error in the rendered javascript. 
    The debugger stopped on this line: CR_oldOnunload_182861812.apply(this, arguments);
    I have found no help so far in getting rid of this error.  Since this is rendered by Crystal I have no access to this code.

    If you are using the Crystal Reports Application Server out of the box (e.g.; no code customization), please post to the query to the Business Objects Enterprise Administration forum:
    BI Platform
    If his is in a Java application, please post to the Java Development forum:
    Java SDK Application Development
    Thank you for your understanding,
    Ludek

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

  • 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

  • Alert "Stack Overflow with Line at 2" if i calculate Total at onchange.

    Hi Friend,
    i am using java Script to Multiply Two Column and Total Come In to P1_total Item On onchange Action.
    Now Problem is when i enter Rate Value Into :p1_rate and Qty Into :p1_qty Item and press TAB when My Cursor is in P1_qty Item then value is change Into P1_total Item But Display a alert with Massage
    "Stack Overflow with Line at 2"
    My java Script is
    <script type="text/javascript">
            function getVal(pNd){
              return ($v(pNd)!= "")?parseFloat($v(pNd)):0;
              function taxamt(){
             $s('P1_TOTAL',getVal('P1_RATE')*getVal('P1_QTY'));
    </script>
    onchange apply in P1_QTY
    onchange="javascript:taxamt()"style="width:220px;"How to resolve it.
    Thanks

    HI Friends,
    i have resolve it.
    Actuuly i have Pass
    onchange="javascript:taxamt()"style="width:220px;"
    on both item 'P1_QTY' ,'P1_TOTAL'
    it should be pass only in ' P1_QTY'  item.Thanks
    Edited by: Vedant on Aug 15, 2011 11:38 PM

  • Stack Overflow at Line 133

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/910788]]</blockquote>
    All of a sudden, I am getting messages on the home screen for "Stack Overflow at line 133 etc"
    What does this mean and do I need to worry about it? Plus, how do I stop it?
    And it does not give a full error.....just a small box that says, "Stack Overflow at line 133" or sometimes a different number.
    I am using Windows 7 Home Premium, Mozilla Firefox Browser(do not like IE).
    I also have:
    Avast Anti-virus,
    ZoneAlarm Firewall,
    Advanced System Care Pro,
    SpywareBlaster,
    Malware Fighter(part of the ASC stable)
    and Ccleaner.........I hasten to add, not all scans running at the same time.
    Is it okay to have all of these?
    Maybe some are conflicting with each other and causing the "Stack Overflow" problem?
    Thankyou for any help you can give.

    Does it also tell in which file that error occurs?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Af:inlineFrame and ADF 12.1.3 on IE 8  throws javascript warning "Stack overflow at line: 0"

    ADF 12.1.3 and IE 8.
    On any page having  <af:inlineFrame> IE8 shows a popup warning "Stack overflow at line: 0" on each page load.
    It very easy to reproduce creating two pages, adding to the first page  <af:inlineFrame id="if1" source="secondpagejsf"/>
    I see that IE 8  Oracle JDeveloper and ADF 12c (12.1.3) Supported Systems is not supported any more but there are so many XP with IE still alive on our customers base.
    Have anyone found a workaround for the above problem ?
    Yiannis

    Hi Yiannis,
    There is some issue with compatibity of inlineFrame and IE8.
    Not sure this can help but try to relate with this solution : http://sanjeev-technology.blogspot.in/2014/11/adf-login-page-keeps-on-coming-back-in.html
    Regards,
    KP

  • Stack overflow at line 811

    Dears,
    when I invoke MVMapView.print() api, an error alert is raised with message "Stack overflow at line 811".
    any help is fully appreciated.
    Thank you

    I didn't get any error in either Firefox v2 or IE v7 on
    Windows XP Pro.
    Perhaps posting the browser and its version as well as the OS
    and its
    version which are having a problem someone can duplicate and
    assist.
    Paul Davis
    http://www.kaosweaver.com/
    Visit us for dozens of useful Dreamweaver Extensions.
    http://www.communitymx.com/
    Partner at Community MX - Extend your knowledge
    sportsocke wrote:
    > Hello
    >
    > i'm using the spry menu in some of my homepages.. but
    some homepage visitors
    > get an error "Stack overflow at line: 0" .. what can I
    do to solve this?
    >
    > you can see it on www.scoberiberg.ch ...!?
    > I get no error... it seems to be a problem of the
    personal settings!?
    >

  • Stack overflow error with Sun JVM

    We have an application that was running on MSJVM. Recently we migrated to SUN JVM. After the migration, we get the error message - "Stack overflow at line 0 " at random, while loading applets.
    Any solutions to this problem will be greatly appreciated.
    Thanks
    Nabeel

    Where do you see the error message (Java console, ...?)
    Googling for "stack overflow at line 0" hints that the problem may be related to JavaScript. Is there JS on the web pages that elicit the error? The JVM upgrade might be a coincidence.

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

  • Using RemoteApp for RemoteIE: stack overflow error

    Hi,
    Trying to log into RemoteApp to get to RemoteIE, but running into the following error after entering the email ID:
    "Stack overflow at line: 44"
    Device: Windows 7 desktop
    Pl advice.
    -Vin

    Hi Vin,
    Do you have an old version of IE installed on the Windows 7 PC?  I believe at least IE9 is required for Windows 7 to be able to use Azure RemoteApp.
    -TP

  • Stack overflow message on Verizon email home page

    On another computer with Windows XP, we just started getting a stack overflow at line __ message popup each time we go on the webpage. This only happens on the Verizon email homepage. It just started happening and doesn't happen on another Windows Vista computer with the same Verizon email home page. Could it be a Verizon problem for just Windows XP computers.? Any help would be appreciated.
    This question was solved.
    View Solution.

    This has evidently been fixed by Verizon as we no longer have the problem.

  • Stack overflow message shown on Satellite A50

    Hi
    I have Toshiba Satellite A50.
    Yesterday trying to surf in a website i got this message: stack overflow at line 4819.
    Anybody knows what that means? Is it dangerous? How to solve it?
    Thanks

    Hi
    I have no idea what webpages you have visited but this has nothing to do with the notebook. this is a Javascript, server error in connection with IE browser.
    Possibly the webpage source code is not clean
    However, this would means that this error should not appear on all wepages but on certain page. Try to use firefox.

Maybe you are looking for

  • Help - can't view clips in monitor

    I'm running iMovie4 and suddenly can't see any of my clips in the monitor. Just get a black screen. consequently can't edit or play them at all. What's happened?

  • How do I send a login to another page via post by ANIMATE?

    Hello, I have a basic template html form and want to use it in animate edge, so: <form id="form1" name="form1" action="http://www.anywere.com.br/GSLog/LoginExterno.aspx?emp=137975"; method="post"> <input type="text" id="txtLogin" name="txtLogin" size

  • Blue ray

    Finder doesn't recognise an empty blu ray disc in my external Freecom Blu-Ray Rewriter. Finder always aks me to put a DVD or a CD in.

  • EMac Airport Extreme card doesn't fit???

    I have tried and tried to get the card in the slot and just won't work. I have both an Airport and Airport Extreme card and it's obvious that the Extreme card is the right one. Here's the problem, inside the slot at the back, you can see 2 rows of pr

  • HELP!! Installer wont download properly error 52

    Hi Guys, Please help. My Spotify wasnt connecting to the internet so I uninstalled the program and now I cant re-install. Error msg 52 comes up - installer cant download