[jira] [Updated] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-04-09 Thread Andy Seaborne (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1480:

Fix Version/s: Jena 3.7.0

> Bad Request 400 returned when clicking "count triples in all graphs" in 
> Fuseki info
> ---
>
> Key: JENA-1480
> URL: https://issues.apache.org/jira/browse/JENA-1480
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Jena 3.7.0
>Reporter: David Cook
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.7.0
>
> Attachments: error.html
>
>
> When I click "count triples in all graphs", the UI doesn't change and I see 
> the following in the Chrome console:
> {noformat}
> GET 
> /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o}
> 400 (Bad Request)
> jquery-1.10.2.min.js:6
> {noformat}
> I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
> the "tdb:unionDefaultGraph true" configuration setting.
> I've used someone else's install of Fuseki 2.5.0 and it works for them. I 
> don't think they're using "tdb:unionDefaultGraph true", and I'm not sure if 
> they're using the WAR or a standalone. Since there is no Server: 
> Apache-Coyote response header, I'm guessing they're using the standalone. I 
> don't know if that would make a difference. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-03-10 Thread Andy Seaborne (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1480:

Priority: Major  (was: Minor)

> Bad Request 400 returned when clicking "count triples in all graphs" in 
> Fuseki info
> ---
>
> Key: JENA-1480
> URL: https://issues.apache.org/jira/browse/JENA-1480
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Jena 3.7.0
>Reporter: David Cook
>Assignee: Andy Seaborne
>Priority: Major
> Attachments: error.html
>
>
> When I click "count triples in all graphs", the UI doesn't change and I see 
> the following in the Chrome console:
> {noformat}
> GET 
> /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o}
> 400 (Bad Request)
> jquery-1.10.2.min.js:6
> {noformat}
> I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
> the "tdb:unionDefaultGraph true" configuration setting.
> I've used someone else's install of Fuseki 2.5.0 and it works for them. I 
> don't think they're using "tdb:unionDefaultGraph true", and I'm not sure if 
> they're using the WAR or a standalone. Since there is no Server: 
> Apache-Coyote response header, I'm guessing they're using the standalone. I 
> don't know if that would make a difference. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-02-11 Thread David Cook (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Cook updated JENA-1480:
-
Attachment: error.html

> Bad Request 400 returned when clicking "count triples in all graphs" in 
> Fuseki info
> ---
>
> Key: JENA-1480
> URL: https://issues.apache.org/jira/browse/JENA-1480
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Jena 3.7.0
>Reporter: David Cook
>Priority: Minor
> Attachments: error.html
>
>
> When I click "count triples in all graphs", the UI doesn't change and I see 
> the following in the Chrome console:
> {noformat}
> GET 
> /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o}
> 400 (Bad Request)
> jquery-1.10.2.min.js:6
> {noformat}
> I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
> the "tdb:unionDefaultGraph true" configuration setting.
> I've used someone else's install of Fuseki 2.5.0 and it works for them. I 
> don't think they're using "tdb:unionDefaultGraph true", and I'm not sure if 
> they're using the WAR or a standalone. Since there is no Server: 
> Apache-Coyote response header, I'm guessing they're using the standalone. I 
> don't know if that would make a difference. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-02-09 Thread Andy Seaborne (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1480:

Description: 
When I click "count triples in all graphs", the UI doesn't change and I see the 
following in the Chrome console:
{noformat}
GET /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o}
400 (Bad Request)
jquery-1.10.2.min.js:6
{noformat}

I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
the "tdb:unionDefaultGraph true" configuration setting.

I've used someone else's install of Fuseki 2.5.0 and it works for them. I don't 
think they're using "tdb:unionDefaultGraph true", and I'm not sure if they're 
using the WAR or a standalone. Since there is no Server: Apache-Coyote response 
header, I'm guessing they're using the standalone. I don't know if that would 
make a difference. 

 

  was:
