Hi,
I am installing Confluence (atlassian-confluence-6.14.0-x64) on my machine which also includes Jira Service Desk. The database is MySQL 5.7.25 and the jdbc connector file is mysql-connector-java-5.1.47-bin.jar.
When I reach the database setup stage I get the following warning in the logs:
2019-02-02 14:00:20,707 WARN [Navlink Plugin Executor:thread-2] [confluence.impl.vcache.SynchronousExternalCache] lambda$get$11 Failed to read entry from cache 'com.atlassian.bandana.BandanaPersister': Failed due to UNCLASSIFIED_FAILURE
-- url: /setup/setupdbtype.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0059f0e2c35a3af8 | userName: anonymous | action: setupdbtype
and then after that I get the following:
2019-02-02 14:05:21,111 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1867059831)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:21,147 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1368709900)
and then I get this:
2019-02-02 14:05:24,021 WARN [ThreadPoolAsyncTaskExecutor::Thread 22] [client.eventfilter.whitelist.AnalyticsWhitelistModuleDescriptor] readPluginWhitelist No whitelist resource file found at [mediaviewer/lib/analytics-whitelist.json] in plugin [com.atlassian.confluence.plugins.confluence-previews] (bundle entry not found)
-- referer: http://localhost:8090/setup/setupdbtype-start.action | url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:24,021 WARN [ThreadPoolAsyncTaskExecutor::Thread 22] [client.eventfilter.whitelist.AnalyticsWhitelistModuleDescriptor] readPluginWhitelist No whitelist resource file found at [mediaviewer/lib/analytics-whitelist.json] in plugin [com.atlassian.confluence.plugins.confluence-previews] (null InputStream)
-- referer: http://localhost:8090/setup/setupdbtype-start.action | url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
and then I get errors that tables (users, os_user, groups, os_group) do not exist:
2019-02-02 14:05:32,998 WARN [SiteSummaryCalculator:thread-1] [status.service.systeminfo.UsageInfo] getCountForQuery Unable to execute usage info query: SELECT COUNT(*) FROM users - Table 'cdb.users' doesn't exist
-- referer: http://localhost:8090/setup/setupdbtype-start.action | url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cdb.users' doesn't exist
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cdb.os_user' doesn't exist
at sun.reflect.GeneratedConstructorAccessor299.newInstance(Unknown Source)
at [status.service.systeminfo.UsageInfo] getCountForQuery Unable to execute usage info query: SELECT COUNT(*) FROM groups - Table 'cdb.groups' doesn't exist
-- referer: http://localhost:8090/setup/setupdbtype-start.action | url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cdb.groups' doesn't exist
at sun.reflect.GeneratedConstructorAccessor299.newInstance(Unknown Source)
2019-02-02 14:05:33,032 WARN [SiteSummaryCalculator:thread-1] [status.service.systeminfo.UsageInfo] getCountForQuery Unable to execute usage info query: SELECT COUNT(*) FROM os_group - Table 'cdb.os_group' doesn't exist
-- referer: http://localhost:8090/setup/setupdbtype-start.action | url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cdb.os_group' doesn't exist
at sun.reflect.GeneratedConstructorAccessor299.newInstance(Unknown Source)
2019-02-02 14:05:36,889 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1241741416)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:38,699 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1091912885)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:38,727 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1274758558)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:39,690 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #1621204663)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:39,851 WARN [active-objects-init-system tenant-0] [confluence.impl.hibernate.ConfluenceHibernateTransactionManager] doRollback Performing rollback. Transactions:
->[PluginReadWriteTx]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT (Session #26993969)
-- url: /setup/setuppaths.action | referer: http://localhost:8090/setup/setupdbtype-start.action | traceId: 0099636f81a718b9 | userName: anonymous | action: setuppaths
2019-02-02 14:05:40,116 INFO [http-nio-8090-exec-4] [atlassian.plugin.manager.DefaultPluginManager] logTime Plugin system lateStartup ended
2019-02-02 14:06:17,344 WARN [SiteSummaryCalculator:thread-1] [hibernate.boot.internal.SessionFactoryOptionsBuilder] doLog org.hibernate.tool.schema.Action cannot be cast to java.lang.String Ignoring
-- url: /setup/setuppaths.action | traceId: 0099636f81a718b9 | userName: anonymous | referer: http://localhost:8090/setup/setupdbtype-start.action | action: setuppaths
I've spent quite a while trying to resolve this issue and uninstalled and reinstalled several times.
Anyone can help regarding this ASAP please?