zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
38 stars 42 forks source link

IP Explorer dataService returns 500 #974

Open skurnevich opened 1 year ago

skurnevich commented 1 year ago

IP Explorer does not work correctly for quite some time already, creating an issue just to track it. Dataservice constantly returns 500 for some endpoints. Issue seems to be related to z/os version. Works fine on z/os 2.4 and does not work on 2.5. Could be some headers mismatch for network management interface (EZBNMIFR) However these IBM docs didn't mention any format changes between 2.4 and 2.5

1000TurquoisePogs commented 1 year ago

Which services return the 500s? For me, I got a 500 on both "info" and "port", but on 2.5 I still got the majority of the info in the UI that I expected.

skurnevich commented 1 year ago

Which services return the 500s? For me, I got a 500 on both "info" and "port"

Yes it is basically just /info and /ports Info should return date stack started and IPv6 status - now it always show "IPv6 is disabled" as default value for the UI. And ports for list of reserved ports.

1000TurquoisePogs commented 1 year ago

OK, I'll take a look and see if I can reproduce the 2.4/2.5 difference too, since it seems like I'm seeing the same issues as you.