如何获取有关 NHibernate 将集合与两个打开会话关联的非法尝试的更多信息

发布于 2024-12-11 08:18:41 字数 305 浏览 0 评论 0原文

我们的项目已经使用 NHibernate 并取得了相当长的成功。然而,在新开发的最后几个月中,我们设法做出了一些改变,给我们带来了很多:

NHibernate.HibernateException:非法尝试将集合与两个打开的会话关联

这显示在我们的测试服务器上。它在我们的开发系统上不会/几乎不会发生。

问题:有没有办法找到有关此异常的更多信息。如果我们知道哪个集合出现了问题,将会有所帮助。

我们尝试了 NHibernate Profiler,但它没有提供此类信息。

谢谢,威廉

Our project has been using NHibernate with success for quite some time. However, in the last months of new development we managed to make a change that gives us lots of:

NHibernate.HibernateException: Illegal attempt to associate a collection with two open sessions

This shows up on our test server. It does not/hardly happen on our development systems.

Question: Is there a way to find some more info about this exception. It would help if we knew e.g. which Collection is giving the problem.

We tried NHibernate Profiler but that does not give that type of information.

Thanks, Willem

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

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

发布评论

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

评论(1

云淡风轻 2024-12-18 08:18:41

NHibernate 使用(默认情况下)log4net 进行日志记录。

您可以配置它,设置根记录器的 DEBUG 级别,然后您将获得与错误相关的 NHibernate 内部工作的所有可能信息。

当然,您还可以获取自己代码的堆栈跟踪,确定哪些调用导致了异常,并将其发布到此处。

NHibernate uses (by default) log4net for logging.

You can configure it, set the DEBUG level for the root logger, and you'll get all the possible information about the inner workings of NHibernate related to the error.

Of course, you can also get a stack trace of your own code, figure which calls are causing the exception, and post them here.

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