Skip to content
New issue

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

目前是不是不支持springboot3.0(jdk17)框架下使用? #290

Open
zhoulj272141637 opened this issue Jul 14, 2023 · 3 comments
Open

Comments

@zhoulj272141637
Copy link

Cannot invoke "com.github.tobato.fastdfs.domain.fdfs.TrackerLocator.getTrackerAddress()" because "this.trackerLocator" is null

@Wooyulin
Copy link

Wooyulin commented Aug 1, 2023

com.github.tobato.fastdfs.domain.conn.TrackerConnectionManager#initTracker 使用的注解@PostConstruct包路径在jdk17是无效的

@doubkle
Copy link

doubkle commented Oct 23, 2023

<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency>
在项目配置里面引入下这个包就可以了

@elvert-zxp
Copy link

有可能是服务的端口未开放,导致连接不上报了这个错;
也有可能是配置tracker-list的时候没有写好服务器地址。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants