[ovirt-users] movirt -> ovirt 3.5.1 -> server error 500

Tomas Jelinek tjelinek at redhat.com
Thu Feb 19 11:51:11 UTC 2015


Hi Markus,

Are you sure the stacktrace is related to moVirt? Because this is for exporting the volume profile to PDF (for gluster) - moVirt does not touch anything like this.

How do you have your connection settings filled? Do you have the URL in a form:
https://hostnameOrIp:port/ovirt-engine/api
and the username in form:
name at domain
?

Also when you login as not admin user please make sure to uncheck the "admin privilege"
Also when you are connecting to https than please either import the ca.crt to your mobile and use hostname in the url or check the "disable https" checkbox.

have a nice day,
Tomas

----- Original Message -----
> From: "Markus Stockhausen" <stockhausen at collogia.de>
> To: users at ovirt.org
> Sent: Thursday, February 19, 2015 12:22:25 PM
> Subject: [ovirt-users] movirt -> ovirt 3.5.1 -> server error 500
> 
> Hi,
> 
> just installed movirt on my mobile. Upon connection it breaks with the
> attached error in the 3.5.1 engine server logs.
> 
> Something I'm missing?
> 
> Markus
> 
> 2015-02-19 12:21:19,757 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ovirt-engine/api]]
> (ajp--127.0.0.1-8702-11) StandardWrapper.Throwable:
> java.lang.RuntimeException: java.lang.RuntimeException: Unable to
> instantiate MessageBodyWriter
>         at
>         org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:35)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:211)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:952)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:188)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
>         [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
>         at
>         org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>         [jbossweb-7.0.13.Final.jar:]
>         at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
>         [jbossweb-7.0.13.Final.jar:]
>         at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
>         [jbossweb-7.0.13.Final.jar:]
>         at
>         org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
>         [jbossweb-7.0.13.Final.jar:]
>         at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55]
> Caused by: java.lang.RuntimeException: Unable to instantiate
> MessageBodyWriter
>         at
>         org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:772)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.plugins.providers.RegisterBuiltin.registerProviders(RegisterBuiltin.java:70)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:31)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         ... 18 more
> Caused by: java.lang.RuntimeException: Failed to construct public
> org.ovirt.engine.api.pdf.FOPMessageBodyWriter()
>         at
>         org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:144)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.spi.ResteasyProviderFactory.getProviderInstance(ResteasyProviderFactory.java:1039)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.spi.ResteasyProviderFactory.addMessageBodyWriter(ResteasyProviderFactory.java:519)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         at
>         org.jboss.resteasy.spi.ResteasyProviderFactory.registerProvider(ResteasyProviderFactory.java:768)
>         [resteasy-jaxrs-2.3.2.Final.jar:]
>         ... 20 more
> Caused by: java.lang.NoClassDefFoundError: org/apache/fop/apps/FopFactory
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 



More information about the Users mailing list