Hello,
I tried to install iCS by myself now on Ubuntu 12.04. However, I am still not able to run an application. iCS, ns 3.18 and sumo 0.22 have been installed succesfully. After installation I tried to run an application with the following command: iCS -c itetris-config-file.xml
I receive the following Output:
Loading configuration… done.
sumo: Kein Prozess gefunden
main-inci5: Kein Prozess gefunden
java: Kein Prozess gefunden
WELCOME TO iTETRIS
==================
STEP 1 – SETUP PHASE
iCS –> SUMO launched.
iCS –> ns-3 launched.
iCS –> Error occurred here e
STEP 2 – SETUP PHASE
sh: 1: main-inci5: not found
Loading configuration… done.
ITS DEMO APP –> Starting iTETRIS ITS Cooperative Demo Application
ITS DEMO APP –> Server listening on port: 1985
tcpip::Socket::accept() Unable to create listening socket: Address already in use
Error: Socket exception: tcpip::Socket::receive() @ recv: Bad file descriptor
STEP 3 – SETUP PHASE
iCS –> Trying 0 to connect SUMO on port 5500…
iCS –> Connected to SUMO
iCS –> Trying 0 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 1 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 2 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 3 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 4 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 5 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 6 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 7 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 8 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Trying 9 to connect ns-3 on port 1982 and Host localhost…
iCS –> No connection to ns-3; waiting…
iCS –> Could not connect to Ns-3
I think the connection to ns3 is not possible because main-inci5, which is referenced in the itetris-configuration-file.xml (communication-executable value=”main-inci5″), is not found. I can’t find main-inci5 on my filesystem either. I followed the complete guideline but cannot find the cause of this error.
Could somebody please tell me what is going wrong? Thanks in advance!