Advertisement
Guest User

Untitled

a guest
May 28th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. update.database.java:
  2. [java] Executing database update process without checking changes in local files.
  3. [java] 0 INFO - Database connection: jdbc:postgresql://localhost:5432/butler. User: butler
  4. [java] 2517 INFO - Executing full update.database
  5. [java] 2587 INFO - Reading tables...
  6. [java] 42867 INFO - Reading views...
  7. [java] 43463 INFO - Reading sequences...
  8. [java] 43468 INFO - Reading triggers...
  9. [java] 43696 INFO - Reading functions...
  10. [java] 44169 INFO - Sorting foreign keys, indexes and checks...
  11. [java] 44252 INFO - Starting function and trigger standardization.
  12. [java] 122772 INFO - Original model loaded from database.
  13. [java] 128006 INFO - Loading data from XML files
  14. [java] 133834 INFO - Loading and applying configuration scripts
  15. [java] 133861 INFO - Loading configuration script: /opt/OpenbravoERP/modules/org.openbravo.butler.template/src-db/database/configScript.xml
  16. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A2154D84E040007F01005FEC] Old Value found: 20 Old value expected 10
  17. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A2164D84E040007F01005FEC] Old Value found: 30 Old value expected 20
  18. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A21B4D84E040007F01005FEC] Old Value found: 110 Old value expected 90
  19. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A2204D84E040007F01005FEC] Old Value found: 100 Old value expected 80
  20. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A22D4D84E040007F01005FEC] Old Value found: 120 Old value expected 100
  21. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A23C4D84E040007F01005FEC] Old Value found: 60 Old value expected 40
  22. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A2634D84E040007F01005FEC] Old Value found: 130 Old value expected 110
  23. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A3084D84E040007F01005FEC] Old Value found: 80 Old value expected 60
  24. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A33D4D84E040007F01005FEC] Old Value found: 90 Old value expected 70
  25. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A34F4D84E040007F01005FEC] Old Value found: 50 Old value expected 30
  26. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A3544D84E040007F01005FEC] Old Value found: 70 Old value expected 50
  27. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A3614D84E040007F01005FEC] Old Value found: 160 Old value expected 140
  28. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A5C94D84E040007F01005FEC] Old Value found: 150 Old value expected 130
  29. [java] Warning: old value in row not equal to expected one. Table:[AD_TREENODE] PK[: 52118BF1A5CB4D84E040007F01005FEC] Old Value found: 140 Old value expected 120
  30. [java] Checking if database structure was modified locally.
  31. [java] Checking if data has changed in the application dictionary.
  32. [java] 134434 INFO - Executing default prescript
  33. [java] 134996 INFO - Executed 116 SQL command(s) successfully
  34. [java] 135017 INFO - Updating database model...
  35. [java] 136112 INFO - Executed 70 SQL command(s) successfully
  36. [java] 136118 INFO - Model update complete.
  37. [java] 136129 INFO - Disabling foreign keys
  38. [java] 145266 INFO - Executed 2466 SQL command(s) successfully
  39. [java] 145270 INFO - Disabling triggers
  40. [java] 146303 INFO - Executed 474 SQL command(s) successfully
  41. [java] 156795 INFO - Executed 5087 SQL command(s) successfully
  42. [java] 156824 INFO - Executing moduleScript: org.openbravo.modulescript.CreateDoctypeTemplate
  43. [java] 156868 INFO - Comparing databases to find differences
  44. [java] 162938 INFO - Updating database data...
  45. [java] 163732 INFO - Removing invalid rows.
  46. [java] 169289 INFO - Executed 172 SQL command(s) successfully
  47. [java] 169293 INFO - Recreating Primary Keys
  48. [java] 169443 INFO - Executed 5 SQL command(s) successfully
  49. [java] 169446 INFO - Executing update final script (NOT NULLs and dropping temporary tables
  50. [java] 170983 INFO - Executed 123 SQL command(s) successfully
  51. [java] 190600 INFO - Executed 5585 SQL command(s) successfully
  52. [java] 191459 INFO - Executed 77 SQL command(s) successfully
  53. [java] 191463 INFO - Enabling Foreign Keys and Triggers
  54. [java] 204001 INFO - Executed 2466 SQL command(s) successfully
  55. [java] 235088 INFO - Executed 474 SQL command(s) successfully
  56. [java] 235093 INFO - Executing default postscript
  57. [java] 236556 INFO - Executed 22 SQL command(s) successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement