Re: NullPointer in Image Enrichment Processor

2020-09-14 Thread Patrick Wiener
Hi, I fixed the issue. It happened that the below changes worked. I’ll commit the changes accordingly. Patrick > Am 14.09.2020 um 11:38 schrieb Patrick Wiener : > > That was my thought - and it would make it „harder“ to automate things again. > Now that we got a common base image as well

Re: Release 0.67.0 preparation and open issues

2020-09-14 Thread Patrick Wiener
Hi, I just finished testing the installer for the upcoming release - compose, cli and k8s for x86 and arm architecture. We now also have a multiarch image for Flink that supports arm32v7 and arm64v8. This allows us to run StreamPipes’ Flink Pipeline Elements on arm architectures. Cheers

[GitHub] [incubator-streampipes-installer] wipatrick commented on issue #10: go-dnsmasg is in Error status using fogsyio/go-dnsmasq:1.0.7

2020-09-14 Thread GitBox
wipatrick commented on issue #10: URL: https://github.com/apache/incubator-streampipes-installer/issues/10#issuecomment-692055387 I'd close this issue due to inactivity. I could not reproduce the problem. We can open it again once this should pop up again.

[GitHub] [incubator-streampipes-installer] wipatrick closed issue #10: go-dnsmasg is in Error status using fogsyio/go-dnsmasq:1.0.7

2020-09-14 Thread GitBox
wipatrick closed issue #10: URL: https://github.com/apache/incubator-streampipes-installer/issues/10 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: NullPointer in Image Enrichment Processor

2020-09-14 Thread Philipp Zehnder
Hi, yes I tried that as well, but unfortunately it did not work. So I guess other libraries are missing as well. Here is the error log when running it in a docker container: 11:34:57.847 SP [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata - Cluster ID:

Re: NullPointer in Image Enrichment Processor

2020-09-14 Thread Patrick Wiener
That was my thought - and it would make it „harder“ to automate things again. Now that we got a common base image as well this would break things. I investigated a litlle bit yesterday. Often when using alpine, because it is so stripped down in favor of lower footprint and so on, you have to

[jira] [Created] (STREAMPIPES-239) Multi-arch docker image for Flink

2020-09-14 Thread Patrick Wiener (Jira)
Patrick Wiener created STREAMPIPES-239: -- Summary: Multi-arch docker image for Flink Key: STREAMPIPES-239 URL: https://issues.apache.org/jira/browse/STREAMPIPES-239 Project: StreamPipes

Re: NullPointer in Image Enrichment Processor

2020-09-14 Thread Dominik Riemer
Hi Philipp, we should try to avoid changing the base image as we changed it to OpenJ9 to decrease the memory footprint - when we change it back we would need to re-run tests on systems like Raspberry PI to make sure the minimum hardware requirements are still met. Is there another way to