Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop looping process "Send Classpath Notification" on STS

I Use STS 4.3.1 RELEASE in Window 10 Home.
When I use auto-complication in java or jsp file, it suddenly work slowly. ( My STS Min/Max memory 3000M)

In progress tab, "Send Classpath Notifications" process has stated and soon be increased a lot.
Then STS soon be conspicuously slow performance, and then has "no response" (with white state)

enter image description here

In fact, In 4.2 or lower than other version of STS, I didn't meet this issue.

like image 792
Jeongryeol Lee Avatar asked Aug 21 '19 01:08

Jeongryeol Lee


2 Answers

Send ClassPath Notification can be reolved with any of the following modifications based on the problem.

Better approach is to try doing each step and check whether your issue is still persisting.

Fix:1

In most of the cases, quick restart of the STS or Eclipse will resolve the issue of continues Send ClassPath Notification

Fix:2

Updating the Version 4.2.2 to 4.2.1

Fix:3

Navigate to Windows => Preferences => Language Servers -> Spring Language Servers and try disabling them

Reference : https://github.com/spring-projects/sts4/issues/218

like image 151
Srikanth Avadhanula Avatar answered Nov 16 '22 03:11

Srikanth Avadhanula


Closing the STS IDE Task from Task Manger in windows solved the issue for me

like image 1
Cyril Sojan Avatar answered Nov 16 '22 04:11

Cyril Sojan