"ld: library not found for -lz.1.2.3"的问题解决

本文介绍了解决Xcode 4.2版本中编译RSS解析Demo时遇到的ld: library not found for -lz.1.2.3错误。通过替换不兼容的libz版本,成功解决了该问题。

今天用xcode打开一个解析RSS的demo,并尝试编译运行时,出现了这样的错误信息:ld: library not found for -lz.1.2.3


因为我的xcode是4.2版本的(AMD的CPU以我目前的能力只能装到10.6的系统,所以xcode最高只能是的4.2版本的),所以跟很多新版本的xcode的程序有不兼容的信息,要是这个demo是一般的demo,我会选择直接放弃,但这个demo对我的新闻阅读项目很重要。。所以我还是仔细看了下错误信息。


这个错误信息一看就可以知道是缺少了library,但不知是什么,上网搜了下,原来是少了libz.dylib这种library!


解决方法:

选择target - > Bulid Phases - > Link Binary With Libraries,先删除原来的libz,再加上libz.1.1.3.dylib。(现在才知道是我这个版本的xcode没有这个程序所加入的那个比较高版本的libz,替换成我xcode有的libz就解决了)


小结:

任何bug都有其发生的原因,只要花点时间努力找,通常可以找到修复的方法。


C:\Users\cyz\.jdks\ms-17.0.15\bin\java.exe -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true "-Dmanagement.endpoints.jmx.exposure.include=*" "-javaagent:D:\ideaIU-2023.1\IntelliJ IDEA 2023.1\lib\idea_rt.jar=52723:D:\ideaIU-2023.1\IntelliJ IDEA 2023.1\bin" -Dfile.encoding=UTF-8 -classpath D:\yunjisuan\专高五\智学伴航项目\study\zhentao-study\zhentao-study-service\zhentao-study-adminService\target\classes;D:\respository_new\org\springframework\cloud\spring-cloud-commons\2.2.5.RELEASE\spring-cloud-commons-2.2.5.RELEASE.jar;D:\respository_new\org\springframework\security\spring-security-crypto\5.3.3.RELEASE\spring-security-crypto-5.3.3.RELEASE.jar;D:\yunjisuan\专高五\智学伴航项目\study\zhentao-study\zhentao-study-service\zhentao-study-adminService\src\main\resources\libs\arcsoft-sdk-face-3.0.0.0.jar;D:\respository_new\io\minio\minio\7.1.0\minio-7.1.0.jar;D:\respository_new\com\carrotsearch\thirdparty\simple-xml-safe\2.7.1\simple-xml-safe-2.7.1.jar;D:\respository_new\com\google\guava\guava\25.1-jre\guava-25.1-jre.jar;D:\respository_new\org\checkerframework\checker-qual\2.0.0\checker-qual-2.0.0.jar;D:\respository_new\com\google\errorprone\error_prone_annotations\2.1.3\error_prone_annotations-2.1.3.jar;D:\respository_new\com\google\j2objc\j2objc-annotations\1.1\j2objc-annotations-1.1.jar;D:\respository_new\org\codehaus\mojo\animal-sniffer-annotations\1.14\animal-sniffer-annotations-1.14.jar;D:\respository_new\com\squareup\okhttp3\okhttp\3.14.9\okhttp-3.14.9.jar;D:\respository_new\com\squareup\okio\okio\1.17.2\okio-1.17.2.jar;D:\respository_new\com\fasterxml\jackson\core\jackson-annotations\2.11.1\jackson-annotations-2.11.1.jar;D:\respository_new\com\fasterxml\jackson\core\jackson-core\2.11.1\jackson-core-2.11.1.jar;D:\respository_new\com\fasterxml\jackson\core\jackson-databind\2.11.1\jackson-databind-2.11.1.jar;D:\respository_new\com\github\spotbugs\spotbugs-annotations\4.0.0\spotbugs-annotations-4.0.0.jar;D:\respository_new\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar;D:\respository_new\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;D:\yunjisuan\专高五\智学伴航项目\study\zhentao-study\zhentao-file-starter\target\classes;D:\respository_new\org\springframework\boot\spring-boot-autoconfigure\2.3.2.RELEASE\spring-boot-autoconfigure-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot\2.3.2.RELEASE\spring-boot-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot-starter\2.3.2.RELEASE\spring-boot-starter-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-logging\2.3.2.RELEASE\spring-boot-starter-logging-2.3.2.RELEASE.jar;D:\respository_new\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\respository_new\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\respository_new\org\apache\logging\log4j\log4j-to-slf4j\2.13.3\log4j-to-slf4j-2.13.3.jar;D:\respository_new\org\apache\logging\log4j\log4j-api\2.13.3\log4j-api-2.13.3.jar;D:\respository_new\org\slf4j\jul-to-slf4j\1.7.30\jul-to-slf4j-1.7.30.jar;D:\respository_new\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;D:\respository_new\org\yaml\snakeyaml\1.26\snakeyaml-1.26.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-actuator\2.3.2.RELEASE\spring-boot-starter-actuator-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot-actuator-autoconfigure\2.3.2.RELEASE\spring-boot-actuator-autoconfigure-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot-actuator\2.3.2.RELEASE\spring-boot-actuator-2.3.2.RELEASE.jar;D:\respository_new\io\micrometer\micrometer-core\1.5.3\micrometer-core-1.5.3.jar;D:\respository_new\org\hdrhistogram\HdrHistogram\2.1.12\HdrHistogram-2.1.12.jar;D:\respository_new\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-web\2.3.2.RELEASE\spring-boot-starter-web-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-json\2.3.2.RELEASE\spring-boot-starter-json-2.3.2.RELEASE.jar;D:\respository_new\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.11.1\jackson-datatype-jdk8-2.11.1.jar;D:\respository_new\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.11.1\jackson-datatype-jsr310-2.11.1.jar;D:\respository_new\com\fasterxml\jackson\module\jackson-module-parameter-names\2.11.1\jackson-module-parameter-names-2.11.1.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-tomcat\2.3.2.RELEASE\spring-boot-starter-tomcat-2.3.2.RELEASE.jar;D:\respository_new\org\apache\tomcat\embed\tomcat-embed-core\9.0.37\tomcat-embed-core-9.0.37.jar;D:\respository_new\org\glassfish\jakarta.el\3.0.3\jakarta.el-3.0.3.jar;D:\respository_new\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.37\tomcat-embed-websocket-9.0.37.jar;D:\respository_new\org\springframework\spring-web\5.2.8.RELEASE\spring-web-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-beans\5.2.8.RELEASE\spring-beans-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-webmvc\5.2.8.RELEASE\spring-webmvc-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-aop\5.2.8.RELEASE\spring-aop-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-context\5.2.8.RELEASE\spring-context-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-expression\5.2.8.RELEASE\spring-expression-5.2.8.RELEASE.jar;D:\respository_new\com\mysql\mysql-connector-j\8.0.33\mysql-connector-j-8.0.33.jar;D:\respository_new\com\google\protobuf\protobuf-java\3.21.9\protobuf-java-3.21.9.jar;D:\respository_new\org\springframework\spring-core\5.2.8.RELEASE\spring-core-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-jcl\5.2.8.RELEASE\spring-jcl-5.2.8.RELEASE.jar;D:\respository_new\org\projectlombok\lombok\1.18.12\lombok-1.18.12.jar;D:\respository_new\com\baomidou\mybatis-plus-boot-starter\3.5.3.1\mybatis-plus-boot-starter-3.5.3.1.jar;D:\respository_new\com\baomidou\mybatis-plus\3.5.3.1\mybatis-plus-3.5.3.1.jar;D:\respository_new\com\baomidou\mybatis-plus-extension\3.5.3.1\mybatis-plus-extension-3.5.3.1.jar;D:\respository_new\com\baomidou\mybatis-plus-core\3.5.3.1\mybatis-plus-core-3.5.3.1.jar;D:\respository_new\com\baomidou\mybatis-plus-annotation\3.5.3.1\mybatis-plus-annotation-3.5.3.1.jar;D:\respository_new\com\github\jsqlparser\jsqlparser\4.4\jsqlparser-4.4.jar;D:\respository_new\org\mybatis\mybatis\3.5.10\mybatis-3.5.10.jar;D:\respository_new\org\mybatis\mybatis-spring\2.0.7\mybatis-spring-2.0.7.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-jdbc\2.3.2.RELEASE\spring-boot-starter-jdbc-2.3.2.RELEASE.jar;D:\respository_new\com\zaxxer\HikariCP\3.4.5\HikariCP-3.4.5.jar;D:\respository_new\org\springframework\spring-jdbc\5.2.8.RELEASE\spring-jdbc-5.2.8.RELEASE.jar;D:\respository_new\com\baomidou\mybatis-plus-generator\3.5.1\mybatis-plus-generator-3.5.1.jar;D:\respository_new\org\freemarker\freemarker\2.3.28\freemarker-2.3.28.jar;D:\respository_new\io\swagger\swagger-annotations\1.6.2\swagger-annotations-1.6.2.jar;D:\respository_new\org\springframework\boot\spring-boot-starter-data-redis\2.3.2.RELEASE\spring-boot-starter-data-redis-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\data\spring-data-redis\2.3.2.RELEASE\spring-data-redis-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\data\spring-data-keyvalue\2.3.2.RELEASE\spring-data-keyvalue-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\data\spring-data-commons\2.3.2.RELEASE\spring-data-commons-2.3.2.RELEASE.jar;D:\respository_new\org\springframework\spring-tx\5.2.8.RELEASE\spring-tx-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-oxm\5.2.8.RELEASE\spring-oxm-5.2.8.RELEASE.jar;D:\respository_new\org\springframework\spring-context-support\5.2.8.RELEASE\spring-context-support-5.2.8.RELEASE.jar;D:\respository_new\io\lettuce\lettuce-core\5.3.2.RELEASE\lettuce-core-5.3.2.RELEASE.jar;D:\respository_new\io\netty\netty-common\4.1.51.Final\netty-common-4.1.51.Final.jar;D:\respository_new\io\netty\netty-handler\4.1.51.Final\netty-handler-4.1.51.Final.jar;D:\respository_new\io\netty\netty-resolver\4.1.51.Final\netty-resolver-4.1.51.Final.jar;D:\respository_new\io\netty\netty-buffer\4.1.51.Final\netty-buffer-4.1.51.Final.jar;D:\respository_new\io\netty\netty-codec\4.1.51.Final\netty-codec-4.1.51.Final.jar;D:\respository_new\io\netty\netty-transport\4.1.51.Final\netty-transport-4.1.51.Final.jar;D:\respository_new\io\projectreactor\reactor-core\3.3.8.RELEASE\reactor-core-3.3.8.RELEASE.jar;D:\respository_new\org\reactivestreams\reactive-streams\1.0.3\reactive-streams-1.0.3.jar;D:\respository_new\com\alibaba\fastjson2\fastjson2\2.0.23\fastjson2-2.0.23.jar;D:\respository_new\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;D:\respository_new\com\alibaba\druid-spring-boot-starter\1.1.9\druid-spring-boot-starter-1.1.9.jar;D:\respository_new\com\alibaba\druid\1.1.9\druid-1.1.9.jar;D:\respository_new\org\slf4j\slf4j-api\1.7.30\slf4j-api-1.7.30.jar;D:\respository_new\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;D:\respository_new\cn\hutool\hutool-all\5.8.13\hutool-all-5.8.13.jar;D:\respository_new\org\springframework\boot\spring-boot-configuration-processor\2.3.2.RELEASE\spring-boot-configuration-processor-2.3.2.RELEASE.jar;D:\respository_new\org\junit\jupiter\junit-jupiter-api\5.6.2\junit-jupiter-api-5.6.2.jar;D:\respository_new\org\apiguardian\apiguardian-api\1.1.0\apiguardian-api-1.1.0.jar;D:\respository_new\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;D:\respository_new\org\junit\platform\junit-platform-commons\1.6.2\junit-platform-commons-1.6.2.jar com.zhentao.AppAdmin . ____ _ __ _ _ /\\ / ___&#39;_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | &#39;_ | &#39;_| | &#39;_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) &#39; |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.2.RELEASE) 2025-07-14 18:21:17.260 INFO 2220 --- [ main] com.zhentao.AppAdmin : Starting AppAdmin on DESKTOP-D64K86L with PID 2220 (D:\yunjisuan\专高五\智学伴航项目\study\zhentao-study\zhentao-study-service\zhentao-study-adminService\target\classes started by cyz in D:\yunjisuan\专高五\智学伴航项目\study) 2025-07-14 18:21:17.262 INFO 2220 --- [ main] com.zhentao.AppAdmin : No active profile set, falling back to default profiles: default 2025-07-14 18:21:17.746 INFO 2220 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2025-07-14 18:21:17.747 INFO 2220 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2025-07-14 18:21:17.767 INFO 2220 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 11ms. Found 0 Redis repository interfaces. 2025-07-14 18:21:18.109 INFO 2220 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2025-07-14 18:21:18.116 INFO 2220 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2025-07-14 18:21:18.116 INFO 2220 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.37] 2025-07-14 18:21:18.116 INFO 2220 --- [ main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.3.1] using APR version [1.7.4]. 2025-07-14 18:21:18.116 INFO 2220 --- [ main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2025-07-14 18:21:18.117 INFO 2220 --- [ main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2025-07-14 18:21:18.126 INFO 2220 --- [ main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 3.0.14 4 Jun 2024] 2025-07-14 18:21:18.180 INFO 2220 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2025-07-14 18:21:18.180 INFO 2220 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 889 ms 2025-07-14 18:21:18.319 INFO 2220 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource 2025-07-14 18:21:18.421 INFO 2220 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited 2025-07-14 18:21:18.525 WARN 2220 --- [ main] c.b.m.core.metadata.TableInfoHelper : This "id" is the table primary key by default name for `id` in Class: "com.zhentao.sss.pojo.FactInfoLog",So @TableField will not work! 2025-07-14 18:21:18.591 WARN 2220 --- [ main] c.b.m.core.metadata.TableInfoHelper : This "id" is the table primary key by default name for `id` in Class: "com.zhentao.sss.pojo.FactInfo",So @TableField will not work! _ _ |_ _ _|_. ___ _ | _ | | |\/|_)(_| | |_\ |_)||_|_\ / | 3.5.3.1 加载DLL路径:/D:/yunjisuan/专高五/智学伴航项目/study/zhentao-study/zhentao-study-service/zhentao-study-adminService/target/classes/libs/WIN64/libarcsoft_face.dll 2025-07-14 18:21:18.696 WARN 2220 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#39;factInfoController&#39;: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#39;arcFaceEngineUtil&#39;: Invocation of init method failed; nested exception is java.lang.UnsatisfiedLinkError: no libarcsoft_face_engine_jni in java.library.path: C:\Users\cyz\.jdks\ms-17.0.15\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\javatool\jdk8\jdkpath\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\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\;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\tomcat\apache-tomcat-9.0.102\bin;D:\javatool\git\Git\cmd;D:\javatool\node.js\node;D:\javatool\node.js\node\node_cache;D:\javatool\node.js\node\node_global;;D:\微信开发者工具\微信web开发者工具\dll;d:\cursor\cursor\resources\app\bin;D:\javatool\小乌龟\bin;D:\xshell\xftp\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\xshell\xshell\;C:\Users\cyz\AppData\Local\Microsoft\WindowsApps;D:\ideaIU-2022.2.5\IntelliJ IDEA 2023.1\bin;;D:\javatool\vscode\Microsoft VS Code\bin;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\javatool\node.js\node;C:\Users\cyz\AppData\Local\Programs\cursor\resources\app\bin;C:\Users\cyz\AppData\Local\Programs\Ollama;C:\Users\cyz\AppData\Roaming\npm;D:\cursor\cursor\resources\app\bin;. 2025-07-14 18:21:18.696 INFO 2220 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed 2025-07-14 18:21:18.698 INFO 2220 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2025-07-14 18:21:18.710 INFO 2220 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with &#39;debug&#39; enabled. 2025-07-14 18:21:18.713 ERROR 2220 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#39;factInfoController&#39;: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#39;arcFaceEngineUtil&#39;: Invocation of init method failed; nested exception is java.lang.UnsatisfiedLinkError: no libarcsoft_face_engine_jni in java.library.path: C:\Users\cyz\.jdks\ms-17.0.15\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\javatool\jdk8\jdkpath\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\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\;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\tomcat\apache-tomcat-9.0.102\bin;D:\javatool\git\Git\cmd;D:\javatool\node.js\node;D:\javatool\node.js\node\node_cache;D:\javatool\node.js\node\node_global;;D:\微信开发者工具\微信web开发者工具\dll;d:\cursor\cursor\resources\app\bin;D:\javatool\小乌龟\bin;D:\xshell\xftp\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\xshell\xshell\;C:\Users\cyz\AppData\Local\Microsoft\WindowsApps;D:\ideaIU-2022.2.5\IntelliJ IDEA 2023.1\bin;;D:\javatool\vscode\Microsoft VS Code\bin;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\javatool\node.js\node;C:\Users\cyz\AppData\Local\Programs\cursor\resources\app\bin;C:\Users\cyz\AppData\Local\Programs\Ollama;C:\Users\cyz\AppData\Roaming\npm;D:\cursor\cursor\resources\app\bin;. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) ~[spring-boot-2.3.2.RELEASE.jar:2.3.2.RELEASE] at com.zhentao.AppAdmin.main(AppAdmin.java:19) ~[classes/:na] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#39;arcFaceEngineUtil&#39;: Invocation of init method failed; nested exception is java.lang.UnsatisfiedLinkError: no libarcsoft_face_engine_jni in java.library.path: C:\Users\cyz\.jdks\ms-17.0.15\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\javatool\jdk8\jdkpath\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\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\;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\tomcat\apache-tomcat-9.0.102\bin;D:\javatool\git\Git\cmd;D:\javatool\node.js\node;D:\javatool\node.js\node\node_cache;D:\javatool\node.js\node\node_global;;D:\微信开发者工具\微信web开发者工具\dll;d:\cursor\cursor\resources\app\bin;D:\javatool\小乌龟\bin;D:\xshell\xftp\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\xshell\xshell\;C:\Users\cyz\AppData\Local\Microsoft\WindowsApps;D:\ideaIU-2022.2.5\IntelliJ IDEA 2023.1\bin;;D:\javatool\vscode\Microsoft VS Code\bin;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\javatool\node.js\node;C:\Users\cyz\AppData\Local\Programs\cursor\resources\app\bin;C:\Users\cyz\AppData\Local\Programs\Ollama;C:\Users\cyz\AppData\Roaming\npm;D:\cursor\cursor\resources\app\bin;. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:453) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:527) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318) ~[spring-context-5.2.8.RELEASE.jar:5.2.8.RELEASE] ... 18 common frames omitted Caused by: java.lang.UnsatisfiedLinkError: no libarcsoft_face_engine_jni in java.library.path: C:\Users\cyz\.jdks\ms-17.0.15\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\javatool\jdk8\jdkpath\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\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\;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\tomcat\apache-tomcat-9.0.102\bin;D:\javatool\git\Git\cmd;D:\javatool\node.js\node;D:\javatool\node.js\node\node_cache;D:\javatool\node.js\node\node_global;;D:\微信开发者工具\微信web开发者工具\dll;d:\cursor\cursor\resources\app\bin;D:\javatool\小乌龟\bin;D:\xshell\xftp\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\xshell\xshell\;C:\Users\cyz\AppData\Local\Microsoft\WindowsApps;D:\ideaIU-2022.2.5\IntelliJ IDEA 2023.1\bin;;D:\javatool\vscode\Microsoft VS Code\bin;D:\javatool\mysql\mysql-8.1.0-winx64\bin;D:\javatool\node.js\node;C:\Users\cyz\AppData\Local\Programs\cursor\resources\app\bin;C:\Users\cyz\AppData\Local\Programs\Ollama;C:\Users\cyz\AppData\Roaming\npm;D:\cursor\cursor\resources\app\bin;. at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) ~[na:na] at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818) ~[na:na] at java.base/java.lang.System.loadLibrary(System.java:2006) ~[na:na] at com.arcsoft.face.FaceEngine.libraryLoad(FaceEngine.java:103) ~[arcsoft-sdk-face-3.0.0.0.jar:na] at com.arcsoft.face.FaceEngine.<init>(FaceEngine.java:135) ~[arcsoft-sdk-face-3.0.0.0.jar:na] at com.zhentao.sss.utils.ArcFaceEngineUtil.init(ArcFaceEngineUtil.java:55) ~[classes/:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[na:na] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) ~[spring-beans-5.2.8.RELEASE.jar:5.2.8.RELEASE] ... 33 common frames omitted Process finished with exit code 1 人脸识别登录 明明项目中有那些依赖 但还是有问题 还需要什么操作呢?
07-15
C01300/foundation/AAFwk: [task_handler_wrap.cpp:156]T: CommandTimeout_2982_1, Id: 154938, q: AbilityManagerService cnt: 125 11-26 15:49:07.605 1473 2496 W C01300/foundation/AAFwk: [task_handler_wrap.cpp:156]T: , Id: 154939, q: AbilityManagerService cnt: 126 11-26 15:49:07.605 1473 2496 I C01342/foundation/ServiceExt: [ability_record.cpp:1709]startId_:1. 11-26 15:49:07.606 885 6467 I C01731/resource_schedule_service/SUSPEND_MSG: [(OnStopLifecycleDetectForLoadAbility):58] pid:8910 11-26 15:49:07.607 818 9710 I C02699/memmgrservice/MemMgr: PrioManager::UpdatePriorityLocked pid=8910, bundleUid=20020031, bundleName=com.huawei.hmos.health.core, procName=, time=1764143347606998000, reason=EXTENSION_STATE_CREATE 11-26 15:49:07.607 818 9710 I C02699/memmgrservice/MemMgr: PrioManager::UpdatePriorityLocked reason=EXTENSION_STATE_CREATE, res: pid=8910, uid=20020031, procName=com.huawei.hmos.health.core, prio=0, ext=1, bindStatus=no_bind, usePeriod=0, isUEA=0, ProcsBindToMe=[] 11-26 15:49:07.608 8910 8910 I A02537/com.huawei.hmos.health.core/CorePrivacyUtil: current phone lock state false 11-26 15:49:07.608 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.608 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: onCreate isBootAndLock res: true 11-26 15:49:07.608 1393 26917 W C057C3/privacy_service/IPCObjectStub: OnRemoteRequest 140: unknown code:2 desc:*.IApplicationStateObserver time:139635242089099 11-26 15:49:07.608 1393 6516 W C057C3/privacy_service/IPCObjectStub: OnRemoteRequest 140: unknown code:2 desc:*.IApplicationStateObserver time:139635242126079 11-26 15:49:07.609 8910 9729 W C01653/com.huawei.hmos.health.core/NativePreferences: LoadFromDisk: The settingXml /***/el2/***/priv***tate load failed. 11-26 15:49:07.610 8910 8910 I C01202/com.huawei.hmos.health.core/Ces: [napi_common_event.cpp(SubscriberInstanceWrapper:85)]Constructor objectInfo 11-26 15:49:07.610 8910 8910 I A02537/com.huawei.hmos.health.core/eventUtil: createSubscriber success 11-26 15:49:07.610 8910 8910 I A02537/com.huawei.hmos.health.core/HAF_StoreFactory: getPreferences name=privacyState(privacyState) success. 11-26 15:49:07.610 1469 2206 I C01400/render_service/Vsync: ChangeState: StateChange: VSYNC_TO_DVSYNC -> DVSYNC 11-26 15:49:07.611 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: onCreate get privacy from SP failed 11-26 15:49:07.611 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.611 8910 8910 W C01324/com.huawei.hmos.health.core/JsNapi: [napi_common_want.cpp:1131]not wantpram 11-26 15:49:07.612 8910 8910 I C01342/com.huawei.hmos.health.core/ServiceExt: [js_service_extension.cpp:595]CallFunction(onRequest) ok 11-26 15:49:07.612 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: onRequest, startId: 1 11-26 15:49:07.612 1473 2594 I C01342/foundation/ServiceExt: [ability_connect_manager.cpp:1140]ScheduleCommandAbilityDoneLocked called, Ability: /com.huawei.hmos.health.core/entry/CoreServiceExtAbility 11-26 15:49:07.612 1473 2594 E C01311/foundation/AppMS: [app_running_manager.cpp:727]null 11-26 15:49:07.613 1473 5669 I C01202/foundation/Ces: [inner_common_event_manager.cpp(SubscribeCommonEvent:350)]Subscribe com.huawei.hmos.health.core(userId = 100, subId = 8910_20020031_-1_9314_139635246, ffrtCost 0 ms, taskCost 0 ms) 11-26 15:49:07.613 1473 2594 W C01300/foundation/AAFwk: [task_handler_wrap.cpp:175]cancel task name: CommandTimeout_2982_1, taskId: 154938, queueName: AbilityManagerService 11-26 15:49:07.613 8910 8910 I A02537/com.huawei.hmos.health.core/CorePrivacyUtil: current phone lock state false 11-26 15:49:07.614 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: onRequest isBootAndLock res: true 11-26 15:49:07.614 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: onRequest get privacy from SP failed 11-26 15:49:07.614 9682 9682 W C057C1/com.huawei.hmos.location:core/BrokerRegistration: Register 72: path:OHOS.Telephony.ITelephonyStateNotify is already Register 11-26 15:49:07.614 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;telephony.observer&#39;, isAppModule is 0 11-26 15:49:07.616 8910 8910 I A02537/com.huawei.hmos.health.core/PlatformServiceImpl: onRequest, ActionCode:commonEvent 11-26 15:49:07.616 8910 8910 I A02537/com.huawei.hmos.health.core/PlatformServiceImpl: enter sync SPORT_STAT_DATA 11-26 15:49:07.616 8910 8910 W A02537/com.huawei.hmos.health.core/CoordinationManager: User privacy is not agreed, can not SA wakeup core to syncCloud sport data. 11-26 15:49:07.616 8910 8910 I A02537/com.huawei.hmos.health.core/HFS_CoreServiceExtAbility: cbk 1 11-26 15:49:07.616 629 668 I C01800/samgr/SAMGR: SubscribeSA:1301,8910_86_5 11-26 15:49:07.616 629 668 I C01800/samgr/SAMGR: NotifyAddSA:1301,8910_5 11-26 15:49:07.617 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.618 8910 9684 I C01651/com.huawei.hmos.health.core/DataShare: [operator()()-data_share_manager_impl.cpp:134]: RecoverObs start 11-26 15:49:07.619 1521 2684 E C01707/distributeddata/CONCUR: [Interface] task 2684 apply qos failed, errno = 1 11-26 15:49:07.619 1521 2684 E C01707/distributeddata/CONCUR: [Interface] task 2684 get qos failed, errno = 1 11-26 15:49:07.619 1521 2684 I C01651/distributeddata/DataShare: DataShareServiceStub::OnRemoteRequest: code:7, callingPid:8910, qosRet:-1, curLevel:0 11-26 15:49:07.619 1521 2684 I C01651/distributeddata/DataShare: DataShareServiceStub::OnGetData: bundleName is com.huawei.hmos.health.core 11-26 15:49:07.619 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;networkboost.netquality&#39;, isAppModule is 0 11-26 15:49:07.619 9682 9682 I C015B5/com.huawei.hmos.location:core/netmanager_enhanced: [core]Init net quality service JS Intf 11-26 15:49:07.619 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:605)(LoadNativeModule)] key is default/network-restclient-service 11-26 15:49:07.620 1521 2684 E C01631/distributeddata/GaussDB_RD: [COMMON] [392917244296] [d71e03c5] [GMERR-24000] Embedded service 11 execute go wrong 11-26 15:49:07.620 1521 2684 I C01651/distributeddata/DataShare: GetDataStrategy::CheckPermission: access private data, caller and called is same, go 11-26 15:49:07.620 1521 2684 I C01651/distributeddata/DataShare: GetDataStrategy::CheckPermission: access private data, caller and called is same, go 11-26 15:49:07.620 1521 2684 I C01651/distributeddata/DataShare: GetDataStrategy::CheckPermission: access private data, caller and called is same, go 11-26 15:49:07.620 1521 2684 I C01651/distributeddata/DataShare: GetDataStrategy::CheckPermission: access private data, caller and called is same, go 11-26 15:49:07.620 1521 2684 E C01707/distributeddata/CONCUR: [Interface] task 2684 leave qos failed, errno = 1 11-26 15:49:07.621 8910 8910 I A02537/com.huawei.hmos.health.core/CorePrivacyUtil: privacyState in dataShare is same false and false, no need publish again 11-26 15:49:07.621 8910 8910 I A02537/com.huawei.hmos.health.core/CorePrivacyUtil: publishedData length is 4, count is 0 11-26 15:49:07.621 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.625 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.630 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.630 9682 9682 E C03F00/MUSL-LDSO: Error loading header libbundle_ndk.z.so, namespace ndk has no inherits, errno=2 11-26 15:49:07.634 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.638 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.642 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.644 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;default/network-restclient-service&#39;, isAppModule is 1 11-26 15:49:07.647 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.650 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.655 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.660 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.665 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.665 9682 9682 I A00000/com.huawei.hmos.location:core/AKI: [INFO:napi_init.cpp(99)] begin to initial AKI with version: 1.2.14 11-26 15:49:07.667 9682 9682 I A00001/com.huawei.hmos.location:core/NK_URL_TS: Url Engine start, buildVersion:8.0.8-309 buildType:RelWithDebInfo isLite:false 11-26 15:49:07.667 9682 9682 I A00001/com.huawei.hmos.location:core/NK_COMM_TS: NetworkStatus set callback to cpp start 11-26 15:49:07.669 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.672 9682 9682 I A00000/com.huawei.hmos.location:core/chromium: [1126/154907.672595:INFO:network_change_notifier_napi.cpp(199)] SetInitCallback in master JS thread, thread id:9682 11-26 15:49:07.673 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.677 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.680 9118 9121 E A00000/aptouch_daemon/afehal: [1][thp_afe_get_frame] Rawdata checksum error 11-26 15:49:07.683 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.684 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;telephony.vsim&#39;, isAppModule is 0 11-26 15:49:07.684 9682 9682 I C01F0B/com.huawei.hmos.location:core/TelephonyVSim: InitVSimModule START 11-26 15:49:07.686 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.686 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:605)(LoadNativeModule)] key is default/network-filedownload-service 11-26 15:49:07.690 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.690 49530 49532 I C02D19/netmask/Netmask_Log: write file segment 0 11-26 15:49:07.691 631 993 I C02C03/PARAM_WATCHER: [watcher_manager.cpp:255]ProcessParameterChange key &#39;sys.hiview.chr.fluchcache&#39; pid: 49530 11-26 15:49:07.691 49530 49530 I C02C02/PARAM: [param_request.c:208]SystemSetParameter name sys.hiview.chr.fluchcache msgid:355 ret: 0 11-26 15:49:07.696 1369 2344 E C02700/sensors/MotionPlugin: in MotionTransformIfRequired, g_handle is nullptr 11-26 15:49:07.696 1369 2344 E C02700/sensors/MotionPlugin: in MotionTransformIfRequired, g_handle is nullptr 11-26 15:49:07.696 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.697 1396 60543 I C02986/powermgr/DisplayPowerBrightness: UpdateAfterUnlockedFastDuration, now=652920837,KeyguardUnlockedTime=652919523,mIsAfterUnlockedFastDuration=1 11-26 15:49:07.699 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.704 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.706 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;default/network-filedownload-service&#39;, isAppModule is 1 11-26 15:49:07.707 9682 9682 I A00000/com.huawei.hmos.location:core/AKI: [INFO:DownloadService.cpp(521)] register AKI addon: network-filedownload-service 11-26 15:49:07.707 9118 9121 E A00000/aptouch_daemon/afehal: [1][thp_afe_get_frame] Rawdata checksum error 11-26 15:49:07.708 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.710 9682 9682 I A00000/com.huawei.hmos.location:core/AKI: [INFO:napi_init.cpp(99)] begin to initial AKI with version: 1.2.14 11-26 15:49:07.712 9682 9682 I A00001/com.huawei.hmos.location:core/NK_DOWNLOAD_TS: Download Engine start, buildVersion:8.0.8-309 buildType:RelWithDebInfo isLite:false 11-26 15:49:07.712 9682 9682 I A00001/com.huawei.hmos.location:core/NK_COMM_TS: NetworkStatus set callback to cpp start 11-26 15:49:07.712 9682 9682 I A00000/com.huawei.hmos.location:core/chromium: [1126/154907.712366:INFO:network_change_notifier_napi.cpp(199)] SetInitCallback in master JS thread, thread id:9682 11-26 15:49:07.713 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.714 9682 9682 I C03F01/com.huawei.hmos.location:core/NAPI: [(native_module_manager.cpp:297)(Register)] At tail register module name is &#39;app.ability.appManager&#39;, isAppModule is 0 11-26 15:49:07.716 9255 9295 I C0430A/index_insert_service/file_monitor_service: [RestartMission:167]content can parse 11-26 15:49:07.716 9255 9295 I C0430A/index_insert_service/file_monitor_service: [RestartMission:172]fusion can parse 11-26 15:49:07.716 9255 9295 I C0430A/index_insert_service/file_monitor_service: [RestartMission:181]size=6 11-26 15:49:07.716 9255 9295 I C0430A/index_insert_service/file_monitor_service: [Update:504]Begin update database. 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [SearchMsgs:683]begin 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [Search:202]Begin to search msgs. 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [DbCorruptionProc:345]DB Corruption process, errcode: 27394061 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [SearchMsgs:167]0 msgs searched,tableId:66074,stateSize:1,type:-1 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [SearchMsgs:701]searchMsgs size=0,time(ms)=0,stateStr= 1 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [IsIdle:1648]ContentBuild isIdle = 1 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [IsIndexTaskIdle:3370]SchemaInsertBuild isIdle = 1 11-26 15:49:07.717 9255 9295 I C0430A/index_insert_service/file_monitor_service: [IsTaskIdle:3439]DbHandler isIdle = 1 11-26 15:49:07.718 941 2001 I C015B5/netmanager/BoosterNet: [packet_filter_bypass.cpp] UpdateHookDropStats# stats 20020020, hook 0, packets 0, dnsDropCount 0, wifiPkts 10 11-26 15:49:07.718 9682 9682 I A02300/com.huawei.hmos.location:core/LocationAbilityStage: onCreate start 11-26 15:49:07.721 9682 9682 I C01317/com.huawei.hmos.location:core/AppKit: [ohos_application.cpp:1049]current 2, pre 0 11-26 15:49:07.721 9682 9682 W C01317/com.huawei.hmos.location:core/AppKit: [ohos_application.cpp:1078]fontSize is empty 11-26 15:49:07.721 9682 9682 I C01317/com.huawei.hmos.location:core/AppKit: [ohos_application.cpp:1110]current 2, pre 0 11-26 15:49:07.721 9682 9682 W C01317/com.huawei.hmos.location:core/AppKit: [ohos_application.cpp:1114]language is empty 11-26 15:49:07.721 9682 9682 I C01317/com.huawei.hmos.location:core/AppKit: [ohos_application.cpp:469]configuration_: {"0#const.build.characteristics":"tablet","0#input.pointer.device":"false","0#ohos.app.fontMaxScale":"3.2","0#ohos.app.fontSizeScale":"followSystem","0#ohos.system.colorMode":"dark","0#ohos.system.colorMode.isSetByApp":"isSetByApp","0#ohos.system.fontSizeScale":"1.000000","0#ohos.system.fontWeightScale":"1.0","0#ohos.system.hour":"true","0#ohos.system.language":"zh-Hans-JP"}, config: {"0#ohos.system.colorMode":"dark","0#ohos.system.colorMode.isSetByApp":"isSetByApp"} 11-26 15:49:07.722 9682 9682 I A02300/com.huawei.hmos.location:core/LocationAbilityStage: onCreate end,isDebug:false,versionCode:70201301,versionName:7.2.1.301 11-26 15:49:07.722 9682 9682 I C01340/com.huawei.hmos.location:core/Ext: [extension_ability_thread.cpp:218]Begin, extension: ServiceExtension
最新发布
12-03
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值