Error while running solver dummy on a server

Dear preCICE team

I installed preCICE on my local client to couple solver dummy with a different CFD solver. After going through the entire process the two solvers were successfully coupled. However, now I am trying to carry out the same coupling on a remote server. For this, I copied my entire solver code to the new server which includes the fortran solver binding folder also. I also copied the solver dummy folder to the sever. I installed preCICE on the remote server. I complied the solverdummy using the aforementioned fortran-solver module. I was able to build the second solver with the new linker location setting and solver module location embedded.
Although, now when I try run the two solvers for coupling on this server, using the same commands which were able to run the two solvers on the local client, I am getting the same error as provided below:

terminate called after throwing an instance of ‘std::__ios_failure’
what(): basic_filebuf::underflow error reading the file: Is a directory

Program received signal SIGABRT: Process abort signal.

I would request you to please guide me on why this error is coming again and again for both the solvers.

Regards