Re: remote debugging for docker solr

2020-01-15 Thread Martijn Koster
;>> machine then it fails >>> gnandre@gnandre-deb9-64:/sandbox/gnandre/mw-ruby-development-server$ >> telnet >>> localhost 5005 >>> Trying 127.0.0.1... >>> Connected to localhost. >>> Escape character is '^]'. >>> Connection closed by foreign ho

Re: remote debugging for docker solr

2020-01-11 Thread Martijn Koster
I think you may have a quoting issue there: remove those inner ones. Not that it should matter in this instance. I’m not sure why you’re using “start”, which will run solr in the background, or what you expect to happen after the wait-for-solr.sh — if it all worked as you expected that would

Re: Solr 8.2 docker image in cloud mode not connecting to Zookeeper on startup

2019-10-18 Thread Martijn Koster
> On 18 Oct 2019, at 00:25, Drew Kidder wrote: > * I'm using the following command line to start a basic solr cloud instance > as per the documentation: `bin/solr start -c -z zk1:2181,zk2:2181,zk3:2181` I assume you’re just looking to run a single Solr node in a single container, right?

Re: 8.2.0 getting warning - unable to load jetty, not starting JettyAdminServer

2019-08-21 Thread Martijn Koster
Hi Arnold, It’s hard to say without seeing exactly what you’re doing and exactly what you’re seeing. Simplify it first, ie remove your custom plugins and related config and see if the problem reproduces still, then try without cloud mode and see it it reproduces still. Then create an issue on

Re: Taking Solr to production with docker

2015-09-24 Thread Martijn Koster
> On 23 Sep 2015, at 15:13, Upayavira wrote: > > I'm wondering if there's anything specific that is needed to run Solr > inside Docker? Is there something you have in mind? There isn't really. See https://hub.docker.com/r/makuk66/docker-solr/