Index not working

Hi,
i have installe RhodeCode CE on Centos 7.
The all is fine. Git over http und ssl is working and svn is over http working.

I had only one problem, the index is not working and no error in log files. The toke of instance community-1 are in .rhoderc file.

rhodecode-index --instance-name=community-1
ERROR: Backend server at `http://127.0.0.1:10000/_admin/api` returned non 2XX http code (401). Please make sure it is running and accepting connections.

Why is index not working?

Search config:
Index Type: Whoosh
Indexed documents: 0
Last update: 2020-01-02 16:11:09.092004
Commit index :FileIndex(FileStorage(’/home/RhodeCode/.rccontrol/community-1/data/index’), ‘COMMIT_INDEX’)
Indexed documents: 0
Last update: 2020-01-02 16:11:09.097004

Systemstatus:
RHODECODE CONTROL VERSION: 1.23.3

  • NAME: community-1

  • STATUS: RUNNING
    logs:/home/RhodeCode/.rccontrol/community-1/community.log

  • VERSION: 4.17.4 Community

  • VCS: vcsserver-1

  • URL: http://0.0.0.0:10020

  • CONFIG: /home/RhodeCode/.rccontrol/community-1/rhodecode.ini

  • NAME: vcsserver-1

  • STATUS: RUNNING
    logs:/home/RhodeCode/.rccontrol/vcsserver-1/vcsserver.log

  • VERSION: 4.17.4 VCSServer

  • URL: http://127.0.0.1:10010

  • CONFIG: /home/RhodeCode/.rccontrol/vcsserver-1/vcsserver.ini

activ Auth plugins:
egg:rhodecode-enterprise-ce#rhodecode,
egg:rhodecode-enterprise-ce#token,
egg:rhodecode-enterprise-ce#ldap

This url seems to be wrong, the port according to status ourput should be 10020

Yeah, that was the problem. The index is running now.

Thanks you.