上传app Store时Error : This action could not be completed(-22421)

Xcode上传AppStore错误解决
本文介绍了解决Xcode上传二进制文件到AppStore时出现的错误(-22421)的方法。通常原因是苹果服务器繁忙或本地网络问题。解决办法包括取消当前上传并重新尝试,无需重新归档;若问题依旧,可以尝试使用VPN。

Error:

在xcode上传二进制文件到app Store时报了以下的错
This action could not be completed.Try again.(-22421)

Reason:

苹果服务器繁忙,或是本地的网络问题导致的

Solve:

直接cancel掉,重新upLoad,不需要重新Archive的
如果还不行,可以试试挂个vpn
帮我看看这段日志,cassandra连接正常了吗?这个报错是因为什么? 2025-08-28 12:03:55.407 INFO 17536 --- [ main] c.t.n.d.b.BasicSpringBootApplication : Starting BasicSpringBootApplication on 18088172-BG with PID 17536 (E:\code\java\basic-spring-boot\target\classes started by admin in E:\code\java\basic-spring-boot) 2025-08-28 12:03:55.409 INFO 17536 --- [ main] c.t.n.d.b.BasicSpringBootApplication : No active profile set, falling back to default profiles: default 2025-08-28 12:03:55.824 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2025-08-28 12:03:55.825 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Reactive Cassandra repositories in DEFAULT mode. 2025-08-28 12:03:55.849 INFO 17536 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Reactive Cassandra - Could not safely identify store assignment for repository candidate interface com.tplink.nbu.demo.basicspringboot.repository.MysqlUserRepository. If you want this repository to be a Reactive Cassandra repository, consider annotating your entities with one of these annotations: org.springframework.data.cassandra.core.mapping.Table (preferred), or consider extending one of the following types with your repository: org.springframework.data.cassandra.repository.ReactiveCassandraRepository. 2025-08-28 12:03:55.849 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 Reactive Cassandra repository interfaces. 2025-08-28 12:03:55.851 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2025-08-28 12:03:55.851 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Cassandra repositories in DEFAULT mode. 2025-08-28 12:03:55.854 INFO 17536 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Cassandra - Could not safely identify store assignment for repository candidate interface com.tplink.nbu.demo.basicspringboot.repository.MysqlUserRepository. If you want this repository to be a Cassandra repository, consider annotating your entities with one of these annotations: org.springframework.data.cassandra.core.mapping.Table (preferred), or consider extending one of the following types with your repository: org.springframework.data.cassandra.repository.CassandraRepository. 2025-08-28 12:03:55.861 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 10ms. Found 1 Cassandra repository interfaces. 2025-08-28 12:03:55.864 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2025-08-28 12:03:55.864 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-08-28 12:03:55.869 INFO 17536 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.tplink.nbu.demo.basicspringboot.repository.CassandraUserRepository. If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: javax.persistence.Entity, javax.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository. 2025-08-28 12:03:55.873 INFO 17536 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 7ms. Found 1 JPA repository interfaces. 2025-08-28 12:03:56.244 INFO 17536 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2025-08-28 12:03:56.290 INFO 17536 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2025-08-28 12:03:56.290 INFO 17536 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.34] 2025-08-28 12:03:56.415 INFO 17536 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2025-08-28 12:03:56.415 INFO 17536 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 991 ms 2025-08-28 12:03:56.555 INFO 17536 --- [ main] com.datastax.driver.core : DataStax Java driver 3.6.0 for Apache Cassandra 2025-08-28 12:03:56.557 INFO 17536 --- [ main] c.d.driver.core.GuavaCompatibility : Detected Guava >= 19 in the classpath, using modern compatibility layer 2025-08-28 12:03:56.636 INFO 17536 --- [ main] com.datastax.driver.core.Native : Could not load JNR C Library, native system calls through this library will not be available (set this logger level to DEBUG to see the full stack trace). 2025-08-28 12:03:56.637 INFO 17536 --- [ main] com.datastax.driver.core.ClockFactory : Using java.lang.System clock to generate timestamps. 2025-08-28 12:03:56.753 INFO 17536 --- [ main] com.datastax.driver.core.NettyUtil : Did not find Netty's native epoll transport in the classpath, defaulting to NIO. 2025-08-28 12:03:57.754 INFO 17536 --- [ main] c.d.d.c.p.DCAwareRoundRobinPolicy : Using data-center name 'datacenter1' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor) 2025-08-28 12:03:57.755 INFO 17536 --- [ main] com.datastax.driver.core.Cluster : New Cassandra host /192.168.131.129:9042 added 2025-08-28 12:03:58.195 INFO 17536 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2025-08-28 12:03:58.267 INFO 17536 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2025-08-28 12:03:58.309 INFO 17536 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2025-08-28 12:03:58.404 INFO 17536 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.17.Final} 2025-08-28 12:03:58.405 INFO 17536 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2025-08-28 12:03:58.577 INFO 17536 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2025-08-28 12:03:58.707 INFO 17536 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect Hibernate: create table mysql_user (id bigint not null auto_increment, address varchar(255), email varchar(255) not null, password varchar(255) not null, username varchar(255) not null, valid bit, primary key (id)) engine=MyISAM Hibernate: alter table mysql_user drop index UK_4bc87y5bgn3lf60kknjot06g0 Hibernate: alter table mysql_user add constraint UK_4bc87y5bgn3lf60kknjot06g0 unique (email) 2025-08-28 12:03:59.316 INFO 17536 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-08-28 12:03:59.386 WARN 17536 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'DBOpController': Unsatisfied dependency expressed through field 'userService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userServiceImpl': Unsatisfied dependency expressed through field 'userrepository'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.tplink.nbu.demo.basicspringboot.repository.UserRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=mysqluserrepo)} 2025-08-28 12:03:59.386 INFO 17536 --- [ main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2025-08-28 12:04:01.475 INFO 17536 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2025-08-28 12:04:01.481 INFO 17536 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2025-08-28 12:04:01.482 INFO 17536 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2025-08-28 12:04:01.489 INFO 17536 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2025-08-28 12:04:01.613 ERROR 17536 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Field userrepository in com.tplink.nbu.demo.basicspringboot.service.UserServiceImpl required a bean of type 'com.tplink.nbu.demo.basicspringboot.repository.UserRepository' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) Action: Consider defining a bean of type 'com.tplink.nbu.demo.basicspringboot.repository.UserRepository' in your configuration.
最新发布
08-29
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值