店铺授权二维码调试
来源:14-14 店铺授权之部署以及远程调试
qq_了然_4
2020-08-06
ShopAuthManagementController [Remote Java Application]
Java HotSpot(TM) 64-Bit Server VM [121.37.180.39:8888]
Daemon Thread [logback-2] (Running)
Daemon Thread [mysql-cj-abandoned-connection-cleanup] (Running)
Thread [Catalina-utility-1] (Running)
Thread [Catalina-utility-2] (Running)
Thread [container-0] (Running)
Daemon Thread [commons-pool-evictor-thread] (Running)
Daemon Thread [http-nio-8080-exec-1] (Running)
Daemon Thread [http-nio-8080-exec-4] (Running)
Daemon Thread [http-nio-8080-exec-5] (Running)
Daemon Thread [http-nio-8080-exec-6] (Running)
Daemon Thread [http-nio-8080-exec-3] (Running)
Daemon Thread [http-nio-8080-exec-2] (Running)
Daemon Thread [http-nio-8080-ClientPoller] (Running)
Daemon Thread [http-nio-8080-exec-10] (Suspended)
Unsafe.park(boolean, long) line: not available [native method]
LockSupport.park(Object) line: 175
AbstractQueuedSynchronizer$ConditionObject.await() line: 2039
TaskQueue(LinkedBlockingQueue<E>).take() line: 442
TaskQueue.take() line: 107
TaskQueue.take() line: 33
ThreadPoolExecutor(ThreadPoolExecutor).getTask() line: 1074
ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1134
ThreadPoolExecutor$Worker.run() line: 624
TaskThread$WrappingRunnable.run() line: 61
TaskThread(Thread).run() line: 748
Daemon Thread [http-nio-8080-exec-7] (Running)
Daemon Thread [http-nio-8080-exec-8] (Running)
Daemon Thread [http-nio-8080-exec-9] (Running)
Daemon Thread [http-nio-8080-Acceptor] (Running)
Thread [DestroyJavaVM] (Running)
Daemon Thread [http-nio-8080-BlockPoller] (Running)
Daemon Thread [logback-3] (Running)
Daemon Thread [logback-4] (Running)
Daemon Thread [C3P0PooledConnectionPoolManager[identityToken->1hge0x3ab1if2gsqgwa8sw|57eda880]-HelperThread-#2] (Running)
Daemon Thread [C3P0PooledConnectionPoolManager[identityToken->1hge0x3ab1if2gsqgwa8sw|57eda880]-HelperThread-#0] (Running)
Daemon Thread [C3P0PooledConnectionPoolManager[identityToken->1hge0x3ab1if2gsqgwa8sw|57eda880]-HelperThread-#1] (Running)
Daemon Thread [C3P0PooledConnectionPoolManager[identityToken->1hge0x3ab1if2gsqgwa8sw|57eda880]-AdminTaskTimer] (Running)
Daemon Thread [logback-5] (Running)
Daemon Thread [logback-6] (Running)
Daemon Thread [logback-7] (Running)
Daemon Thread [logback-8] (Running)
Daemon Thread [logback-9] (Running)
老师,我在远程调试的时候,用微信扫了授权二维码后,会提示我是否继续访问这个网址(因为我用的是IP),我点了“继续访问” 后没有任何反应,没有进入 路由“/addshopauthmap” 的代码中,还是停留在“继续访问” 的界面上,整个调试就结束了。然后我看到在debug中有个进程一直suspend中,这个是什么原因啊?
写回答
1回答
-
翔仔
2020-08-07
同学好,可以看看wechatlogin这个,有没有被执行了,是否获取到用户信息,如果没有,ip这块有时候会莫名其妙点击确定时候会重复访问,然后会出错,所以得多尝试几次
032020-08-10
相似问题