V
V
Vladimirpnz2018-02-08 21:19:42
linux
Vladimirpnz, 2018-02-08 21:19:42

Why does an error occur when working with 1s infobases?

The military unit has a system that includes a server and 4 terminals, everything works under the Rassvet OS operating system (Linux).
Recently there was a problem terminals stopped connecting to the server, an error pops up:
Error performing an operation with the Server infobase addr=tcp://server.local:1541 descr=192.168.1.1:1541:101(0x00000065): Network unavailable line=853 file =./src/DataExchangeTcpClientlmpl.cpp

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kinash, 2018-02-08
@Dementor

Well, everything says in the error: "The network is unavailable"! You either lost access to the network, or the server with 1C fell out of the grid, or port 1541 was closed on the server. Check the problems in the same order.
If everything is fine with the grid and the 1C server (in the sense of the program on the physical server) also works without errors, then check the availability of port 1541 (and others from 15xx) on your Linux server. Perhaps it was captured by some process that needs to be killed and everything will be in order again.

S
Sergey, 2018-02-09
@feanor7

A program hanging on port 1541 received a fin on the socket but closed it, what exactly is the problem is hard to say, there is, a) look at netstat whether the program is listening b) top \ htop for server load c) google yourself about "1C close_wait linux"

V
VACY, 2021-03-03
@VACY

Did you manage to defeat the error ?, I got the same thing while trying to check ports in netstat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question