You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 13:36:51 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #398: NullPointer Exception in processor image enricher

dominikriemer opened a new issue, #398:
URL: https://github.com/apache/streampipes/issues/398

   We run into a NullPointerException when running the processor image enricher inside our alpine docker container. We need to add additional alpine pkgs that the stripped down alpine base image does not contain.
   ```
   
   pipeline-elements-all-jvm_1  | Caused by: java.lang.NullPointerExceptionpipeline-elements-all-jvm_1 
   | Caused by: java.lang.NullPointerExceptionpipeline-elements-all-jvm_1  |  at sun.awt.FontConfiguration.getVersion(java.desktop@9.0.4-adoptopenjdk/FontConfiguration.java:1288)pipeline-elements-all-jvm_1 
   |  at sun.awt.FontConfiguration.readFontConfigFile(java.desktop@9.0.4-adoptopenjdk/FontConfiguration.java:225)pipeline-elements-all-jvm_1 
   |  at sun.awt.FontConfiguration.init(java.desktop@9.0.4-adoptopenjdk/FontConfiguration.java:107)pipeline-elements-all-jvm_1 
   |  at sun.awt.X11FontManager.createFontConfiguration(java.desktop@9.0.4-adoptopenjdk/X11FontManager.java:765)pipeline-elements-all-jvm_1 
   |  at sun.font.SunFontManager$2.run(java.desktop@9.0.4-adoptopenjdk/SunFontManager.java:440)pipeline-elements-all-jvm_1 
   |  at java.security.AccessController.doPrivileged(java.base@9.0.4-adoptopenjdk/AccessController.java:640)pipeline-elements-all-jvm_1 
   |  at sun.font.SunFontManager.<init>(java.desktop@9.0.4-adoptopenjdk/SunFontManager.java:385)pipeline-elements-all-jvm_1 
   |  at sun.awt.FcFontManager.<init>(java.desktop@9.0.4-adoptopenjdk/FcFontManager.java:35)pipeline-elements-all-jvm_1 
   |  at sun.awt.X11FontManager.<init>(java.desktop@9.0.4-adoptopenjdk/X11FontManager.java:56)pipeline-elements-all-jvm_1 
   |  ... 20 more
   
   ```
   
   
   Imported from Jira [STREAMPIPES-240](https://issues.apache.org/jira/browse/STREAMPIPES-240). Original Jira may contain additional context.
   Reported by: wiener.


-- 
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: issues-unsubscribe@streampipes.apache.org.apache.org

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


[GitHub] [streampipes] dominikriemer closed issue #398: NullPointer Exception in processor image enricher

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #398: NullPointer Exception in processor image enricher
URL: https://github.com/apache/streampipes/issues/398


-- 
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: issues-unsubscribe@streampipes.apache.org

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