Advertisement
Guest User

Untitled

a guest
May 5th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. update.database.java:
  2. [java] Executing database update process without checking changes in local files.
  3. [java] Initializing in-memory model...
  4. [java] Building runtime model
  5. [java] Table: ORG_C_Country not found in runtime model, is it maybe inactive?
  6. [java] org.openbravo.base.util.CheckException: Table: ORG_C_Country not found in runtime model, is it maybe inactive?
  7. [java] at org.openbravo.base.util.Check.fail(Check.java:37)
  8. [java] at org.openbravo.base.model.ModelProvider.getTable(ModelProvider.java:646)
  9. [java] at org.openbravo.base.model.ModelProvider.getColumnByReference(ModelProvider.java:745)
  10. [java] at org.openbravo.base.model.Column.setReferenceType(Column.java:257)
  11. [java] at org.openbravo.base.model.Table.setReferenceTypes(Table.java:149)
  12. [java] at org.openbravo.base.model.ModelProvider.initialize(ModelProvider.java:178)
  13. [java] at org.openbravo.base.model.ModelProvider.getModel(ModelProvider.java:127)
  14. [java] at org.openbravo.base.model.ModelProvider.refresh(ModelProvider.java:111)
  15. [java] at org.openbravo.dal.core.DalLayerInitializer.initialize(DalLayerInitializer.java:65)
  16. [java] at org.openbravo.dal.core.DalInitializingTask.execute(DalInitializingTask.java:109)
  17. [java] at org.openbravo.ddlutils.task.BaseDalInitializingTask.execute(BaseDalInitializingTask.java:88)
  18. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataMP.execute(AlterDatabaseDataMP.java:93)
  19. [java] at org.openbravo.ddlutils.task.AlterDatabaseJavaMP.main(AlterDatabaseJavaMP.java:47)
  20. [java] Reference column for ORG_C_Country_ID not found in runtime model [ref: 19, refval: -1]
  21. [java] Error >> tableName: INTR_C_BPARTNER - columnName: ORG_C_Country_ID
  22. [java] org.openbravo.base.util.CheckException: Reference column for ORG_C_Country_ID not found in runtime model [ref: 19, refval: -1]
  23. [java] at org.openbravo.base.util.Check.fail(Check.java:37)
  24. [java] at org.openbravo.base.model.ModelProvider.getColumnByReference(ModelProvider.java:775)
  25. [java] at org.openbravo.base.model.Column.setReferenceType(Column.java:257)
  26. [java] at org.openbravo.base.model.Table.setReferenceTypes(Table.java:149)
  27. [java] at org.openbravo.base.model.ModelProvider.initialize(ModelProvider.java:178)
  28. [java] at org.openbravo.base.model.ModelProvider.getModel(ModelProvider.java:127)
  29. [java] at org.openbravo.base.model.ModelProvider.refresh(ModelProvider.java:111)
  30. [java] at org.openbravo.dal.core.DalLayerInitializer.initialize(DalLayerInitializer.java:65)
  31. [java] at org.openbravo.dal.core.DalInitializingTask.execute(DalInitializingTask.java:109)
  32. [java] at org.openbravo.ddlutils.task.BaseDalInitializingTask.execute(BaseDalInitializingTask.java:88)
  33. [java] at org.openbravo.ddlutils.task.AlterDatabaseDataMP.execute(AlterDatabaseDataMP.java:93)
  34. [java] at org.openbravo.ddlutils.task.AlterDatabaseJavaMP.main(AlterDatabaseJavaMP.java:47)
  35. [java] Property INTR_BPARTNER.ORG_C_Country_ID is mapped incorrectly, there is no reference column for it, removing from the mapping
  36. [java] No entity found for intr_c_invoiceline table, for uniqueconstraint computation
  37. [java] No entity found for intr_c_invoiceline table, for uniqueconstraint computation
  38. [java] No entity found for intr_c_orderline table, for uniqueconstraint computation
  39. [java] No entity found for intr_c_orderline table, for uniqueconstraint computation
  40. [java] No entity found for intr_m_inoutline table, for uniqueconstraint computation
  41. [java] No entity found for intr_m_inoutline table, for uniqueconstraint computation
  42. [java] Model read in-memory, generating mapping...
  43.  
  44. [java] Dal layer initialized
  45. [java] Database connection: jdbc:postgresql://localhost:5432/intrastat. User: intrastat
  46. [java] Checking if database structure was modified locally.
  47. [java] Checking if data has changed in the application dictionary.
  48. [java] The following rows were changed after your last update.database or export.database:
  49. [java] -ADModelImplementation(44D8CFDB45C44FA5A9F4F6F78BD349EE) (javaClassName: org.openbravo.erpWindows.BusinessPartner.Intrastat)
  50. [java] -ADModelImplementation(5C5F08BE1D574163B50FB51542C42C7A) (javaClassName: org.openbravo.erpCommon.ad_callouts.ComboReloadsE953FC7091D340FA8961EF529720D7E9)
  51. [java] Database was modified locally, but as update.database command is forced, the database will be updated anyway.
  52. [java] Executing full update.database
  53. [java] Executing default prescript
  54. [java] Executed 116 SQL command(s) with 0 error(s)
  55. [java] Reading tables...
  56. [java] Reading views...
  57. [java] Reading sequences...
  58. [java] Reading triggers...
  59. [java] Reading functions...
  60. [java] Sorting foreign keys, indexes and checks...
  61. [java] Starting function and trigger standardization.
  62. [java] Original model loaded from database.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement