uniprot / enzymeportal

The EBI Enzyme Portal
http://www.ebi.ac.uk/enzymeportal/
Apache License 2.0
11 stars 4 forks source link

Molecules without ID #208

Open rafael-alcantara opened 10 years ago

rafael-alcantara commented 10 years ago

Looking for some reason for recent recurrent nagios alerts about the reactions and pathways tabs, I have seen some NullPointerExceptions in catalina.out.

Feb 19, 2014 4:16:03 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet ep threw exception
java.lang.NullPointerException
        at uk.ac.ebi.ep.web.Functions.getMoleculeUrl(Functions.java:155)

The code (tag ep-web-client-1.1.0) shows that the ID of the molecule is null (not the molecule itself, otherwise the NPE would be in line 153). We don't have any small molecules without ID, so where can these ID-less molecules come from?