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

andre.sousa

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by andre.sousa

  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, 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.

×
×
  • Create New...