Hi, Cool, glad to help ;) Yoav Shapira Millennium Research Informatics
>-----Original Message----- >From: Rostislav Svoboda [mailto:[EMAIL PROTECTED] >Sent: Monday, March 22, 2004 8:23 AM >To: Tomcat Users List >Subject: RE: internal error (); ServletException: Error instantiating >servlet; StackOverflowError > >Shapira, Yoav wrote: >> Well, thanks for providing a bit of entertainment as we head into the >> weekend > >:) you're welcomed :) > >> Look in your Login servlet class for infinite loops or infinite >> recursion. This has nothing to do with tomcat's classes and it's far >> from being a tomcat bug. > >it was a sneaky recursive declaration: > file A.java: public class A { B b= new B(); } > file B.java: public class B { A a= new A(); } > >thanks for the tip Yoav! > >EOF > >Bost > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
