Под вебсферой выпадает вот такая фигня на одной их страний. В инете что то ничего не нашел пока. Может у кого то была такая проблема.
javax.servlet.ServletException: (class: org/apache/jsp/_login, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Localvariable 23 contains wrong type
странный ServletException ??? может кто такое встречал
-
- Уже с Приветом
- Posts: 1564
- Joined: 27 Nov 2001 10:01
- Location: Live free or die
странный ServletException ??? может кто такое встречал
Интересный вы человек! Все у вас в порядке. Удивительно, с таким счастьем - и на свободе. (C) О.Бендер
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
Re: странный ServletException ??? может кто такое встречал
OBender wrote:В инете что то ничего не нашел пока.
А я нашла пару постов в которых ссылаются на то, что либо JSP большой, либо тагов и инклюдов много.
Вот например:
http://www.jguru.com/forums/view.jsp?EID=1146107
View: Recent Questions Recent Answers My Threads Most Active Questions Questions by Contributor Answers by Contributor
Java.lang.verifyError
Topic: JSP
Ribha Mehrotra, Feb 13, 2004 [replies:1]
Hi All, I am getting the following exception while trying to forward to a jsp page. java.lang.VerifyError: (class: _oa__html/_ozfOrderShipmentMain, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Register 48 contains wrong type at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) The class file generated _ozfOrderShipmentMain.class is abt 58k in size. If anyone has encountered a similar problem and know of the causes, plz respond. Thanks Ribha
Re: Java.lang.verifyError
Topic: JSP
Todd Kaplinger PREMIUM, Feb 13, 2004
Break your JSP into smaller components. Most people that encounter this are heavily using custom tags and static includes.
Others things to look at:
http://www.mail-archive.com/orion-interest@orionserver.com/msg15859.html
Сабина