Hi Jonathan,

I also can't see the image, but I recently ran into issues with running Solr as 
well. I solved this by changing the command to:

```
docker run --name solr --network sdap-net -v ${SOLR_DATA}/:/bitnami -p 
8983:8983 -e SDAP_ZK_SERVICE_HOST="host.docker.internal" -d 
${REPO}/sdap-solr-cloud:${SOLR_VERSION}
```

This is the PR I opened for this issue: 
https://github.com/apache/incubator-sdap-nexus/pull/298/files This might not 
resolve your issue, but it's worth a shot. 

Thanks,
Stepheny

On 2024/04/24 21:03:48 Riley Kuttruff wrote:
> Hi Johnathan,
> 
> Apache mailing lists don't support images so I can't see the screenshot you 
> posted.
> 
> Could you copy the terminal output as text?
> 
> I also intend to review the guide's hostnames for containers. 
> host.docker.internal works 
> ok for me (running on an M2 Mac), but I've run into issues with it for 
> similar use cases on
> Linux.
> 
> -Riley
> 
> On 2024/04/23 00:11:25 Johnathan Mitri wrote:
> > Hi,
> > 
> > I've been trying to install NEXUS on my computer using the quickstart guide
> > at https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.html
> > 
> > However, the init script at the "Start Solr" step just fails. I included a
> > screenshot of the terminal window.
> > 
> > I run into the same issue on both Windows 10 and Ubuntu 22.04 LTS.
> > 
> > Also, I'd like to note that the hostname "host.docker.internal" works on
> > Windows, but can't be resolved on Ubuntu by default, and that I needed to
> > use the flag "--add-host=host.docker.internal:host-gateway". I'm not sure
> > this is an Ubuntu issue specifically.
> > 
> > [image: image.png]
> > 
> > How should I proceed here?
> > 
> > Thanks,
> > Johnathan Mitri
> > 
> 

Reply via email to