NullPointerException when using custom adapter after deploying extension #4668
Replies: 2 comments
|
Hi @MichaelKoch11 i think it's both :-) In general it is good to have the SDK version match the used StreamPipes version. For a SNAPSHOT version you can add the ASF Maven repo to your pom file: |
0 replies
|
Thanks, that helps a lot. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I created a new adapter and wanted to deploy it as a custom extension.
Steps I followed:
When opening/using the adapter in the UI, I get the following error in the backend logs:
Environment:
0.980.99.0-SNAPSHOTCould this be caused by an incompatibility between the SDK version and the StreamPipes version, or is this a bug?
Thanks!
All reactions