Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.46 KB | None | 0 0
  1. Message               : Bad value for type timestamp : 2014-11-03T21:26:00 (org.postgresql.util.PSQLException). Message payload is of type: Article
  2. Code                  : MULE_ERROR--2
  3. --------------------------------------------------------------------------------
  4. Exception stack is:
  5. 1. Trailing junk on timestamp: 'T21:26:00' (java.lang.NumberFormatException)
  6.   org.postgresql.jdbc2.TimestampUtils:252 (null)
  7. 2. Bad value for type timestamp : 2014-11-03T21:26:00 (org.postgresql.util.PSQLException)
  8.   org.postgresql.jdbc2.TimestampUtils:258 (null)
  9. 3. Bad value for type timestamp : 2014-11-03T21:26:00 (org.postgresql.util.PSQLException). Message payload is of type: Article (org.mule.api.MessagingException)
  10.   org.mule.module.db.internal.processor.AbstractDbMessageProcessor:93 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
  11. --------------------------------------------------------------------------------
  12. Root Exception stack trace:
  13. java.lang.NumberFormatException: Trailing junk on timestamp: 'T21:26:00'
  14.     at org.postgresql.jdbc2.TimestampUtils.loadCalendar(TimestampUtils.java:252)
  15.     at org.postgresql.jdbc2.TimestampUtils.toTimestamp(TimestampUtils.java:333)
  16.     at org.postgresql.jdbc2.AbstractJdbc2Statement.setObject(AbstractJdbc2Statement.java:1817)
  17.     + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
  18. ********************************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement