Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » starting test client on geronimo 1.1 yields servlet error: Unable to compile class?!?
starting test client on geronimo 1.1 yields servlet error: Unable to compile class?!? [message #183282] Mon, 27 November 2006 11:26
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I reduced the WSDL file to a single operation, which takes 2 strings and
returns one string and triggered the full "create client" process.
Creation, assembling, deplying and installing all work all fine, but
when the test client is finally started on geronimo 1.1 I get the below
error message.

Geronimo comes with axis 1.4 pre-installed which also contains the
missing class (I just checked). What do I have to do or specify, so that
the newly created test-client will find that .jar?

------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
The type org.apache.axis.AxisFault cannot be resolved. It is indirectly
referenced from required .class files


org.apache.jasper.compiler.DefaultErrorHandler.javacError(De faultErrorHandler.java:84) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorD ispatcher.java:328) org.apache.jasper.compiler.JDTCompiler.generateClass(JDTComp iler.java:409) org.apache.jasper.compiler.Compiler.compile(Compiler.java:29 7) org.apache.jasper.compiler.Compiler.compile(Compiler.java:27 6) org.apache.jasper.compiler.Compiler.compile(Compiler.java:26 4) org.apache.jasper.JspCompilationContext.compile(JspCompilati onContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:303) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java :264) javax.servlet.http.HttpServlet.service(HttpServlet.java:688) note The full stack trace of the root cause is available in the ApacheTomcat/5.5.15 logs.Apache Tomcat/5.5.15------------------------------------
Previous Topic:WSDL containing array definitions causes trouble
Next Topic:Extending HTML or JSP editors with minimal coding
Goto Forum:
  


Current Time: Thu Apr 25 23:27:38 GMT 2024

Powered by FUDForum. Page generated in 0.02566 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top