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
We recently upgraded springBoot version to 3.2, and Java 21 64 bit.
We observed the LifecycleObjectSupport object log was output every time an Event was notified in Spring StateMachine. 2023/12/20,13:48:06.600 INFO [XXXXX] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped org.springframework.statemachine.support.DefaultStateMachineExecutor@7efa3f63 2023/12/20,13:48:06.600 INFO [DeviceBroker ] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped ATTACHED / / uuid=da1c1d7d-7d54-4484-bf49-d224f7324a3e / id=null
Currently it says eventNotAccepted in BaseStateMachine. WARN [XXXXX] [nio-8080-exec-7] .device.base.statemachine.BaseStateMachineListener : [eventNotAccepted] Device- Cat event not accepted: GenericMessage [payload=CONNECT, headers={id=351edf7d-8504-39dc-29cd-973600fdba5a, timestamp=1708581146172}]
This is warning message in the log also LifecycleObjectSupport object is not there now.
We want to know the why and its impact .
is it expected in current version ?
The text was updated successfully, but these errors were encountered:
subratadey03
changed the title
SpringBoot 3.2- BaseStateMachineListener
SpringBoot 3.2- BaseStateMachineListener (eventNotAccepted in log instead of LifecycleObjectSupport )
Mar 12, 2024
We recently upgraded springBoot version to 3.2, and Java 21 64 bit.
We observed the LifecycleObjectSupport object log was output every time an Event was notified in Spring StateMachine.
2023/12/20,13:48:06.600 INFO [XXXXX] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped org.springframework.statemachine.support.DefaultStateMachineExecutor@7efa3f63 2023/12/20,13:48:06.600 INFO [DeviceBroker ] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped ATTACHED / / uuid=da1c1d7d-7d54-4484-bf49-d224f7324a3e / id=null
Currently it says eventNotAccepted in BaseStateMachine.
WARN [XXXXX] [nio-8080-exec-7] .device.base.statemachine.BaseStateMachineListener : [eventNotAccepted] Device- Cat event not accepted: GenericMessage [payload=CONNECT, headers={id=351edf7d-8504-39dc-29cd-973600fdba5a, timestamp=1708581146172}]
This is warning message in the log also LifecycleObjectSupport object is not there now.
We want to know the why and its impact .
is it expected in current version ?
The text was updated successfully, but these errors were encountered: