Thanks Dominik! that was working like charming.I switched back to Java 11 and started the project from the repository you mentioned. After downloading the maven resources I was able to start the "all- pipeline-elements-jvm"But there I get INFO org.apache.streampipes.svcdiscovery.consul.ConsulProvider - Could not connect to Consul instance... I suspect this has something to do with the host.docker.internal command on linux as mentioned here:For Linux user: You must change the environment variables stating host.docker.internal to you local machine's IP [1] For me it is not clear where to make that adjustment.
[1] https://cwiki.apache.org/confluence/display/STREAMPIPES/Extensions Am Dienstag, dem 02.08.2022 um 09:27 +0000 schrieb Dominik Riemer: > Hi Florian, > IntelliJ community should work without problems. > Two things which might be useful:- We integrated the incubator- > streampipes-extensions project into incubator-streampipes to have > everything in a single repo (the extensions can be found there under > "streampipes-extensions"). So please clone the project from [1].- The > recent dev version requires minimum Java version 11 (which probably > causes some errors in your current setup). Can you update Java and > see if the errors disappear? > If this doesn't help, we'll take a deeper look 😉 > CheersDominik > [1] https://github.com/apache/incubator-streampipes > > > -----Original Message-----From: Florian Micklich <[email protected] > > Sent: Tuesday, August 2, 2022 11:14 AMTo: > [email protected] > Subject: Setup Streampipes Extensions in Community Edition? > Hi all,I want to re-setup my dev environment.I got the latest dev > branch from here [1].Unfortunatelly I got only the IntelliJ > Community edition and have a lot of problems to get startet.I was > able to import the project but get following build error after I run > the processors-geo-jvm02.08.22, 11:03 - Build completed with 20 > errors and 3 warnings in 4 sec, 939 ms > > I am also using openjdk 8.../incubator-streampipes- > extensions(dev)$java -versionopenjdk version "1.8.0_302"OpenJDK > Runtime Environment (build 1.8.0_302-b08)OpenJDK 64-Bit Server VM > (build 25.302-b08, mixedmode) > It seems to be some maven dependencies are also missing.Before I post > my errors: It is possible to use the community edition without > problems?Kind regardsFlorian > [1] https://github.com/apache/incubator-streampipes-extensions >
