Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy a pipeline with Trend data processor #2836

Closed
FabriceHansen opened this issue May 7, 2024 · 1 comment · Fixed by #2838
Closed

Cannot deploy a pipeline with Trend data processor #2836

FabriceHansen opened this issue May 7, 2024 · 1 comment · Fixed by #2838
Assignees
Labels
bug Something isn't working
Milestone

Comments

@FabriceHansen
Copy link

Apache StreamPipes version

dev (current development state)

Affected StreamPipes components

Backend

What happened?

Error while trying to deploy a Trend Data Processor:
Error between @ Line: 1. Position: 0 and @ Line: 1. Position: 80. Syntax error in SiddhiQL, extraneous input 'Quality' expecting {STRING, INT, LONG, FLOAT, DOUBLE, BOOL, OBJECT}.

How to reproduce?

No response

Expected behavior

No response

Additional technical information

No response

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

@FabriceHansen FabriceHansen added the bug Something isn't working label May 7, 2024
@FabriceHansen
Copy link
Author

I found the root cause, in the OPC Adapter, there was a tag named "Air Quality". I removed it with a Projection Processor and then I was able to deploy the pipeline. After renaming the field from "Air Quality" into "AirQuality" in the OPC Adapter, I can include all tags and remove the Projection Processor. That means that the Trend processor doesn t support objects with a space in the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants