[
https://issues.apache.org/jira/browse/ARTEMIS-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198544#comment-17198544
]
Justin Bertram commented on ARTEMIS-2907:
-----------------------------------------
I unzipped the [^Container Build.tar.xz] you attached and ran the following
commands:
{noformat}
sudo docker build --tag artemis-2907 .
sudo docker run -p 127.0.0.1:8161:8161 artemis-2907
{noformat}
I was able to successfully log into the web console by pointing my browser to
http://localhost:8161/console and using the username {{artemis}} and the
password {{artemis}}.
> Login failed due to: No LoginModules configured for karaf
> ---------------------------------------------------------
>
> Key: ARTEMIS-2907
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2907
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 2.15.0
> Reporter: Alexander Trauzzi
> Priority: Major
> Attachments: Container Build.tar.xz, image-2020-09-18-15-10-09-848.png
>
>
> I'm running ActiveMQ Artemis inside of a Docker container with a fairly
> vanilla setup. I've attached a copy of the files I use to build the image.
> Unfortunately when I go to log in, I end up getting the following:
> !image-2020-09-18-15-10-09-848.png!
> When I check the Artemis logs of the running container, this is what I see:
> ```
> 2020-09-18 20:04:22,026 WARN [io.hawt.system.Authenticator] Login failed due
> to: No LoginModules configured for karaf
> ```
> Beyond simply ensuring I have the right credentials and thoroughly flushing
> out my environment, I've gone through some troubleshooting on slack with the
> ever-helpful Justin Bertram. Unfortunately we haven't been able to narrow
> anything down. This is however preventing me from being able to log in to
> the admin UI.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)