LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Nimatlabserver indicates server running but port not open

I have a problem, where matlab release13 tells me that the server is running on xxx port when loaded but checking that with netstat -na from a command prompt the xxx port is not open. My main issue is that I can't figure out why the server doesn't open the port? Anyhting you might have learned would be helpful. I used the main.vi to call the SIT start server.vi and I can see then that the port 6011 is open. I tried multiple ports to open in matlab but nothing works. I am using SIT v2.0
0 Kudos
Message 1 of 2
(2,614 Views)
Timmy,
If the SIT server is able to open port successfully, netstat -na will show a TCP port 6011 in Listening state. Failure to open the port should cause an error dialog and is most commonly caused by another application already using the port. More information is needed to diagnose the problem, but make sure that no windows security feature is interfering (ex. windows XP SP2 network security setting)

It is not possible to start multiple ports in one matlab process. You will need to start multiple matlab processes and start server by typing 'NiMatlabServer('start',6012)' for example.

-SumitG
0 Kudos
Message 2 of 2
(2,614 Views)