CMDBuild Forum

Xeokit convert don't work in a docker installation

I installed Ready2use with docker and docker-compose.

When I try to create a new BIM project, I have a first error: java.lang.NullPointerException

After reload the project have been created but the BIM model have not been converted.

When i try to convert model with the button, i have else error docker:

Error response from daemon: pull access denied for cmdbuild-xeokit, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.

Docker commands work into cmdbuid container with DOOD configuration.

Have you an idea for find the cmdbuild xeokit converter docker and fix NullPointerException.

Which version? Which container? Do you use BIMserver?

I use:

  • readyToUse v 2.3 with cmdBuild v 3.4.1
  • container: itmicus : ready2use-2.3-3.4.1-d

i don’t use BIMServer

Can you check if it’s working with my docker image? I build it from source (unlike the itmicus version which uses the prebuilt war):

https://gitlab.com/infeeeee/cmdbuild-community

docker pull registry.gitlab.com/infeeeee/cmdbuild-community/ready2use:2.3-3.4.2
1 Like