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

andre.sousa

Members
  • Posts

    6
  • Joined

  • Last visited

andre.sousa's Achievements

  1. 1. sudo apt install default-jre 2. sudo nano /etc/environment JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" 3. sudo reboot 4. sudo wget https://.../project/jasperserver/JasperServer/JasperReports%20Server%20Community%20Edition%208.1.0/TIB_js-jrs-cp_8.1.0_bin.zip 5. sudo unzip TIB_js-jrs-cp_8.1.0_bin.zip 6. cd /opt/jasperreports-server-cp-8.0.0/apache-tomcat/scripts 7. sudo ./ctl.sh stop 8. cd /home/ubuntu/jasperreports-server-cp-8.1.0-bin/buildomatic 9. sudo nano default_master.properties appServerType = tomcat appServerDir = /opt/jasperreports-server-cp-8.0.0/apache-tomcat dbType=postgresql dbHost=localhost dbUsername=postgres dbPassword=postgres preserve_master_properties_footer_comments_when_encrypting_buildomatic=true 10. sudo ./js-upgrade-samedb-ce.sh 11. cd /opt/jasperreports-server-cp-8.0.0/apache-tomcat/scripts 12. sudo ./ctl.sh start
  2. Hi, how to upgrade jrs community 8.0.0 to 8.1.0 on Linux Ubuntu 22.04? I installed jrs community 8.0.0 by the file ./TIB_js-jrs-cp_8.0.0_linux_x86_64.run Thanks.
  3. Observation: new java.sql.Timestamp(2020,11,01, 0, 0 ,0) error new java.sql.Timestamp(2020,11,01, 1, 0 ,1) works
  4. Hi, i hope everyone is well. I have a problem with the TimeStamp field (InputControl) when I enter the value 11/1/2020. Error: "errorDescriptor": { "message": "Input controls validation failure", "errorCode": "input.controls.validation.error", "parameters": [ "ValidationErrorImpl{errorCode='fillParameters.error.invalidValueForType', arguments=[Timestamp], properties=null, defaultMessage='Especifique um valor válido para tipo Timestamp.', field='null'}" ] I made the change suggested by the documentation but the error persists. The file that was changed was the applicationContext-settings.xml on jasperreports-server-cp-7.8.0. Thanks.
  5. Hi, What i need to change in Dockerfile and/or scripts (https://github.com/TIBCOSoftware/js-docker/) to support the Community Edition? Thanks.
×
×
  • Create New...