View Issue Details

IDProjectCategoryView StatusLast Update
0005498SymmetricDS ProBugpublic2022-10-04 15:14
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.2Fixed in Version3.14.2 
Summary0005498: UI detached error during registration
DescriptionLogin to web console of client while it is registering. After registration is complete, go to Manage -> Nodes panel and un-register it. It will go into a registration loop, which calls a listener that is no longer attached to the UI.

ERROR [client-1] [RegistrationService] [client-1-job-3] Unexpected error during registration: com.vaadin.flow.component.UIDetachedException com.vaadin.flow.component.UIDetachedException
    at com.vaadin.flow.component.UI.handleAccessDetach(UI.java:403)
    at com.vaadin.flow.component.UI.access(UI.java:503)
    at com.vaadin.flow.component.UI.access(UI.java:490)
    at com.jumpmind.symmetric.console.ui.screen.configure.NodeRegistrationPanel$NodeRegistrationListener.registrationUrlUpdated(NodeRegistrationPanel.java:161)
    at org.jumpmind.symmetric.service.impl.DataLoaderService.loadDataFromPull(DataLoaderService.java:287)
    at org.jumpmind.symmetric.service.impl.DataLoaderService.loadDataFromPull(DataLoaderService.java:248)
    at org.jumpmind.symmetric.service.impl.RegistrationService.attemptToRegisterWithServer(RegistrationService.java:501)
    at org.jumpmind.symmetric.service.impl.RegistrationService.registerWithServer(RegistrationService.java:479)
    at org.jumpmind.symmetric.service.impl.PullService.pullData(PullService.java:84)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-10-03 17:10 elong New Issue
2022-10-03 17:10 elong Status new => assigned
2022-10-03 17:10 elong Assigned To => elong
2022-10-03 17:12 elong Status assigned => resolved
2022-10-03 17:12 elong Resolution open => fixed
2022-10-03 17:12 elong Fixed in Version => 3.14.2
2022-10-04 15:14 admin Status resolved => closed