Jump to content
We've recently updated our Privacy Statement, available here ×

nattargekar

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by nattargekar

  1. I am trying to implement Kubernetes with Jaspersoft Community Edition V7.5 but facing issues in connecting PostgreSQL POD from Jasper Pod. The details are described below:

    For postgres:

    configmap/postgres-config created

    service/postgresql created

    deployment.apps/postgresql created

    persistentvolume/postgres-pv-volume-test created

    persistentvolumeclaim/postgres-jasper-claim created

    For jasper:

    configmap/jasper-config created

    service/jasperserver created

    The error I faced is shown below:

    do-install-upgrade-test:

    [echo] Checking DBMS host and port:

    [echo] About to validate port: postgresql:5432

     

    BUILD FAILED

    /usr/src/jasperreports-server/buildomatic/bin/validation.xml:487: The following error occurred while executing this line:

    /usr/src/jasperreports-server/buildomatic/bin/validation.xml:244: The following error occurred while executing this line:

    /usr/src/jasperreports-server/buildomatic/bin/validation.xml:293: Error: port 5432 is not reachable at host postgresql

  2. Hi,

    I have configured JasperReports server to use External DB authentication. But when I am trying to access a report using the URL, it is not going through. Any reason for this?

    With the URL: http://localhost:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2FREPORTS&reportUnit=%2FREPORTS%2FAllAccount&j_username=superuser&j_password=superuser,

    which should work by default, not working and throwing error. Any explaination on this?

×
×
  • Create New...