Madhavi Kumar wrote:
Hi all,
Hi - please don't hijack other people's threads - start a new one.
Im using Jakarta's FOP , to convert xml to PDF
Actually its Apache's FOP. Jakarta is just a project within the Apache community.
at run time im getting following exception. javax.servlet.ServletException:cannot allocate servlet instance for path /servlets-examples/servlet/FopServlet rootcause: java.lang.NoClassDefFound error:org/apache/avalon/framework/logger/Logger
This means the avalon-framework JAR file is not in the classpath. Since you are running from an unknown servlet container its hard to give you precise steps to resolve this issue. But start by checking your classpath then Web App's WEB-INF folder.
I have chacked the avalon jar file, Logger class is there in the executable jar file.
Yes, it is in the JAR, but the servlet cant find the avalon jar. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
