summaryrefslogtreecommitdiff
path: root/issues/upload-genewiki-rdf-to-cd.gmi
blob: e771d3218a36a50d04bb387de8b1a261bf09c9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Upload GeneWiki RDF metadata to CD

## Tags

* assigned: bonfacem
* keywords: generif, metadata, RDF

Following this:

=> /topics/our-virtuoso-instances.gmi Our Virtuoso Instances

I've tried loading ttl files in our CD in tux02.  As a crude status check, I can successfully hit our public endpoint:

```
bonfacem@tux02:/export3/local/home/bonfacem/dump-genenetwork-database$ curl -I localhost:8982/sparql
HTTP/1.1 200 OK
Server: Virtuoso/07.20.3234 (Linux) x86_64-unknown-linux-gnu
Connection: Keep-Alive
Date: Mon, 17 Apr 2023 17:59:50 GMT
Accept-Ranges: bytes
Content-Type: text/html; charset=UTF-8
Content-Length: 15620
```

But with the CD server in tux02:

```
bonfacem@tux02:/export3/local/home/bonfacem/dump-genenetwork-database$ curl -I localhost:9082/sparql
curl: (7) Failed to connect to localhost port 9082: Connection refused
```

### Resolution

There was a database format mismatch due to a virrtuoso upgrade.  Now it's fixed.

* closed