Fórum

Liferay Chart 2.1.0.0

Joey Wong, modificado 7 Anos atrás.

Liferay Chart 2.1.0.0

Junior Member Postagens: 34 Data de Entrada: 04/04/16 Postagens Recentes
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 7 Anos atrás.

RE: Liferay Chart 2.1.0.0 (Resposta)

New Member Mensagem: 1 Data de Entrada: 04/11/16 Postagens Recentes
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 7 Anos atrás.

RE: Liferay Chart 2.1.0.0

Junior Member Postagens: 34 Data de Entrada: 04/04/16 Postagens Recentes
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.