Tag Archives: server

[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

Server failed during MySQL installation or re installation

Today, an error occurred when re installing MySQL service,
the action ‘install’ for product ‘MySQL server 5.7.19’ failed

1: Action 14:02:10: INSTALL. 
1: 1: MySQL Server 5.7 2: {EC09D203-422B-4C9F-B623-230EF57EE709} 
1: Action 14:02:10: FindRelatedProducts. Searching for related applications
1: Action 14:02:10: AppSearch. Searching for installed applications
1: Action 14:02:10: LaunchConditions. Evaluating launch conditions
1: This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again.
1: 1: MySQL Server 5.7 2: {EC09D203-422B-4C9F-B623-230EF57EE709} 3: 3 
1: The action 'Install' for product 'MySQL Server 5.7.19' failed.

That is, the database server was not installed successfully
at first, I thought that the previous MySQL was not unloaded completely. I also found many ways on the Internet, but they couldn’t work. Later, I tried many times and found a way in a post.

It’s Keng, it’s Si, it’s Le
you need to upgrade a plug-in, Visual C + + 2013 and Visual C + + redistributable packages
and use 32-bit Visual C + + redistributable packages for visual studio 2013!!! Note that it’s 32-bit. Even if your computer is 64 bit

Installation website: https://www.microsoft.com/zh-cn/download/details.aspx?id=40784
Click download and select
vcredist_ X86.exe-6.2 MB
download and install
after installation, the database server can be installed successfully.


If you think it’s helpful, remember to praise and encourage~

Scan the QR code above to follow my subscription number~