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

"ClassCastException" "org.bimserver.models.ifc2x3tc1.Tristate cannot be cast to java.lang.Boolean" #1027

Closed
motjokk opened this issue Aug 13, 2019 · 4 comments

Comments

@motjokk
Copy link

motjokk commented Aug 13, 2019

Issue on Bimserver v. 1.5.62 162 request using JSON.

getting requestType: "BOOLEAN" of "Pset_SpaceCommon" Property: "HandicapAccessible"
Bimserver threw "ClassCastException" "org.bimserver.models.ifc2x3tc1.Tristate cannot be cast to java.lang.Boolean"

This seems to be the same issue as #971

@rubendel
Copy link
Member

You mention another issue which indeed looks like the same problem. In that issue the problem is reported to be fixed. The BIMserver version mentioned in that issue is 1.5.125 and you are using 1.5.62, don't you think it's only logical that it's not fixed in 1.5.62?

@motjokk
Copy link
Author

motjokk commented Aug 13, 2019

oh, I see the mistake. I mean 1.5.162.

@rubendel
Copy link
Member

rubendel commented Nov 8, 2019

This could still be a bug, but more info is needed, which API method are you calling?

@motjokk
Copy link
Author

motjokk commented Nov 9, 2019

Hi,

I am calling the getBooleanAttribute method, from LowLevelInterface.

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

3 participants