Konstantina, What JAR's do you have in the stxx-example webapp lib folder? You not only need stxx-1.0.0.jar but also every other JAR listed on stxx's download page.
Jeff Konstantina Stamopoulou wrote: > Hi Jeff, > I have tried everything. I used Tomcat4.0.4 and I got the error that I wote > in my previous mail. > I used Tomcat4.1.7 and while it was loading the apps I got the following > error in the console: > > WebappClassLoader: > validateJarFile(C:\jakarta\jakarta-tomcat-4.1.7\webapps\stxx- > example\WEB-INF\lib\orion.jar) - jar not loaded. See Servlet Spec 2.3, > section 9 > .7.2. Offending class: javax/servlet/Servlet.class > WebappClassLoader: > validateJarFile(C:\jakarta\jakarta-tomcat-4.1.7\webapps\stxx- > example\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, > section > 9.7.2. Offending class: javax/servlet/Servlet.class > > and in the browser I got the following exception. > > java.lang.NoSuchMethodError > at > com.oroad.stxx.action.ActionServlet.processApplicationResources(ActionServle > t.java:814) > at com.oroad.stxx.action.ActionServlet.initStxx(ActionServlet.java:760) > at com.oroad.stxx.action.ActionServlet.init(ActionServlet.java:104) > at javax.servlet.GenericServlet.init(GenericServlet.java:258) > > I' using servlet2.3 API- I though that caused the problem - but obviously it > is something else. I haven't change the tomcat's conf files and I have put > the stxx.jar in lib dir webapps. What am I missing? > > Konstantina > > > > > ----- Original Message ----- > From: "Jeff Pennal" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, July 16, 2002 10:14 PM > Subject: Re: Stxx opencode > > > >>Konstantina, >> >>People have had this error message before and it is usually the caused >>by one of two things. >> >>1. Use only Tomcat 3.3+ or 4.04+ >>2. If you are putting the stxx-example.jar file in the Tomcat webapps >>directory, you will need to make sure that all the correct JAR's that >>stxx needs to run are in a "lib" direction under tomcat. >> >>For details on the required JAR's check out >>http://www.openroad.ca/opencode/stxx/download.html >> >>Andrew Hill wrote: >> >>>Have a look in the log file to see if you can pin down the actual error >> > that > >>>occured, as if an exception is thrown when initialising stuff, thats the >>>message you get. >>> >>>-----Original Message----- >>>From: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] >>>Sent: Tuesday, July 16, 2002 20:00 >>>To: Struts Users Mailing List >>>Subject: Stxx opencode >>> >>> >>>Hello, >>>I have just downloaded the stxx package and I tried to run the >> > stxx-example > >>>application. But unfortunately I had no luck. I run it with tomcat-4.0.4 >>>and tomcat-3.2.4 but I got the following exception. >>> >>>Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet action is currently >>>unavailable >>> >> >>-------------------------------------------------------------------------- > > -- > >>>---- >>> >>>type Status report >>> >>>message Servlet action is currently unavailable >>> >>>description The requested service (Servlet action is currently >> > unavailable) > >>>is not currently available. >>> >>> >> >>-------------------------------------------------------------------------- > > -- > >>>---- >>> >>> >>> >>>I find stxx very flexible and since I have worked with struts I would be >>>very interetsed in using it for my application development. So if anyone >> > can > >>>help me I would be gradeful. >>> >>>Thank you in advance, >>>Konstantina >>> >>> >>> >>> >>>-- >>>To unsubscribe, e-mail: >> > <mailto:[EMAIL PROTECTED]> > >>>For additional commands, e-mail: >> > <mailto:[EMAIL PROTECTED]> > >> >>-- >>Jeff Pennal p:604-694-0554(x107) >>Senior Software Developer f:604-694-0558 >>Openroad Communications e:[EMAIL PROTECTED] >>Vancouver, BC >> >> >>-- >>To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > >> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Jeff Pennal p:604-694-0554(x107) Senior Software Developer f:604-694-0558 Openroad Communications e:[EMAIL PROTECTED] Vancouver, BC -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

