getLogger().logUWS(LogLevel.ERROR,error,"GET_ERROR","Can not read the details of the error summary of the job \""+job.getJobId()+"\"!",ioe);
thrownewUWSException(UWSException.INTERNAL_SERVER_ERROR,ioe,"Can not read the error details (job ID: "+job.getJobId()+").");
...
...
@@ -649,7 +649,7 @@ public abstract class UWSServlet extends HttpServlet implements UWS, UWSFactory
thrownewServletException("Can not redirect the response! You should notify the administrator of the service (FATAL-"+reqID+"). However, while waiting a correction of this problem, you can manually go toward "+error.getMessage()+".");