[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-17 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-382245564 Sure. Glad to help. Closing this. BTW, if you are putting SkyWalking online, please share to us with your use

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-17 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-382219001 Why does your session object have `RestController` annotation? This is the reason. Every `@RestController` m

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-17 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381932718 You should pay attention about `com.**.core.utils.clustered.ClusteredSessionManager.saveSession(ClusteredSession

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-17 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381875057 I see. Then the only solution is to find out which classes do your applications put into session, and what happens t

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381869627 I think maybe some classes are enhanced by SkyWalking, so EnhanceRequireObjectCache was injected into the class skel

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381810981 Do you really use this feature of Tomcat? I am not familiar with this, and didn't intend to effect it.

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381521735 Sorry, I only mean classes are your session stores. This issue caused by that explicit class. I assume you are using

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381520963 Then, could do provide the class source codes to us? ---

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381500671 @ascrutae I think you should pay attention on this, too. ---

[GitHub] wu-sheng commented on issue #1080: Exception loading sessions from persistent storage

2018-04-16 Thread GitBox
wu-sheng commented on issue #1080: Exception loading sessions from persistent storage URL: https://github.com/apache/incubator-skywalking/issues/1080#issuecomment-381500576 @Anarchists I thinks this is a very serious conflict bug, caused by our dynamic instrument. I think your application