Foros de discusión

Liferay Chart 2.1.0.0

Joey Wong, modificado hace 7 años.

Liferay Chart 2.1.0.0

Junior Member Mensajes: 34 Fecha de incorporación: 4/04/16 Mensajes recientes
I have downloaded this Chart portlet by Savoir-faire Linux.
Has anyone faced difficulty running this portlet?
Tested it on 6.2 GA6 running from eclipse and bitnami stack. Both yield the same problem. Did i miss something? Help. Thanks in advance.

"17:39:42,338 ERROR [http-bio-8080-exec-8][PortletServlet:116] javax.portlet.PortletException: com.vaadin.server.ServiceException: java.lang.NoSuchMethodError: com.savoirfairelinux.diagramme.ui.main.ChartLayout.<init>(Lcom/savoirfairelinux/diagramme/DiagrammeAPI;Ljava/lang/String;)V
javax.portlet.PortletException: com.vaadin.server.ServiceException: java.lang.NoSuchMethodError: com.savoirfairelinux.diagramme.ui.main.ChartLayout.<init>(Lcom/savoirfairelinux/diagramme/DiagrammeAPI;Ljava/lang/String;)V
at com.vaadin.server.VaadinPortlet.handleRequest(VaadinPortlet.java:475)
at com.vaadin.server.VaadinPortlet.serveResource(VaadinPortlet.java:551)
at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:122)
at com.liferay.portlet.ScriptDataPortletFilter.doFilter(ScriptDataPortletFilter.java:82)
at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:116)
at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:71)"
Muhammad Zabir, modificado hace 7 años.

RE: Liferay Chart 2.1.0.0 (Respuesta)

New Member Mensaje: 1 Fecha de incorporación: 4/11/16 Mensajes recientes
I think that your problem is regarding about versioning of the portlet. As i can see there are two version for it either 1.0.0 or 2.1.0(which you are using). So, it might have conflicted between those two that it creates the noSuchMethod exception. Try removing the portlet completely from your server and reinstall it back to the server.

Sorry it is just my two cent.
Joey Wong, modificado hace 7 años.

RE: Liferay Chart 2.1.0.0

Junior Member Mensajes: 34 Fecha de incorporación: 4/04/16 Mensajes recientes
Muhammad Zabir:
I think that your problem is regarding about versioning of the portlet. As i can see there are two version for it either 1.0.0 or 2.1.0(which you are using). So, it might have conflicted between those two that it creates the noSuchMethod exception. Try removing the portlet completely from your server and reinstall it back to the server.

Sorry it is just my two cent.



It worked! That's brilliant. Thanks.