You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/03 01:12:06 UTC

[GitHub] [apisix-dashboard] liuxiran opened a new issue #2119: Bug: could not run manager-api(occasional)

liuxiran opened a new issue #2119:
URL: https://github.com/apache/apisix-dashboard/issues/2119


   ### Issue description
   
   ```shell
   $ make api-run
   api/build.sh --dry-run
   Error: Instance of Manager API maybe running with a pid 19651. If not, please run Manager API with '-f' or '--force' flag
   
   Usage:
     manager-api [flags]
     manager-api [command]
   
   Available Commands:
     help        Help about any command
     install     re-install Apache APISIX Dashboard service
     remove      remove Apache APISIX Dashboard service
     start       start Apache APISIX Dashboard service
     status      inspect the status of Apache APISIX Dashboard service
     stop        stop Apache APISIX Dashboard service/program
     version     show manager-api version
   
   Flags:
     -c, --config string     config file (default "./conf/conf.yml")
     -f, --force             force start manager-api
     -h, --help              help for manager-api
     -p, --work-dir string   current work directory (default ".")
   
   Use "manager-api [command] --help" for more information about a command.
   
   Instance of Manager API maybe running with a pid 19651. If not, please run Manager API with '-f' or '--force' flag
   ```
   
   But Manager API did not run, this issue recurrence twice in my local env, this can be resolved by restart my Laptop.
   
   ### Expected behavior
   
   can always run smoothly
   
   ### How to Reproduce
   
   Occasional problem, no recurrence pattern found
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): null
   - OS (cmd: `uname -a`): macOS Darwin Kernel Version 20.3.0
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`): 3.4.15
   - apisix-dashboard version, if have: master branch
   - Browser version, if have: null
   
   
   ### Additional context
   
   _No response_


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] liuxiran commented on issue #2119: Bug: could not run manager-api(occasional)

Posted by GitBox <gi...@apache.org>.
liuxiran commented on issue #2119:
URL: https://github.com/apache/apisix-dashboard/issues/2119#issuecomment-914950595


   > I have encountered the same problem before, my solution is to use `-f` or find the process in the process management, and then kill it.
   
   thanks for your suggestion @Baoyuantop , actually when this issue happened, I could not find the process of manager api, and could not use `-f ` too, sorry for not leave any logs.
   
   may be it is related to #2008 , marked 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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2119: Bug: could not run manager-api(occasional)

Posted by GitBox <gi...@apache.org>.
Baoyuantop commented on issue #2119:
URL: https://github.com/apache/apisix-dashboard/issues/2119#issuecomment-912201965


   I have encountered the same problem before, my solution is to use `-f` or find the process in the process management, and then kill it.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org