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

nisha.saini

Members
  • Posts

    4
  • Joined

  • Last visited

nisha.saini's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I have multiple sub reports in my master report and I need to deploy them on server, So instead of adding all the subreports jrxml on server and then refering the repo:<path>, I tested from my local with the local machine path "C:\Users\POC\JaspersoftWorkspace\MyReports\Test_Summary.jrxml" and it worked locally but am facing difficulty while deploying this same reports on server, Please suggest how to point the subreports without adding them to server, as I have almost 15 subreports and if even one change then have to do for all and then upload which is very troublesome.. Following is my Source snippet: <subreport><reportElement x="-20" y="310" width="181" height="20" uuid="b948df22-ab7f-4082-b6fb-5dc83906e8ac"/><connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression><subreportExpression><![CDATA["C:\Users\POC\JaspersoftWorkspace\MyReports\Test_Summary.jrxml"]]></subreportExpression></subreport> using JasperSoft Studio 6.2.1 final edition to create reports.(installed on local machine) Jasper server : 6.3 Community Edition (on private cloud connected to local network)
  2. Thanks Hozawa But even while installing from the .run file I tried creating user jasperdb manually and assigned createdb and createrole. It failed. How war file makes the changes, and could you tell where to add the below commands dbUsername<span style="color: rgb(51, 153, 51);">=</span>postgres dbPassword<span style="color: rgb(51, 153, 51);">=</span>postgre
  3. Hi I am trying to install jasperreports-server-cp-6.2.1-linux-x64-installer.run in Redhat 7.2 VM using non-root user. I am using existing Tomcat on local and existing Postgres on remote (RDS instance). Till tomcat part all is good. But while DB part,I get the following error: Installing 0% ______________ 50% ______________ 100% ########################################Warning: Problem running post-install step. Installation may not completecorrectly Error running /usr/bin/createdb -U postgres -p 5432 -hpgreportdb.prod-jiodrive.com -O jasperdb -E UTF-8 jasperserver: createdb:database creation failed: ERROR: must be member of role "jasperdb" If i press enter and continue following error appears: Press [Enter] to continue: Warning: Problem running post-install step. Installation may not completecorrectly Error running /home/myuser/jasperreports-server-cp-6.2.1/apache-ant/bin/antimport-minimal-ce:BUILD FAILED/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/bin/import-export.xml:327: The following error occurred while executing this line:/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/bin/import-export.xml:145: The following error occurred while executing this line:/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/bin/validation.xml:376:The following error occurred while executing this line:/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/conf_source/db/postgresql/db.xml:58: The following error occurred while executing this line:/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/bin/validation.xml:434:The following error occurred while executing this line:/home/myuser/jasperreports-server-cp-6.2.1/buildomatic/bin/validation.xml:470:Database doesn't exist. Treating problem with JDBC connection as unrecoverable *** Once I got this error, I have tried manually creating jasperserver DB but that is also not working. And I am not using any JDBC drivers from my side added externally so farPlease tell what can be done to resolve this? Is this remote postgres issue or something with RDS?
×
×
  • Create New...