eclipse / milo

Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
http://www.eclipse.org/milo
Eclipse Public License 2.0
1.14k stars 424 forks source link

how to use the "Sever on Startup" method #844

Closed sangjiexun closed 3 years ago

sangjiexun commented 3 years ago

Hello, SDK developer Currently, I am using JavaFX as the UI interface control, the start of the OPC UA service, But only closing the service is feasible; opening the service reports the following error: (Screenshot) image image image

bug1 bug2 bug3

kevinherron commented 3 years ago

Anything with a startup/shutdown lifecycle is only meant to be started up and shut down once. If you want to start it again then create a new instance of OpcUaServer.