BIMserver icon indicating copy to clipboard operation
BIMserver copied to clipboard

The open source BIMserver platform

Results 134 BIMserver issues
Sort by recently updated
recently updated
newest added

Is it possible to open several connections to BIMServer and start working in parallel? I tried to implement this in many ways but I get random errors whereas there are...

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Upgrade commons-codec from 1.9 to 1.13 for vulnerability fix: - [MPS-2022-11853](https://www.oscs1024.com/hd/MPS-2022-11853)

Good day, when I try to checkout a model specifying roid, serializerOid and sync flag I get this error: **Request**: ```javascript { "token": "f5a2bfc048d8c86eaeeea25c06d2f10ee840b40d467938e1e5be6cd8b06f10e73119c37701c4e8eae2d40087d0805db5", "request": { "interface": "ServiceInterface", "method": "checkout",...

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,...

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]...

bug
reproduced

Good day all, I need to create a temporary instance of bimserver in order to lauch integration tests. How I can procced? Have I to import in my pom.xml bimserver,...

howto

When checking in an IFC-SPF with a single reference where an aggregation is expected, then the file is processed by the deserializer without complaint. However, invalid data is created in...

bug
good first issue

SOAP has been disabled with commit cfa11ca while introducing tile objects and a new service method `ServiceInterface.getTiles` (probably for BIMsurfer 3): https://github.com/opensourceBIM/BIMserver/blob/6daa43afdda3d25ebbd41e0d0de89361063e7142/BimServer/src/org/bimserver/servlets/RootServlet.java#L67-L70 It should be checked if SOAP still works,...

housekeeping

Hi, we noticed a little bug regarding geometry reuse. When using IfcCartesianTransformationOperator3DnonUniform the parameters Scale, Scale2 und Scale3 where never processed and therefore not represented in ProductDef.mappingMatrix. Commit **e50cce819eea1e869375ee9b9a0f1266e1956e8d** (Scale...