You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/17 10:16:01 UTC

[GitHub] [pulsar] superbaobei opened a new issue #5880: run bin/pulsar-admin namespaces list public with 404 return

superbaobei opened a new issue #5880: run bin/pulsar-admin namespaces list public with 404 return
URL: https://github.com/apache/pulsar/issues/5880
 
 
   **Describe the bug**
   when I start pulsar in standalone model,I change conf *webServicePort* in file *conf/standalone.conf* from 8080 to 8081.
   I want to take a look at namespace list,when I run *bin/pulsar-admin namespaces list public*,pulsar gave me a reqponse with 404
   
   **To Reproduce**
   cd {pulsar_home}/
   bin/pulsar-admin namespaces list public
   return:
   ```
   [resin@localhost apache-pulsar-2.4.2]$ bin/pulsar-admin namespaces list public
   HTTP 404 Not Found
   
   Reason: HTTP 404 Not Found 
   ```
   
   **Desktop (please complete the following information):**
    - OS: centos 
   
   **Additional context**
   I also change conf in *pulsar_env.sh* from *PULSAR_MEM=${PULSAR_MEM:-"-Xms2g -Xmx2g -XX:MaxDirectMemorySize=4g"}* to *PULSAR_MEM=${PULSAR_MEM:-"-Xms1g -Xmx1g -XX:MaxDirectMemorySize=4g"}*,but I think this won't cause this 404
   
   Thanks!
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services