Advertisement
bphamhuu

Untitled

Jul 14th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. java -jar rasdaman-geo-migration.jar 2>&1 | grep -v --line-buffered 'grpc'
  2. log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment).
  3. log4j:WARN Please initialize the log4j system properly.
  4. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  5.  
  6. . ____ _ __ _ _
  7. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  8. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  9. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  10. ' |____| .__|_| |_|_| |_\__, | / / / /
  11. =========|_|==============|___/=/_/_/_/
  12. :: Spring Boot :: (v1.5.2.RELEASE)
  13.  
  14. ------------------------------------
  15. *** PETASCOPE ***
  16. Petascope Version : 9.4.0
  17. Metadata URL : jdbc:postgresql://localhost:5432/petascopedb
  18. Metadata Username : petauser
  19.  
  20. *** COVERAGE IMPLEMENTATION SCHEMA (CIS) ***
  21. CIS Version : 1.1
  22.  
  23. *** RASDAMAN ***
  24. Rasdaman URL : http://localhost:7001
  25. Rasdaman DB : RASBASE
  26. Rasdaman user : rasguest
  27. Rasdaman version : 9.4.0
  28. Rasdaman admin user : rasadmin
  29.  
  30. *** SECORE ***
  31. SECORE URL : [http://localhost:8080/def]
  32. SECORE version : 0.1.0
  33.  
  34. *** WCS-T ***
  35. WCS-T Version : 2.0.0
  36.  
  37. *** WCPS ***
  38. WCPS Version : 1.0.0
  39.  
  40. *** WCS ***
  41. WCS Versions : 2.0.1
  42.  
  43. *** WMS ***
  44. WMS Versions : 1.3.0
  45.  
  46. ------------------------------------
  47. Postgresql database 'petascopedb_migration_temp' has successfully been created.
  48. petascopedb 9.4 of older already exists, creating a temporary backup database 'petascopedb_migration_temp' for it.
  49. Migrating petascopedb from JDBC URL 'jdbc:postgresql://localhost:5432/petascopedb' to JDBC URL 'jdbc:postgresql://localhost:5432/petascopedb'...
  50. Migrating from petascopedb 9.4 or older to new version 9.5.
  51. Migrating coverages...
  52. --------------------------------------------------------------------
  53. Migrating coverage 'test_irr_cube_2' (1/3)
  54. Error while building XML document: null
  55. White spaces are required between publicId and systemId.
  56. line: 2, column: 49
  57. Coverage: test_irr_cube_2 is persisted in database.
  58. Coverage Id: test_irr_cube_2 is persisted in database.
  59. ... migrated successfully.
  60. --------------------------------------------------------------------
  61.  
  62. --------------------------------------------------------------------
  63. Migrating coverage 'test_wms_3857' (2/3)
  64. Coverage: test_wms_3857 is persisted in database.
  65. Coverage Id: test_wms_3857 is persisted in database.
  66. ... migrated successfully.
  67. --------------------------------------------------------------------
  68.  
  69. --------------------------------------------------------------------
  70. Migrating coverage 'test_wms_4326' (3/3)
  71. Coverage: test_wms_4326 is persisted in database.
  72. Coverage Id: test_wms_4326 is persisted in database.
  73. ... migrated successfully.
  74. --------------------------------------------------------------------
  75.  
  76. All coverages migrated successfully.
  77.  
  78.  
  79. Migrating OWS Service metadata...
  80. OWS Service Metadata is persisted in database.
  81. OWS Service metadata migrated successfully.
  82.  
  83.  
  84. Migrating WMS layer 'test_wms_3857' (1/2)
  85. WMS layer: test_wms_3857 is persisted to database.
  86. ... migrated successfully.
  87. --------------------------------------------------------------------
  88.  
  89. Migrating WMS layer 'test_wms_4326' (2/2)
  90. WMS layer: test_wms_4326 is persisted to database.
  91. ... migrated successfully.
  92. --------------------------------------------------------------------
  93.  
  94. All WMS 1.3 layers migrated successfully.
  95.  
  96.  
  97. The original petascopedb has been backed up as database 'petascopedb_94_backup'.
  98. Moving temporary migration database 'petascopedb_migration_temp' to final database 'petascopedb'.
  99. petascopedb 9.4 or older has been migrated successfully.
  100. petascopedb migrated successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement