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

At import time, Error : Referenced object from IfcFlowController not found #1271

Open
Chris-12 opened this issue Sep 8, 2022 · 2 comments
Open

Comments

@Chris-12
Copy link

Chris-12 commented Sep 8, 2022

Hi,
I am having an issue at checkin time reporting :
"Referenced object with oid 900071672 (IfcProductDefinitionShape), referenced from IfcFlowController not found."

After trying many things to work this around, we are stunk on checkin this model in.
It's size is about 55Mo.
Can someone help ?
Best regards,
Chris

@hlg
Copy link
Member

hlg commented Sep 9, 2022

Can you post the stacktrace, please? The BIMserver version would also be helpful to reproduce as well as a minimal sample file. I have sent you an upload link in case you like to share the data in private.

@Chris-12
Copy link
Author

Chris-12 commented Sep 12, 2022

Server version is 182.
We have sent a request to the customer so that he allows us to share the model in private. I will post it a soon as we get the authorization.
Here is the stack from log:
2022-09-12 11:01:20,524 INFO [pool-2-thread-14] o.b.d.b.BerkeleyKeyValueStore [BerkeleyKeyValueStore.java:615] writes: 2000000, 2853 ms sync
2022-09-12 11:01:25,076 ERROR [pool-2-thread-14] o.b.l.LongStreamingCheckinAction [LongStreamingCheckinAction.java:120]
org.bimserver.BimserverDatabaseException: Referenced object with oid 947716344 (IfcProductDefinitionShape), referenced from IfcFlowController not found
at org.bimserver.database.actions.GenericCheckinDatabaseAction.fixInverses(GenericCheckinDatabaseAction.java:433)
at org.bimserver.database.actions.GenericCheckinDatabaseAction.fixInverses(GenericCheckinDatabaseAction.java:412)
at org.bimserver.database.actions.StreamingCheckinDatabaseAction.execute(StreamingCheckinDatabaseAction.java:217)
at org.bimserver.database.actions.StreamingCheckinDatabaseAction.execute(StreamingCheckinDatabaseAction.java:84)
at org.bimserver.database.DatabaseSession.executeAndCommitAction(DatabaseSession.java:775)
at org.bimserver.database.DatabaseSession.executeAndCommitAction(DatabaseSession.java:752)
at org.bimserver.longaction.LongStreamingCheckinAction.execute(LongStreamingCheckinAction.java:73)
at org.bimserver.longaction.LongActionManager$1.run(LongActionManager.java:55)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
2022-09-12 11:01:25,076 ERROR [pool-2-thread-14] o.b.l.LongAction [LongAction.java:198]
org.bimserver.BimserverDatabaseException: Referenced object with oid 947716344 (IfcProductDefinitionShape), referenced from IfcFlowController not found
at org.bimserver.database.actions.GenericCheckinDatabaseAction.fixInverses(GenericCheckinDatabaseAction.java:433)
at org.bimserver.database.actions.GenericCheckinDatabaseAction.fixInverses(GenericCheckinDatabaseAction.java:412)
at org.bimserver.database.actions.StreamingCheckinDatabaseAction.execute(StreamingCheckinDatabaseAction.java:217)
at org.bimserver.database.actions.StreamingCheckinDatabaseAction.execute(StreamingCheckinDatabaseAction.java:84)
at org.bimserver.database.DatabaseSession.executeAndCommitAction(DatabaseSession.java:775)
at org.bimserver.database.DatabaseSession.executeAndCommitAction(DatabaseSession.java:752)
at org.bimserver.longaction.LongStreamingCheckinAction.execute(LongStreamingCheckinAction.java:73)
at org.bimserver.longaction.LongActionManager$1.run(LongActionManager.java:55)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants