A system error has occurred. Please try your request again in a few minutes.

Hello,

I can’t access to :2080/nodeworx/

System Error
A system error has occurred. Please try your request again in a few minutes.
If the problem persists, please contact Support.

please share solution

thanks

Hi Hardahost
What version of interworx are you using
what distro are you using
do you have any firwalls blocking ports 2443 and 2080
did you setup any rules to for 2080 to goto 2443
does interworx work on 2443/nodeworx
you could also try the following
SSH into server and run as root (or sudo) service iworx restart
or simply restart the server
I hope that helps a little
Many thanks
John

[QUOTE=Bertie;30278]
It seems this is caused by a yum repo that was giving an Error 404. Doing the following resolved the above:

yum remove centos-release-SCL
yum install centos-release-sclo-rh
service iworx restart[/QUOTE]
That worked, thanks!

Hi,

Whenever I click on Web Server link (https://<mydomain>:2443/nodeworx/http) in System Services category in admin panel, I get below error:

System Error
A system error has occurred. Please try your request again in a few minutes.
If the problem persists, please contact Support.

Also,

I am not able to stop, start, restart any of services from Service Status page which belongs to System Services category in admin panel.

Please help.

Thanks.

Hi Prabhakar

Welcome to IW forums

Please could I ask what distro and IW-CP you are using

The link you use to access nodeworx is wrong, it needs the /http removing, so it is is just

https://<mydomain>:2443/nodeworx

I guess you may have mispelt when creating your post

The issue over httpd not been able to stop/start/restart is an issue, which I think maybe linked to your server as you have not stated what your server is.

I would either try to restart server fully or SSH into server and run service iworx restart as root or as sudo

If this fails to stop/start/restart Apache, can you manually stop/start/restart Apache from SSH service httpd restart

if fails, what is the error shown

Many thanks

John