I am having an issue with installing the latest CCS6 under Linux (Mepis). I had a similar issue with CCSv5 until I used the offline installation. The issue arises when the initial download of Eclipse tries to access the TI repository at http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo.
If I try to access this repository from an existing Eclipse IDE I have no problems, but from the installed version I get the following errors:
!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2014-03-07 12:02:39.506
!MESSAGE Connection to http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo/p2.index failed on Connection to http://software-dl.ti.com refused. Retry attempt 0 started
!STACK 0
org.apache.http.conn.HttpHostConnectException: Connection to http://software-dl.ti.com refused
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
and in the other logfile:
!SESSION 2014-03-07 12:02:38.162 -----------------------------------------------
eclipse.buildId=4.3.0.M20130911-1000
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_AU
Framework arguments: -application com.ti.ccstudio.p2app -repository http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo -installiu com.ti.ccstudio.debugserver.linux.feature.group
Command-line arguments: -os linux -ws gtk -arch x86 -application com.ti.ccstudio.p2app -repository http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo -installiu com.ti.ccstudio.debugserver.linux.feature.group
!ENTRY org.eclipse.equinox.p2.transport.ecf 2 0 2014-03-07 12:02:39.506
!MESSAGE Connection to http://software-dl.ti.com/ccs/esd/CCSv6/CCS6.0.0.00116_linux/featurerepo/p2.index failed on Connection to http://software-dl.ti.com refused. Retry attempt 0 started
!STACK 0
org.apache.http.conn.HttpHostConnectException: Connection to http://software-dl.ti.com refused
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
...
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Caused by: java.net.ConnectException: Network is unreachable
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.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ECFHttpClientProtocolSocketFactory.connectSocket(ECFHttpClientProtocolSocketFactory.java:84)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
... 34 more
etc.
I have run the installer both as a normal user and as root and this problem still occurs. I know I don't have a firewall or antivirus problem as I can access the repository with no problems under Eclipse.
have tried running the installer up to the point of repository access failure but I can't prevent the install from deleting all of the downloaded files so that I can install the repository manually which is annoying and doesn't help with this type of repository access issue.
Would it be possible to split the install into different steps for people who already have Eclipse installed and only need to access the TI repository for the CCS software ? This would reduce the download size and prevent the currently downloaded Eclipse, JRE and other plugin software from being deleted when the install fails on any network problems. Surely the Eclipse software update process would be sufficient to cope with these sorts of issues.
In the meantime, there is obviously an issue with accessing the repository when running the downloaded eclipse app which needs to be resolved. Any suggestions ? Maybe it's a permission issue trying to run the downloaded JRE with the downloaded eclipse ? Can you suggest a way of installing the CCS for people who already have the latest JRE and Eclipse and want to use TI repository plugin installation only ?
Thanx.