Confluence Email Notification and Daily Email Update does not work
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
The Confluence notification and daily update email is not being sent.
The following appears in the atlassian-confluence.log
2015-05-06 00:00:31,486 ERROR [scheduler_Worker-2] [confluence.mail.jobs.DefaultDailyReportManager] queueDailyReportEmail Failed to create daily report for user USER_A
java.lang.NullPointerException
at javax.mail.util.ByteArrayDataSource.<init>(ByteArrayDataSource.java:87)
at com.atlassian.confluence.core.DefaultDataSourceFactory.getServletContainerResource(DefaultDataSourceFactory.java:213)
at com.atlassian.confluence.core.DefaultDataSourceFactory.getServletContainerResource(DefaultDataSourceFactory.java:180)
at com.atlassian.confluence.mail.jobs.DefaultDailyReportManager.attachProfileImage(DefaultDailyReportManager.java:241)
at com.atlassian.confluence.mail.jobs.DefaultDailyReportManager.queueDailyReportEmail(DefaultDailyReportManager.java:132)
at com.atlassian.confluence.mail.jobs.DefaultDailyReportManager.generateDailyReports(DefaultDailyReportManager.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
原因
The default profile picture user_16.png which are used by user who have not configured their profile picture are missing from the installation folder.
回避策
- Download the same version of standalone installation zip from Confluence download page
- Unzip the downloaded installation zip
- Go to unzip folder and copy images folder in the <unzip_folder>/confluence directory
- Confluence をシャットダウンします。
- Replace it with the <confluence-install>/confluence/images/ in your current installation directory.
- Confluence を再起動します。
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.