-
Notifications
You must be signed in to change notification settings - Fork 87
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
i got error IED Connection Lost . when i used 3rd party IED Scout . #39
Comments
icd file report block is |
BdaReasonForInclusion.java |
after success connection, it does not work with Siemens RTU. its shows NT(no transmit). i use Rpi as 61850 server |
According to source code transmitting ConfRevision, DataReferences, BufferOverflow, EntryId in RCB is not supported.
with the following code:
|
when i enable reports then i got error which is mention in image .
exception is : java.io.EOFException
at java.base/java.io.DataInputStream.readByte(DataInputStream.java:272)
at com.beanit.jositransport.TConnection.receive(TConnection.java:501)
at com.beanit.josistack.AcseAssociation.receive(AcseAssociation.java:838)
at com.seiritech.alectra.beanit.iec61850bean.ServerAssociation.listenForMmsRequest(ServerAssociation.java:428)
at com.seiritech.alectra.beanit.iec61850bean.ServerAssociation.handleConnection(ServerAssociation.java:248)
at com.seiritech.alectra.beanit.iec61850bean.ServerAssociation.handleNewAssociation(ServerAssociation.java:155)
at com.seiritech.alectra.beanit.iec61850bean.ServerSap.connectionIndication(ServerSap.java:307)
at com.seiritech.alectra.beanit.iec61850bean.AcseListener.connectionIndication(AcseListener.java:31)
at com.beanit.josistack.ServerAcseSap.connectionIndication(ServerAcseSap.java:119)
at com.beanit.jositransport.ServerThread$ConnectionHandler.run(ServerThread.java:144)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
13:01:49.360 [iec61850bean-server-thread-1] DEBUG c.s.a.b.i.ServerAssociation - Connection was closed by client.
The text was updated successfully, but these errors were encountered: