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

application with agent startup and report illegal field modifiers in class #4563

Closed
YK-Leung opened this issue Mar 24, 2020 · 3 comments
Closed
Assignees
Labels
agent Language agent related. plugin Plugin for agent or collector. Be used to extend the capabilities of default implementor. question End user question and discussion.
Milestone

Comments

@YK-Leung
Copy link

YK-Leung commented Mar 24, 2020

jdk: 1.7
skywalking: 6.6
spring: 4.0.4
Other same versions projects with agent are startup normally except this,the error in agent log:
image

my code :

public interface TaskCallback<T> extends ListenableFutureCallback<T> { public void onTimeout(); }

public interface ListenableTask<T> extends Callable<T>, TaskCallback<T> { }

@wu-sheng
Copy link
Member

@ascrutae Please take a look.

@YK-Leung
Copy link
Author

@ascrutae Please take a look.

i rewrite my interface to class and reboot success now, thank you

@wu-sheng wu-sheng added agent Language agent related. bug Something isn't working and you are sure it's a bug! plugin Plugin for agent or collector. Be used to extend the capabilities of default implementor. labels Mar 24, 2020
@wu-sheng wu-sheng closed this as completed Aug 6, 2020
@wu-sheng wu-sheng added this to the 8.2.0 milestone Aug 6, 2020
@wu-sheng wu-sheng added question End user question and discussion. and removed bug Something isn't working and you are sure it's a bug! labels Aug 6, 2020
@leohuai
Copy link

leohuai commented Dec 25, 2023

@ascrutae Please take a look.

i rewrite my interface to class and reboot success now, thank you

how do you fix it?I met the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent Language agent related. plugin Plugin for agent or collector. Be used to extend the capabilities of default implementor. question End user question and discussion.
Projects
None yet
Development

No branches or pull requests

4 participants