PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2837

*** shadow/2837 Thu Jul 26 09:30:34 2001
--- shadow/2837.tmp.17378       Thu Jul 26 09:30:34 2001
***************
*** 0 ****
--- 1,50 ----
+ +============================================================================+
+ | Internal Servlet Error: NoClassDefFoundError                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2837                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Other                   |
+ |     Priority: Other                     Component: general                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                       |
+ |  Reported By: [EMAIL PROTECTED]                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Hi there,
+ 
+ I'm trying to get the FopServlet class included with the Fop distribution to 
+ work but I keep getting the above error when I include the ?fo= parameter.
+ 
+ I'm working with a Win 2K Advanced Server with IIS 5, and I've also installed 
+ the following:
+ 
+ JDK 1.3
+ Apache 1.3.20 (service working fine, using port 8040)
+ Jakarta-Tomcat 3.2.3 (service working fine, using port 8041)
+ Jakarta ISAPI redirector (virtual directory is in IIS and ISAPI filter is up 
+ and running)
+ FOP 0.19.0-CVS (works fine when I run it from the command line but *not* when 
+ I'm using the FopServlet).
+ 
+ I can run the Jakarta examples OK, and I've copied the fop.war file into the 
+ webapps folder and created a context for fop.  If I fire up my browser and go 
+ to http://localhost:8041/fop/servlet/fop it says I need the 'fo' parameter so 
+ it must be running the servlet code, but when I add on the ?fo=... it falls 
+ over with an internal servlet error:
+ 
+ java.lang.NoClassDefFoundError:org/apache/fop/apps/Driver
+ at org.apache.fop.tools.servlet.FopServlet.renderFO(FopServlet.java:117)
+ at org.apache.fop.tools.servlet.FopServlet.doGet(FopServlet.java:88)
+ at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) etc...
+ 
+ I've checked my .jar files and all the classes directly referenced by the 
+ Driver appear to be there. That's as far as I've got so far - can someone shed 
+ light on what might be missing or what I've done wrong?!?
+ 
+ Cheers!
+ 
+ Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to