Hi Florian, "could not find any matching service endpoints" usually refers to an unreachable IP of your service. Can you please check if SP_DEBUG is present in connect-adapters and that the host matches your host? Since the last version, we use a more sophisticated service discovery approach where in most cases the IP is automatically discovered when starting the service locally without the need to provide the IP as an environment variable. You can verify this by checking the console output, which should say something like "INFO org.apache.streampipes.commons.networking.Networking - Using auto-discovered IP: XYZ".
Cheers Dominik -----Original Message----- From: Florian Micklich <[email protected]> Sent: Wednesday, August 3, 2022 3:04 PM To: [email protected] Subject: Re: Adding ISS Adapter Hi Philipp, thanks for the info. So many good things has changed! I startet the connect-adapter via IntelliJ and it appears now.But get an error if I create a new adapter with it:connect -> new adapter -> ISS Location -> Basic Settings (nothing to choose from) + Next => Sorry, there was an error while guessing the schema of your configured data source...Could not find any matching service endpoints - are all software components running? But no output in IntelliJ as well.I guess I am missing something again. Is there any way to start the adapter also via CLI installation? Florian Am Mittwoch, dem 03.08.2022 um 11:31 +0000 schrieb Philipp Zehnder: > Hi Florian, > we split up the adapters into two services [1] and [2].As a default > only the IIOT adapters are started.To use the ISS adapter, you must > also start the service “streampipes-connect-adapters”. > Cheers,Philipp > [1] > https://github.com/apache/incubator-streampipes/tree/dev/streampipes-e > xtensions/streampipes-connect-adapters > [2] > https://github.com/apache/incubator-streampipes/tree/dev/streampipes-e > xtensions/streampipes-connect-adapters-iiot > > Von: Florian Micklich <[email protected]>Datum: Mittwoch, 3. August > 2022 um 12:16An: dev <[email protected]>Betreff: Adding ISS > AdapterHi, i am wondering how to add the ISS adapter mentioned here > [1]. > If i click connect -> new adapter -> I can't find this adapter. > Alsonot found via 'install pipeline elements'.Is this not available > any more or do I miss something? :( Kind regards Florian > > [1] > https://streampipes.apache.org/docs/docs/pe/org.apache.streampipes.con > nect.adapters.iss.html
