-
Notifications
You must be signed in to change notification settings - Fork 8
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
Running example problem #10
Comments
Thanks for reporting the bug, I was able to reproduce it. Seems related to #4 I don't have much time to properly investigate the issue. As a workaround that works, you can create a synchronous version of the
For reference, here is the file:
|
Hi, Thanks for response this. I have followed what you said, but I have new error messages said spring framework detected cyclic loading of class path resource, source code of the main: source code of s-match-spsm-sync.xml is the same as yours.
These are error messages I copied: Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [s-match-synchronous.xml] Please have a look and help me, thank you very much, |
Hi, when I play with the example. Basically I have three schemes need to run the match algorithm, I use one match manager to do the job, however, I have received this error message:
Exception in thread "main" java.lang.IllegalArgumentException: the value should be from 0 to 4, found instead: 5
at it.unitn.disi.smatch.async.AsyncTask.setProgress(AsyncTask.java:289)
at it.unitn.disi.smatch.async.AsyncTask.progress(AsyncTask.java:590)
at it.unitn.disi.smatch.async.AsyncTask.progress(AsyncTask.java:574)
at it.unitn.disi.smatch.matchers.element.RunnableElementMatcher.elementLevelMatching(RunnableElementMatcher.java:218)
at it.unitn.disi.smatch.MatchManager.elementLevelMatching(MatchManager.java:189)
at it.unitn.disi.smatch.MatchManager.online(MatchManager.java:220)
at it.unitn.disi.smatch.MatchManager.match(MatchManager.java:232)
at it.unitn.disi.smatch.examples.SMatchAPIDemo.example(SMatchAPIDemo.java:78)
at it.unitn.disi.smatch.examples.SMatchAPIDemo.main(SMatchAPIDemo.java:21)
Could you please help on how to solve this? Thank you very much,
The source code is here:
The text was updated successfully, but these errors were encountered: