xetus-oss / docker-archiva

A docker image for Apache Archiva
Apache License 2.0
55 stars 34 forks source link

Running from example seems to hang on "Loading" #11

Closed Dragas closed 5 years ago

Dragas commented 6 years ago

After changing default ports from 8080 to 7777 and 8443 to 8888, and then using respective -p 7777:8080 -p 8888:8443 calls, it seems to hang on a "loading" statement without doing anything else. Are you sure there aren't any additional steps that I need to take to get it up and running?

Neither request log nor archiva log seem to expose any exceptions when making a request to ip:7777/ page via HTTP protocol.

x-lhan commented 6 years ago

That is the only configuration needs for mapping http/https(For https support also need to add -e SSL_ENABLED=true) port. Sometime the initial setup may not finish cause some client js code not loading properly which seems like what you describe(hang on a "loading" page). A refresh on the page will solve the problem.

Dragas commented 6 years ago

Aye. Switching browsers (mac latest firefox to latest chrome) helped.

On Tue, Aug 14, 2018, 20:22 x-lhan notifications@github.com wrote:

That is the only configuration needs for mapping http/https(For https support also need to add -e SSL_ENABLED=true) port. Sometime the initial setup may not finish cause some client js code not loading properly which seems like what you describe(hang on a "loading" page). A refresh on the page will solve the problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xetus-oss/docker-archiva/issues/11#issuecomment-412950268, or mute the thread https://github.com/notifications/unsubscribe-auth/AFzALEXsPvnYPPgzLoAzXHoFHG13P87Aks5uQwdngaJpZM4V0FW1 .