Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

Unable to view/login to the Tomcat admin panel for solr container #163

Closed g7morris closed 6 years ago

g7morris commented 6 years ago

Issue description

Upon creation of a New ISLE site, following the requirements of the ISLE 1.1. RC Testing Matrix https://docs.google.com/spreadsheets/d/1L-wrivXq2pUz7vcGsMCx3X7yKf27uokoaR8SovU_BsU/edit#gid=0, I am unable to login to the Tomcat admin panel for solr container despite entering both the admin and manager passwords.

Steps to reproduce the issue

  1. Create new ISLE site
  2. Attempt to login to Login to the newly created solr Tomcat admin panel (in my case,http://islandora-docker.com:8082/manager/html)

What's the expected result?

What's the actual result?

Additional details / screenshot

br2490 commented 6 years ago

Resolved by https://github.com/Islandora-Collaboration-Group/isle-solr/pull/1

Thank you for reporting!

g7morris commented 6 years ago

Thank you for the fix however for testers it would be appreciated if a next steps response would be posted when necessary. In this case, I think for those getting onboarded with ISLE, they'd potentially need it.

In this instance, would it be fair to assume I need to first:

Resume testing for this situation and confirming that the issue has ceased. If resolved, leave the ticket closed, if not reopen.

br2490 commented 6 years ago

Noted, thanks.

to continue your testing:

The containers are ephemeral and can be updated with above commands, you are not required to down or rm.

g7morris commented 6 years ago

@br2490 Found it. Apologies for false alarm. Further digging revealed a service that was interfering on host server. Not related to ISLE.

g7morris commented 6 years ago

Confirmed as fixed. Access granted on this container.

br2490 commented 6 years ago

Something on the host machine is already using port 443. docker ps and see if you can see any containers that are running using 0.0.0.0:443->443; if so, please use docker stop {container_name or hash} If running nix/mac: lsof -i :443 to find applications otherwise, and you may use (Ubuntu) stop {application_name}, (Debian/RHEL/CENTOS/Mac) killall {application_name} or using (all nix, incl. mac) kill {application_PID} (to find pid use ps aux | grep {application_name}

Best, Ben

Benjamin Rosner

Instructional Application Developer Instructional Media and Technology, Barnard Library and Academic Information Services p: 212-854-9005

On Mon, Sep 17, 2018 at 10:59 AM Gavin Morris notifications@github.com wrote:

@br2490 https://github.com/br2490 Hmm following the commands above as directed.

docker-compose pull

Pulling isle-portainer ... done Pulling mysql ... done Pulling solr ... done Pulling fedora ... done Pulling traefik ... done Pulling apache ... done Pulling image-services ... done

docker-compose up -d

Starting isle-proxy-id ... error Recreating isle-mysql-id ... Recreating isle-portainer-id ... Recreating isle-mysql-id ... done Recreating isle-portainer-id ... done Recreating isle-solr-id ... done Recreating isle-fedora-id ... done

ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint isle-proxy-id (c44bc90d8293bd602b8a2edf0030af474d57192874bebd9b0e0c908faa70fa3f): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use ERROR: Encountered errors while bringing up the project.

Running docker logs isle-proxy-id reveals no log entries.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Islandora-Collaboration-Group/ISLE/issues/163#issuecomment-422049653, or mute the thread https://github.com/notifications/unsubscribe-auth/ANhlbHlql9uwjAFtq6xYKVtza7twNt3Pks5ub7jCgaJpZM4Wp8fL .