We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot invoke "com.github.tobato.fastdfs.domain.fdfs.TrackerLocator.getTrackerAddress()" because "this.trackerLocator" is null
The text was updated successfully, but these errors were encountered:
com.github.tobato.fastdfs.domain.conn.TrackerConnectionManager#initTracker 使用的注解@PostConstruct包路径在jdk17是无效的
Sorry, something went wrong.
<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency> 在项目配置里面引入下这个包就可以了
<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency>
有可能是服务的端口未开放,导致连接不上报了这个错; 也有可能是配置tracker-list的时候没有写好服务器地址。
No branches or pull requests
Cannot invoke "com.github.tobato.fastdfs.domain.fdfs.TrackerLocator.getTrackerAddress()" because "this.trackerLocator" is null
The text was updated successfully, but these errors were encountered: