I am afraid it is so because there also you have this 64k limit Reduce some tags and let me know
>-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Jordi Valldaura >Sent: Friday, February 28, 2003 10:03 PM >To: [EMAIL PROTECTED] >Subject: Re: [JBoss-user] Virtual machine problems > > >Hi, > >thanks, I am not using struts but I use jstl 1.0.2 is there the same >problem?? > >----- Original Message ----- >From: "saroj kumar" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, February 28, 2003 4:32 PM >Subject: RE: [JBoss-user] Virtual machine problems > > >> Hi There, >> >> This bug can be found in JDC Bug database. >> >> Are you using Struts? If yes then your JVM may crash due to >> High no. of struts tags in JSP. THere is some 64k limit on method >> Size of a servlet which if exceeded results in this error. >> >> Solution for this is to take out some Struts tags and replace with >> Normal java scriptlet. >> >> All this is applicable if you use Struts. >> >> There are other possible cases which are listed in Bug Database. >> >> -Saroj >> >> >> >-----Original Message----- >> >From: [EMAIL PROTECTED] >> >[mailto:[EMAIL PROTECTED] On Behalf Of >> >Jordi Valldaura >> >Sent: Friday, February 28, 2003 8:35 PM >> >To: [EMAIL PROTECTED] >> >Subject: Re: [JBoss-user] Virtual machine problems >> > >> > >> >Hello, >> > >> >thanks for your answer, but I dont use JNI on my >application, any other >> >idea?? >> > >> >Looking at the generated log file doesn't seem to be helpful >> >because there >> >are only the jars in memory and this message : >> > >> >> # HotSpot Virtual Machine Error : 11 >> >> # Error ID : 4F530E43505002E6 >> >> # Please report this error at >> >> # http://java.sun.com/cgi-bin/bugreport.cgi >> > >> >Is there any place where I can't find a description of this >> >error (Error ID >> >4F530E43505002E6) >> > >> >Thanks in advance >> >----- Original Message ----- >> >From: "Pete Beck" <[EMAIL PROTECTED]> >> >To: <[EMAIL PROTECTED]> >> >Sent: Friday, February 28, 2003 3:36 PM >> >Subject: Re: [JBoss-user] Virtual machine problems >> > >> > >> >> This is a JVM problem. >> >> Theoretically it shouldn't be possible to get such an error from >> >> anything you do within the JVM. >> >> >> >> However, if you use any JNI, then exceptions outside the JVM >> >will cause >> >> it to keel over like this. >> >> >> >> Looking the log file it produced might give you some clues. >> >> >> >> On Thu, 2003-02-27 at 11:16, Jordi Valldaura wrote: >> >> > Hello >> >> > >> >> > Sometimes while running jboss I get the following virtual >> >machine error: >> >> > >> >> > # >> >> > # HotSpot Virtual Machine Error : 11 >> >> > # Error ID : 4F530E43505002E6 >> >> > # Please report this error at >> >> > # http://java.sun.com/cgi-bin/bugreport.cgi >> >> > # >> >> > # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode) >> >> > # >> >> > # An error report file has been saved as hs_err_pid616.log. >> >> > # Please refer to the file for further information. >> >> > >> >> > I work with a linux slackware(2.4.18) and with windows >> >2000, it only >> >happens >> >> > in linux, anyone has the same problem. Is my linux >> >version?? is a jboss >> >> > fault or a virtual machine fault???? >> >> > >> >> > Thanks in advance >> >> > >> >-------------------------------------------------------------------- >> >> > Jordi Valldaura i Riqu� >> >> > CSI - Centre de Serveis Inform�tics >> >> > Enginyeria i Arquitectura La Salle >> >> > Universitat Ram�n Llull >> >> > >> >-------------------------------------------------------------------- >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------- >> >> > >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> JBoss-user mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/jboss-user >> > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >JBoss-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
