[
https://issues.apache.org/jira/browse/JENA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691438#comment-16691438
]
Osma Suominen commented on JENA-1632:
-------------------------------------
I'm having problems with the s-put script in the latest Fuseki2 snapshot that
incorporates this change.
When I try this:
{{./bin/s-put https://localhost:3030/ds/data default
../test-vocab-data/cbd.ttl}}
I get this error:
{{Failed to connect: localhost:3030: wrong number of arguments (given 3,
expected 0)}}
I don't know Ruby at all so it's a bit hard to debug this, but the error
message clearly comes from [line
225|https://github.com/apache/jena/blob/master/jena-fuseki2/apache-jena-fuseki/bin/s-put#L225]
and the failing line appears to be the one that says {{begin http.start(...)}}
on line 219.
I tried {{s-post}} too, it had exactly the same problem. Also changing {{http}}
to {{https}} makes no difference.
Here is a [Travis build|https://travis-ci.org/NatLibFi/Skosmos/jobs/456856023]
that failed apparently due to this. You need to open the output from line 628
which runs {{sh init-fuseki.sh}} to actually see the error messages from
{{s-put}}. The build doesn't fail immediately at this point, but later on many
tests fail because the data that the tests depend on hasn't been loaded into
Fuseki.
I'm using a Ubuntu 16.04 machine. {{ruby --version}} says:
{{ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]}}
> https support in SOH
> --------------------
>
> Key: JENA-1632
> URL: https://issues.apache.org/jira/browse/JENA-1632
> Project: Apache Jena
> Issue Type: Improvement
> Affects Versions: Jena 3.9.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.10.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)