ERROR: GROBID server does not appear up and running
See original GitHub issueHello,
I am trying to install the python version of Grobid and I have python 3.7.5 and linux machine
I have installed the project into a directory, and I am getting the following error after entering the CLI:
grobid_client --input /home/laurent/Documents/test_file_ETL_DE_BE/test_grobid processFulltextDocument ``GROBID server does not appear up and running, the connection to the server failed
Any idea where the error is coming from? Thank you for your help.
Laurent
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Troubleshooting and known issues - GROBID Documentation
The logs of Grobid are located in logs/grobid-service.log , the console log from gradle are usually not very useful to understand the problem....
Read more >Reaching a static folder in a web app with maven & tomcat
Apparently the way I get the path to the home-folder is not correct. So how should I reach a folder when I run...
Read more >https://vtechworks.lib.vt.edu/bitstream/10919/9648...
It does not 5 Table 2.1: Human assessment of GROBID and Science Parse ... is up and testGrobidAndInputPath GROBID is running, test PDF...
Read more >PDFMEF: A Multi-Entity Knowledge Extraction Framework for ...
described in [5] for document classification, GROBID for ... The output and error ... it does not rerun the same documents it had...
Read more >lfoppiano/grobid-sandbox - Docker Image
Extraction of patent and non-patent references in patent publications. ... For testing purposes, a public GROBID demo server is available at the following ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Umar888 usually this problem comes from the docker run, the port need to be mapped:
see https://grobid.readthedocs.io/en/latest/Grobid-docker/#crf-only-image
Oh nice, its indeed working!
Thank you! Laurent