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

kreczet

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 kreczet

  1.  

    Hi Trying to do a version upgrade from 6.1 to 7.1 executed the command as instructed

    js-upgrade-newdb.bat C:js-6.3-export.zip

    I get an error:

    BUILD FAILED
    C:Jaspersoftjs-install-7.1buildomaticbindb-common.xml:1016: The following error occurred while executing this line:
    C:Jaspersoftjs-install-7.1buildomaticbinimport-export.xml:318: The following error occurred while executing this line:
    C:Jaspersoftjs-install-7.1buildomaticbinimport-export.xml:196: Java returned: -1

    has anyone encountered such a problem?

  2. Error from log:

    2014-01-13 12:46:18,603 ERROR ReportExecutionJob,quartzScheduler_Worker-1:306 - The job error notification was not completed. An error occurred while sending it.[/code]
    org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Can't send command to SMTP host;  [/code]
    nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Failed messages: javax.mail.MessagingException: Can't send command to SMTP host;  nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; message exception details (1) are:Failed message 1:javax.mail.MessagingException: Can't send command to SMTP host;[/code]

     

  3. Hi
     
    Recently I had to change the mail host. My previous configuration is SMTP port = 587 Now I use the local server SMTPS port = 465 Unfortunately I can not send messages with scheduled reports.
     
    My configuration:
     
    quartz.tablePrefix=QRTZ_
     
    quartz.extraSettings=
     
    report.scheduler.mail.sender.host=mail.xxxxxxx.xxxx
    report.scheduler.mail.sender.username=raporty_it@xxxxxxxxxxx
    report.scheduler.mail.sender.password=xxxx
    report.scheduler.mail.sender.from=raporty_it@xxxxxxxxxxxxxxxx
    report.scheduler.mail.sender.protocol=smtps
    report.scheduler.mail.sender.port=465
     
    report.scheduler.web.deployment.uri=http://localhost:8082/jasperserver

     

  4. Hello

     

    I have a problem with the use of input control to filter the result of the report.

     

    In iReports everything works correctly when the report viewer window appears where I enter the value to search for (in the range M0001 to M9999).

     

    1(34).png.2fd3c54f23dc2a7ad6302fe2c7a8f241.png

     

    I added its own parameter SelectAsset. In its settings changed on ParameterClass: java.util.Collection

     

    In the query, I added:

    WHERE

    $ X {IN, resources.resourcename, SelectAsset}

     

    I suggested this video.

    Unfortunately, there is used Checkbox field.

    What used to work as a iReports?

     

    When creating Input Control Type Single Query I chose but I did not know what to enter a query in the next step.

     

    2(31).png.0f0c05eda36c7adfb05c8dae2cf2a935.png

     

    Thanks for your help and suggestions :)

×
×
  • Create New...