-
Notifications
You must be signed in to change notification settings - Fork 188
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
Creating new PLC4X S7 Basic adapter is working only once #2944
Comments
Hi @DerSalm thanks for reporting this issue, which I can reproduce. We'll be working on a fix and prepare a patch release 0.95.1 asap. |
Hi @DerSalm that's really strange..when I tried to reproduce the error with an actively running adapter and then by navigating to edit -> guess schema, I got the same error than you. The logs show the error below which seems to be somehow related to apache/plc4x#1593 with a similar error message below. PR #2946 contains the latest code after I made some improvements but still has the same issue - the problem occurs in the
|
Well.. I can't reproduce the error, so it's hard for me who work on it. Especially that I currently only have 4h per week to work on plc4x issues. |
This should be fixed now using the |
Oh ... using that is always a good idea ;-) |
Thanks for the quick help. Sorry that I didn't answer. I was out of the office for one day. |
…C S7 connector (apache#2946)
…C S7 connector (apache#2946)
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Connect
What happened?
The creation of an new adapter (PLC4X S7 Basic) is working only once at the first try.
How to reproduce?
If all the parameters and the Tags are configured correctly, the preview for the "Configure fields" dialog is working. If the Adapter is then created and started, everything is fine. If the "Back" button is activated to get back to "Settings" or if a new adapter is going to be created, the error message "Could not read plc" is shown wehn you return to "Configure fields". The only way to create a new adapter, or edit the existing one is to delete the existing ones and restart the Streampipes.
Expected behavior
New adapters, should be createable and existing ones should be editable.
Additional technical information
It seems, that the connection of the first try is kept open and a new connection could not be established.
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: