I have generated an executable tpm_server in linux system. I have openssl1.0.2. When I run the executable I am getting the following error
**Bind error. Error is 98 Address already in use
Create platform service socket fail
RegularCommandService failed
Bind error. Error is 98 Address already in use
Bind error. Error is 98 Address already in use
**
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The usual cause of that error is that some other process is already listening on that socket. Most likely you have another instance of the TPM process still running. Possible, but far less likely, is that you have some other program using the socket.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have generated an executable tpm_server in linux system. I have openssl1.0.2. When I run the executable I am getting the following error
**Bind error. Error is 98 Address already in use
Create platform service socket fail
RegularCommandService failed
Bind error. Error is 98 Address already in use
Bind error. Error is 98 Address already in use
**
The usual cause of that error is that some other process is already listening on that socket. Most likely you have another instance of the TPM process still running. Possible, but far less likely, is that you have some other program using the socket.
I have looked into it and sorted the issue. Thank you Mr. Goldman
Last edit: Hari PRasad M 2018-09-12