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

Filters not working #8

Open
ErwanDemairy opened this issue Nov 18, 2024 · 0 comments
Open

Filters not working #8

ErwanDemairy opened this issue Nov 18, 2024 · 0 comments
Labels

Comments

@ErwanDemairy
Copy link
Collaborator

An exception occurs when attempting to use filters.
Example of error traces:

Nov 18, 2024 3:31:13 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- 	at fr.inria.wimmics.semanticweb.filter.type.TypeFilter.filter(TypeFilter.java:70) -- 	at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- 	at org.gephi.filters.FilterThread.filter(FilterThread.java:149) -- 	at org.gephi.filters.FilterThread.run(FilterThread.java:121) --  -- 
Nov 18, 2024 3:31:49 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- 	at fr.inria.wimmics.semanticweb.filter.type.TypeFilter.filter(TypeFilter.java:70) -- 	at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- 	at org.gephi.filters.FilterThread.select(FilterThread.java:166) -- 	at org.gephi.filters.FilterThread.run(FilterThread.java:123) --  -- 
Nov 18, 2024 3:32:13 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- 	at fr.inria.wimmics.semanticweb.filter.sparql.SparqlFilter.filter(SparqlFilter.java:58) -- 	at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- 	at org.gephi.filters.FilterThread.filter(FilterThread.java:149) -- 	at org.gephi.filters.FilterThread.run(FilterThread.java:121) --  -- 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant