Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 not found, am i doing somethign wrong #1375

Open
zoellerG opened this issue Apr 24, 2024 · 1 comment
Open

404 not found, am i doing somethign wrong #1375

zoellerG opened this issue Apr 24, 2024 · 1 comment

Comments

@zoellerG
Copy link

Hi everyone,

currently did a fresh install using the guide and e diting the 000-default in the apache server. however it's not really working, here are the logs

[Wed Apr 24 21:55:52.891237 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] smart_result = xmlrpc.connection.smart_search_vrf(, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891241 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] File "/usr/lib/python3.10/xmlrpc/client.py", line 1122, in call, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891244 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] return self.__send(self.__name, args), referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891249 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] File "/usr/lib/python3.10/xmlrpc/client.py", line 1464, in __request, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891252 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] response = self.__transport.request(, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891255 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] File "/usr/lib/python3.10/xmlrpc/client.py", line 1166, in request, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891259 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] return self.single_request(host, handler, request_body, verbose), referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891264 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] File "/usr/lib/python3.10/xmlrpc/client.py", line 1196, in single_request, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891266 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] raise ProtocolError(, referer: http://192.168.1.146/ng/vrf
[Wed Apr 24 21:55:52.891279 2024] [wsgi:error] [pid 8958:tid 140262013658688] [client 192.168.1.108:1132] xmlrpc.client.ProtocolError: <ProtocolError for badmin@local:[email protected]:80/RPC2: 404 NOT FOUND>, referer: http://192.168.1.146/ng/vrf

what could be going on, not that deep into the linux mumbo jumbo yet

@garberg
Copy link
Member

garberg commented May 26, 2024

It seems the WWW UI tries to reach the backend service at 127.0.0.1:80 - is it really listening to port 80?
The listening address of the backend service is defined in nipap.conf, "port" in the section [nipapd]. The URL the WWW UI uses to reach the backend is also configured in nipap.conf, "xmlrpc_uri" in the section [www]. Do they match?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants