Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No handlers could be found for logger "rdflib.term" #57

Closed
dattachandan opened this issue May 16, 2014 · 6 comments
Closed

No handlers could be found for logger "rdflib.term" #57

dattachandan opened this issue May 16, 2014 · 6 comments

Comments

@dattachandan
Copy link

python generate_readme.py > README

No handlers could be found for logger "rdflib.term"
Traceback (most recent call last):
File "generate_readme.py", line 5, in
from client import SMARTClient
File "D:\work\src\pythonworkspace\smart_sample_apps\smart_client\client.py", l
ine 12, in
from generate_api import SmartResponse, augment
File "D:\work\src\pythonworkspace\smart_sample_apps\smart_client\generate_api.
py", line 9, in
import common.rdf_tools.rdf_ontology as rdf_ontology
File "D:\work\src\pythonworkspace\smart_sample_apps\smart_client\common\rdf_to
ols\rdf_ontology.py", line 513, in
parse_ontology(f)
File "D:\work\src\pythonworkspace\smart_sample_apps\smart_client\common\rdf_to
ols\rdf_ontology.py", line 480, in parse_ontology
m = parse_rdf(f)
File "D:\work\src\pythonworkspace\smart_sample_apps\smart_client\common\rdf_to
ols\util.py", line 44, in parse_rdf
model.default_context.parse(data=string, format="n3")
File "build\bdist.win-amd64\egg\rdflib\graph.py", line 1035, in parse
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 188
7, in parse
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 185
8, in parse
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 422
, in loadStream
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 428
, in loadBuf
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 454
, in feed
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 477
, in directiveOrStatement
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 114
7, in checkDot
File "build\bdist.win-amd64\egg\rdflib\plugins\parsers\notation3.py", line 160
3, in BadSyntax
rdflib.plugins.parsers.notation3.BadSyntax: at line 6 of <>:
Bad syntax (expected '.' or '}' or ']' at end of statement) at ^ in:
"...ms/" >

^
<!ENTITY..."

@nschwertner
Copy link

Sounds like a problem with the rdflib version. Did you follow precisely the installation steps at:
http://docs.smartplatforms.org/framework/reference-implementation/install-ubuntu.html

Note the specific version requirement for some libs:
sudo easy_install -U "rdflib==3.2.3" "rdfextras==0.2" "jsonschema==0.7" httplib2

@dattachandan
Copy link
Author

Hi,
I am doing all my installs on a win7x64 machine with JDK 1.6

On Sat, May 17, 2014 at 12:48 AM, nschwertner notifications@github.comwrote:

Sounds like a problem with the rdflib version. Did you follow precisely
the installation steps at:

http://docs.smartplatforms.org/framework/reference-implementation/install-ubuntu.html

Note the specific version requirement for some libs:
sudo easy_install -U "rdflib==3.2.3" "rdfextras==0.2" "jsonschema==0.7"
httplib2


Reply to this email directly or view it on GitHubhttps://github.com//issues/57#issuecomment-43327008
.

Regards,
Chandan

@dattachandan
Copy link
Author

Is it possible to install the sample apps without installing the server and test out the sample apps in the SMART sandbox?

@nschwertner
Copy link

If by "server" you mean the complete SMART reference container stack, then the answer is YES... you can test against the sandbox.

If by "server" you mean the sample apps server, then the answer is NO... you need to serve the apps on an HTTP server one way or another. You can, of course, use a different server than the Django server that we provide.

@dattachandan
Copy link
Author

Yes, by server I meant the SMART ref container(https://github.com/chb/smart_server/).

I want to test the sample apps on the sandbox without installing the reference container locally. I think if this is possible, then I had tried to build the smart_sample_apps without installing the reference container and had got the error.

@nschwertner
Copy link

The smart_sample_apps server by itself has no dependencies on the other two servers in the SMART reference container. The error you got when fetching the repository with git is unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants