2 Replies Latest reply on Apr 15, 2014 7:57 AM by imtiaza

    Stack is overflowing

    imtiaza

      Dear Pai,

       

      Log size is 8 MB is that's why did not up loaded.

       

      I am using JBOSS 6.1.0.

       

      Log file is attached for your reference.

       

      Thanks

      Adeel Imtiaz

        • 1. Re: Stack is overflowing
          sfcoy

          This looks like you have a main.jsp containing:

          <jsp:forward page="index.jsp" />
          

           

          and index.jsp contains:

          <jsp:forward page="main.jsp" />
          

           

          which I suspect is causing your application to recurse to death.

          • 2. Re: Stack is overflowing
            imtiaza

            Thank you for your reply.

            Appreciated if you please make it little elaborate.

             

             

            Thanks

            Adeel Imtiaz