Advertisement
Guest User

Untitled

a guest
Jan 29th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. kubectl logs monitored-service-default-6f449f887-gp4jj monitored-service-default
  2. 17:42:05.568 [main] WARN org.flywaydb.core.Flyway - Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.
  3. 17:42:07.382 [main] INFO org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 5.2.4 by Boxfuse
  4. 17:42:27.731 [main] INFO org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:mysql://mariadb:3306/monitored_services (MySQL 5.5)
  5. 17:42:27.731 [main] DEBUG org.flywaydb.core.internal.database.DatabaseFactory - Driver : MySQL Connector/J mysql-connector-java-8.0.13 (Revision: 66459e9d39c8fd09767992bc592acd2053279be6)
  6. 17:42:29.917 [main] DEBUG org.flywaydb.core.internal.database.mysql.MySQLDatabase - Unable to detect whether we are running in a Percona XtraDB Cluster. Assuming not to be.
  7. 17:42:30.000 [main] DEBUG org.flywaydb.core.Flyway - DDL Transactions Supported: false
  8. 17:42:31.300 [main] DEBUG org.flywaydb.core.internal.database.mysql.MySQLConnection - Disabled user variable reset as it is only available from MariaDB 10.2 onwards
  9. 17:42:31.470 [main] DEBUG org.flywaydb.core.Flyway - Schema: monitored_services
  10. 17:42:31.477 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ...
  11. 17:42:31.478 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader org.springframework.boot.loader.LaunchedURLClassLoader@21b8d17c ...
  12. 17:42:31.479 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: jar:file:/opt/app/build/libs/monitored_service.jar!/BOOT-INF/classes!/db/migration
  13. 17:42:31.482 [main] DEBUG org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false
  14. 17:42:31.570 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/
  15. 17:42:31.570 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__db.sql
  16. 17:42:31.571 [main] DEBUG org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration
  17. 17:42:31.669 [main] DEBUG org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ...
  18. 17:42:31.669 [main] DEBUG org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/ (filename: )
  19. 17:42:31.778 [main] DEBUG org.flywaydb.core.internal.util.FeatureDetector - Spring Jdbc available: true
  20. 17:42:33.000 [main] DEBUG org.flywaydb.core.internal.command.DbSchemas - Schema `monitored_services` already exists. Skipping schema creation.
  21. 17:42:33.372 [main] DEBUG org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/ (filename: )
  22. 17:42:33.380 [main] DEBUG org.flywaydb.core.internal.sqlscript.SqlScript - Parsing V1__db.sql ...
  23. 17:42:33.573 [main] DEBUG org.flywaydb.core.internal.sqlscript.SqlScript - Found statement at line 1: CREATE TABLE HOSTS (
  24. id INT NOT NULL,
  25. hostName VARCHAR (150) NOT NULL,
  26. description TEXT DEFAULT NULL,
  27. icon TEXT DEFAULT NULL,
  28. PRIMARY KEY (id)
  29. )
  30. 17:42:34.070 [main] DEBUG org.flywaydb.core.internal.sqlscript.SqlScript - Found statement at line 10: CREATE TABLE SERVICES (
  31. id INT NOT NULL,
  32. serviceName VARCHAR (150) NOT NULL,
  33. hostID INT NOT NULL,
  34. type VARCHAR (10) NOT NULL,
  35. PRIMARY KEY (id),
  36. FOREIGN KEY (hostID) REFERENCES HOSTS(id)
  37. )
  38. 17:42:34.279 [main] DEBUG org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/ (filename: )
  39. 17:42:34.279 [main] DEBUG org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__db.sql (filename: V1__db.sql)
  40. 17:42:34.495 [main] INFO org.flywaydb.core.internal.command.DbMigrate - Current version of schema `monitored_services`: 1
  41. 17:42:34.504 [main] INFO org.flywaydb.core.internal.command.DbMigrate - Schema `monitored_services` is up to date. No migration necessary.
  42. 17:42:34.518 [main] DEBUG org.flywaydb.core.Flyway - Memory usage: 14 of 30M
  43.  
  44. . ____ _ __ _ _
  45. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  46. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  47. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  48. ' |____| .__|_| |_|_| |_\__, | / / / /
  49. =========|_|==============|___/=/_/_/_/
  50. :: Spring Boot :: (v2.0.5.RELEASE)
  51.  
  52. 2019-01-29 17:43:48.182 INFO 1 --- [ main] monitored_service.App : Starting App on monitored-service-default-6f449f887-gp4jj with PID 1 (/opt/app/build/libs/monitored_service.jar started by root in /opt/app)
  53. 2019-01-29 17:43:48.811 INFO 1 --- [ main] monitored_service.App : No active profile set, falling back to default profiles: default
  54. 2019-01-29 17:43:59.872 INFO 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@506e6d5e: startup date [Tue Jan 29 17:43:59 UTC 2019]; root of context hierarchy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement