Forums de discussion

Liferay Chart 2.1.0.0

Joey Wong, modifié il y a 7 années.

Liferay Chart 2.1.0.0

Junior Member Publications: 34 Date d'inscription: 04/04/16 Publications récentes
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, modifié il y a 7 années.

RE: Liferay Chart 2.1.0.0 (Réponse)

New Member Envoyer: 1 Date d'inscription: 04/11/16 Publications récentes
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, modifié il y a 7 années.

RE: Liferay Chart 2.1.0.0

Junior Member Publications: 34 Date d'inscription: 04/04/16 Publications récentes
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.