Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.8, 2.8.1, 2.8.2, 2.9, 2.10.0
-
Fix Version/s: None
-
Component/s: JWS2
-
Labels:
Description
Performing a JRonn prediction for sequences including 'X' result in no results, and an exception like the following in the logs:
DEBUG - Updating result annotation from Job Jronn#117910615622576 at http://gjb-www-1.cluster.lifesci.dundee.ac.uk:8086/jabaws/JronnWS
Blacklisting worker due to unexpected exception:
java.lang.NullPointerException
at jalview.ws.jws2.AADisorderClient.updateResultAnnotation(AADisorderClient.java:194)
at jalview.ws.jws2.JabawsAlignCalcWorker.run(JabawsAlignCalcWorker.java:291)
at java.lang.Thread.run(Thread.java:722)
After this exception, no more disorder predictions can be performed (the BlackListing message indicates this).
DEBUG - Updating result annotation from Job Jronn#117910615622576 at http://gjb-www-1.cluster.lifesci.dundee.ac.uk:8086/jabaws/JronnWS
Blacklisting worker due to unexpected exception:
java.lang.NullPointerException
at jalview.ws.jws2.AADisorderClient.updateResultAnnotation(AADisorderClient.java:194)
at jalview.ws.jws2.JabawsAlignCalcWorker.run(JabawsAlignCalcWorker.java:291)
at java.lang.Thread.run(Thread.java:722)
After this exception, no more disorder predictions can be performed (the BlackListing message indicates this).
Attachments
Issue Links
- related with
-
JWS-63 indicate what range of sequence symbols are allowed in service metadata
- Open