Jump to content

jyang

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by jyang

  1. Hi,

    i am getting a 503 error from AWS. the configuration and exceptions are below. Appreciated your help

    i configured the email in 

    /var/lib/tomcat7/webapps/jasperserver-pro/WEB-INF/js.quartz.properties

    with the following entries:
    report.scheduler.mail.sender.host=email-smtp.us-west-2.amazonaws.com
    report.scheduler.mail.sender.username=....removed...
    report.scheduler.mail.sender.password=...removed..
    report.scheduler.mail.sender.from=...removed...
    report.scheduler.mail.sender.protocol=smtp
    #report.scheduler.mail.sender.port=465
    #report.scheduler.mail.sender.port=25
    report.scheduler.mail.sender.port=587
     
     
    --------Exceptions------------
     
    2015-06-27 22:43:04,958 ERROR ReportExecutionJob,quartzScheduler_Worker-1:317 - The job error notification was not completed. An error occurred while sending it.
    org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 530 Authentication required
    ; message exception details (1) are:
    Failed message 1:
    com.sun.mail.smtp.SMTPSendFailedException: 530 Authentication required
     
            at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
            at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
            at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
            at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:416)
            at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:340)
            at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:336)
            at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJobMailNotificationImpl.sendMailNotification(ReportExecutionJobMailNotificationImpl.java:135)
            at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.sendMailNotification(ReportExecutionJob.java:1040)
            at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:538)
            at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:224)
            at com.jaspersoft.ji.report.options.engine.ReportOptionsExecutionJob.execute(ReportOptionsExecutionJob.java:49)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
  2. Hello,

    We have configured Nginx as the reverse proxy and as the SSL termination point. so the follow is

    client->(https)->Niginx-->(http: 8080)-->Jasper(tomcat)

    The browser is getting the following error:

    The page at 'https://jasper.ociconnect.com/jasperserver-pro/xdm.html?logEnabled=true&log…vel=error&xdm_e=https%3A%2F%2Fqa2.ociconnect.com&xdm_c=default4014&xdm_p=1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://jasper.ociconnect.com/jasperserver-pro/scripts/bower_components/js-sdk/src/common/auth/loginSuccess.json'. This request has been blocked; the content must be served over HTTPS.

    How do enable Jasper to return https (without configuring the jasper/tomcat to use SSL)? I would like to only deal with Nginx SSL configuration if it is possible.

    thanks

  3. Hello,

    I am learning Jasper, and want to use Jasper to deliver reports on the web page. the initial use case is simple: a user clicks a report link on a web page; when clicking on the link, display the reports in the Jasper report viewer.

     

    I am looking for complete Java web sample apps that generate and display Jasper reports.

     

    In addition, are there recent books and learning videos to learn Jasper - basic development for embed Jasper as a reporting solution. The book i found is pretty old:

    JasperReports 3.6 Development Cookbook

     

    thank you

     

×
×
  • Create New...