[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-22 Thread PeterJ
anonymous wrote : The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit A JSP is converted into a servlet, and then compiled into a class file. The buffer used for the servlet is 64K long. You JSP overflowed this buffer during the conversion

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread darshanparekh
Thanks Peter for your immediate response. Issue 1: exceeding the 65535 byte : I agree that my jsp is huge and it might be crossing the limits, but the same jsp works fine when deployed in weblogic server. So is there any other way i can resolve this, bcos reducing the size of the jsp doesn't se

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread darshanparekh
As you suggested I will try with "trimspaces" and "javaencoding" options. Thanks a lot peter for your responses. PeterJ, I have yet another common issue as follows on PermGen space. I start my server and after a minute or two i get the following PermGen space issue. My application is very hug

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread PeterJ
1) It would appear that WLS is using a different mechanism to convert JSPs to servlets than what JBoss AS is using. Perhaps by playing around with some of the settings for the "jsp" servlet in server/xxx/deploy/jbossweb-tomcat55.sar/conf/web.xml - things like "trimspaces" and "javaencoding" - y

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread darshanparekh
Hi Peter, Is there any options that i can use to avoid changing all the to Thanks and regards Darshan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198624#4198624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread PeterJ
Not that I know of. It would probably involve fixing the JSP parser. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198637#4198637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198637 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread PeterJ
I noticed that you are running AirCorp. You do know that you should be able to get support from Unisys for that, don't you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198353#4198353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread PeterJ
What do you have the PermGen size set to? You should increase it, possibly by 50%. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198352#4198352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198352 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-28 Thread darshanparekh
Peter, if i change to Jikes to compile JSP pages in web.xml, will that resolve the problem. regards, Darshan Parekh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198673#4198673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-29 Thread PeterJ
Not having tried it, I would not know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198790#4198790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198790 ___ jboss-user maili

[jboss-user] [Installation, Configuration & Deployment] - Re: Facing Generated servlet error: exceeding the 65535 byte

2009-09-23 Thread sathishkumar_ks2003
Hi, My name is sathish i also have same problem (64kb exceeding limit) in jboss. kindly convey me any solution for this issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256557#4256557 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [Installation, Configuration & Deployment] - Re: Facing Generated servlet error: exceeding the 65535 byte

2009-09-23 Thread PeterJ
I already mentioned the solution for this: Make the offending JSP smaller. Or better yet, remove all server-side script from the JSP and place it in a servlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256668#4256668 Reply to the post : http://www.jbos