shasha79 / nectm

NEC TM is an open-source version of ActivaTM, a fast, highly-scalable cloud-based Translation Memory tool developed by Pangeanic as a part of the EXPERT EU project. NEC TM is open sourced as a part of NEC TM Data project under Apache 2.0 License

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

04: Connection reset by peer with large TMX files

andrazrepar opened this issue · comments

Hi, I am testing NecTM as a repository of bilingual data for a national language technology project in Slovenia and I am having trouble importing large files. I get the following error in the nginx error.log:

2020/12/29 17:17:50 [error] 209#209: *15 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.10.171, server: , request: "PUT /api/v1/tm/import?tag=tag939&lang_pair=en_sl HTTP/1.1", upstream: "http://unix:/tmp/activatm.sock:/api/v1/tm/import?tag=tag939&lang_pair=en_sl", host: "192.168.10.171:27979"

Specifically I am trying to import the Paracrawl TMX for the EN-SL language pair which, when zipped, comes at around 1.2GB of data. Any idea what is going on?