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

shivkumar.mallesappa

Members
  • Posts

    18
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by shivkumar.mallesappa

  1. Hello,

    I just wanted to know the difference between AWS Data Source and JDBC Connection.
    I mean I can achieve every thing using JDBC Connection for connecting with my AWS Resources  , so why should I use AWS Data Source while creating a Data Source and connecting with AWS Sources.

    I hope I am clear with my question.

    Thank  you

  2. I have also tried by making auth property false.

    my application context file is as follows :

     <property name="host" value="${report.scheduler.mail.sender.host}"/>
            <!--<property name="username" value="${report.scheduler.mail.sender.username}"/>
            <property name="password" value="${report.scheduler.mail.sender.password}"/>-->    I have commented out user name and password and also made auth false so no authentication is required still I am facing same issue. 
            <property name="protocol" value="${report.scheduler.mail.sender.protocol}"/>
            <property name="port" value="${report.scheduler.mail.sender.port}"/>
            <property name="javaMailProperties">
           
    <props>
                    <prop key="mail.smtps.sendpartial">true</prop>
                    <prop key="mail.smtps.auth">false</prop>
                    <prop key="mail.smtps.starttls.enable">true</prop>
    </props>
  3. This is my new configuration :

     

    report.scheduler.mail.sender.host=smtp.gmail.com
    report.scheduler.mail.sender.username=myname@gmail.com
    report.scheduler.mail.sender.password=xxxxxxxxx
    report.scheduler.mail.sender.from=myname@gmail.com
    report.scheduler.mail.sender.protocol=smtps
    report.scheduler.mail.sender.port=465
     
     
    and for application context :
     
    <prop key="mail.smtps.sendpartial">true</prop>
    <prop key="mail.smtps.auth">true</prop>
     <prop key="mail.smtps.starttls.enable">true</prop>
     

    Still facing the same issue

  4. Hello,

    I am getting the following error when I am scheduling a report :

    Subject:

    The job failed to execute. Review its parameters.

    Date:

    Today

    Component:

    Report Scheduler

    Message:

    Job: nak (ID: 2317) Report unit: /public/Samples/Reports/01._Geographic_Results_by_Segment_Report Quartz Job: ReportJobs.job_2317 Quartz Trigger: ReportJobs.trigger_2313_0 Error Message: The job error notification was not completed. An error occurred while sending it. Exceptions: org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:392) 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:139) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.sendMailNotification(ReportExecutionJob.java:1059) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:570) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:241) at com.jaspersoft.ji.report.options.engine.ReportOptionsExecutionJob.execute(ReportOptionsExecutionJob.java:47) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:306) at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:389) ... 9 more Error Message: fail to send out alert mail notification Exceptions: org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:392) 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.ReportExecutionJobAlertImpl.sendAlertMail(ReportExecutionJobAlertImpl.java:97) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.sendAlertMail(ReportExecutionJob.java:708) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:595) at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:241) at com.jaspersoft.ji.report.options.engine.ReportOptionsExecutionJob.execute(ReportOptionsExecutionJob.java:47) at org.quartz.core.JobRunShell.run(JobRunShell.java:213) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: javax.mail.AuthenticationFailedException at javax.mail.Service.connect(Service.java:306) at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:389) ... 9 more

     

    I have made following configuration in applicationContext-report-scheduling

     <property name="javaMailProperties">
                <props>
              <!--<prop key="mail.smtp.sendpartial">true</prop>-->
                    <prop key="mail.smtps.auth">true</prop>
                    <prop key="mail.smtps.starttls.enable">true</prop>
                </props>
    </property>
     
     
    I have made the following configuration in js.quartz.properties
     
    report.scheduler.mail.sender.host=smtp.gmail.com
    report.scheduler.mail.sender.username=myname@gmail.com
    report.scheduler.mail.sender.password=xxxxxxxxx
    report.scheduler.mail.sender.from=myname@gmail.com
    report.scheduler.mail.sender.protocol=smtps
    report.scheduler.mail.sender.port=465
     
    What is the problem I could not able to figure it out.

    Thanks
  5. Hello,

    I have installed JasperReport Server Pro on my Windows EC2 instance.

    I then made changes to :

    *"C:Jaspersoftjasperreports-server-6.2.0apache-tomcatwebappsjasperserver-proWEB-INF*
    *js.quartz.properties"* for my notifications.

    After this I rebooted my instance and logged in again , but I am getting the following message :

    *License Failed

    Your license has expired.

    If you evaluated JasperReports Server and have just installed a new version of it, your evaluation license has expired.

    Please contact eval@jaspersoft.com <eval@jaspersoft.com> for assistance.*

    I don't understand why, this is my fresh installation.

    Thanks

  6. Hello,

    I am confused between all the products from JasperSoft and Tibco.

    I know tools like JasperSoft Studio , JasperReport Server but I am confused with other products spotfire etc.

    Please tell me all the differences between JasperSoft Studio , JasperReport , spotfire and other products.

    It will be helpfull if somebody can provide me list of all the products regarding BI both community edition and professional edition.
     

    Thanks.

  7. Hello,

    I have following questions regarding JasperSoft Studio and JasperReports Server (both community Edition).

    I have installed both using installer on Windows Server 2012 machines.

    1. I have created reports using JasperSoft Studio Community Edition. I have also installed JasperReports Server Community Edition(My Studio and Server are on different machine). I am trying to publish report from my JasperSoft Studio Community Edition but I am getting connection time out when I am running Test Connection for my JasperReports Server .
          Is there any configurtions which have to be made at the server side ? Or am I missing some thing?
       
    2. When I login to my Server and try to add new Data Source , I am getting a pop-up window with the following error.
       
      Exception thrown executing com.jaspersoft.jasperserver.war.action.tree.TreeAction@2aa04763 in state 'getNode' of flow 'treeFlow' -- action execution attributes were 'map - empty'.[/code]
    3. In order to publish report to the server from my studio , Is it necessary to make connection to the Redshift Cluster before publishing the report?

    Thanks.

  8. Hello ,

    I am using JasperSoft Studio first time.

    I have successfully installed JasperSoft Studio on my Windows EC2 Server, I am trying to connect to my Redshift Cluster but I am getting pop-up with the following error :

    java.lang.classnotfoundexception : java.lang.classnotfoundexception cannot be found by.....

    I tried adding Redshift Driver which I downloaded from AWS , in the Driver Classpath in JasperSoft Studio, but still I am getting the same error.

    How to solve this issue .

    Thanks.

×
×
  • Create New...