Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      [java] 34875 INFO  - Updating Application Dictionary data...
  2.      [java] 34896 INFO  - Removing invalid rows.
  3.      [java] 34907 INFO  - Recreating Primary Keys
  4.      [java] 34941 INFO  - Executing oncreatedefault statements for mandatory columns
  5.      [java] 35052 INFO  - Executed 89 SQL command(s) successfully in 102 ms
  6.      [java] 35056 INFO  - Recreating not null constraints
  7.      [java] 35574 INFO  - Executed 1041 SQL command(s) successfully in 507 ms
  8.      [java] 35578 INFO  - Executing update final script (dropping temporary tables)
  9.      [java] 36082 INFO  - Executed 77 SQL command(s) successfully in 473 ms
  10.      [java] 36101 INFO  - Executed 4 forced SQL command(s) with 1 error(s) in 14 ms
  11.      [java] 36106 INFO  - Executed 1 forced SQL command(s) with 1 error(s) in 19 ms
  12.      [java] 36111 INFO  - Executed 1 forced SQL command(s) with 1 error(s) in 24 ms
  13.      [java] 36116 INFO  - Executed 1 forced SQL command(s) with 1 error(s) in 29 ms
  14.      [java] 36120 INFO  - Executed 1 forced SQL command(s) with 1 error(s) in 33 ms
  15.      [java] 36124 WARN  - SQL Command failed with: ERROR: column "pm.fin_paymentmethod_id" must appear in the GROUP BY clause or be used in an aggregate function
  16.      [java]   Position: 520
  17.      [java] 36128 WARN  - There are still 1 forced commands not executed sucessfully (likely related to failed view statements).
  18.      [java] 36132 INFO  - Enabling Foreign Keys and Triggers
  19.      [java] 36594 INFO  - Executed 68 SQL command(s) successfully in 457 ms
  20.      [java] 36653 INFO  - Executed 424 SQL command(s) successfully in 49 ms
  21.      [java] 36659 INFO  - Executing default postscript
  22.      [java] 36683 INFO  - Executed 14 SQL command(s) successfully in 18 ms
  23.      [java] 37314 ERROR - Not all the commands in the final update step were executed correctly. This likely means at least one foreign key was not activated successfully. Please review which one, and fix the missing references, or recover the backup of your sources.
  24.      [java] java.lang.Exception: There were serious problems while updating the database. Please review and fix them before continuing with the application rebuild
  25.      [java]     at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:274)
  26.      [java]     at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86)
  27.      [java]     at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57)
  28.      [java] Exception in thread "main" java.lang.Exception: There were serious problems while updating the database. Please review and fix them before continuing with the application rebuild
  29.      [java]     at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:293)
  30.      [java]     at org.openbravo.ddlutils.task.BaseDatabaseTask.execute(BaseDatabaseTask.java:86)
  31.      [java]     at org.openbravo.ddlutils.task.AlterDatabaseJava.main(AlterDatabaseJava.java:57)
  32.      [java] Caused by: java.lang.Exception: There were serious problems while updating the database. Please review and fix them before continuing with the application rebuild
  33.      [java]     at org.openbravo.ddlutils.task.AlterDatabaseDataAll.doExecute(AlterDatabaseDataAll.java:274)
  34.      [java]     ... 2 more
  35.  
  36. BUILD FAILED
  37. /opt/OpenbravoERP/build.xml:768: The following error occurred while executing this line:
  38. /opt/OpenbravoERP/src-db/database/build.xml:83: Java returned: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement