Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.82 KB | None | 0 0
  1. 2019-04-28T13:22:28.231231+00:00 app[web.1]: 20:22:28.231 INFO akka.actor.ActorSystemImpl - GET - http://warm-citadel-97897.herokuapp.com/api/transaction/history?search=&count=10&itemId=1
  2. 2019-04-28T13:22:28.234651+00:00 app[web.1]: 20:22:28.234 INFO akka.actor.ActorSystemImpl - GET - http://warm-citadel-97897.herokuapp.com/api/stocks?search=&count=10&itemId=1
  3. 2019-04-28T13:31:55.697411+00:00 app[web.1]: 20:31:55.697 INFO akka.actor.ActorSystemImpl - GET - http://warm-citadel-97897.herokuapp.com/api/account/info
  4. 2019-04-28T13:31:55.729020+00:00 heroku[router]: at=info method=GET path="/api/account/info" host=warm-citadel-97897.herokuapp.com request_id=f1d42a96-b89a-474c-ad63-d309c213e888 fwd="217.118.79.43" dyno=web.1 connect=1ms service=36ms status=200 bytes=68490 protocol=https
  5. 2019-04-28T13:32:00.060010+00:00 heroku[router]: at=info method=GET path="/api/stocks?itemId=1" host=warm-citadel-97897.herokuapp.com request_id=2fd737a4-d172-4a40-a40d-c1dab81b6bfa fwd="217.118.79.43" dyno=web.1 connect=0ms service=1473ms status=200 bytes=395564 protocol=https
  6. 2019-04-28T13:31:59.943184+00:00 app[web.1]: 20:31:59.943 INFO akka.actor.ActorSystemImpl - GET - http://warm-citadel-97897.herokuapp.com/api/stocks?itemId=1
  7. 2019-04-28T13:46:45.000000+00:00 app[api]: Build started by user nastymana@yandex.ru
  8. 2019-04-28T13:49:27.585402+00:00 heroku[web.1]: Restarting
  9. 2019-04-28T13:49:27.596652+00:00 heroku[web.1]: State changed from up to starting
  10. 2019-04-28T13:49:27.145195+00:00 app[api]: Deploy 6cbb2a27 by user nastymana@yandex.ru
  11. 2019-04-28T13:49:27.145195+00:00 app[api]: Release v27 created by user nastymana@yandex.ru
  12. 2019-04-28T13:49:28.537225+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  13. 2019-04-28T13:49:29.005954+00:00 heroku[web.1]: Process exited with status 143
  14. 2019-04-28T13:49:34.540142+00:00 heroku[web.1]: Starting process with command `target/universal/stage/bin/stocks-store`
  15. 2019-04-28T13:49:37.078802+00:00 app[web.1]: Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them.
  16. 2019-04-28T13:49:37.417422+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
  17. 2019-04-28T13:49:41.703374+00:00 app[web.1]: 20:49:41.698 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
  18. 2019-04-28T13:49:43.573796+00:00 app[web.1]: 20:49:43.572 INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 6.0.0-beta by Boxfuse
  19. 2019-04-28T13:49:44.243871+00:00 app[web.1]: 20:49:44.243 INFO o.f.c.i.database.DatabaseFactory - Database: jdbc:postgresql://ec2-54-221-201-212.compute-1.amazonaws.com:5432/d7i33petq2e9gv (PostgreSQL 11.2)
  20. 2019-04-28T13:49:44.668806+00:00 app[web.1]: Exception in thread "main" org.flywaydb.core.api.FlywayException: Invalid version containing non-numeric characters. Only 0..9 and . are allowed. Invalid version: 7.create.new.stocks
  21. 2019-04-28T13:49:44.669125+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.tokenize(MigrationVersion.java:243)
  22. 2019-04-28T13:49:44.669155+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.<init>(MigrationVersion.java:82)
  23. 2019-04-28T13:49:44.669211+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.fromVersion(MigrationVersion.java:71)
  24. 2019-04-28T13:49:44.669312+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.MigrationInfoHelper.extractVersionAndDescription(MigrationInfoHelper.java:69)
  25. 2019-04-28T13:49:44.669362+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.addMigrations(SqlMigrationResolver.java:133)
  26. 2019-04-28T13:49:44.669442+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.resolveMigrations(SqlMigrationResolver.java:100)
  27. 2019-04-28T13:49:44.669490+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.resolveMigrations(SqlMigrationResolver.java:47)
  28. 2019-04-28T13:49:44.669537+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.collectMigrations(CompositeMigrationResolver.java:130)
  29. 2019-04-28T13:49:44.669701+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.doFindAvailableMigrations(CompositeMigrationResolver.java:112)
  30. 2019-04-28T13:49:44.669977+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.resolveMigrations(CompositeMigrationResolver.java:98)
  31. 2019-04-28T13:49:44.670097+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.resolveMigrations(CompositeMigrationResolver.java:44)
  32. 2019-04-28T13:49:44.670146+00:00 app[web.1]: at org.flywaydb.core.internal.info.MigrationInfoServiceImpl.refresh(MigrationInfoServiceImpl.java:133)
  33. 2019-04-28T13:49:44.670193+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate$2.call(DbValidate.java:138)
  34. 2019-04-28T13:49:44.670256+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate$2.call(DbValidate.java:126)
  35. 2019-04-28T13:49:44.670311+00:00 app[web.1]: at org.flywaydb.core.internal.jdbc.TransactionTemplate.execute(TransactionTemplate.java:74)
  36. 2019-04-28T13:49:44.670359+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate.validate(DbValidate.java:126)
  37. 2019-04-28T13:49:44.670462+00:00 app[web.1]: at org.flywaydb.core.Flyway.doValidate(Flyway.java:256)
  38. 2019-04-28T13:49:44.670508+00:00 app[web.1]: at org.flywaydb.core.Flyway.access$100(Flyway.java:71)
  39. 2019-04-28T13:49:44.670580+00:00 app[web.1]: at org.flywaydb.core.Flyway$1.execute(Flyway.java:144)
  40. 2019-04-28T13:49:44.670629+00:00 app[web.1]: at org.flywaydb.core.Flyway$1.execute(Flyway.java:136)
  41. 2019-04-28T13:49:44.670679+00:00 app[web.1]: at org.flywaydb.core.Flyway.execute(Flyway.java:453)
  42. 2019-04-28T13:49:44.670755+00:00 app[web.1]: at org.flywaydb.core.Flyway.migrate(Flyway.java:136)
  43. 2019-04-28T13:49:44.670823+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server$.applyMigrations(Server.scala:38)
  44. 2019-04-28T13:49:44.670860+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server$.main(Server.scala:45)
  45. 2019-04-28T13:49:44.670934+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server.main(Server.scala)
  46. 2019-04-28T13:49:57.000000+00:00 app[api]: Build succeeded
  47. 2019-04-28T13:50:34.722250+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  48. 2019-04-28T13:50:34.722389+00:00 heroku[web.1]: Stopping process with SIGKILL
  49. 2019-04-28T13:50:34.909562+00:00 heroku[web.1]: State changed from starting to crashed
  50. 2019-04-28T13:50:34.916512+00:00 heroku[web.1]: State changed from crashed to starting
  51. 2019-04-28T13:50:34.895837+00:00 heroku[web.1]: Process exited with status 137
  52. 2019-04-28T13:50:42.186080+00:00 heroku[web.1]: Starting process with command `target/universal/stage/bin/stocks-store`
  53. 2019-04-28T13:50:44.363625+00:00 app[web.1]: Setting JAVA_TOOL_OPTIONS defaults based on dyno size. Custom settings will override them.
  54. 2019-04-28T13:50:44.683398+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
  55. 2019-04-28T13:50:47.753720+00:00 app[web.1]: 20:50:47.750 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
  56. 2019-04-28T13:50:50.208134+00:00 app[web.1]: 20:50:50.207 INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 6.0.0-beta by Boxfuse
  57. 2019-04-28T13:50:50.592542+00:00 app[web.1]: 20:50:50.592 INFO o.f.c.i.database.DatabaseFactory - Database: jdbc:postgresql://ec2-54-221-201-212.compute-1.amazonaws.com:5432/d7i33petq2e9gv (PostgreSQL 11.2)
  58. 2019-04-28T13:50:50.922807+00:00 app[web.1]: Exception in thread "main" org.flywaydb.core.api.FlywayException: Invalid version containing non-numeric characters. Only 0..9 and . are allowed. Invalid version: 7.create.new.stocks
  59. 2019-04-28T13:50:50.923128+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.tokenize(MigrationVersion.java:243)
  60. 2019-04-28T13:50:50.923201+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.<init>(MigrationVersion.java:82)
  61. 2019-04-28T13:50:50.923310+00:00 app[web.1]: at org.flywaydb.core.api.MigrationVersion.fromVersion(MigrationVersion.java:71)
  62. 2019-04-28T13:50:50.923401+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.MigrationInfoHelper.extractVersionAndDescription(MigrationInfoHelper.java:69)
  63. 2019-04-28T13:50:50.923490+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.addMigrations(SqlMigrationResolver.java:133)
  64. 2019-04-28T13:50:50.923531+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.resolveMigrations(SqlMigrationResolver.java:100)
  65. 2019-04-28T13:50:50.923606+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.sql.SqlMigrationResolver.resolveMigrations(SqlMigrationResolver.java:47)
  66. 2019-04-28T13:50:50.923640+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.collectMigrations(CompositeMigrationResolver.java:130)
  67. 2019-04-28T13:50:50.923699+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.doFindAvailableMigrations(CompositeMigrationResolver.java:112)
  68. 2019-04-28T13:50:50.923767+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.resolveMigrations(CompositeMigrationResolver.java:98)
  69. 2019-04-28T13:50:50.923795+00:00 app[web.1]: at org.flywaydb.core.internal.resolver.CompositeMigrationResolver.resolveMigrations(CompositeMigrationResolver.java:44)
  70. 2019-04-28T13:50:50.923822+00:00 app[web.1]: at org.flywaydb.core.internal.info.MigrationInfoServiceImpl.refresh(MigrationInfoServiceImpl.java:133)
  71. 2019-04-28T13:50:50.923853+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate$2.call(DbValidate.java:138)
  72. 2019-04-28T13:50:50.924216+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate$2.call(DbValidate.java:126)
  73. 2019-04-28T13:50:50.924219+00:00 app[web.1]: at org.flywaydb.core.internal.jdbc.TransactionTemplate.execute(TransactionTemplate.java:74)
  74. 2019-04-28T13:50:50.924220+00:00 app[web.1]: at org.flywaydb.core.internal.command.DbValidate.validate(DbValidate.java:126)
  75. 2019-04-28T13:50:50.924222+00:00 app[web.1]: at org.flywaydb.core.Flyway.doValidate(Flyway.java:256)
  76. 2019-04-28T13:50:50.924224+00:00 app[web.1]: at org.flywaydb.core.Flyway.access$100(Flyway.java:71)
  77. 2019-04-28T13:50:50.924225+00:00 app[web.1]: at org.flywaydb.core.Flyway$1.execute(Flyway.java:144)
  78. 2019-04-28T13:50:50.924227+00:00 app[web.1]: at org.flywaydb.core.Flyway$1.execute(Flyway.java:136)
  79. 2019-04-28T13:50:50.924228+00:00 app[web.1]: at org.flywaydb.core.Flyway.execute(Flyway.java:453)
  80. 2019-04-28T13:50:50.924230+00:00 app[web.1]: at org.flywaydb.core.Flyway.migrate(Flyway.java:136)
  81. 2019-04-28T13:50:50.924232+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server$.applyMigrations(Server.scala:38)
  82. 2019-04-28T13:50:50.924233+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server$.main(Server.scala:45)
  83. 2019-04-28T13:50:50.924239+00:00 app[web.1]: at ru.tinkoff.fintech.stocks.Server.main(Server.scala)
  84. 2019-04-28T13:51:42.515962+00:00 heroku[web.1]: State changed from starting to crashed
  85. 2019-04-28T13:51:42.348539+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  86. 2019-04-28T13:51:42.348539+00:00 heroku[web.1]: Stopping process with SIGKILL
  87. 2019-04-28T13:51:42.498055+00:00 heroku[web.1]: Process exited with status 137
  88. 2019-04-28T13:51:43.609015+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/stocks/1/history?range=week" host=warm-citadel-97897.herokuapp.com request_id=ccf0ab89-8990-4424-a89c-d831aa759c34 fwd="212.164.38.203" dyno= connect= service= status=503 bytes= protocol=https
  89. 2019-04-28T13:51:44.230543+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/stocks/info" host=warm-citadel-97897.herokuapp.com request_id=abfa5389-6c6d-4a3a-9174-7e4d72e78527 fwd="109.174.112.47" dyno= connect= service= status=503 bytes= protocol=https
  90. 2019-04-28T13:51:44.540326+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/account/info" host=warm-citadel-97897.herokuapp.com request_id=ba3cd4ee-9e8c-4918-bc91-4c3a2dfdf031 fwd="212.164.38.203" dyno= connect= service= status=503 bytes= protocol=https
  91. 2019-04-28T13:51:45.667459+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/account/info" host=warm-citadel-97897.herokuapp.com request_id=ff94cee4-214c-4eb5-b71b-c2596a8f587e fwd="212.164.38.203" dyno= connect= service= status=503 bytes= protocol=https
  92. 2019-04-28T13:52:10.670317+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/account/info" host=warm-citadel-97897.herokuapp.com request_id=cbb33ec3-0ece-408a-be02-5c48d0142650 fwd="212.164.38.203" dyno= connect= service= status=503 bytes= protocol=https
  93. 2019-04-28T13:52:25.201296+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/stocks" host=warm-citadel-97897.herokuapp.com request_id=552974a2-f033-4a65-9318-dbe56339d539 fwd="37.193.1.107" dyno= connect= service= status=503 bytes= protocol=https
  94. 2019-04-28T13:52:25.197382+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/auth/refresh" host=warm-citadel-97897.herokuapp.com request_id=47c88af6-1a57-4fa8-91dd-7ce96eaed54a fwd="37.193.1.107" dyno= connect= service= status=503 bytes= protocol=https
  95. 2019-04-28T13:52:25.200496+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=OPTIONS path="/api/account/info" host=warm-citadel-97897.herokuapp.com request_id=f8f21a89-fe1f-449e-a8ef-d9f82ce0eadc fwd="37.193.1.107" dyno= connect= service= status=503 bytes= protocol=https
  96. 2019-04-28T13:52:53.454157+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/api/stocks" host=warm-citadel-97897.herokuapp.com request_id=fca261a8-1754-48c6-9d68-dd99372a5f25 fwd="109.174.112.47" dyno= connect= service= status=503 bytes= protocol=https
  97. 2019-04-28T13:53:51.117648+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/api/auth/signin" host=warm-citadel-97897.herokuapp.com request_id=c32610a0-2d13-40b2-a1b8-4e68f14ce2ca fwd="109.174.112.47" dyno= connect= service= status=503 bytes= protocol=https
  98. 2019-04-28T13:53:55.048392+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=warm-citadel-97897.herokuapp.com request_id=99621142-3838-4420-b5f8-c34f2ce38518 fwd="109.174.104.6" dyno= connect= service= status=503 bytes= protocol=https
  99. 2019-04-28T13:53:55.894961+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=warm-citadel-97897.herokuapp.com request_id=41382d6f-d4a3-42b1-abc7-88f31b53c529 fwd="109.174.104.6" dyno= connect= service= status=503 bytes= protocol=https
  100. 2019-04-28T13:54:11.445507+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/api/auth/signin" host=warm-citadel-97897.herokuapp.com request_id=47972a3f-d174-4127-8406-8b7b79dea8e8 fwd="109.174.104.6" dyno= connect= service= status=503 bytes= protocol=http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement