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

jcarmona_1

Members
  • Posts

    5
  • Joined

  • Last visited

jcarmona_1'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. Good afternoon, Recently, a new release for JasperReport Server (8.0.1) has been published. This release is delivered as a ServicePack instead of a regular bundled release, which means that (as per release notes) it is meant to be applied to an existing JasperReports Server version 8.0.0 instance. This can be convenient for running instances, but there is no direct way of actually downloading and deploying the most up-to-date software. This release includes some relevant changes, such as mitigation for the Log4J vulnerability. Have you considered the possibility of releasing an actual bundled binary (.WAR) (that is, a TIB_js-jrs-cp_8.0.1_bin.zip file) together with the patches for these kinds of releases? We are using the bundled binary and it would be nice to have the latest version available in a single, regular, installation bundle. Will you be releasing one for 8.0.1 eventually? Additionally, I have noticed that the source code for JasperReports Server Community Edition 8.0.1 has not been tagged in GitHub (see here). This is something that has been done previously, even for Service Pack releases. Kind regards
  2. After debugging the issue for some time, this seems to be related to the bug report found in: https://community.jaspersoft.com/jasperreports-server/issues/13956 Installing the WAR file manually as explained in https://community.jaspersoft.com/jasperreports-server/issues/13956#comment-876516 should be enough.
  3. Hi, what commands did you perform to deploy? Hi! The commands used to perform the deployment are the following ones: # Create DB schema $ mysql -h XXXXX -u SAMPLE_JR_USER SAMPLE_JR_DB > source /opt/jasperreports/buildomatic/install_resources/sql/mysql/js-create.ddl > source /opt/jasperreports/buildomatic/install_resources/sql/mysql/quartz.ddl # Start buildomatic installation process $ js-ant import-minimal-ce $ js-install-ce.sh minimal Are you trying to deploy it from sources or you're using TIB_js-jrs-cp_8.0.0_bin.zip? I am using the mentioned zip file
  4. Hi! I am trying to deploy JasperReports Server CE 8.0 on top of a Tomcat 9.0.56 server, but on initialization, I stumble upon the following error that results in a crash (see attachment). Eventually, the application refuses to start up This error seems to be related to the creation of one or more beans involving Audit (and more precisely, to its dataSource), which was modified in v8.0 to allow externalization. I have verified, to the best of my knowledge, that I am not using this new feature. These are the relevant properties inside my default_master.properties file. Any ideas why this is happening?
×
×
  • Create New...