Why do I receive an I/O error when the verification is sent to my server using PolySpace Server for C/C++ 6.0 (R2008b)?

1 view (last 30 days)
When my Polyspace client and server are on the same machine, I receive the following I/O error when the job is sent to the queue:
Adding the analysis to the queue ...
Transfering the archive to the server ...
..........................................
Error: An I/O error occured in connection.
An error occured while sending the analysis to the queue.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Make sure that you have the hostname and the IP address in the windows 'hosts' file. Under Windows XP, this file can be found in C:\WINNT\system32\drivers\etc.
Add the following line if IP address and hostname information is not present:
127.0.0.1 localhost
Alternatively, use the real IP address and the real hostname.

More Answers (0)

Products


Release

No release entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!