Skip to content

Instantly share code, notes, and snippets.

@nyilmaz
Created June 5, 2014 18:17
Show Gist options
  • Save nyilmaz/29034716db9db6744484 to your computer and use it in GitHub Desktop.
Save nyilmaz/29034716db9db6744484 to your computer and use it in GitHub Desktop.
[#|2014-06-05T19:15:33.954+0300|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=21;_ThreadName=httpSSLWorkerThread-8090-2;_RequestID=4b01896e-1e2b-483f-8cc8-736860ec94f6;|
java.lang.NullPointerException
at java.util.Calendar.setTime(Calendar.java:1070)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:859)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:852)
at java.text.DateFormat.format(DateFormat.java:316)
at com.magnet.accounting.xml.NewVoucherServiceBean$1.mapRow(NewVoucherServiceBean.java:116)
at com.magnet.accounting.xml.NewVoucherServiceBean$1.mapRow(NewVoucherServiceBean.java:80)
at org.springframework.jdbc.core.RowMapperResultSetExtractor.extractData(RowMapperResultSetExtractor.java:92)
at org.springframework.jdbc.core.RowMapperResultSetExtractor.extractData(RowMapperResultSetExtractor.java:60)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:649)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:637)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:666)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:674)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:714)
at com.magnet.accounting.xml.NewVoucherServiceBean.getVoucherList(NewVoucherServiceBean.java:80)
at com.magnet.accounting.xml.NewVoucherServiceBean.getVoucherList(NewVoucherServiceBean.java:249)
at com.magnet.accounting.actions.AccountAction.execute(AccountAction.java:130)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment