You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run (AbstractRunMojo.java:527) at java.lang.Thread.run (Thread.java:748) Caused by: java.lang.IllegalStateException: Failed to execute CommandLineRunner at org.springframework.boot.SpringApplication.callRunner (SpringApplication.java:735) at org.springframework.boot.SpringApplication.callRunners (SpringApplication.java:716) at org.springframework.boot.SpringApplication.afterRefresh (SpringApplication.java:703) at org.springframework.boot.SpringApplication.run (SpringApplication.java:304) at org.springframework.boot.SpringApplication.run (SpringApplication.java:1118) at org.springframework.boot.SpringApplication.run (SpringApplication.java:1107) at com.cherry.jeeves.JeevesApplication.main (JeevesApplication.java:18) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run (AbstractRunMojo.java:527) at java.lang.Thread.run (Thread.java:748) Caused by: com.cherry.jeeves.exception.WechatException: token ret = 1203 at com.cherry.jeeves.service.LoginService.login (LoginService.java:110) at com.cherry.jeeves.Jeeves.start (Jeeves.java:25) at com.cherry.jeeves.JeevesApplication.lambda$run$1 (JeevesApplication.java:27) at org.springframework.boot.SpringApplication.callRunner (SpringApplication.java:732) at org.springframework.boot.SpringApplication.callRunners (SpringApplication.java:716) at org.springframework.boot.SpringApplication.afterRefresh (SpringApplication.java:703) at org.springframework.boot.SpringApplication.run (SpringApplication.java:304) at org.springframework.boot.SpringApplication.run (SpringApplication.java:1118) at org.springframework.boot.SpringApplication.run (SpringApplication.java:1107) at com.cherry.jeeves.JeevesApplication.main (JeevesApplication.java:18) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: