Guest User

Untitled

a guest
Dec 6th, 2016
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2016-12-05 14:05:33,827 INFO  [spring-startup]  c.a.s.i.server.BuildInfoLogger Starting Bitbucket 4.11.2 (dfbc6ae built on Tue Nov 29 19:30:19 EST 2016)
  2. 2016-12-05 14:05:33,845 INFO  [spring-startup]  c.a.s.i.server.BuildInfoLogger JVM: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 1.8.0_102-b14
  3. 2016-12-05 14:05:33,972 INFO  [spring-startup]  c.a.s.internal.home.HomeLockAcquirer Successfully acquired lock on home directory /var/atlassian/application-data/bitbucket
  4. 2016-12-05 14:05:42,807 INFO  [spring-startup]  c.a.s.internal.ApplicationSettings Capturing benchmark home version 4.11.2
  5. 2016-12-05 14:05:55,987 INFO  [spring-startup]  c.a.s.internal.home.HomeLockAcquirer Successfully acquired lock on home directory /var/atlassian/application-data/bitbucket/shared
  6. 2016-12-05 14:06:35,156 INFO  [spring-startup]  c.a.s.i.l.SetHierarchyIdsChange No repositories exist; no hierarchy IDs need to be set
  7. 2016-12-05 14:06:37,121 WARN  [hz.ShutdownThread]  com.hazelcast.instance.Node [10.0.2.15]:5701 [atlbitbucket] [3.5.2-atlassian-37] Terminating forcefully...
  8. 2016-12-05 14:06:37,937 ERROR [spring-startup]  liquibase Could not release lock
  9. liquibase.exception.LockException: liquibase.exception.UnexpectedLiquibaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90$
  10.         at liquibase.lockservice.LockService.releaseLock(LockService.java:152) ~[liquibase-core-2.0.5.jar:na]
  11.         at liquibase.Liquibase.update(Liquibase.java:117) ~[liquibase-core-2.0.5.jar:na]
  12.         at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:262) [liquibase-core-2.0.5.jar:na]
  13.         at liquibase.database.DefaultingSchemaLiquibase.afterPropertiesSet(DefaultingSchemaLiquibase.java:44) [bitbucket-dao-impl-4.11.2.jar:na]
  14.         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861) [spring-context-4.3.2.RELEASE.jar:4.3.2.RELEASE]
  15.         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541) [spring-context-4.3.2.RELEASE.jar:4.3.2.RELEASE]
  16.         at javax.servlet.GenericServlet.init(GenericServlet.java:158) [servlet-api.jar:3.1.FR]
  17.         at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102]
  18.         ... 49 frames trimmed
  19. Caused by: liquibase.exception.UnexpectedLiquibaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]
  20.         at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.hasTable(JdbcDatabaseSnapshotGenerator.java:63) ~[liquibase-core-2.0.5.jar:na]
  21.         at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.hasDatabaseChangeLogLockTable(JdbcDatabaseSnapshotGenerator.java:49) ~[liquibase-core-2.0.5.jar:na]
  22.         at liquibase.database.AbstractDatabase.hasDatabaseChangeLogLockTable(AbstractDatabase.java:549) ~[liquibase-core-2.0.5.jar:na]
  23.         at liquibase.lockservice.LockService.releaseLock(LockService.java:135) ~[liquibase-core-2.0.5.jar:na]
  24.         ... 8 common frames omitted
  25. Caused by: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]
  26.         at org.h2.message.DbException.getJdbcSQLException(DbException.java:344) ~[h2-1.3.176.jar:1.3.176]
  27.         at org.h2.message.DbException.get(DbException.java:178) ~[h2-1.3.176.jar:1.3.176]
  28.         at org.h2.message.DbException.get(DbException.java:154) ~[h2-1.3.176.jar:1.3.176]
  29.         at org.h2.message.DbException.get(DbException.java:143) ~[h2-1.3.176.jar:1.3.176]
  30.         at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1468) ~[h2-1.3.176.jar:1.3.176]
  31.         at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1443) ~[h2-1.3.176.jar:1.3.176]
  32.         at org.h2.jdbc.JdbcConnection.getMetaData(JdbcConnection.java:323) ~[h2-1.3.176.jar:1.3.176]
  33.         at com.zaxxer.hikari.pool.HikariProxyConnection.getMetaData(HikariProxyConnection.java) ~[HikariCP-2.4.7.jar:na]
  34.         at com.atlassian.stash.internal.jdbc.ProxyingConnectionTracker$ConnectionInvocationHandler.invoke(ProxyingConnectionTracker.java:57) ~[bitbucket-dao-impl-4.11.2.jar:na]
  35.         at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.getMetaData(JdbcDatabaseSnapshotGenerator.java:258) ~[liquibase-core-2.0.5.jar:na]
  36.         at liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.hasTable(JdbcDatabaseSnapshotGenerator.java:54) ~[liquibase-core-2.0.5.jar:na]
  37.         ... 11 common frames omitted
  38. 2016-12-05 14:06:38,041 WARN  [spring-startup]  o.s.w.c.s.XmlWebApplicationContext Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error$
  39.      Reason: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db UR$
  40.           Caused By: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  41.           Caused By: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  42.           Caused By: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]; nested exception is org.springframework.beans.factory.BeanCreationException: Error c$
  43.      Reason: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db UR$
  44.           Caused By: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  45.           Caused By: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  46.           Caused By: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException$
  47.      Reason: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db UR$
  48.           Caused By: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  49.           Caused By: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  50.           Caused By: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]; nested exception is org.springframework.beans.factory.BeanCreationException: Error c$
  51.      Reason: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db UR$
  52.           Caused By: liquibase.exception.DatabaseException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  53.           Caused By: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]:
  54.           Caused By: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-176]
  55. 2016-12-05 14:06:38,125 INFO  [spring-startup]  c.a.s.internal.home.HomeLockAcquirer Releasing lock on /var/atlassian/application-data/bitbucket/shared
  56. 2016-12-05 14:06:38,177 WARN  [spring-startup]  com.zaxxer.hikari.HikariDataSource Interrupted during closing
  57. java.lang.InterruptedException: null
  58.         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2067) ~[na:1.8.0_102]
  59.         at java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1465) ~[na:1.8.0_102]
  60.         at com.zaxxer.hikari.pool.HikariPool.shutdown(HikariPool.java:213) ~[HikariCP-2.4.7.jar:na]
  61.         at com.zaxxer.hikari.HikariDataSource.close(HikariDataSource.java:304) ~[HikariCP-2.4.7.jar:na]
  62.         at com.atlassian.stash.internal.jdbc.DelegatingSwappableDataSource.close(DelegatingSwappableDataSource.java:43) [bitbucket-dao-impl-4.11.2.jar:na]
Add Comment
Please, Sign In to add comment