Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Uploading: curl: (52) Empty reply from server after HTTP/1.1 100 Continue #27

@akuckartz

Description

@akuckartz

When I upload gemet.rdf I see this:

$ curl -f --user admin:admin  -i -X PUT -H "Content-Type: application/rdf+xml" -T "gemet.rdf" http://localhost:8080/entityhub/site/gemet/entity
HTTP/1.1 100 Continue

curl: (52) Empty reply from server

I think there should be a HTTP/1.1 201 Created after the 100 Continue. Maybe a connection with #26 ?

In spite of this the upload seems to have been successfull:

$ curl -X POST -d "name=Politik&lang=de&limit=50" -H "Accept:text/turtle" http://localhost:8080/entityhub/site/gemet/find 

<http://www.eionet.europa.eu/gemet/concept/2533> <http://www.w3.org/2000/01/rdf-schema#label> "EU-Politik"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/concept/2533> .

<http://www.eionet.europa.eu/gemet/concept/4436> <http://www.w3.org/2000/01/rdf-schema#label> "Internationale Politik"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/concept/4436> .

<http://www.eionet.europa.eu/gemet/concept/6370> <http://www.w3.org/2000/01/rdf-schema#label> "Politik"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/concept/6370> .

<http://www.eionet.europa.eu/gemet/concept/6371> <http://www.w3.org/2000/01/rdf-schema#label> "Politik (allgemein)"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/concept/6371> .

<http://www.eionet.europa.eu/gemet/group/96> <http://www.w3.org/2000/01/rdf-schema#label> "VERWALTUNG, ORGANISATION, INSTITUTION, PLANUNG, POLITIK UND -VOLLZUG, IMMATERIELLE MASSNAHMEN"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/group/96> .

<http://www.eionet.europa.eu/gemet/theme/1> <http://www.w3.org/2000/01/rdf-schema#label> "Verwaltung, Organisation, Institutionen, Planung, Politik und -vollzug, immaterielle Massnahmen"@de .

<http://stanbol.apache.org/ontology/entityhub/query#QueryResultSet> <http://stanbol.apache.org/ontology/entityhub/query#queryResult> <http://www.eionet.europa.eu/gemet/theme/1> ;
        <http://stanbol.apache.org/ontology/entityhub/query#query> "{\"selected\":[\"http:\\/\\/www.w3.org\\/2000\\/01\\/rdf-schema#label\"],\"constraints\":[{\"type\":\"text\",\"language\":\"de\",\"patternType\":\"wildcard\",\"text\":\"Politik\",\"proximityRanking\":false,\"field\":\"http:\\/\\/www.w3.org\\/2000\\/01\\/rdf-schema#label\",\"boost\":1}],\"limit\":50,\"offset\":0}" .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions