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

2019-08-28 Thread Arnold Bronley
@Furkan: You might be right. I am getting this permission error when I
start the Solr but it hasn't caused any visible issues yet.
 /opt/solr/bin/solr: line 2130: /var/solr/solr-8983.pid: Permission denied

On Wed, Aug 21, 2019 at 6:33 AM Martijn Koster 
wrote:

> 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
> https://github.com/docker-solr/docker-solr/issues <
> https://github.com/docker-solr/docker-solr/issues>, labelled as a
> question, with the exact command you run and its full output, and attach
> your zipped-up project directory (Dockerfile, config files and plugins, and
> full docker log output).
>
> — Martijn
>
> > On 20 Aug 2019, at 19:26, Arnold Bronley 
> wrote:
> >
> > Hi,
> >
> > I am using 8.2.0-slim version. I wrap it in my own image by specifying
> some
> > additional settings in Dockerfile (all it does is specify a custom Solr
> > home, copy my config files and custom Solr plugins to container and boot
> in
> > SolrCloud mode).
> > All things same, if I just change version from 8.2.0-slim to 8.1.1-slim
> > then I do not get any such warning.
> >
> > On Tue, Aug 20, 2019 at 5:01 AM Furkan KAMACI 
> > wrote:
> >
> >> Hi Arnold,
> >>
> >> Such errors may arise due to file permission issues. I can run latest
> >> version without of Solr via docker image without any errors. Could you
> >> write which steps do you follow to run Solr docker?
> >>
> >> Kind Regards,
> >> Furkan KAMACI
> >>
> >> On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley  >
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> I am getting following warning in Solr admin UI logs. I did not get
> this
> >>> warning in Solr 8.1.1
> >>> Please note that I am using Solr docker slim image from here -
> >>> https://hub.docker.com/_/solr/
> >>>
> >>> Unable to load jetty, not starting JettyAdminServer
> >>>
> >>
>
>


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 
https://github.com/docker-solr/docker-solr/issues 
, labelled as a question, 
with the exact command you run and its full output, and attach your zipped-up 
project directory (Dockerfile, config files and plugins, and full docker log 
output).

— Martijn

> On 20 Aug 2019, at 19:26, Arnold Bronley  wrote:
> 
> Hi,
> 
> I am using 8.2.0-slim version. I wrap it in my own image by specifying some
> additional settings in Dockerfile (all it does is specify a custom Solr
> home, copy my config files and custom Solr plugins to container and boot in
> SolrCloud mode).
> All things same, if I just change version from 8.2.0-slim to 8.1.1-slim
> then I do not get any such warning.
> 
> On Tue, Aug 20, 2019 at 5:01 AM Furkan KAMACI 
> wrote:
> 
>> Hi Arnold,
>> 
>> Such errors may arise due to file permission issues. I can run latest
>> version without of Solr via docker image without any errors. Could you
>> write which steps do you follow to run Solr docker?
>> 
>> Kind Regards,
>> Furkan KAMACI
>> 
>> On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley 
>> wrote:
>> 
>>> Hi,
>>> 
>>> I am getting following warning in Solr admin UI logs. I did not get this
>>> warning in Solr 8.1.1
>>> Please note that I am using Solr docker slim image from here -
>>> https://hub.docker.com/_/solr/
>>> 
>>> Unable to load jetty, not starting JettyAdminServer
>>> 
>> 



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

2019-08-20 Thread Arnold Bronley
Hi,

I am using 8.2.0-slim version. I wrap it in my own image by specifying some
additional settings in Dockerfile (all it does is specify a custom Solr
home, copy my config files and custom Solr plugins to container and boot in
SolrCloud mode).
All things same, if I just change version from 8.2.0-slim to 8.1.1-slim
then I do not get any such warning.

On Tue, Aug 20, 2019 at 5:01 AM Furkan KAMACI 
wrote:

> Hi Arnold,
>
> Such errors may arise due to file permission issues. I can run latest
> version without of Solr via docker image without any errors. Could you
> write which steps do you follow to run Solr docker?
>
> Kind Regards,
> Furkan KAMACI
>
> On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley 
> wrote:
>
> > Hi,
> >
> > I am getting following warning in Solr admin UI logs. I did not get this
> > warning in Solr 8.1.1
> > Please note that I am using Solr docker slim image from here -
> > https://hub.docker.com/_/solr/
> >
> > Unable to load jetty, not starting JettyAdminServer
> >
>


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

2019-08-20 Thread Furkan KAMACI
Hi Arnold,

Such errors may arise due to file permission issues. I can run latest
version without of Solr via docker image without any errors. Could you
write which steps do you follow to run Solr docker?

Kind Regards,
Furkan KAMACI

On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley 
wrote:

> Hi,
>
> I am getting following warning in Solr admin UI logs. I did not get this
> warning in Solr 8.1.1
> Please note that I am using Solr docker slim image from here -
> https://hub.docker.com/_/solr/
>
> Unable to load jetty, not starting JettyAdminServer
>


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

2019-08-19 Thread Arnold Bronley
Hi,

I am getting following warning in Solr admin UI logs. I did not get this
warning in Solr 8.1.1
Please note that I am using Solr docker slim image from here -
https://hub.docker.com/_/solr/

Unable to load jetty, not starting JettyAdminServer