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
On application startup SerializationTrackingCondition logs a warning message if preconditions (JVM add-opens flag and extendedDebugInfo system property) are not met
023-01-02 14:09:01.408 WARN 13 --- [ main] dinReplicatedSessionDevModeConfiguration : Serialization and deserialization traces cannot be detected if -Dsun.io.serialization.extendedDebugInfo system property is not enabled. Please add '-Dsun.io.serialization.extendedDebugInfo=true' to the JVM arguments.
2023-01-02 14:09:01.409 WARN 13 --- [ main] dinReplicatedSessionDevModeConfiguration : Reflection on ObjectInputStream and ObjectOutputStream classes is required for session serialization debug. Please open java.io to ALL-UNNAMED module, adding '--add-opens java.base/java.io=ALL-UNNAMED' to the JVM arguments.
However, the above logs are useless in production mode because the debug tool will not be active.
The text was updated successfully, but these errors were encountered:
On application startup
SerializationTrackingCondition
logs a warning message if preconditions (JVM add-opens flag and extendedDebugInfo system property) are not metHowever, the above logs are useless in production mode because the debug tool will not be active.
The text was updated successfully, but these errors were encountered: