bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.92k stars 9.18k forks source link

[bitnami/jasperreports] Trying to connect to the database server #15650

Closed rodolfourb closed 1 year ago

rodolfourb commented 1 year ago

Name and Version

bitnami/jasperreports

What architecture are you using?

None

What steps will reproduce the bug?

helm install teste\
  --set jasperreportsUsername=admin,jasperreportsPassword=<senha>,mariadb.enabled=false,externalDatabase.type=postgresql,externalDatabase.host=<ip/host>,externalDatabase.port=5432,externalDatabase.user=postgres,externalDatabase.database=<database_name>,externalDatabase.password=<password>\
  --namespace <namespace >\
  bitnami/jasperreports

Are you using any custom parameters or values?

--set jasperreportsUsername=admin
--set jasperreportsPassword=<senha>
--set mariadb.enabled=false
--set externalDatabase.type=postgresql
--set externalDatabase.host=<ip/host>
--set externalDatabase.port=5432
--set externalDatabase.user=postgres
--set externalDatabase.database=<database_name>
--set externalDatabase.password=<password>
--namespace <namespace >

What is the expected behavior?

that jasper reports is deployed and accessed by the external postgre database

What do you see instead?

I can't deploy jasper report when configured external database and still in the process the helm creates storage (pvc/pv).

Additional information

if possible describe an example using external database in helm. And is storage really created when using an external database?

javsalgar commented 1 year ago

Hi,

Which is the PVC that it is trying to create?

rodolfourb commented 1 year ago

As I am not using the default database which is mariabd ( --set mariadb.enabled=false) I understood that helm would not create a pvc for jasper, am I correct?

rodolfourb commented 1 year ago

In the deployment process, check that the tables are created in the database, however and showing two error messages (Readiness probe failed: Get "http://10.244.0.29:8080/jasperserver/login.html": dial tcp 10.244 0.29:8080: connection: connection refused and container restart failed )

image

image

image

image

carrodher commented 1 year ago

Please, note that the Bitnami team is not actively monitoring GitHub Issues for this Helm chart. This issue will stay open for 20 days to allow the community to contribute, after 15 days without activity the issue will be marked as stale, being closed after 5 days.

If you would like to contribute to this Helm chart by fixing a bug or adding a new feature, feel free to create a PR, the Bitnami team will be happy to review it and provide feedback.

github-actions[bot] commented 1 year ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 1 year ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.