When I click "count triples in all graphs", the UI doesn't change and I see the 
following in the Chrome console:
{noformat}
GET 
/query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o} 
400 (Bad Request)     jquery-1.10.2.min.js:6
{noformat}

I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
the "tdb:unionDefaultGraph true" configuration setting.

I've used someone else's install of Fuseki 2.5.0 and it works for them. I don't 
think they're using "tdb:unionDefaultGraph true", and I'm not sure if they're 
using the WAR or a standalone. Since there is no Server: Apache-Coyote response 
header, I'm guessing they're using the standalone. I don't know if that would 
make a difference. 

 


> Bad Request 400 returned when clicking "count triples in all graphs" in 
> Fuseki info
> ---
>
> Key: JENA-1480
> URL: https://issues.apache.org/jira/browse/JENA-1480
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Jena 3.7.0
>Reporter: David Cook
>Priority: Minor
>
> When I click "count triples in all graphs", the UI doesn't change and I see 
> the following in the Chrome console:
> {noformat}
> GET 
> /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o}
> 400 (Bad Request)
> jquery-1.10.2.min.js:6
> {noformat}
> I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
> the "tdb:unionDefaultGraph true" configuration setting.
> I've used someone else's install of Fuseki 2.5.0 and it works for them. I 
> don't think they're using "tdb:unionDefaultGraph true", and I'm not sure if 
> they're using the WAR or a standalone. Since there is no Server: 
> Apache-Coyote response header, I'm guessing they're using the standalone. I 
> don't know if that would make a difference. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JENA-1480) Bad Request 400 returned when clicking "count triples in all graphs" in Fuseki info

2018-02-09 Thread Andy Seaborne (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1480:

Description: 
When I click "count triples in all graphs", the UI doesn't change and I see the 
following in the Chrome console:
{noformat}
GET 
/query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o} 
400 (Bad Request)     jquery-1.10.2.min.js:6
{noformat}

I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
the "tdb:unionDefaultGraph true" configuration setting.

I've used someone else's install of Fuseki 2.5.0 and it works for them. I don't 
think they're using "tdb:unionDefaultGraph true", and I'm not sure if they're 
using the WAR or a standalone. Since there is no Server: Apache-Coyote response 
header, I'm guessing they're using the standalone. I don't know if that would 
make a difference. 

 

  was:
When I click "count triples in all graphs", the UI doesn't change and I see the 
following in the Chrome console:

GET 
/query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o} 
400 (Bad Request)     jquery-1.10.2.min.js:6

I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
the "tdb:unionDefaultGraph true" configuration setting.

I've used someone else's install of Fuseki 2.5.0 and it works for them. I don't 
think they're using "tdb:unionDefaultGraph true", and I'm not sure if they're 
using the WAR or a standalone. Since there is no Server: Apache-Coyote response 
header, I'm guessing they're using the standalone. I don't know if that would 
make a difference. 

 


> Bad Request 400 returned when clicking "count triples in all graphs" in 
> Fuseki info
> ---
>
> Key: JENA-1480
> URL: https://issues.apache.org/jira/browse/JENA-1480
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Fuseki
>Affects Versions: Jena 3.7.0
>Reporter: David Cook
>Priority: Minor
>
> When I click "count triples in all graphs", the UI doesn't change and I see 
> the following in the Chrome console:
> {noformat}
> GET 
> /query?query=select%20(count(*)%20as%20?count)%20\{?s%20?p%20?o} 
> 400 (Bad Request)     jquery-1.10.2.min.js:6
> {noformat}
> I've experienced this in Fuseki 2.6.0 when using the WAR too. I'm also using 
> the "tdb:unionDefaultGraph true" configuration setting.
> I've used someone else's install of Fuseki 2.5.0 and it works for them. I 
> don't think they're using "tdb:unionDefaultGraph true", and I'm not sure if 
> they're using the WAR or a standalone. Since there is no Server: 
> Apache-Coyote response header, I'm guessing they're using the standalone. I 
> don't know if that would make a difference. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)