Problem with EAP 7601

After startup of 7601 (upgrading from 7388), I'm seeing this in the logs:

Caused by: org.springframework.jdbc.UncategorizedSQLException: Error executing q
uery with params:[10544]; uncategorized SQLException for SQL [SELECT bs.ID, bs.M
ODIFICATION_ID, bs.BUILD_TYPE_ID, bs.IS_CANCELED, bs.IS_PERSONAL FROM build_stat
e bs WHERE bs.ID = ?]; SQL state ; error code ; Unknown column 'bs.
IS_CANCELED' in 'field list'; nested exception is java.sql.SQLException: Unknown
column 'bs.IS_CANCELED' in 'field list'

No projects are showing.

Any ideas?

0
1 comment

I solved it...

The first time I tried to upgrade, I had forgotten to include the mysqlconnector.jar to WEB-INF/lib. The server failed to startup but the version.dat was incremented even though it seems the DB was not upgraded.

I found out what the version.dat was supposed to be at EAP 7388, and re-started.

The DB got upgraded and all is well!

Scott

0

Please sign in to leave a comment.