Hi All, I'm developing a web application using hibernate, struts, spring, and velocity, and database PostgreSql 8.2
Everytime when starting the tomcat, I got these 2 lines of errors:
Code:
10:09:27,156 ERROR SchemaUpdate:155 - Unsuccessful: create sequence
10:09:27,156 ERROR SchemaUpdate:156 - ERROR: syntax error at end of input
what does that errors mean?? How can I fix it?
Anyway, the application runs well and I can ignore that errors, but I'm confusing if they can caused problems (someday).
Thanks in advance