I found out the solution and wanted to pass it along in the event anyone else runs into this. It looks like a the xalan parser was required / a dependency.
I added the following files to the .war file and things are running along nicely: - xalan.jar - serializer.jar Regards, M Goodell -----Original Message----- From: M Goodell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 3:02 PM To: ~XFire User Mailing List; ~XFire Development List Subject: [xfire-dev] FreeBSD Startup Error Hello, After I deploy my .war file to a Tomcat installation on a FreeBSD system I get the following Exception thrown when trying to access the WSDL for my service. Deployment runs great on my Windows XP system. Am I simply missing a XML parser jar file? Thanks, M Goodell javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found javax.xml.transform.TransformerFactory.newInstance(Unknown Source) org.codehaus.xfire.wsdl11.builder.SchemaSerializer.writeXml(SchemaSerialize r.java:46) org.codehaus.xfire.wsdl11.builder.SchemaSerializer.marshall(SchemaSerialize r.java:35) com.ibm.wsdl.xml.WSDLWriterImpl.printExtensibilityElements(Unknown Source) com.ibm.wsdl.xml.WSDLWriterImpl.printTypes(Unknown Source) com.ibm.wsdl.xml.WSDLWriterImpl.printDefinition(Unknown Source) com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(Unknown Source) com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(Unknown Source) org.codehaus.xfire.wsdl11.builder.WSDLBuilder.write(WSDLBuilder.java:172) org.codehaus.xfire.wsdl11.builder.WSDLBuilderAdapter.write(WSDLBuilderAdapt er.java:40) org.codehaus.xfire.DefaultXFire.generateWSDL(DefaultXFire.java:104) org.codehaus.xfire.transport.http.XFireServletController.generateWSDL(XFire ServletController.java:377) org.codehaus.xfire.transport.http.XFireServletController.doService(XFireSer vletController.java:126) org.codehaus.xfire.transport.http.XFireServlet.doGet(XFireServlet.java:107) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.5/483 - Release Date: 10/18/2006 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
