You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/05/08 04:19:27 UTC

[GitHub] [dolphinscheduler] AuroraV commented on issue #7874: [Bug] [alert server] alert plugin Email show type attachment causes the alert service to fail.

AuroraV commented on issue #7874:
URL: https://github.com/apache/dolphinscheduler/issues/7874#issuecomment-1120347043

   i deploy 2.0.3, docker also met this problem, only docker recurrent; share:
   
   1. found hang on `Sheet sheet = wb.createSheet();`, may miss font, fix:
   `sudo apt-get update
   sudo apt-get install fontconfig`
   
   2.hang on `wb.write(fos);`, have no plan to fix, maybe related to docker images
   
   now i use plan B to fix problem : rewrite export attachment, replace XLSX with CSV, avoid use poi
   this plan only rebuild and replace dolphinscheduler-alter-email-2.0.3.jar
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org