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

[Bug]: org.apache.plc4x.java.api.exceptions.PlcProtocolException: Server returned error BadTooManySessions (0x80560000) #1589

Open
2 of 16 tasks
ShawnKion opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug java Pull requests that update Java code

Comments

@ShawnKion
Copy link

What happened?

When I tried to read some nodes multiple times, the issue of too many sessions occurred.
I'm wondering if there is a configuration file that I can set some values to limit the max session I need?

Version

0.12.0

Programming Languages

  • plc4j
  • plc4go
  • plc4c
  • plc4net

Protocols

  • AB-Ethernet
  • ADS /AMS
  • BACnet/IP
  • CANopen
  • DeltaV
  • DF1
  • EtherNet/IP
  • Firmata
  • KNXnet/IP
  • Modbus
  • OPC-UA
  • S7
@ShawnKion ShawnKion added the bug label May 7, 2024
@ottlukas ottlukas added the java Pull requests that update Java code label May 15, 2024
@splatch splatch self-assigned this May 24, 2024
@splatch
Copy link
Contributor

splatch commented May 24, 2024

Hello @ShawnKion,
Can you share some more information - how do you scrap PLC, how long it does take to get this error, and how many threads you use in your application?

Strictly speaking it is runtime issue, so we have to look closer at how you read data and, probably, what are server settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

3 participants