Tried submitting a trace in the site (An example by Rob Hruska):
Exception in thread "main" java.lang.NullPointerException
at com.example.myproject.Book.getTitle(Book.java:16)
at com.example.myproject.Author.getBookTitles(Author.java:25)
at com.example.myproject.Bootstrap.main(Bootstrap.java:14)
It crashed with this root cause:
org.h2.jdbc.JdbcSQLException: Value too long for column "TRACE VARCHAR(255)": "STRINGDECODE('Exception in thread \""main\"" java.lang.NullPointerException\r\n at com.example.myproject.Book.getTitle(Book... (260)"; SQL statement:
insert into stack_search (id, trace) values (null, ?) [22001-193]
Tried submitting a trace in the site (An example by Rob Hruska):
It crashed with this root cause: