You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The server may have restarted today, and then the client encountered this problem,The log is in the following file.
`client.getSubscriptionManager().addSubscriptionListener(new org.eclipse.milo.opcua.sdk.client.api.subscriptions.UaSubscriptionManager.SubscriptionListener() {
@OverRide
public void onSubscriptionTransferFailed(UaSubscription subscription, StatusCode statusCode) {
Stack.sharedExecutor().execute(() -> {
try {
createItemAndWait(serverId,url,client,nodeIds,sf);
} catch (InterruptedException | ExecutionException e) {
log.error("Error creating Subscription: {}", e.getMessage(), e);
}
});
}
dbi_opc.out.log
Beta Was this translation helpful? Give feedback.
All reactions