1 Reply Latest reply on Jun 30, 2008 5:04 PM by peterj

    "Stack Overflow at line: 8259" Error

    rupang

      We have a JBoss(4.0.5 GA) -J2EE - Spring 3.x based Web app. and with some of our users some times we are getting error "Stack Overflow at line: 8259"
      which comes from IE 6.0 Browser windows as pop-up (alert).

      Please help on this like what could be the root cause?

      Thanks
      Rupang

        • 1. Re:
          peterj

          Is a similar line appearing in the server (or console) log for JBossAS? If so, then your code probably has an infinite loop.

          If there is no such log entry, then most likely some JavaScript your are running on the web page is running into an infinite loop.