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

IllegalArgumentException: The object class does not match with the column type (java.lang.Integer) #2509

Closed
mbastian opened this issue Apr 25, 2022 · 1 comment

Comments

@mbastian
Copy link
Member

https://sentry.io/organizations/gephi/issues/2410910135/?referrer=github_plugin

IllegalArgumentException: The object class does not match with the column type (java.lang.Integer)
    at org.gephi.graph.impl.ElementImpl.checkType(ElementImpl.java:600)
    at org.gephi.graph.impl.ElementImpl.setAttribute(ElementImpl.java:232)
    at org.gephi.graph.impl.ElementImpl.setAttribute(ElementImpl.java:223)
    at org.gephi.statistics.plugin.GraphDistance.saveCalculatedValues(GraphDistance.java:396)
    at org.gephi.statistics.plugin.GraphDistance.execute(GraphDistance.java:193)
...
(9 additional frame(s) were not displayed)
@mbastian mbastian self-assigned this Apr 25, 2022
@mbastian
Copy link
Member Author

I think I can easily explain this one. When a column with the same id exists but with a different type it fails when saving values.

@mbastian mbastian added this to the 0.9.5 milestone Apr 28, 2022
mbastian added a commit that referenced this issue Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant