Jump to content
Changes to the Jaspersoft community edition download ×

julian111

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

julian111's Achievements

Contributor

Contributor (5/14)

  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. Hi! Jaspersoft is running as root: root 83349 1 0 Feb08 pts/3 00:15:59 /opt/jasperreports-server-7.9.0/java/bin/java -Djava.util.logging.config.file=/opt/jasperreports-server-7.9.0/apache-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms1024m -Xmx2048m -Xss2m -Djs.license.directory=/opt/jasperreports-server-7.9.0 -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Dignore.endorsed.dirs= -classpath /opt/jasperreports-server-7.9.0/apache-tomcat/bin/bootstrap.jar:/opt/jasperreports-server-7.9.0/apache-tomcat/bin/tomcat-juli.jar -Dcatalina.base=/opt/jasperreports-server-7.9.0/apache-tomcat -Dcatalina.home=/opt/jasperreports-server-7.9.0/apache-tomcat -Djava.io.tmpdir=/opt/jasperreports-server-7.9.0/apache-tomcat/temp org.apache.catalina.startup.Bootstrap start root 620766 620377 0 11:55 pts/1 00:00:00 grep --color=auto jasper Permission ins /opt/jasperreports-server-7.9.0/apache-tomcat look like: drwxr-xr-x 11 root root 253 Feb 7 09:51 . drwxr-xr-x 11 root root 4.0K May 17 2022 .. -rw-r----- 1 root root 19K Dec 3 2020 BUILDING.txt -rw-r----- 1 root root 5.3K Dec 3 2020 CONTRIBUTING.md -rw-r----- 1 root root 56K Dec 3 2020 LICENSE -rw-r----- 1 root root 1.7K Dec 3 2020 NOTICE -rw-r----- 1 root root 3.2K Dec 3 2020 README.md -rw-r----- 1 root root 7.0K Dec 3 2020 RELEASE-NOTES -rw-r----- 1 root root 16K Dec 3 2020 RUNNING.txt drwxr-x--- 2 root root 4.0K Apr 25 2022 bin drwxr-xr-x 2 root root 4.0K Feb 8 15:11 chrometemp drwx------ 3 root root 254 Nov 6 19:36 conf drwxr-x--- 2 root root 4.0K Dec 8 2022 lib drwxr-x--- 2 root root 16K Feb 11 06:18 logs drwxrwxr-x 2 root root 45 Apr 25 2022 scripts drwxr-x--- 7 root root 20K Feb 11 06:48 temp drwxr-x--- 6 root root 69 Dec 8 2022 webapps drwxr-x--- 3 root root 22 Aug 7 2022 work
  2. Thank you! i tried net.sf.jasperreports.chrome.tempdir.path=opt/jasperreports-server-7.9.0/apache-tomcat/chrometemp net.sf.jasperreports.chrome.tempdir.path=opt/jasperreports-server-7.9.0/apache-tomcat/chrometemp and also net.sf.jasperreports.chrome.tempdir.path=/opt/jasperreports-server-7.9.0/apache-tomcat/chrometemp/ but non worked. For the first one i still get net::ERR_FILE_NOT_FOUND When using the second one i get: java.io.IOException: No such file or directory Any other suggestions?
  3. Thank you! What would be the corresponding part on Linux? Sorry that missed that in the initial post.
  4. Hi community, Thanks for reading! I am trying to export a pdf from a report containing a HTML 5 charts. I have installed chromium from the snap store and inserted the path into js.config.properties and also set the net.sf.jasperreports.chrome.argument.no-sandbox=true parameter in jasperreports.properties. Now, when I try to export a pdf I get the following error: errorCode='export.execution.rejected', parameters=null, properties=null, details=null, errorUid='e541ade0-4437-4f8d-9e6d-a905f07f55d6', exception=com.jaspersoft.jasperserver.remote.exception.ExportExecutionRejectedException: net.sf.jasperreports.engine.JRRuntimeException: Page failed to load: net::ERR_FILE_NOT_FOUND} Does someone has a hint for me here? Thank you!
  5. Hi there, thanks for reading! I want to create a simple line chart with multiple lines, each line for an option of a field. My SQL query gives me basically tree fields: Date, Country and a Value. I know would like to have a chart that has the date on the x-Axis, the Value on the y-Axis and then one line per Country. How can I do this? I tried to have the country in the category, the Date in the series and the Value as the measure but that's not working. Thank you! 🙂
  6. brilliant, thank you! I tried the same before but i had my table in the details band then and then it was multiplied a lot of times. In the summary band, it works :)
  7. Hi community, Thanks for reading. I have created a table in Jaspersoft Studio 8.1. containing a Column Header, Group Header and Details. I would like to span the Group Header to the full size of the table, so to combine all cells in this row and center the Group header. What I get: What I want: I already tried a couple of things including the com.jaspersoft.layout.grid.colspan and com.jaspersoft.layout.grid.rowspan and also the row span inside the properties of the column. All of them are not really changing anything. Can someone point me into the right direction, please?
  8. Thanks! Do you have a jrxml example for such a case? Regards!
  9. Hi there! Is there a possibilty to use the widgets pro from studio in the adhoc view? I have created a sample report in with a widget pro in studio and would like to use it for a couple of paramters. It there a simple way to do it or do I have to publish a single report with the needed parameter in it? Thank you :)
  10. Hi all, I am trying to show a dashboard while passing the login parameters in the URL. The URL looks like: But it is always sending me back to the login screen without showing any error. When I login manually, the dashboards is loaded automatically after login. Any suggestions? I am Using JS Pro 8.1. Thank you!
  11. Hi all, is there a way to create multiple charts from the same dataset at once in Jaspersoft Studio. Let’s assume we have a table with X machines and plan and actual data for this machine. Is it possible to create X identical charts (one for each machine) automatically or do we have to create chart by chart and change the query for each? Does someone has an example for such a report? Thank you!
  12. Hi all, is there a possibility to create a barchart with two lines on the secondary axis? I only managed to have a bar chart with a single line but I would need at least one bar and two lines. When I add two values. the first is as bar and the second as line on the secondary axis. The third value always goes to the bar and primary axis. Any ideas? Thanks!
  13. Thanks for your feedback. I re-created both the Ad-hoc view and the report but I still cannot configure that there will be a page break after each group. Do you have a change to upload a .jrxml where it works? Thanks!
  14. Hi all, Does someone know how to force a page break after each column group in an Ad-hoc report exported to an PDF In Jasperserver V8? According to this solution (Force a Page Break After Every Group In Ad Hoc Table Report | Jaspersoft Community) it should work but in JRS 8 we only have columns not groups as in the screenshot and I also cannot find the necessary setting in studio, the Group field is just not there: Is threre any documentation about this? Thanks :)
×
×
  • Create New...