自定义领域问题

发布于 2024-11-07 07:43:26 字数 283 浏览 0 评论 0 原文

我遵循了一些有关如何在 Glassfish 中创建和使用自定义领域的分步教程。 我已正确完成所有步骤,但是当我想在 Web 应用程序中使用领域时,会引发以下异常:

严重:com.sun.enterprise.security.auth.login.common.LoginException:登录失败:文件登录失败对于 p。

其中“p”是我提供的用户名。

我阅读了 Stack Overflow 和其他一些地方的所有问答,但发现没有任何帮助。

任何帮助将不胜感激。

谢谢,

I followed some step by step tutorials about how to create and use a Custom Realm in Glassfish.
I have done all the steps correctly, but when I want to use the realm in a web app the following exception is thrown :

SEVERE: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: Failed file login for p.

where "p" is the username I am supplying.

I read all the Q&As in Stack Overflow and some other places, but I found nothing helpful.

Any help will be appreciated.

Thanks,

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

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

发布评论

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

评论(2

記柔刀 2024-11-14 07:43:26

我建议在 Glassfish 中打开安全调试日志记录以获取更多详细信息。我曾经在 Weblogic 上遇到过类似的问题,服务器日志能够提供缺失的详细信息来解决它。

这是日志配置部分的链接 Glassfish 管理指南。您没有提及您正在使用哪个版本,但这也许有助于入门。

I would suggest turning on security debug logging in Glassfish for further details. I once had a similar problem with Weblogic and the server logs were able to provide the missing details to solve it.

Here's a link to the logging configuration section in the Glassfish administration guide. You did not mention which version you are using, but maybe this helps getting started.

等风来 2024-11-14 07:43:26

我正在使用 Glassfish V 3.1 build 43。
我发现这是这个版本的一个bug。我也尝试过 build 41 但得到了相同的结果。

在 V 3.0 中没有问题,一切都很好。
在 V 3.1 中,自定义领域不可用。

对于 GF 社区来说,发布像 AS 这样有这样的 bug 的重要产品真是太糟糕了。

如果我有错,请告诉我。

I am using Glassfish V 3.1 build 43.
I found that it is a bug in this version. I also tried build 41 but I got the same result.

in V 3.0 there is no problem and every thing is good.
in V 3.1 custom realms are not usable.

It is so bad for GF community to release an important product like an AS with such a bug.

if I am in fault please inform me.

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