Advertisement
Guest User

Untitled

a guest
May 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. when i compile ant "create.database", am getting the below error.
  2.  
  3.  
  4. Buildfile: F:\opws\openbravo\build.xml
  5.  
  6. init:
  7.  
  8. set.code.rev:
  9.  
  10. code.rev:
  11.  
  12. core.lib:
  13.  
  14. init:
  15.  
  16. compile:
  17.  
  18. build.jar:
  19.  
  20. build:
  21.  
  22. copy.core.lib:
  23.  
  24. create.database:
  25.  
  26. init:
  27.  
  28. database.lib:
  29.  
  30. init:
  31.  
  32. compile:
  33.  
  34. build.jar:
  35.  
  36. jar:
  37.  
  38. init:
  39.  
  40. core.lib:
  41.  
  42. init:
  43.  
  44. compile:
  45.  
  46. build.jar:
  47.  
  48. build:
  49.  
  50. copy.core.lib:
  51.  
  52. create.database:
  53.  
  54. clean.database.POSTGRE:
  55. [sql] Executing commands
  56. [sql] Failed to execute: DROP DATABASE openbravo
  57. [sql] org.postgresql.util.PSQLException: ERROR: database "openbravo" does not exist
  58. [sql] 0 of 1 SQL statements executed successfully
  59. [sql] Executing commands
  60. [sql] 1 of 1 SQL statements executed successfully
  61.  
  62. prepare.database:
  63.  
  64. POSTGRE.structure:
  65. [sql] Executing commands
  66. [sql] 2 of 2 SQL statements executed successfully
  67. [sql] Executing commands
  68. [sql] 1 of 1 SQL statements executed successfully
  69.  
  70. create.database.structure:
  71. Database connection: jdbc:postgresql://localhost:5432/openbravo. User: tad
  72.  
  73. Executing default prescript
  74.  
  75. Executing creation script
  76.  
  77. for the complete database
  78.  
  79. Executing default postscript
  80.  
  81.  
  82. database.poststructure.POSTGRE:
  83.  
  84. database.preimport.POSTGRE:
  85. Model loaded from database.
  86.  
  87.  
  88. database.postimport.POSTGRE:
  89.  
  90. database.postcreate.POSTGRE:
  91. [sql] Executing commands
  92. [sql] Failed to execute: SELECT AD_UPDATE_ACCESS()
  93.  
  94. BUILD FAILED
  95. F:\opws\openbravo\build.xml:475: The following error occurred while executing this line:
  96. F:\opws\openbravo\src-db\database\build-create.xml:61: The following error occurred while executing this line:
  97. F:\opws\openbravo\src-db\database\build-create.xml:248: org.postgresql.util.PSQLException: ERROR: function get_uuid() does not exist
  98.  
  99. Total time: 12 minutes 49 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement