Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

240
Views
Corda Node Database Propiedad desconocida 'esquema'

Recibo el siguiente error cuando intento realizar ./build/nodes/runnodes para mi cordapp. La parte (Mint) que quiero conectar a una base de datos Postgresql independiente está dando este error:

 [ERROR] 01:07:58-0400 [main] subcommands.ValidateConfigurationCli. - Error(s) while parsing node configuration: - for path: "database.schema": Unknown property 'schema'.

En mi archivo node.conf para una fiesta (Mint) está

 dataSourceProperties = { dataSourceClassName = "org.postgresql.ds.PGSimpleDataSource" dataSource.url = "jdbc:postgresql://localhost:5432/sample_db" dataSource.user = mint dataSource.password = my_password } database = { transactionIsolationLevel = READ_COMMITTED schema = mint } # When JDBC driver is not placed into node's 'drivers' directory then add absolute path: jarDirs = ['/Users/sayefiqbal/Documents/Corda/Metals-cordapp/build/nodes/Mint/drivers/postgresql-42.2.12.jar']

Tenga en cuenta cuál es el problema. Se siguió la documentación de Corda, pero hasta ahora no hay resolución.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Supongo que está utilizando la edición comunitaria de Corda, no tiene la propiedad schema disponible. Sin embargo, puede especificar el esquema en la URL de JDBC de la siguiente manera:

 jdbc:postgresql://localhost:5432/sample_db?currentSchema=mint

Consulte la documentación para obtener más detalles: https://docs.corda.net/docs/corda-os/4.4/node-database.html#postgresql .

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!