!SESSION 2015-02-18 11:43:17.340 -----------------------------------------------eclipse.buildId=4.4.1.M20140925-0400java.version=1.7.0_51java.vendor=OracleCorporationBootLoaderconstants:OS=linux,ARCH=x86_64,WS=gtk,NL=en_USFrameworkarguments:-productorg.eclipse.epp.package.java.product-applicationorg.eclipse.equinox.p2.director-repositoryhttp://e-p-i-c.sf.net/updates-iorg.epic.feature.main.feature.groupCommand-linearguments:-oslinux-wsgtk-archx86_64-productorg.eclipse.epp.package.java.product-applicationorg.eclipse.equinox.p2.director-repositoryhttp://e-p-i-c.sf.net/updates-iorg.epic.feature.main.feature.group!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2015-02-18 11:43:20.593!MESSAGE Connection to http://e-p-i-c.sf.net/updates/p2.index failed on null. Retry attempt 0 started!STACK 0org.apache.http.client.ClientProtocolExceptionatorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:909)atorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1077)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:1068)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:1064)atorg.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)atorg.eclipse.core.internal.jobs.Worker.run(Worker.java:54)Causedby:org.apache.http.client.CircularRedirectException:Circularredirectto'http://www.epic-ide.org/'atorg.apache.http.impl.client.DefaultRedirectStrategy.getLocationURI(DefaultRedirectStrategy.java:183)atorg.apache.http.impl.client.DefaultRedirectStrategy.getRedirect(DefaultRedirectStrategy.java:217)atorg.apache.http.impl.client.DefaultRequestDirector.handleResponse(DefaultRequestDirector.java:1105)atorg.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:548)atorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)... 6 more!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2015-02-18 11:43:22.618!MESSAGE Connection to http://e-p-i-c.sf.net/updates/p2.index failed on null. Retry attempt 0 started!STACK 0org.apache.http.client.ClientProtocolExceptionatorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:909)atorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1077)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:1068)atorg.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:1064)atorg.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:73)atorg.eclipse.core.internal.jobs.Worker.run(Worker.java:54)Causedby:org.apache.http.client.CircularRedirectException:Circularredirectto'http://www.epic-ide.org/'atorg.apache.http.impl.client.DefaultRedirectStrategy.getLocationURI(DefaultRedirectStrategy.java:183)atorg.apache.http.impl.client.DefaultRedirectStrategy.getRedirect(DefaultRedirectStrategy.java:217)atorg.apache.http.impl.client.DefaultRequestDirector.handleResponse(DefaultRequestDirector.java:1105)atorg.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:548)atorg.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)... 6 more!ENTRY org.eclipse.equinox.p2.director.app 4 0 2015-02-18 11:43:24.100!MESSAGE The installable unit org.epic.feature.main.feature.group has not been found.
I've dug around some and from what I can tell the update site has recently changed to a newer format.
For example, as I examine an entry the waybackmachine logged from November 19th 2014 ( https://web.archive.org/web/20141119041012/http://www.epic-ide.org/updates/ ) I see it does not have the artifacts.jar or content.jar files.
Perhaps the new update site format is missing some required files (such as the p2.index file)?
Let me know if I can provide any other useful information or if I should be posting this question somewhere else.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There appears to be a misconfiguration of the web server, which is responding to a request for /updates/p2.index with 302 whereas it should be responding with 404 (interestingly, only to the Java client, not to a normal browser). I opened a ticket with the server admin to fix that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Up until recently I used to be able to install EPIC via the following command line command
However, I am now getting the following error
I've dug around some and from what I can tell the update site has recently changed to a newer format.
For example, as I examine an entry the waybackmachine logged from November 19th 2014 ( https://web.archive.org/web/20141119041012/http://www.epic-ide.org/updates/ ) I see it does not have the artifacts.jar or content.jar files.
Perhaps the new update site format is missing some required files (such as the p2.index file)?
Let me know if I can provide any other useful information or if I should be posting this question somewhere else.
Thanks!
There appears to be a misconfiguration of the web server, which is responding to a request for /updates/p2.index with 302 whereas it should be responding with 404 (interestingly, only to the Java client, not to a normal browser). I opened a ticket with the server admin to fix that.
Please try again, the problem has been fixed.
It worked, thanks for the help and quick reply!