Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Spring IDE on a Juno release

  1. #11
    Join Date
    Jul 2012
    Location
    Germany
    Posts
    4

    Default

    I can contact other update sites. Only the springsource update sites don't work. oO

    Edit: I try a new fresh juno, but it still don't work. Maybe a problem with the 64bit version of juno?
    Last edited by cookie-exploit; Jul 17th, 2012 at 12:23 PM.

  2. #12
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hey!

    I tried this myself again and I have no problems accessing the update site when I put that into the "install new software" dialog in Eclipse Juno. That is strange...

    Can you try these URLs to see if they all fail?
    http://download.springsource.com/mil...S/update/e4.2/
    http://download.springsource.com/mil...3.0.0.M3/e4.2/

    Especially the last one doesn't contain everything you would need to install certain elements, but we could try those URLs to see what is working and what not.

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #13
    Join Date
    Jul 2012
    Location
    Germany
    Posts
    4

    Default

    This update sites work for me! Thanks for help, now I can finally use the STS with juno!

  4. #14
    Join Date
    Oct 2012
    Location
    Melbourne, Australia
    Posts
    3

    Default

    Martin

    I am receiving an access denied message from the url http://dist.springsource.com/release/TOOLS/update/e4.2/

    The time out error looks to be a response from within the eclipse installer.

  5. #15
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hey!

    Quote Originally Posted by simonb View Post
    I am receiving an access denied message from the url http://dist.springsource.com/release/TOOLS/update/e4.2/
    This happens when you browse to that location, right?
    This is the expected behavior when browsing to that location, as you can also read from here:
    http://forum.springsource.org/showth...S-FAQs-updated

    Quote Originally Posted by simonb View Post
    The time out error looks to be a response from within the eclipse installer.
    So this is a different error when I understand it correctly. You are getting a read timeout when accessing the update site from within Eclipse/STS? In that case, did you check your proxy settings? And did you try the "download.springsource.com" version to see if that works better?

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  6. #16
    Join Date
    Jan 2013
    Posts
    3

  7. #17
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hey!

    The last one looks correct:
    http://dist.springsource.com/release/TOOLS/update/e4.2/

    What happens when you try to access it from within Eclipse? Can you access other update sites?

    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  8. #18
    Join Date
    Jan 2013
    Posts
    3

    Default

    Yes , I can access other update sites for installing ivy , subversion plugins.

    The error that I get is -

    Provisioning exception -

    Error
    Thu Jan 10 17:04:47 GMT 2013
    Unable to connect to repository http://dist.springsource.com/release....2/content.xml

    java.net.ConnectException: Connection timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:366)
    at java.net.Socket.connect(Socket.java:529)
    at org.eclipse.ecf.provider.filetransfer.events.socke t.SocketEventCreateUtil.createSocket(SocketEventCr eateUtil.java:43)
    at org.eclipse.ecf.internal.provider.filetransfer.htt pclient.ECFHttpClientProtocolSocketFactory.createS ocket(ECFHttpClientProtocolSocketFactory.java:81)
    at org.eclipse.ecf.internal.provider.filetransfer.htt pclient.ECFHttpClientProtocolSocketFactory.createS ocket(ECFHttpClientProtocolSocketFactory.java:73)
    at org.eclipse.ecf.internal.provider.filetransfer.htt pclient.ECFHttpClientProtocolSocketFactory.createS ocket(ECFHttpClientProtocolSocketFactory.java:65)
    at org.apache.commons.httpclient.HttpConnection.open( HttpConnection.java:707)
    at org.apache.commons.httpclient.MultiThreadedHttpCon nectionManager$HttpConnectionAdapter.open(MultiThr eadedHttpConnectionManager.java:1361)
    at org.apache.commons.httpclient.HttpMethodDirector.e xecuteWithRetry(HttpMethodDirector.java:387)
    at org.apache.commons.httpclient.HttpMethodDirector.e xecuteMethod(HttpMethodDirector.java:171)
    at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:397)
    at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:346)
    at org.eclipse.ecf.provider.filetransfer.httpclient.H ttpClientFileSystemBrowser.runRequest(HttpClientFi leSystemBrowser.java:232)
    at org.eclipse.ecf.provider.filetransfer.browse.Abstr actFileSystemBrowser$DirectoryJob.run(AbstractFile SystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.j ava:53)

  9. #19
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,650

    Default

    Hey!

    The data in the p2 repository cache might be corrupt or there might be another network issue in between your machine and the update site. You can try to delete p2/org.eclipse.equinox.p2.repository/cache directory from your STS installation to see if that helps?

    You can also try to use another URL for this:
    http://download.springsource.com/rel...S/update/e4.2/

    Sometimes those direct download.springsource.com URLs work better (for some reason).

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  10. #20
    Join Date
    Jan 2013
    Posts
    3

    Default

    Hello Martin,
    No luck, I still get the same Provisioning Exception.

    As a workaround for now, I have copied over the plugin from a springsource complete installation that I had downloaded separately.
    Thanks
    Last edited by Deepa_V; Jan 11th, 2013 at 05:33 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •