I'm having some trouble reproducing the bug,
using apache-jena-fuseki-5.4.0.tar.gz:

In the web-UI:

> add data tab
Dataset graph name: <http://example.org>

example nt file with:

```
<http://example.org/person/Alice> <http://xmlns.com/foaf/0.1/name> "Alice" .
<http://example.org/person/Alice> <http://xmlns.com/foaf/0.1/knows> <
http://example.org/person/Bob> .
<http://example.org/person/Bob> <http://xmlns.com/foaf/0.1/name> "Bob" .
```
then click upload all.

It works, and I can see both the graph and contents in the graph when
querying after uploading in the web-form.

Tried Firefox and Chrome successfully.

What are the differences here?

Best regards,
Øyvind

On Mon, May 19, 2025 at 6:19 PM Marco Neumann <marco.neum...@gmail.com>
wrote:

> Just noticed a new error message in the UI when using the fuseki upload
> form. Even of graph name is specified data is not uploaded (eg Upload files
> /MyGraph/data or /MyGraph/data?graph= MyGraph1  )
> )
>
> [image: image.png]
>
> On Sun, Apr 27, 2025 at 8:04 PM Andy Seaborne <a...@apache.org> wrote:
>
>> On 27/04/2025 14:19, Marco Neumann wrote:
>> > FYI, also just passed a build with JDK 24.0.1 and Maven 3.9.9
>> >
>> > Best,
>> > Marco
>>
>> Thanks - good to hear.
>>
>> The more environments tested, the better.
>>
>> Also - a reminder to us to update the Jenkins "latest" job, which I've
>> just done.
>>
>> The Apache Infrastructure team make early access versions of Java
>> releases available on the Jenkins build service.
>>
>> https://ci-builds.apache.org/job/Jena/
>>
>> so there is a weekly build on Java-latest and Java21.
>>
>>      Andy
>>
>>
>>
>
> --
>
>
> ---
> Marco Neumann
>
>
>

Reply via email to