This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Software error java

I have a java code to access a search site. Previously, on the site, could search by keyword or by ID. I have received the information that the searches can no longer be made by ID. But when running it gives this error what can be? Would it relate to ID?

0 [main] INFO com.algosome.eutils.net.URLConnect  - Connecting to URL http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?usehistory=n&rettype=xml&email=gregcope%40algosome.com&tool=JeUtils&retmax=1&term=ubiquitin&db=nucleotide&
Exception in thread "main" java.io.IOException: No search ID's were found.
software error

1 answer

your java code is obsolete , NCBI eutils now requires https (not http). Or it could be a proxy problem.

Log in to answer this question.