-
Notifications
You must be signed in to change notification settings - Fork 53
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
Could not initialize class org.aksw.autosparql.tbsl.gui.vaadin.model.ExtendedTBSL #24
Comments
This is the
|
AutoSPARQL TBSL is under rework at the moment. A demo can be used at http://linkedspending.aksw.org/tbsl. I will keep you up to date when the rework is finished. |
Thanks Konrad! |
hi i am getting the same issue any chance its fixed. This happened when we did mvn jetty:run . |
Please post your error log arunprasathe, there seems to be a Maven issue at the moment which I am investigating right now. |
Any updates on this issue? |
Due to lack of resources we unfortunately cannot maintain TBSL anymore. I recently made sure that it at least compiles, though, but I receive a similar error on running:
|
There is no Anyways thanks for taking your time. |
Maybe @Aklakan can help? |
You can download jena-sparql-api-core-2.10.0-22.jar and add into your project, it's the latest version include class CacheEx. |
I also get this error. can you please help me.
Caused by: javax.servlet.ServletException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.aksw.autosparql.tbsl.gui.vaadin.model.ExtendedTBSL javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.aksw.autosparql.tbsl.gui.vaadin.model.ExtendedTBSL java.lang.NoClassDefFoundError: Could not initialize class org.aksw.autosparql.tbsl.gui.vaadin.model.ExtendedTBSL |
The jena-sparql-api-core-2.10.0-22.jar contains the org/aksw/jena_sparql_api/cache/extra/CacheEx, but if you update your pom with 2.10.0-22, then you get Caused by: java.lang.ClassNotFoundException: org.aksw.jena_sparql_api.cache.extra.CacheFrontend, which is there in 2.13.0-5 So this is chicken and egg problem |
I got a different error, namely that the artifacts jena-arq and com.googlecode.concurrentlinkedhashmap were not found, which I fixed by increasing jena-arq version to 2.13.0 and com.googlecode.concurrentlinkedhashmap to 1.4.2. Can you try again after git pull? |
The issue still open?! |
I met the same problem, what's 'import the jena-sparql-api-core-2.10.0-22.jar into my project directly'? I tried to import it to a idea project and it still error |
This repository should probably be archived as it hasn't been maintained for a long time but I don't currently have the rights to do that. |
I cloned the repo and tried to run I didn't input anything because AutoSPARQL hadn't launched successfully. |
I mean, can you please explain why you need to use a more than 10 year old tool in 2023 that hasn't been maintained in many years especially in such an area of rapid progress. |
When I try to access http://localhost:8080/autosparql-lite/, I get a server error:
I compiled with
./compile
, I will run now with./createcompilelog
in order to attach the logs.The text was updated successfully, but these errors were encountered: