Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.metadata\.log error in eclipse

I have a problem with Eclipse, it worked until yesterday, and now when i try to open it, i get this message [ an error has occurred see the log file workspacename.metadata.log] i searched i found some Suggestions like delete some files on .metadata.plugins but not working with me ! so any help

eclipse.buildId=v21.1.0-569685
java.version=1.7.0_10
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ar_SA
Framework arguments:  -product com.android.ide.eclipse.adt.package.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
com.android.ide.eclipse.adt.package.product
like image 632
Arwa Avatar asked May 04 '13 22:05

Arwa


People also ask

How do I view error logs in Eclipse?

From the main menu, select Window > Show view > Other. Then select General > Error Log. The error log is displayed, showing the following information for each error: The status of the error (for example, error or warning)

What is metadata log?

Viewing the data collection logs for asset, capacity, and configuration metadata. A log file is created each time that metadata is collected about the asset, capacity, and configuration of your storage systems. The logs include detailed information about the status, actions, and progress of the data collection.

What is metadata folder in Eclipse?

metadata folder is an area where Eclipse plug-ins can save any information they want to save. This will include things like your preference settings, information about the contents of projects and the indices the Java plug-in uses to find classes and methods quickly.


2 Answers

1) You have to delete the folder metadata in your workspace.

2) Start Eclipse as usual - the folder metadata is newly creating by starting Eclipse

like image 65
alex Avatar answered Sep 28 '22 12:09

alex


I added -clean in the top of eclipse.ini file and it works for me.

like image 42
wikimix Avatar answered Sep 28 '22 10:09

wikimix