rmbellovin opened a new issue #6307: pulsar running in standalone mode in 
docker does not respond to pulsar-admin
URL: https://github.com/apache/pulsar/issues/6307
 
 
   I downloaded and unzipped the 2.5.0 binary, and started it in standalone 
mode in docker with the command
   `docker run -it -p 6650:6650 -p 8080:8080 --mount 
source=pulsardata,target=/pulsar/data --mount 
source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.5.0 bin/pulsar 
standalone`
   
   However, when I then try to run a `pulsar-admin` command, it prints
   >null
   >
   >Reason: javax.ws.rs.ProcessingException: Remotely closed
   
   **To Reproduce**
   1. Download and unzip the apache-pulsar-2.5.0 binary.
   2. Start pulsar in standalone mode in docker
   3. Run `bin/pulsar-admin tenants list`
   
   **Expected behavior**
   I expected it to print
   >"public"
   >"sample"
   
   **Desktop (please complete the following information):**
   Ubuntu 18.04

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to