That did indeed seem to the problem, even though the actual size of the
.java file wasn't the biggest available, it seemed to cause problems.

I resolved the problem, by a series of use-cases with forward(request) to
split up the contents of the JSP. That seemed to work well.

Thanks for your help,
Peter

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] On Behalf Of Raju BSN
Sent: 01 September 2003 13:44
To: [EMAIL PROTECTED]
Subject: Re: Strange Error Message

Hi,

There is a chance to get this error when your jsp size is more than the
webserver's accepted size.
We found similar sort of error when we have included number of jsp's using
<jsp:include> tag. It happened only in JRun Server and the same code worked
well with Weblogic.

hope this will help.

Regards
Raju
  ----- Original Message ----- 
  From: Peter Dolukhanov 
  To: [EMAIL PROTECTED] 
  Sent: Monday, September 01, 2003 3:41 PM
  Subject: Strange Error Message


  Hi,

  I am using JRun 4 with a site I am developing, and on a certain page,
where
  I am using a mix of Tag Libraries and some Java code, I suddenly receive
the
  error message:

  500 (class: jrun__registration__worldpay12ejsp1b, method: _jspService
  signature:
 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo
  nse;)V) Illegal type in constant pool
  (class: jrun__registration__worldpay12ejsp1b, method: _jspService
signature:
 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo
  nse;)V) Illegal type in constant pool


  This message disappears when I remove certain tag libraries, but it can't
be
  attributed to removal of any one tag library, there are no line references
  or no other clear causes of error.

  I have attempted to re-create the file, running into the error message
when
  certain collection of tag libraries was used, I tried changing the
specific
  tag library I use in this page, to no avail.

  Has anyone come across this or can suggest a method of solving the
problem?

  Many thanks,
  Peter Dolukhanov 

 
===========================================================================
  To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
  For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

  Some relevant archives, FAQs and Forums on JSPs can be found at:

   http://java.sun.com/products/jsp
   http://archives.java.sun.com/jsp-interest.html
   http://forums.java.sun.com
   http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to