用于启用扩展序列化调试信息的 Java 标志

发布于 2024-08-10 04:19:58 字数 238 浏览 4 评论 0原文

我目前正在努力解决 tomcat 上复杂对象的 HTTP 会话复制问题。

某些对象实现了可序列化,但包含不可序列化的成员。

不幸的是,默认情况下,堆栈跟踪不会提供太多有用的信息。

有一个标志 -XX:????当发生 NotSerializedException 时,在堆栈跟踪中启用详细类名。这个标志将帮助我找到错误的根源。但我忘记了它的名字

国旗的名字是什么?

I am currently struggling with HTTP Session replication on tomcat with complex objects.

Some objects implement Serializable but hold non-serializable members.

Unfortunately, the stacktraces do not provide much useful info here by default.

there is a flag -XX:???? to enable verbose class names in the stacktrace when a NotSerializableException occurrs. this flag would help me a lot finding the source of the error. but i forgot its name

What is the name of the flag?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你列表最软的妹 2024-08-17 04:19:58

-Dsun.io.serialization.extendedDebugInfo=true

-Dsun.io.serialization.extendedDebugInfo=true

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文