Skip to:
When trying to change a node label there is a "Page Not Found" error.
Steps to reproduce:
1) go to demo.opennms.org as an admin user.2) Find barbrady.internal.opennms.com3) Admin -> Change Node Label4) Click on "Change Label"
This will generate a "Page Not Found" error. The form seems to be looking for:
/opennms/admin/nodeLabelChange
but it doesn't appear to exist.
PR: https://github.com/OpenNMS/opennms/pull/1537
The issue was caused by . Reverting the deletion of NodeChangeServlet.
One should click the Change Label button. Sorry (-:
Was able to reproduce the problem. It is important not setting a "Foreign Source" and keep it as default, otherwise there is no "Change Node Label"
I tried this with a clean build from source (release-20.0.0 branch) and was not able to reproduce it. can you try to reproduce this issue?
When trying to change a node label there is a "Page Not Found" error.
Steps to reproduce:
1) go to demo.opennms.org as an admin user.
2) Find barbrady.internal.opennms.com
3) Admin -> Change Node Label
4) Click on "Change Label"
This will generate a "Page Not Found" error. The form seems to be looking for:
/opennms/admin/nodeLabelChange
but it doesn't appear to exist.