1 Reply Latest reply on Jun 29, 2004 7:16 AM by trossmy

    [jbossweb] java.lang.StackOverflowError

    sarjmandi

      hi all,
      I am developing JSP custom tags, wrapping them into a war file and deploying it into default folder of Jboss and run the server.

      Annoyingly for some reason i get "[jbossweb] java.lang.StackOverflowError" error which I don't know why!? strange cause I don't get any stack trace for the error just plain :
      " [jbossweb] java.lang.StackOverflowError "

      Tracing my code by writing messages into Jboss standard console output, my code get executed up to different methods that are sequencially called one after another. Is there a way to increase the size of Stack for jbossweb or is this the problem of default folder? any suggestions?