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 2020/06/29 07:31:43 UTC

[GitHub] [pulsar] ErikJansenIRefact opened a new issue #7383: Pulsar Manager docker image doesn't start PostGreSQL

ErikJansenIRefact opened a new issue #7383:
URL: https://github.com/apache/pulsar/issues/7383


   **Describe the bug**
   Starting the Pulsar Manager Docker image results in errors when trying to start PostGreSQL server.
   After a while it reports lots of chown errors:
   
   > Starting PostGreSQL Server
   chown: /data/Pictures/Photos Library.photoslibrary: Operation not permitted
   
   **To Reproduce**
   docker run -it -p 9527:9527 -e REDIRECT_HOST=http://192.168.0.104 -e REDIRECT_PORT=9527 -e DRIVER_CLASS_NAME=org.postgresql.Driver -e URL='jdbc:postgresql://127.0.0.1:5432/pulsar_manager' -e USERNAME=pulsar -e PASSWORD=pulsar -e LOG_LEVEL=DEBUG -v $PWD:/data apachepulsar/pulsar-manager:v0.1.0 /bin/sh
   
   **Expected behavior**
   Pulsar Manager to be up and running.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: iOS
   
   **Additional context**
   Add any other context about the problem here.
   


----------------------------------------------------------------
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



[GitHub] [pulsar] ErikJansenIRefact closed issue #7383: Pulsar Manager docker image doesn't start PostGreSQL

Posted by GitBox <gi...@apache.org>.
ErikJansenIRefact closed issue #7383:
URL: https://github.com/apache/pulsar/issues/7383


   


----------------------------------------------------------------
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