-
Notifications
You must be signed in to change notification settings - Fork 612
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
Unable to checkin IFC-file :: class java.util.ArrayList cannot be cast to class java.lang.Long #1268
Comments
If you are sure that the file is valid, please write an email to [email protected]. I will provide you with a private upload link. If the file is small, you can of course just attach it to the email. |
Thanks for sharing the file. I could isolate the issue, but have not yet fully solved it. The reason is an Here are two sample files and the full stacktrace:
|
Update: the difference is that first round of Edit: There are also |
Here is a sample for |
I sendt you a new export from Archicad. This was exported without footprint geometry and it loads without problems. I can not see any obvious changes to the file, except it`s now 75 mb. |
I sendt you a new export from Archicad. This was exported without footprint geometry and it loads without problems. I can not see any obvious changes to the file, except it`s now 75 mb. This is a ok workaround for our use case. |
Touchpad accident there.. |
The issue is rooted in styled curves which are only contained in footprint geometry. In that case, we have lines with color and thickness specified. Without footprint geometry, styles are only applied to 3D representation items, which may be constructed of curves, but the styling is applied to the 3D items instead of the curves. The increase in file size may be due to additional changes in export settings like switching from design to reference view. |
Thank you very much for looking into the issue! |
Hi, It is now (1.5.184) possible to checkin files with the feature you mention above. I do however get an empty result when requesting a download, querying IfcApplication (in this case). |
How is that possible? I had not committed the fixes because they are still unfinished. Are you sure these very features are present in your file at hand? Or are you looking at a different issue? |
I`m not sure if this is the same issue. I sendt you the file in question. |
This was a mistake on my part. Sorry for the inconvenience! |
I have the same issue. Is there any commit, in which is the issue fixed, please? |
Unfortunately, I have half a solution, but nothing ready to commit yet. |
And is there any way I could help with the solution? |
Error occurs when checking in a specific file on bimserver 1.5.182.
2022-08-24 09:33:20,529 INFO [pool-1-thread-7] o.b.d.b.BerkeleyKeyValueStore [BerkeleyKeyValueStore.java:615] writes: 59000000, 688 ms sync
2022-08-24 09:33:25,654 ERROR [pool-1-thread-7] o.b.l.LongAction [LongAction.java:196] [null] [process.ifc] class java.util.ArrayList cannot be cast to class java.lang.Long (java.util.ArrayList and java.lang.Long are in module java.base of loader 'bootstrap') org.bimserver.shared.exceptions.UserException: [process.ifc] class java.util.ArrayList cannot be cast to class java.lang.Long (java.util.ArrayList and java.lang.Long are in module java.base of loader 'bootstrap')
I can share the file by request..
The text was updated successfully, but these errors were encountered: