Code Monkey home page Code Monkey logo

gfacet's People

Watchers

 avatar

gfacet's Issues

Latest revision doesn't work.

What steps will reproduce the problem?
1. Checkout r19
2. Build
3. Search using default settings

Was expecting the output as in compiled version from Downloads. Insted it 
hangs on stage of request forever.

Building was done using latest FlashDevelop, SDK 3.4.1 on Win.

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 11:27

Trunk code does not build

What steps will reproduce the problem?
1.checkout http://gfacet.googlecode.com/svn/trunk/
2.use flex sdk 3.4 and build
3.Getting errors

What is the expected output? What do you see instead?
Expected to build

What version of the product are you using? On what operating system?
Windows operating system. Building from trunk.

Please provide any additional information below.
import popup.StableAbout; in MainMenuController , type does not exist.
preloader="preloader.CustomPreloader" in main.mxml says  Error: Access of 
undefined property CustomPreloader.
preloader: preloader.CustomPreloader


Original issue reported on code.google.com by [email protected] on 10 Oct 2011 at 5:57

Not work connect to OpenRDF endpoint



What steps will reproduce the problem?
1. svn checkout http://gfacet.googlecode.com/svn/trunk/ gfacet-read-only 
compile not.
2. svn checkout -r r26 http://gfacet.googlecode.com/svn/trunk/ 
gfacet-read-only-r26 
compiled well
3. "no dbpedia" SARQL endpoint does not work

4. openrdf endpoint log:

127.0.0.1 - - [23/Sep/2014:11:34:30 +0300] "GET 
/openrdf-sesame/repositories/111111/sparql?&query=SELECT%20DISTINCT%20%3Ftype%20
WHERE%20%7B%20%3Fsubj%20a%20%3Ftype%20%7D&format=XML HTTP/1.1" 404 1008

[WARN ] 2014-09-23 11:34:30,761 [http-nio-8081-exec-3] No mapping found for 
HTTP request with URI [/openrdf-sesame/repositories/111111/sparql] in 
DispatcherServlet with name 'openrdf-http-server'


5. 

after patch SPARQLConnection.as

---
> 
86,88c86,88
<           
<           var url:String = config.endpointURI + "/sparql?query=";
<           

---
> 
>           var url:String = config.endpointURI;
> 
92c92
<           

---
> 
94c94
<               sparqlService.url = ConnectionModel.getInstance().proxy + "?" + 
config.endpointURI + "/sparql?";

---
>               sparqlService.url = ConnectionModel.getInstance().proxy + "?" + 
config.endpointURI + "?";
96c96
<               sparqlService.url = config.endpointURI + "/sparql?";

---
>               sparqlService.url = config.endpointURI + "?";
103c103
<           

---

connect work

127.0.0.1 - - [24/Sep/2014:17:50:08 +0300] "GET 
/openrdf-sesame/repositories/111111?&query=SELECT%20DISTINCT%20%3Ftype%20WHERE%2
0%7B%20%3Fsubj%20a%20%3Ftype%20%7D&format=XML HTTP/1.1" 200 8229
127.0.0.1 - - [24/Sep/2014:17:50:09 +0300] "GET 
/openrdf-sesame/repositories/111111?&query=SELECT%20DISTINCT%20%3Ftype%20WHERE%2
0%7B%20%3Fsubj%20a%20%3Ftype%20%7D&format=XML HTTP/1.1" 200 8229
127.0.0.1 - - [24/Sep/2014:17:50:38 +0300] "GET 
/openrdf-sesame/repositories/111111?&query=SELECT%20DISTINCT%20%3Ftype%20WHERE%2
0%7B%20%3Fsubj%20a%20%3Ftype%20%7D%2E&format=XML HTTP/1.1" 400 218

formed invalid query


[INFO ] 2014-09-24 17:50:09,877 [repositories/111111] Request for query 
-1598642565 is finished
[INFO ] 2014-09-24 17:50:38,410 [repositories/111111] GET query 1981688083
[INFO ] 2014-09-24 17:50:38,411 [repositories/111111] Client sent bad request 
(400): MALFORMED QUERY: Encountered " "." ". "" at line 1, column 46.
Was expecting one of:
    <EOF> 
    "order" ...
    "group" ...
    "limit" ...
    "offset" ...
    "having" ...
    "bindings" ...
    "values" ...

Original issue reported on code.google.com by [email protected] on 26 Sep 2014 at 5:21

Search and filter options

The lists of objects as well as the lists of properties should be
searchable by text inputfields that filter the lists.

Original issue reported on code.google.com by [email protected] on 27 Oct 2009 at 10:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.