-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: [Errno 2] for local server POST #17
Comments
Hi, @starmpcc Thanks for reaching out to us. According to the error log, it seems like the output folder needs the write permission.
I think there are two options.
I hope this answer helps you. |
Thank you!
Moreover, after failure and kill server, some of directories were changed to root. permission. I already checked all files and directories had user permission before execusion.
I guess |
similar error
|
similar error... |
Hi @starmpcc @ixalidamus @lengluodefanhua First of all, I removed It's most likely that the external modules (Multi-NER, tmVar, GNormPlus, etc.) are causing the issue. The reasons are various, so we need to check the logs. The log files are saved in If you find anything suspicious in the logs, please share it with me so that I can help you. |
The logs is below: [Error] : CRF++ is loading fault. Please follow below instruction to re-install CRF++.
If failed by using Installation.sh, please reinstall CRF++ by below steps:
I've tried all of the following methods. It still doesn't work. |
Thanks for sharing. After installing CRF++ following the steps, do you still see the same error logs? Did you happen to come across any errors while installing the CRF++ module? Are you using Linux or Windows? |
Hi, @mjeensung:
Yes, following the steps, the error logs are the same as before.
There is no error, except for a warning:
I am using Linux. |
Hi, I am getting the same error- the logs for [nohup_bern2.out] show:
and for [nohup_gnormplus.out] shows:
I've tried removing and redownloading the resources file, and also have tried to reinstall CRF++ using the steps listed above. I am on linux, have also downloaded CRF as provided in the Readme file. How can I fix this error? |
Hi @minjiijnim Have you tried installing CRF++ following the steps on the readme?
Can you find Other than that, what is the version of your C++ compiler? |
Hi! Thanks for the reply- I just checked the C++ complier and it is 5.4.0 Also, from running the program again, I noticed this:
I checked the tmVarJava/input file name and it don't seem to match with the name ba1482656d834f54ed08e197d6e59c6fbc65897952d38a5af448876c.PubTator.PubTator.Gene but instead just has ba1482656d834f54ed08e197d6e59c6fbc65897952d38a5af448876c.PubTator (without the .PubTator.Gene at the end) |
Hi @minjiijnim @lengluodefanhua @shi4712shi @starmpcc @ixalidamus Greatly thanks for your patience. This issue is caused by the old So, the workaround for this issue is as follows:
|
Thank you so much for the solution- the GNormPlusJava resource error seems to be fixed. Here is the error:
Also, nohup_tmvar.out reads:
(I've followed the steps for downloading and executing the new CRF folder as advised for resources/tmVarJava as well, but it doesn't seem to change the error.) |
Thanks for sharing! Can you check if there is this file If you find it, could you compare the md5 checksum of it to mine?
|
I don't seem to have the file at all :'(
|
It is really odd, but hopefully it can be easily solved by adding the file.
|
Sorry for the wrong url. I've updated the url above. |
It seems to be working good now, thank you!! :) |
Hi, I'm getting a similiar error. But I tried to reinstalled CRF++-0.58 ,renamed it and tried: the log still shows:
In addition, I am on Linux and my gcc version is 7.5.0(Ubuntu 7.5.0-3ubuntu1~18.04) .i notice the information above, crf_test is in my GNormPlusJava/CRF directory and there is nothing in my GNormPlusJava/output directory but I don't know how to fix it. |
Thanks for reaching out to us. I'd like to make sure that you removed the |
Thanks for replying!
just like shown before.
nohup_gene_normalize.out:
nohup_gnormplus.out:
nohup_multi_ner.out:
nohup_tmvar.out:
And I'm sure that I removed the |
Sorry for the late response. It's odd because I can't find any clue from your logs. |
Close this issue and follow up #24 |
Hi!
In the logs in nohup_tmvar.out I find:
|
some investigation reveals that tmVar2Server dies sporadically (which is launched as)
restarting it fixes the pipeline |
By the way, Or actually maybe it became https://github.com/ncbi/tmVar3 ? |
Hello. I installed BERN2 in my VM (Ubuntu 18.04 x64, 1 GPU).
It succesfully installed, however, if I run example post script on READAME.md, then the below error occured.
(Server console log)
nohup_multi_ner.out log
Thank you.
The text was updated successfully, but these errors were encountered: