Caused by: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "1 week ago"
at info.jtrac.util.DateUtils.convert(DateUtils.java:82)
at info.jtrac.domain.ColumnHeading.setValueFromQueryString(ColumnHeading.java:727)
at info.jtrac.domain.ColumnHeading.access$1100(ColumnHeading.java:50)
at info.jtrac.domain.ColumnHeading$10.loadFromQueryString(ColumnHeading.java:559)
at info.jtrac.domain.ColumnHeading.loadFromQueryString(ColumnHeading.java:195)
at info.jtrac.domain.ItemSearch.initFromPageParameters(ItemSearch.java:85)
at info.jtrac.util.ItemUtils.getItemSearch(ItemUtils.java:537)
at info.jtrac.wicket.ItemListPage.<init>(ItemListPage.java:30)
... 55 more
Caused by: java.text.ParseException: Unparseable date: "1 week ago"
at java.text.DateFormat.parse(Unknown Source)
at info.jtrac.util.DateUtils.convert(DateUtils.java:80)
... 62 more</init>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
And what were you doing when that happened? What had you entered in any of the fields? A screenshot that shows the entire form before submitting it would be helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I installed just a few weeks ago, registered a few incidents, when i want to do a search it just give me internal error.
Post all the details, including the full error message. There should be some information in the log file as well.
This is the error in the log file.
Caused by: java.lang.RuntimeException: java.text.ParseException: Unparseable date: "1 week ago"
at info.jtrac.util.DateUtils.convert(DateUtils.java:82)
at info.jtrac.domain.ColumnHeading.setValueFromQueryString(ColumnHeading.java:727)
at info.jtrac.domain.ColumnHeading.access$1100(ColumnHeading.java:50)
at info.jtrac.domain.ColumnHeading$10.loadFromQueryString(ColumnHeading.java:559)
at info.jtrac.domain.ColumnHeading.loadFromQueryString(ColumnHeading.java:195)
at info.jtrac.domain.ItemSearch.initFromPageParameters(ItemSearch.java:85)
at info.jtrac.util.ItemUtils.getItemSearch(ItemUtils.java:537)
at info.jtrac.wicket.ItemListPage.<init>(ItemListPage.java:30)
... 55 more
Caused by: java.text.ParseException: Unparseable date: "1 week ago"
at java.text.DateFormat.parse(Unknown Source)
at info.jtrac.util.DateUtils.convert(DateUtils.java:80)
... 62 more</init>
And what were you doing when that happened? What had you entered in any of the fields? A screenshot that shows the entire form before submitting it would be helpful.
i just select a time stamp, select the dates, click search and get internal error.
Thanks, I can reproduce it now. This will be fixed in the next release (which is due out within the next couple of months).
Alright, thank you, Will be waiting =).