[Solved] Troubleshooting of server window error caused by abnormal closing of MyEclipse

Problem description

MyEclipse during the running service because of exceptions to close or directly close the IDE will occasionally lead to server errors

This kind of server error is usually led by a null pointer exception prompting a large chain of exceptions, all due to the error file generated by the exception closure

Solution:

Method 1

You can delete the. Metadata file directly, and it will be automatically regenerated after restarting MyEclipse

Method 2

Delete the following file under MyEclipse and restart to solve the problem

.metadata.plugins\org.eclipse.core.runtime.settings

Similar Posts: