Jump to content

Report scheduling issue


MikeM19

Recommended Posts

Hi experts,

 

I'm dealing with an issue while trying to schedule a report with email notification with jasper server 5.1, i already had configured the js.quartz.properties file and applicationContext-report-scheduling as the guide says but i'm getting the error shown below:

converted-file.png.0152e2fb04ff56d6df59935d492e6814.png

The mentioned files are configured as shown:

converted-file.png.7403bad312ec9b7a148bd7ffa59a0b4e.png

converted-file.png.39f9e8a2e0d898d47e8604f3faf86f08.png

Any help will be appreciated.

Regards!

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

1) Try using port 25 instead.
2) Also add this line to applicationContext-report-scheduling.xml ;
        
<props>

                <prop key="mail.smtp.auth">true</prop>
                <prop key="mail.smtp.starttls.enable">true</prop>
           </props>

Hope this helps,
KKriplani
Link to comment
Share on other sites

Hi,

Thanks both for your responses, our jasperserver is running under a linux server, i just turn off the firewall but still getting the same error, i tried to using the port 25 but still no success, any other ideas about this?

 

Regards!

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...