Anonymous - 2011-06-19

More accurately, the exception got thrown from Photocount.class :

public void setFromDate(String fromDate) {
if (fromDate != null) setFromDate(Long.parseLong(fromDate));
}