‘Invalid Login credentials’ 登录到 RedHat Fuse Management Console 7 时。

huangapple go评论101阅读模式
英文:

get 'Invalid Login credentials' logging into RedHat Fuse Management Console 7

问题

我的环境:
Ubuntu - 干净安装
JDK 11 Oracle
Jboss EAP 7.4(安装在 /var/jboss/EAP)
Fuse 7.12

运行 standalone.sh

在本地访问控制台 localhost:8080/hawtio

尝试使用在 localhost:9990 上有效的 Jboss 管理用户
尝试使用 /var/jboss/EAP/bin/add-user.sh 添加用户
尝试使用 openjdk

每次都提示 '无效的登录凭据'

英文:

my environment:
Ubuntu - clean install
JDK 11 Oracle
Jboss EAP 7.4 (installed in /var/jboss/EAP)
Fuse 7.12

Running standalone.sh

access console locally at localhost:8080/hawtio

tried Jboss admin user that works at localhost:9990
tried adding user with /var/jboss/EAP/bin/add-user.sh
tried with openjdk

'invalid login credentials' every time

答案1

得分: 1

我刚刚在EAP 7.4.12上尝试了Fuse 7.12,效果如预期的那样良好。

我在MacOS上使用了openjdk版本"11.0.17"

您是否尝试了如下确切的步骤?

  1. 解压jboss-eap-7.4存档
  2. 运行java -jar <fuse_eap_installer>.jar jboss-eap-7.4.Z.zip
  3. 通过运行jboss-eap-7.4/bin/add-user.sh添加新用户
  4. 确保您正确添加了用户(角色、密码等)
  5. 切换到目录cd jboss-eap-7.4/standalone/configuration
  6. 使用所需配置运行EAP(例如../../bin/standalone.sh -c standalone-full.xml
  7. 访问HawtIO localhost:8080/hawtio 并登录

请告诉我这是否有帮助。

干杯!

英文:

I have just tried Fuse 7.12 on EAP 7.4.12 and it worked well as expected.

I used openjdk version &quot;11.0.17&quot; on MacOS

Have you tried the exact steps as below?

  1. Unzip jboss-eap-7.4 archive
  2. Run java -jar &lt;fuse_eap_installer&gt;.jar jboss-eap-7.4.Z.zip
  3. Add a new user by running jboss-eap-7.4/bin/add-user.sh
  4. Make sure you add the user properly (roles, passwords, etc.)
  5. Change a directory cd jboss-eap-7.4/standalone/configuration
  6. Run EAP with desired configs (e.g. ../../bin/standalone.sh -c standalone-full.xml)
  7. Access HawtIO localhost:8080/hawtio and log in

Let me know whether it helps.

Cheers!

答案2

得分: 0

Hawtio v2 不支持新的 Elytron 安全子系统:https://github.com/hawtio/hawtio/issues/2709

如果您想在较新版本的 EAP 或 WildFly 上使用 Hawtio,请通过配置禁用认证:
hawtio.authenticationEnabled = false

英文:

Hawtio v2 doesn't support the new Elytron securty subsystem:
https://github.com/hawtio/hawtio/issues/2709

If you'd like to use Hawtio with a newer version of EAP or WildFly, please disable authentication by configuring:

hawtio.authenticationEnabled = false

huangapple
  • 本文由 发表于 2023年8月11日 04:39:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/76879176.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定