<HTML><body>
    <br />
    Juan Hernandez p&iacute;še v Po 20. 10. 2014 v 20:07 +0200:<BR>
&gt; On 10/20/2014 03:46 PM, Finstrle, Ludek wrote:<BR>
&gt; &gt; <BR>
&gt; &gt; Kapetanakis Giannis p&iacute;še v Po 20. 10. 2014 v 14:08 +0300:<BR>
&gt; &gt;&gt; After upgrading to 3.5 today I cannot access /api/ on engine server.<BR>
&gt; &gt;&gt; Apart from that everything else works ok<BR>
&gt; &gt; <BR>
&gt; &gt; That's strange I have exactly the same error on engine during<BR>
&gt; &gt; hosted-engine installation. See:<BR>
&gt; &gt; <a href="https://www.mail-archive.com/users@ovirt.org/msg21715.html" target="_blank">https://www.mail-archive.com/users@ovirt.org/msg21715.html</a><BR>
&gt; &gt; <BR>
&gt; &gt; Luf<BR>
&gt; &gt; <BR>
&gt; <BR>
&gt; Your problem seems to be related to a missing<BR>
&gt; &quot;/usr/share/java/batik/batik-awt-util.jar&quot; file. This should be provided<BR>
&gt; by the &quot;batik&quot; package. Can you check if this package is installed and<BR>
&gt; if it contains this file?<BR>
&gt; <BR>
&gt;   # rpm -q batik<BR>
&gt;   # rpm -ql batik | grep batik-awt-util.jar<BR>
&gt; <BR>
&gt; If this file is missing it may well also be the reason for the failure<BR>
&gt; described in this thread.<BR>
<BR>
I found the root cause (I was re-installing the engine to be sure).<BR>
I didn't have includepkgs in jpackage.repo repository so during engine<BR>
install it installed more packages (mainly xmlgraphics-batik which could<BR>
replace batik).<BR>
I use configuration management and I used jpackage earlier so I just put<BR>
it as dependency and don't install ovirt-release35 (I installed it later<BR>
after all packages were installed and checked update).<BR>
<BR>
Thanks for your help, maybe it helps also to Kapetanakis.<BR>
<BR>
Cheers,<BR>
<BR>
Luf<BR>
<BR>
&gt; &gt;&gt; HTTP Status 500 -<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; ______________________________________________________________________<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; type Exception report<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; message<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; description The server encountered an internal error () that prevented<BR>
&gt; &gt;&gt; it from fulfilling this request.<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; exception<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; javax.servlet.ServletException: Servlet.init() for servlet<BR>
&gt; &gt; org.ovirt.engine.api.restapi.BackendApplication threw exception<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)<BR>
&gt; &gt;&gt; java.lang.Thread.run(Thread.java:745)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; root cause<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; java.lang.RuntimeException: java.lang.RuntimeException: Unable to<BR>
&gt; &gt; instantiate MessageBodyWriter<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:35)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)<BR>
&gt; &gt;&gt; java.lang.Thread.run(Thread.java:745)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; root cause<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; java.lang.RuntimeException: Unable to instantiate MessageBodyWriter<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:772)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)<BR>
&gt; &gt;&gt; java.lang.Thread.run(Thread.java:745)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; root cause<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; java.lang.RuntimeException: Failed to construct public<BR>
&gt; &gt; org.ovirt.engine.api.pdf.FOPMessageBodyWriter()<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:144)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.getProviderInstance(ResteasyProviderFactory.java:1039)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyWriter(ResteasyProviderFactory.java:519)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:768)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)<BR>
&gt; &gt;&gt; java.lang.Thread.run(Thread.java:745)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; root cause<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; java.lang.NoClassDefFoundError: org/apache/fop/apps/FopFactory<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.ovirt.engine.api.pdf.FOPMessageBodyWriter.&lt;init&gt;(FOPMessageBodyWriter.java:51)<BR>
&gt; &gt;&gt; sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<BR>
&gt; &gt;&gt; java.lang.reflect.Constructor.newInstance(Constructor.java:526)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:132)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.getProviderInstance(ResteasyProviderFactory.java:1039)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyWriter(ResteasyProviderFactory.java:519)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:768)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)<BR>
&gt; &gt;&gt; java.lang.Thread.run(Thread.java:745)<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; note The full stack trace of the root cause is available in the JBoss<BR>
&gt; &gt;&gt; Web/7.0.13.Final logs.<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; ______________________________________________________________________<BR>
&gt; &gt;&gt; JBoss Web/7.0.13.Final<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; server.log:<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; 2014-10-20 14:07:24,382 ERROR<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/api]]<BR>
&gt; &gt; (ajp--127.0.0.1-8702-6) StandardWrapper.Throwable:<BR>
&gt; &gt; java.lang.RuntimeException: java.lang.RuntimeException: Unable to<BR>
&gt; &gt; instantiate MessageBodyWriter<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:35)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:952)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:188)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt; [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at org.apache.coyote.ajp.AjpProtocol<BR>
&gt; &gt;&gt; $AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at org.apache.tomcat.util.net.JIoEndpoint<BR>
&gt; &gt;&gt; $Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; Caused by: java.lang.RuntimeException: Unable to instantiate<BR>
&gt; &gt;&gt; MessageBodyWriter<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:772)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; ... 18 more<BR>
&gt; &gt;&gt; Caused by: java.lang.RuntimeException: Failed to construct public<BR>
&gt; &gt;&gt; org.ovirt.engine.api.pdf.FOPMessageBodyWriter()<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:144)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.getProviderInstance(ResteasyProviderFactory.java:1039)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyWriter(ResteasyProviderFactory.java:519)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:768)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; ... 20 more<BR>
&gt; &gt;&gt; Caused by: java.lang.NoClassDefFoundError:<BR>
&gt; &gt;&gt; org/apache/fop/apps/FopFactory<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.ovirt.engine.api.pdf.FOPMessageBodyWriter.&lt;init&gt;(FOPMessageBodyWriter.java:51)<BR>
&gt; &gt; [restapi-definition.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<BR>
&gt; &gt;&gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)<BR>
&gt; &gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<BR>
&gt; &gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; java.lang.reflect.Constructor.newInstance(Constructor.java:526)<BR>
&gt; &gt;&gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:132)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; ... 23 more<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; 2014-10-20 14:07:24,405 ERROR<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/api].[org.ovirt.engine.api.restapi.BackendApplication]]<BR>
&gt; &gt; (ajp--127.0.0.1-8702-6) Allocate exception for servlet<BR>
&gt; &gt; org.ovirt.engine.api.restapi.BackendApplication:<BR>
&gt; &gt; java.lang.NoClassDefFoundError: org/apache/fop/apps/FopFactory<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.ovirt.engine.api.pdf.FOPMessageBodyWriter.&lt;init&gt;(FOPMessageBodyWriter.java:51)<BR>
&gt; &gt; [restapi-definition.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)<BR>
&gt; &gt;&gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)<BR>
&gt; &gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)<BR>
&gt; &gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; java.lang.reflect.Constructor.newInstance(Constructor.java:526)<BR>
&gt; &gt;&gt; [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:132)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.getProviderInstance(ResteasyProviderFactory.java:1039)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyWriter(ResteasyProviderFactory.java:519)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:768)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)<BR>
&gt; &gt; [resteasy-jaxrs-2.3.2.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:952)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:188)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)<BR>
&gt; &gt; [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)<BR>
&gt; &gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at<BR>
&gt; &gt;&gt; org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at org.apache.coyote.ajp.AjpProtocol<BR>
&gt; &gt;&gt; $AjpConnectionHandler.process(AjpProtocol.java:445)<BR>
&gt; &gt;&gt; [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at org.apache.tomcat.util.net.JIoEndpoint<BR>
&gt; &gt;&gt; $Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]<BR>
&gt; &gt;&gt; at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; My packages are:<BR>
&gt; &gt;&gt; ovirt-engine-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-backend-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-cli-3.5.0.5-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-dbscripts-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-dwh-3.5.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-dwh-setup-3.5.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-extensions-api-impl-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-jboss-as-7.1.1-1.el6.x86_64<BR>
&gt; &gt;&gt; ovirt-engine-lib-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-reports-3.5.1-0.1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-reports-setup-3.5.1-0.1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-restapi-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-sdk-python-3.5.0.7-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-setup-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-setup-base-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-setup-plugin-ovirt-engine-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-setup-plugin-ovirt-engine-common-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-setup-plugin-websocket-proxy-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-tools-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-userportal-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-webadmin-portal-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-engine-websocket-proxy-3.5.0.1-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-host-deploy-1.3.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-host-deploy-java-1.3.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-image-uploader-3.5.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-iso-uploader-3.5.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-log-collector-3.5.0-1.el6.noarch<BR>
&gt; &gt;&gt; ovirt-release34-1.0.3-1.noarch<BR>
&gt; &gt;&gt; ovirt-release35-001-1.noarch<BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt; _______________________________________________<BR>
&gt; &gt;&gt; Users mailing list<BR>
&gt; &gt;&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> &lt;mailto:Users@ovirt.org&gt;<BR>
&gt; &gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><BR>
&gt; &gt;&gt;<BR>
&gt; &gt;&gt;<BR>
&gt; &gt; <BR>
&gt; &gt; <BR>
&gt; &gt; NOTICE: This email and any attachments may contain confidential and<BR>
&gt; &gt; proprietary information of NetSuite Inc. and is for the sole use of the<BR>
&gt; &gt; intended recipient for the stated purpose. Any improper use or<BR>
&gt; &gt; distribution is prohibited. If you are not the intended recipient,<BR>
&gt; &gt; please notify the sender; do not review, copy or distribute; and<BR>
&gt; &gt; promptly delete or destroy all transmitted information. Please note that<BR>
&gt; &gt; all communications and information transmitted through this email system<BR>
&gt; &gt; may be monitored and retained by NetSuite or its agents and that all<BR>
&gt; &gt; incoming email is automatically scanned by a third party spam and<BR>
&gt; &gt; filtering service which may result in deletion of a legitimate e-mail<BR>
&gt; &gt; before it is read by the intended recipient.<BR>
&gt; &gt; <BR>
&gt; &gt; <BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Users mailing list<BR>
&gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><BR>
&gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><BR>
&gt; &gt; <BR>
&gt; <BR>
&gt; <BR>

    <br />
<br />
<font size="1">
NOTICE: This email and any attachments may contain confidential and proprietary information of NetSuite Inc. and is for the sole use of the intended recipient for the stated purpose. Any improper use or distribution is prohibited. If you are not the intended recipient, please notify the sender; do not review, copy or distribute; and promptly delete or destroy all transmitted information. Please note that all communications and information transmitted through this email system may be monitored and retained by NetSuite or its agents and that all incoming email is automatically scanned by a third party spam and filtering service which may result in deletion of a legitimate e-mail before it is read by the intended recipient.</font>
</body></HTML>