question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: GROBID server does not appear up and running

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kermitt2commented, Apr 22, 2022

@Umar888 usually this problem comes from the docker run, the port need to be mapped:

docker run -t --rm --init -p 8070:8070 lfoppiano/grobid:0.7.1

see https://grobid.readthedocs.io/en/latest/Grobid-docker/#crf-only-image

1reaction
LaurentRissercommented, Aug 11, 2021

Oh nice, its indeed working!

Thank you! Laurent

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found