ververica-platform-playground icon indicating copy to clipboard operation
ververica-platform-playground copied to clipboard

Remote RDBMS problem

Open gmmstrive opened this issue 3 years ago • 3 comments

You have configured value-vvp.yaml as follows, but a strange problem still occurs

Website configuration :

vvp:
  persistence:
    type: jdbc
    datasource:
      url: jdbc:mariadb://mysql.internal:3306/vvp
      username: vvp
      password: password

Configuration used:

vvp:
  persistence:
    type: jdbc
    datasource:
      url: jdbc:mariadb://vvp-mariadb.vvp.svc.cluster.local:3306/vvp
      username: vvp
      password: password

error log: Error: template: ververica-platform/templates/pvc.yaml:1:11: executing "ververica-platform/templates/pvc.yaml" at <include "vvp.should.create.pvc" .>: error calling include: template: ververica-platform/templates/_helpers.tpl:75:15: executing "vvp.should.create.pvc" at <include "vvp.pvc.enabled" .>: error calling include: template: ververica-platform/templates/_helpers.tpl:67:12: executing "vvp.pvc.enabled" at <include "vvp.private.process.application.config" .>: error calling include: template: ververica-platform/templates/_helpers.tpl:139:8: executing "vvp.private.process.application.config" at <include "vvp.private.inject.datasource.config" .>: error calling include: template: ververica-platform/templates/_helpers.tpl:266:99: executing "vvp.private.inject.datasource.config" at : error calling fail: vvp.persistence.datasource.url may not be set when using 'local' persistence

gmmstrive avatar Mar 08 '21 09:03 gmmstrive

Thank you for your patience. Do you use Community Edition or Stream Edition?

knaufk avatar Mar 16 '21 11:03 knaufk

😭

rookie-man-fack avatar Aug 10 '22 13:08 rookie-man-fack

+1, use Community Edition, version is v2.6

dingdayu avatar Jun 02 '23 16:06 dingdayu