Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 73561 invoked by uid 500); 27 Apr 2001 02:31:37 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: struts-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 73554 invoked from network); 27 Apr 2001 02:31:37 -0000 Received: from unknown (HELO exchange1.SKYGO.COM) (@64.3.135.67) by h31.sny.collab.net with SMTP; 27 Apr 2001 02:31:37 -0000 Received: by EXCHANGE1 with Internet Mail Service (5.5.2653.19) id <2GAHP0CW>; Thu, 26 Apr 2001 19:31:35 -0700 Message-ID: <6DBDB6C0ED63D411993000B0D03DDF164098DD@EXCHANGE1> From: Phil DiCorpo To: "'struts-user@jakarta.apache.org'" Subject: resin and struts example Date: Thu, 26 Apr 2001 19:31:34 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0CEC2.2D6B06E0" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0CEC2.2D6B06E0 Content-Type: text/plain; charset="iso-8859-1" Hello, I was trying to get the struts example to work with Resin 1.2.5, and was having some difficulty. When I run the web app I get the following stack trace ... java.lang.NoSuchMethodError: javax.servlet.UnavailableException: method (Ljava/lang/String;)V not found at org.apache.struts.example.DatabaseServlet.init(DatabaseServlet.java:183) at javax.servlet.GenericServlet.init(GenericServlet.java:172) at com.caucho.server.http.Application.createServlet(Application.java:1734) at com.caucho.server.http.Application.loadServlet(Application.java:1698) at com.caucho.server.http.Application.initServlets(Application.java:1115) at com.caucho.server.http.Application.init(Application.java:1068) at com.caucho.server.http.VirtualHost.restartApplication(VirtualHost.java:865) at com.caucho.server.http.VirtualHost.getInvocation(VirtualHost.java:613) at com.caucho.server.http.ServletServer.getInvocation(ServletServer.java:654) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:236) at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:157) at com.caucho.server.TcpConnection.run(TcpConnection.java:140) at java.lang.Thread.run(Thread.java:484) It seems like this should be a no brainer to get the web app example working. Can anyone point me in the right direction? Thanks, Phil _____ Phillip DiCorpo Software Engineer SkyGo Logo SkyGo, Inc. 1235 Radio Road 1st Floor Redwood City, CA 94065 (650) 232-1192 Direct (650) 232-1100 Main (650) 232-1200 Fax pdicorpo@skygo.com ------_=_NextPart_001_01C0CEC2.2D6B06E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
 
Hello,
 
I was = trying to get=20 the struts example to work with Resin 1.2.5, and was having some=20 difficulty.
When = I run the web=20 app I get the following stack trace ...
 
java.lang.NoSuchMethodError: =
javax.servlet.UnavailableException: method =
<init>(Ljava/lang/String;)V not found
	at =
org.apache.struts.example.DatabaseServlet.init(DatabaseServlet.java:183)=

	at javax.servlet.GenericServlet.init(GenericServlet.java:172)
	at =
com.caucho.server.http.Application.createServlet(Application.java:1734)
	at =
com.caucho.server.http.Application.loadServlet(Application.java:1698)
	at =
com.caucho.server.http.Application.initServlets(Application.java:1115)
	at com.caucho.server.http.Application.init(Application.java:1068)
	at =
com.caucho.server.http.VirtualHost.restartApplication(VirtualHost.java:8=
65)
	at =
com.caucho.server.http.VirtualHost.getInvocation(VirtualHost.java:613)
	at =
com.caucho.server.http.ServletServer.getInvocation(ServletServer.java:65=
4)
	at =
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:236)
	at =
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:157=
)
	at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
	at java.lang.Thread.run(Thread.java:484)
It seems like this should be a no brainer to =
get the web app example working.   Can anyone point me in the right =
direction?
Thanks,
Phil
 


Phillip=20 DiCorpo
Software=20 Engineer
 
3D"SkyGo
SkyGo, Inc.
1235 Radio Road
1st Floor
Redwood City, CA 94065
   (650) 232-1192 Direct
(650) 232-1100 = Main
(650) 232-1200 = Fax
pdicorpo@skygo.com
 
 
------_=_NextPart_001_01C0CEC2.2D6B06E0--