You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/24 03:08:48 UTC

[GitHub] [skywalking] WickeyLiang opened a new issue #4563: application with agent startup and report illegal field modifiers in class

WickeyLiang opened a new issue #4563: application with agent startup and report illegal field modifiers in class
URL: https://github.com/apache/skywalking/issues/4563
 
 
   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](https://user-images.githubusercontent.com/11452144/77383930-20852800-6dbf-11ea-96ec-0ceb342e665d.png)
   
   my code 
   `public interface TaskCallback<T> extends ListenableFutureCallback<T> {
   
       public void onTimeout();
   }`
   
   `public interface ListenableTask<T> extends Callable<T>, TaskCallback<T> {
   
   }`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4563: application with agent startup and report illegal field modifiers in class

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4563: application with agent startup and report illegal field modifiers in class
URL: https://github.com/apache/skywalking/issues/4563#issuecomment-602992344
 
 
   @ascrutae Please take a look.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] WickeyLiang commented on issue #4563: application with agent startup and report illegal field modifiers in class

Posted by GitBox <gi...@apache.org>.
WickeyLiang commented on issue #4563: application with agent startup and report illegal field modifiers in class
URL: https://github.com/apache/skywalking/issues/4563#issuecomment-602993806
 
 
   > @ascrutae Please take a look.
   
   i rewrite my interface to class and reboot success now, thank you

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services