You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
17 KiB
Plaintext
129 lines
17 KiB
Plaintext
|
2 weeks ago
|
2026-04-02 11:46:24.386 [main] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] -
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
A component required a bean of type 'com.example.lxcameraapi.service.IndustrialCamera.algorithm.PointCloudProcessor' that could not be found.
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'com.example.lxcameraapi.service.IndustrialCamera.algorithm.PointCloudProcessor' in your configuration.
|
||
|
|
|
||
|
|
2026-04-02 11:48:08.553 [main] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] -
|
||
|
|
|
||
|
|
***************************
|
||
|
|
APPLICATION FAILED TO START
|
||
|
|
***************************
|
||
|
|
|
||
|
|
Description:
|
||
|
|
|
||
|
|
A component required a bean of type 'com.example.lxcameraapi.service.IndustrialCamera.algorithm.PointCloudProcessor' that could not be found.
|
||
|
|
|
||
|
|
|
||
|
|
Action:
|
||
|
|
|
||
|
|
Consider defining a bean of type 'com.example.lxcameraapi.service.IndustrialCamera.algorithm.PointCloudProcessor' in your configuration.
|
||
|
|
|
||
|
|
2026-04-02 11:52:29.005 [main] ERROR [org.springframework.boot.SpringApplication] - Application run failed
|
||
|
|
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'lxCameraTestController': Unsatisfied dependency expressed through field 'imageCropper': Error creating bean with name 'imageCropper': Invocation of init method failed
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:772)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:752)
|
||
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:493)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
|
||
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
|
||
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753)
|
||
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:323)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331)
|
||
|
|
at com.example.lxcameraapi.LxCameraApiApplication.main(LxCameraApiApplication.java:18)
|
||
|
|
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'imageCropper': Invocation of init method failed
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:222)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:421)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1767)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
|
||
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||
|
|
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:769)
|
||
|
|
... 20 common frames omitted
|
||
|
|
Caused by: java.lang.UnsatisfiedLinkError: no opencv_java455 in java.library.path: D:\path\Java\jdk-21.0.10\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\MVS\Runtime\Win32_i86;C:\Program Files (x86)\Common Files\MVS\Runtime\Win64_x64;D:\Program Files (x86)\IDMVS\Applications\Win64\plugins\MvSDK;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;D:\Program Files\Git\cmd;D:\Program Files\apache-maven-3.8.8\bin;D:\Program Files (x86)\Go\bin;D:\Program Files\CMake\bin;D:\ZLMediaKit\ffmpeg-6.0-essentials_build\bin;D:\Program Files\opencv\opencv\build\x64\vc16\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\ProgramData\nvm;D:\ProgramData\nodejs;C:\Program Files\dotnet\;D:\Windows Kits\10\Windows Performance Toolkit\;D:\Program Files\libsrtp-2.4.0\build\srtp2;D:\Program Files (x86)\NetSarang\Xshell 8\;D:\path\Java\jdk-25.0.2\bin;D:\Program Files (x86)\NetSarang\Xftp 8\;D:\Python311;D:\Python311\Scripts\;C:\Program Files (x86)\Common Files\MVS\Runtime\Win32_i86;C:\Program Files (x86)\Common Files\MVS\Runtime\Win64_x64;D:\Program Files (x86)\IDMVS\Applications\Win64\plugins\MvSDK;D:\Program Files (x86)\IDMVS\Applications\Win32\plugins\MvSDK;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;D:\Program Files\Git\cmd;D:\Program Files\apache-maven-3.8.8\bin;D:\Program Files (x86)\Go\bin;D:\Program Files\CMake\bin;D:\ZLMediaKit\ffmpeg-6.0-essentials_build\bin;D:\Program Files\opencv\opencv\build\x64\vc16\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\ProgramData\nvm;D:\ProgramData\nodejs;C:\Program File;D:\Users\昊天\AppData\Local\Programs\Microsoft VS Code\bin;d:\Program Files\JetBrains\IntelliJ IDEA 2025.2\bin;D:\Program Files\JetBrains\PyCharm 2025.2\bin;.
|
||
|
|
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2458)
|
||
|
|
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916)
|
||
|
|
at java.base/java.lang.System.loadLibrary(System.java:2063)
|
||
|
|
at com.example.lxcameraapi.service.IndustrialCamera.camera.lx.ImageCropper.init(ImageCropper.java:33)
|
||
|
|
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:401)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:219)
|
||
|
|
... 32 common frames omitted
|
||
|
|
2026-04-02 11:56:30.934 [main] ERROR [org.springframework.boot.SpringApplication] - Application run failed
|
||
|
|
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'lxCameraTestController': Unsatisfied dependency expressed through field 'imageCropper': Error creating bean with name 'imageCropper': Invocation of init method failed
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:772)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:752)
|
||
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:493)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
|
||
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:946)
|
||
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616)
|
||
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
|
||
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753)
|
||
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:323)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342)
|
||
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331)
|
||
|
|
at com.example.lxcameraapi.LxCameraApiApplication.main(LxCameraApiApplication.java:18)
|
||
|
|
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'imageCropper': Invocation of init method failed
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:222)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:421)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1767)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601)
|
||
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
|
||
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
|
||
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||
|
|
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441)
|
||
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348)
|
||
|
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:769)
|
||
|
|
... 20 common frames omitted
|
||
|
|
Caused by: java.lang.UnsatisfiedLinkError: no opencv_java455 in java.library.path: D:\path\Java\jdk-21.0.10\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\MVS\Runtime\Win32_i86;C:\Program Files (x86)\Common Files\MVS\Runtime\Win64_x64;D:\Program Files (x86)\IDMVS\Applications\Win64\plugins\MvSDK;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;D:\Program Files\Git\cmd;D:\Program Files\apache-maven-3.8.8\bin;D:\Program Files (x86)\Go\bin;D:\Program Files\CMake\bin;D:\ZLMediaKit\ffmpeg-6.0-essentials_build\bin;D:\Program Files\opencv\opencv\build\x64\vc16\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\ProgramData\nvm;D:\ProgramData\nodejs;C:\Program Files\dotnet\;D:\Windows Kits\10\Windows Performance Toolkit\;D:\Program Files\libsrtp-2.4.0\build\srtp2;D:\Program Files (x86)\NetSarang\Xshell 8\;D:\path\Java\jdk-25.0.2\bin;D:\Program Files (x86)\NetSarang\Xftp 8\;D:\Python311;D:\Python311\Scripts\;C:\Program Files (x86)\Common Files\MVS\Runtime\Win32_i86;C:\Program Files (x86)\Common Files\MVS\Runtime\Win64_x64;D:\Program Files (x86)\IDMVS\Applications\Win64\plugins\MvSDK;D:\Program Files (x86)\IDMVS\Applications\Win32\plugins\MvSDK;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;D:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;D:\Program Files\Git\cmd;D:\Program Files\apache-maven-3.8.8\bin;D:\Program Files (x86)\Go\bin;D:\Program Files\CMake\bin;D:\ZLMediaKit\ffmpeg-6.0-essentials_build\bin;D:\Program Files\opencv\opencv\build\x64\vc16\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\ProgramData\nvm;D:\ProgramData\nodejs;C:\Program File;D:\Users\昊天\AppData\Local\Programs\Microsoft VS Code\bin;d:\Program Files\JetBrains\IntelliJ IDEA 2025.2\bin;D:\Program Files\JetBrains\PyCharm 2025.2\bin;.
|
||
|
|
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2458)
|
||
|
|
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916)
|
||
|
|
at java.base/java.lang.System.loadLibrary(System.java:2063)
|
||
|
|
at com.example.lxcameraapi.service.IndustrialCamera.camera.lx.ImageCropper.init(ImageCropper.java:33)
|
||
|
|
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
|
||
|
|
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:401)
|
||
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:219)
|
||
|
|
... 32 common frames omitted
|