Failed to list downloaded vaadin versions

Hello,

I’m trying to use vaadin with plugin with Eclipse Helios. I was able to follow the instruction from the Vaadin book and downloaded IVY plugin and Vaadin plugin without any problem. When I try to create a new Vaadin project, I get the following error message: Failed to List downloaded Vaadin versions".

Do you know what is the problem?

thanks.

Could it be that your network is blocking access to http://vaadin.com/download//VERSIONS_ALL or http://vaadin.com/download/VERSIONS_7 ?

You could also open the Error Log view (Window → Show View → Error Log) and see if anything relevant is shown there.

Thanks for the reply.

[quote=Henri Sara]
Could it be that your network is blocking access to http://vaadin.com/download//VERSIONS_ALL or http://vaadin.com/download/VERSIONS_7 ?
[/quote]

I am able to go to the web pages below without any problems.
However, is there any other way to check it if plugin download completes without any problem?

[quote=Henri Sara]
You could also open the Error Log view (Window → Show View → Error Log) and see if anything relevant is shown there.
[/quote]

The error log is showing the following messages:

Failed to prepare partial IU: [R]
com.vaadin.integration.eclipse.jarbundle 6.8.4.201209281457.
The artifact file for osgi.bundle,com.vaadin.integration.eclipse.jarbundle,6.8.4.201209281457 was not found.

MESSAGE Failed to download list of available Vaadin versions
!STACK 0
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.vaadin.integration.eclipse.util.network.DownloadManager.getDownloadStream(DownloadManager.java:84)
at com.vaadin.integration.eclipse.util.network.DownloadManager.downloadURL(DownloadManager.java:71)
at com.vaadin.integration.eclipse.util.network.MavenVersionManager.downloadAvailableVersionsList(MavenVersionManager.java:67)
at com.vaadin.integration.eclipse.util.network.MavenVersionManager.getAvailableVersions(MavenVersionManager.java:38)
at com.vaadin.integration.eclipse.configuration.VaadinFacetInstallDataModelProvider.getDefaultProperty(VaadinFacetInstallDataModelProvider.java:158)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.getProperty(DataModelImpl.java:130)
at org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelProvider.getProperty(AbstractDataModelProvider.java:218)
at com.vaadin.integration.eclipse.configuration.VaadinFacetInstallDataModelProvider.isVaadin7Version(VaadinFacetInstallDataModelProvider.java:200)
at com.vaadin.integration.eclipse.configuration.VaadinFacetInstallDataModelProvider.getApplicationClassSuffix(VaadinFacetInstallDataModelProvider.java:216)
at com.vaadin.integration.eclipse.configuration.VaadinFacetInstallDataModelProvider.getDefaultProperty(VaadinFacetInstallDataModelProvider.java:129)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.getProperty(DataModelImpl.java:130)

I recently ran into this same issue and it happened to me after I had installed a new Server Runtime Environment in Eclipse (same error dialog and everything). The problem resolved itself after restarting Eclipse.

I has only 6.8.9 latest version in eclipse plugin.
But if i create new project, i can see 7.6.7…
What can i do?