In /app/controllers/Team.java (around line 464)

460:
      * @param teamId
461:
      */
462:
     public static void fotos(long teamId) {
463:
         TeamModel team = TeamModel.findById(teamId);
464:
         models.Image img = models.Image.findById( team.teamFotoId);
465:
         File f = new File(Application.getDataPath() + File.separator +img.filename);
466:
         response.setContentTypeIfNotSet("image/jpeg");
467:
 
468:
         if (f==null) {
469:
             Logger.error("Image error id:" + teamId);
470:
             return;
This exception has been logged with id 84n4nfahb