Closed alkhwarizmi closed 4 months ago
Sorry, the line is not identical, because the socket number changes.
I also tested this locally on my PC, Windows 10, MDSplus version Stable 7.132.0 with the same results.
MDSIP_8000.log
CreateProcess returned 1 with cmd=mdsip.exe --port=8000 --hostfile="C:\mdsip.hosts" --compression=0 --sockethandle=59296:392
CreateProcess returned 1 with cmd=mdsip.exe --port=8000 --hostfile="C:\mdsip.hosts" --compression=0 --sockethandle=59296:428
CreateProcess returned 1 with cmd=mdsip.exe --port=8000 --hostfile="C:\mdsip.hosts" --compression=0 --sockethandle=59296:432
MDSIP_8000_49172.log
Error duplicating socket from parent: No error
Attempting to duplicate socket from pid 59296 socket 428
Is it possible that this thread is relevant.
Cheers,
Hi @alkhwarizmi,
Thanks for the bug report. I will install the software on my Windows 10 virtual machine and see if I can reproduce the problem.
It appears to me that there are some typos in the bug title and report regarding the version numbers. Am I correct that these are the versions used?
-MarkW
P.S. -- July 4 is a holiday in the U.S. Thus, the next full work day is Monday July 8.
Now I reverted back the server to 7.50-0 so I can't run the mdstcl command for getting the version, however I can confirm that I made typos in the report, the version is 7.142-80 which I am going to correct if I can. Regarding my PC instead ...
C:\>mdstcl show version
MDSplus version: 7.132.0
----------------------
Release: stable_release_7.132.0
Browse: https://github.com/MDSplus/mdsplus/tree/stable_release_7.132.0
Download: https://github.com/MDSplus/mdsplus/archive/stable_release_7.132.0.tar.gz
Hi @alkhwarizmi -- Thanks for the clarification. That will enable me to create a similar configuration on my dev systems.
Hi @alkhwarizmi -- My manager just succeeded in reproducing the problem you encountered with stable-7-142-80 on Windows 10.
Hi @alkhwarizmi -- My manager just succeeded in reproducing the problem you encountered with stable-7-142-80 on Windows 10.
Good, in the mean time I reverted back to 7.50. When this gets solved and reaches into stable I will try again to update the PXI server. I can also try out on my laptop an alpha distribution.
Thankyou, very much appreciated.
This should now be resolved
Affiliation Eurac Research / Institute for Renewble Energy
Version(s) Affected Server and client version: Stable 7.142.8
Platform(s) Windows 10 Enterprise
Installation Method(s) Installer downloaded from mdsplus.org repository
Describe the bug After upgrade from Stable 7.50 to Stable 7.142.80 the server does not accept incoming conenctions any more.
To Reproduce Steps to reproduce the behavior:
Additional context
CreateProcess returned 1 with cmd=mdsip.exe --port=8000 --hostfile="C:\mdsip.hosts" --compression=0 --sockethandle=8660:380
b. MDSIP_8000_xxxx.log (a new files appears with this content every time we try to connect)Error duplicating socket from parent: No error
Attempting to duplicate socket from pid 8660 socket 380
The matter is extremely critical because this is our production server.
Cheers,