-
Notifications
You must be signed in to change notification settings - Fork 15
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
Getting a java.lang.NullPointerException when running searchGUI in a container #362
Comments
Hi Steve, I cannot yet tell you what the underlying problem is, however I found the source of the null pointer (related to the error handling) and have just deployed a new SearchGUI version (v4.3.1) that should fix that specific issue. So while this new version will not fix the underlying problem, it should at least give you more information about the real source of the problem. Best regards, |
Hi Harald, Thanks! It indeed explains better what the specific problem is. It seems to be related to the config folder. But I saw another issue that might be related to this one (#349), I'll check if that beta version of searchGUI fixes my problem as well. Kind regards, |
Hi Steve,
Note that the most recent release is newer than that particular beta version and thus already includes the given fix. However, using the Generic temporary folder settings is worth a try. You can use these directly on your SearchCLI command line. The config_folder option may also help, but as mentioned in the original issue the temp_folder option should be enough. Best regards, |
Hi Harald, Setting the temporary folder doesn't seem to fix the problem. Am I setting it correctly like this:
|
Hi Harald, Where can I find the searchGUI log file? Is that still in resources/SearchGUI.log in this new version? Kind regards, |
Yes, that looks correct.
Yes, but this should be changed to "/var/tmp/{wildcards.sample}/temp/" if you are using the -temp_folder option as indicated above. You can also try adding BTW, what is the current error you are getting after updating to the most recent release and adding the temp_folder option? |
Hi Harald, I've indeed used -use_log_folder 0, and it seems to run to completion now! Thanks for all the help, |
Hi Steve, Great! I will then close the issue, but please don't hesitate to open a new one if you come across other problems. Best regards, |
I'm trying to run searchGUI in a docker container on AWS. Since some files need to be written in the searchGUI root folder, searchGUI is intalled in /var/tmp, along side all needed input files:
However, when running the following command from the /var/tmp/SearchGUI-4.3.0 folder
java -cp SearchGUI-4.3.0.jar -Djava.awt.headless=true eu.isas.searchgui.cmd.SearchCLI -spectrum_files /var/tmp/19CPTAC_HNSCC_Proteome_JHU_20191003/ -fasta_file /var/tmp/19CPTAC_HNSCC_Proteome_JHU_20191003/homo_sapiens_GRCh38.uniprot_smorfeome.fasta -output_folder /var/tmp/19CPTAC_HNSCC_Proteome_JHU_20191003/ -id_params /var/tmp/19CPTAC_HNSCC_Proteome_JHU_20191003/parameters.par -comet 1 -msgf 1 -threads 1
I'm getting the following error message
I can't seem to find what is causing the error. Any help in trying to resolve it would be greatly appreciated!
Kind regards,
Steve
The text was updated successfully, but these errors were encountered: