Vaadin 7 - Suddenly stopped working

Hello,

My team has been using Vaadin 7 since years for a very basic use case. It has been working fine until yesterday when it suddenly stopped working, saying “Error retreiving your subscription key from the server”. We are NOT using a paid subscription.

Has there been a recent change in free support for vaadin 7? Please let us know.

Adding the vaadin dependencies we are using in our Java build.gradle file below :

“org.vaadin.addons:vaadin-combobox-multiselect:1.1.14”
“org.vaadin.addons:exporter:0.0.6”
“org.vaadin.addons:dcharts-widget:1.7.0”
“com.vaadin.external.gwt:gwt-servlet:2.7.0.vaadin3”

Thanks

Hi,

Perhaps it’s related to this: https://vaadin.com/forum/thread/18524410/vaadin-7-do-i-need-license

Hi,

Thanks for the reply.

I checked the dependencies and found out that it is defaulting to 7.7.23 automatically, even though i am forcing a lower version in build.gradle

vaadin-server - Libraries needed by Vaadin server side applications.
±-- com.vaadin:vaadin-server:7.7.+ → 7.7.23
| ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | ±-- org.w3c.css:sac:1.3
| | -– com.vaadin.external.flute:flute:1.3.0.gg2
| ±-- com.vaadin:vaadin-shared:7.7.23
| ±-- com.vaadin:license-checker:1.0.5
| | -– com.google.gwt:gwt-elemental:2.8.0
| -– org.jsoup:jsoup:1.8.3
±-- com.vaadin:vaadin-themes:7.7.+ → 7.7.23
-– javax.servlet:javax.servlet-api:3.1.0

Hi,

Found the root cause.

Plugin “fi.jasoft.plugin.vaadin” was causing the issue of pulling the newer version.
Downgrading the plugin version fixed the issue.

Thanks,
Shree