-
reference/getStarted/installFromDockerComposeDataCap is integrated software for data transformation, integration and visualization. https://datacap.edurt.io/reference/getStarted/installFromDockerCompose.html |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
docker-compose方式跑不起来,报错:Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'datacap.audit.sql.print' in value "${datacap.audit.sql.print}" |
Beta Was this translation helpful? Give feedback.
-
服务启动报错Table 'datacap.pipeline_user_relation' doesn't exist |
Beta Was this translation helpful? Give feedback.
-
进阶版docker compose报错。 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfigure' defined in URL [jar:file:/opt/app/datacap/lib/datacap-security-2024.03.8.jar!/io/edurt/datacap/security/SecurityConfigure.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsServiceImpl' defined in URL [jar:file:/opt/app/datacap/lib/datacap-service-2024.03.8.jar!/io/edurt/datacap/service/security/UserDetailsServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository' defined in io.edurt.datacap.service.repository.UserRepository defined in @EnableJpaRepositories declared on DataJpaConfigure: Cannot create inner bean '(inner bean)#3c17bd0b' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#3c17bd0b': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [io/edurt/datacap/service/DataJpaConfigure.class]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: io/edurt/datacap/executor/common/RunState |
Beta Was this translation helpful? Give feedback.
-
镜像2024.03.8有问题?nested exception is java.lang.NoClassDefFoundError: io/edurt/datacap/executor/common/RunState |
Beta Was this translation helpful? Give feedback.
-
Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set |
Beta Was this translation helpful? Give feedback.
https://github.com/devlive-community/datacap/blob/dev/configure/schema/datacap.sql
使用这个文件,我更新一下文档