score:-4
It's a failure in Eclipse.
Try to uninstall it then download it from: https://www.eclipse.org/downloads/
and install it.
score:-3
Try this from the Eclipse marketplace 1. Click Help>Eclipse marketPlace (Eclipse marketPlace dialog box will open) 2. Type the name of your plugin (ex: type SWT Designer) in the find edit box, make sure to keep default values for All markets and all categories, and click go button. 3. The page will refresh and display all plugins that have swt designer in their name. 4. Click intsall or update button on the one that fits your needs. 5. The installation or update will be done successfully. 6. Restart your eclipse 7. The installation will be fine.
score:-2
org.aspectj.weaver_1.8.10.201704242114.jar
File will be downloaded for google, and it can be placed in eclipse/plugin/org.aspectj.weaver_1.8.10.201704242114.jar
can be replaced with older jar file.........it can be solved for your problem...........
score:-1
Recently i had this issue & i did a few workaround to make things right,
Drag and dropped from official page, normally eclipse restarts after the download, and a pop-up will ask us to select the svn connectors from list. but that didn't happened to me.
Install svn Plugin. (By drag and drop or install new software or any)
After this goto
window->preferences->Team->svn
select
Connector
Tab and clickGet connectors
Button then the prompt will appear select any oneconnector
to get it done (i use NativeHL 1.8).
score:-1
I solved this problem by editing the artifacts.xml.
- Close Eclipse.
- Edit the artifacts.xml.
- Find and delete previous entries related to the plugin you are trying to install.
- Save artifacts.xml.
After this you should be able to start Eclipse normally and install your plugin.
score:-1
I tried many solution from here including the one which says removing artifacts.xml and try installing with opening software with Run as Administrator also tried to install from the Help option "Install new software" none of this worked for me.
Then I updated to the latest version of JDK and it worked perfectly. I hope this help you.
Thanks. Vijay P.
score:0
I ran across this problem while updating eclipse's internal software. I discovered that the jar file org.eclipse.epp.mpc.help.ui_1.5.2.v20161004-1655.jar (found in the error details) in the eclipse plugins directory was corrupted (7-Zip was unable to inspect its contents). I redownloaded and manually replaced this file with one downloaded from their site, and I was then able to install the software without an issue. Hope this helps :)
(If it was a different JAR file for you, you can click "show directory contents" on this page and download the one you need.)
score:0
The reason for this error is typically a damaged jar in the bundle pool. You can fix this without manually editing files:
- run the Eclipse installer ("Oomph")
- select "Bundle pools" from the menu
- hit the "Analyze agent" button
- wait until the column "Damaged Artifacts" doesn't show a percent number anymore (scanning has finished)
You can now filter the bottom view to show only damaged artifacts, and choose to either delete or repair them (repair means to download them again from the Internet).
score:1
I installed E4 RCP Patch(bugzillas 445122)(Install new software -> Eclipse 4.4.1 Patches for bug 445122) and this helped me.
score:7
Run Eclipse as an administrator, then try to install the plugin again via help->Install New Software. it worked for me
score:23
Remove the
artifacts.xml
from the folder.Keep a copy of it in some other location (preferably external devices such as pendrive or hard disks etc).
Restart Eclipse.
Install the software plugin you want to install (it will ask for permission again).
After installation paste the
artifacts.xml
file back into the eclipse folder.Restart eclipse and set the SDK location.
Code to death!!! ;p
score:135
OK finally i found the solution for solve this problem. I don't know why Eclipse is showing me this error and i don't know if this is the best solution. I solve my problem with delete the artifacts.xml file in Eclipse root directory.
After deleting this file try to install that plugin again but this time after few second everything completes and works perfectly.
UPDATE: If you get that error again then just go to Eclipses' root directory and search for "artifacts.xml" and delete all the files is in the result ;)
Source: stackoverflow.com
Related Query
- Error when try install plugin
- GWT, Eclipse Plugin how to rename project along with .gwt.xml file? Am getting error when try to do so
- error when installing ADT plugin 'Cannot complete the install '
- Error (in GTK?) when trying to install EclipseXul plugin
- Android Eclipse after taken signed build, when try to install getting error for while parsing the package
- Eclipse on Mac, getting "Specified VM install not found" error when trying to build
- 'required items could not be found' error when installing ADT plugin
- INSTALL_FAILED_DEXOPT error when trying to install application
- conflicting dependency when trying to install ADT plugin into eclipse
- Error when installing plugin in Eclipse
- Eclipse plugin install error
- I get java code 13 error when i try to run eclipse
- Weird error from the Eclipse GWT plugin when having a separate source folder for resources
- Unknown Host error when attempting to connect to connect to Eclipse plugin repository
- in eclipse 3.61 getting error when trying to install google WindowMaker via updatesite
- Error 403 when try to deploy a maven project with tomcat-maven-plugin
- Receiving Error Code: 255 when pushing to Mercurial repo from Eclipse Plugin
- Why do I get an "invalid values" error when I try to access the network settings on Eclipse Mars?
- Error when deploying tomcat app on aws elastic beanstalk via aws eclipse plugin
- Command failed with error 8000 (AtlasError) when try to insert data into collection on Atlast server
- Error when installing Google Plugin for Eclipse into /opt on Linux
- How come my eclipse editor shows no error but when I try to run the file, it shows "cannot be resolved to a type" error?
- Why does this error occur when I try to run a Junit test-case on the Android emulator?
- Error "Comparison method violates its general contract!" when installing any Eclipse plugin
- SEVERE: Error filterStart , when try to deploy WAR file in Eclipse to Tomcat server
- getting "no repository found at..." error when placing my plugin into Eclipse's dropins directory
- What's wrong when I try to install ADT on Eclipse?
- How can I solve this error when I try to download e(fx)clipse from Eclipse Marketplace into my Eclipse IDE?
- How to fix 'No plugin found for prefix 'archetype' error when creating a maven project
- When I try enter date chosen by Jdatechooser it I get the Error "data exception: invalid datetime format"
More Query from same tag
- GWT and Google data APIs in Java
- In Eclipse, how can I view which ui class is active?
- How to surround some html code in Eclipse with new tag (shortcut)?
- Cocos2dx Android how to use .so instead of .jar library libcocos2dx.jar, use something like libcocos2dx.so
- Push notification is causing crashing parse app
- Can't connect to MySQL in Java EE/JBoss application
- Building Hadoop with Maven error: generate-version-annotation
- How to install OpenCV on Eclipse?
- use Github in Eclipse without using Egit
- "Error: Could not create the Java Virtual Machine Error: A fatal exception..." Shows error when I tried to launch Eclipse IDE 2019-06
- "not all expectations were satisfied" missing under Eclipse
- Error starting Eclipse on Ubuntu, JVM terminated Exit code=13
- Unable to contact EC2 metadata service
- Eclipe RCP using custom config file
- a code can run in eclipse, but not javac
- Importing the Resin source into Eclipse
- Can i create like struts 2 ,spring,hibernate application in Eclipse Indigo Java EE
- How do I change the SDK app engine on Eclipse
- Eclipse Syntax error android:targetSdkVersion="10"
- Conditionally-fixed Views and Editors in Eclipse RCP Perspective
- JPA why queries returining 2 objects doesn't work and the one returning one object works fine
- Debug PHP web page in Eclipse
- Tapestry AppModule not added by RegistryBuilder for one project, works fine for another
- What version of eclipse to use
- Java ResourceBundles does not read utf-8 characters correctly - after upgrading Eclipse
- Play Framework 2.2.1 - Eclipse Installation - Multiple Target Directories
- Deploy helloworld to wildfly using eclipse
- Which Eclipse plugin contains class MarkerSupportView
- What do the icons for methods in Eclipse mean?
- How to create a context menu before Eclipse Import menu item in Eclipse Plugin development