Vaadin Charts 2 license does not get validated

I have created the file - .vaadin.charts.developer.license containing the license key.
During the widgetset compilation, I get the message -

[code]
[INFO]

[INFO]
License for Vaadin Charts 2 has not been validated. Check your network connection.
[INFO]

[/code]There is no issue with internet connection. Jars get downloaded during compilation without issues.

We are on Vaadin 7.3.6 and use Maven dependency management.

Any help to resolve this will be appreciated.

Thanks,
-Nanda

Hi Nanda,

The message indicates it’s doesn’t have access to internet from Java.

One posibility is that the machine where the widgetset is compiled is behind a proxy, in that case the java VM needs the proxy settings specified too:
http://stackoverflow.com/questions/120797/how-do-i-set-the-proxy-to-be-used-by-the-jvm

Hope this helps!