Warning: widgetset version 6.6.3 does not seem to match theme version 6_6_2

Hi again

I have now upgraded Liferay 6.0.6 to Vaadin 6.6.2 and up to 6.6.3 (on my development system)

It seems to work fine. I have found no bad layouts, no tables colums that get wrong width etc.
So it works fine.
I now wanted to upgrade to Vaadin 6.6.3 (brand new)

When I run myportlet.war’s portlet I get a warning
http://localhost:8080/web/myCompany/vaadin?debug

Debug window

Widget set is built on version: 6.6.3
Warning: widgetset version 6.6.3 does not seem to match theme version 6_6_2
Starting application v-8_WAR_myportlet_INSTANCE_95Cf_LAYOUT_10907
Vaadin application servlet version: 6.6.3

I have tried all the tricks I have learned to upgrade.

  • Install vaadin-controlpanel-for-liferay to Liferay
  • stop Liferay
  • replace waadin-6.6.3.war into ROOT’s WEB-INF/lib/waadin.war
  • unzip waadin-6.6.3.war#VAADIN to ROOT’s html/VAADIN
  • Do NOT copy anything from vaadin to web resources in myportlet.war
  • clean up myportlet.war’s deployment (delete it to remove all old resources)
  • Restart Liferay
  • Compile using vaadin-controlpanel
  • Deploy myPortlet again
  • restarted several times, without any improvement

But somehow 6_6_2 is still out there ?

When I search for the string I find nothing.
find * | xargs grep “6_6_2”
(no results)

I don’t like not to be 100% in control.


What is missing in the upgrade process of Liferay’s vaadin ?

When I run the same myPortlet.war in jetty (outside Liferay) I get no widgetset version warning
But I get NONVERSIONED
I don’t know if that is a bad sign for the future

Starting Vaadin client side engine. Widgetset: com.vaadin.terminal.gwt.DefaultWidgetSet
Widget set is built on version: 6.6.3
Starting application myportletjetty-430783017
Vaadin application servlet version: 6.6.3
Application version: NONVERSIONED

Best regards

Hi Anders,

Try to update the themes in “ROOT/html/VAADIN/themes” with new ones which can be found inside the vaadin-6.6.3.jar

Hi Jarno

Okay I have actually done this update - you suggest - several times

No worries I did it again…
First result was that myPortlet became empty.
Then I compiled the widget set using vaadin-controlpanel

Bingo, it works :slight_smile:
The warning is gone
MyPortlet shows data…


So thanks a lot for the suggesion to try again…

It is still a little
woo-do
to me what happens.
Somehow I have to see an empty MyPortlet and do the widget set compilation.
Then the solution comes…

For all of you to feel safe, I wont do yet another post when 6.6.4 comes :stuck_out_tongue: