Skip to content

HTTP 404 "not found" on job result-API #27

@njunike

Description

@njunike

A call to /nju/wps3/jobs provides:

{
    "jobs": [
        {
            "jobID": "91fa2774-5c37-11ed-addf-e24ac975c482",
            "status": "successful",
            "message": "ZOO-Kernel successfully run your service!",
            "links": [
                {
                    "title": "Status location",
                    "rel": "status",
                    "type": "application\/json",
                    "href": "\/nju\/wps3\/jobs\/91fa2774-5c37-11ed-addf-e24ac975c482"
                },
                {
                    "title": "Result location",
                    "rel": "http:\/\/www.opengis.net\/def\/rel\/ogc\/1.0\/results",
                    "type": "application\/json",
                    "href": "\/nju\/wps3\/jobs\/91fa2774-5c37-11ed-addf-e24ac975c482\/results"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "type": "application\/json",
            "href": "\/nju\/wps3\/jobs"
        }
    ],
    "numberTotal": 1
}

But the listed URL /nju/wps3/jobs/91fa2774-5c37-11ed-addf-e24ac975c482/results raises a HTTP 404:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /_run/91fa2774-5c37-11ed-addf-e24ac975c482.json was not found on this server.</p>
</body></html>

Observed with ADES v2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions