Problems with extending StreamPipes with a new Data Processor #1768
-
Hello,
Logs from backend: Also I get some not critical errors in ExampleProcessor itself: I would be very thankful, if somebody helps me with the problem |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi @KarenjanM, happy to help. Have you started the StreamPipes core components with the CLI or any other deployment option? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information. Concerning the error upon pipeline start, I suggest to try the following:
Please answer in case these ideas don't work for you. |
Beta Was this translation helpful? Give feedback.
-
Ok - thanks for trying. Afterwards, delete and recreate the pipeline. |
Beta Was this translation helpful? Give feedback.
-
You should be able to see the version in IntelliJ's Maven settings (see screenshot below, my example uses 0.93.0-SNAPSHOT). As you say it, there is a good chance that the dependencies didn't update since I think the archetype code has changed quite a bit since v0.69.0. So you could also try to create a new Maven archetype with the latest version 0.92.0 or you modify your pom file so that it matches the versions and dependencies of the 0.92.0 archetype version. |
Beta Was this translation helpful? Give feedback.
You should be able to see the version in IntelliJ's Maven settings (see screenshot below, my example uses 0.93.0-SNAPSHOT).
As you say it, there is a good chance that the dependencies didn't update since I think the archetype code has changed quite a bit since v0.69.0.
So you could also try to create a new Maven archetype with the latest version 0.92.0 or you modify your pom file so that it matches the versions and dependencies of the 0.92.0 archetype version.