8000 ZWEAO503E attempting to access z/OSMF from Zowe 3.1 · Issue #4114 · zowe/api-layer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ZWEAO503E attempting to access z/OSMF from Zowe 3.1 #4114
Open
@RafaelQRafael

Description

@RafaelQRafael

Describe the bug
A clear and concise description of what the bug is.

Using Zowe V3 desktop, I clicked on API Catalog and then "IBM z/OSMF" to get to the z/OSMF Services page. From here I'm trying to use the Get service under Filesystem APIs. After specifying a path and clicking Execute, a response status of 503 is returned, ZWEAO503E message.

{ "messages": [ { "messageType": "ERROR", "messageNumber": "ZWEAO503E", "messageContent": "The server is not ready to handle the request: /ibmzosmf/api/v1/zosmf/restfiles/mfs", "messageAction": "Repeat the request later. Please contact support for further assistance.", "messageReason": "The service is not ready to handle the request, it is being initialized or waiting for another service to start.", "messageKey": "org.zowe.apiml.common.serviceUnavailable" } ] }

Steps to Reproduce

  1. Use API catalog,
curl -X "Get" ^
    "https://example.com:7554/ibmzosmf/api/v1/zosmf/restfiles/mfs?path=%2Fvar%2Fzowe
    -H "accept: application/json"

Expected behavior
A clear and concise description of what you expected to happen.

A 200 response is expected. Tested on z/OSMF API with no issues getting a 200

Screenshots
If applicable, add screenshots to help explain your problem.

Image

REST API client (in case of REST API issue):

  • Technology: Node.js 22, Java 17, z/OS 3.1, z/OSMF 3.1, Zowe 3.1

Metadata

Metadata

Assignees

Labels

clarificationIssue is being clarified in the discussion with the creator of the issuequestionFurther information is requested

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0