Searching on Eclipse Market Place - eclipse

Everytime I open my Eclipse IDE's Marketplace. Then search with the keyword "spring"... I keep on getting this error:
Help please.
Thanks.

Update:
This was a temporary server-side issue that has meanwhile been fixed. Please try again.
See Eclipse bug 551442
Same problem on kubuntu 1904 Linux, Eclipse JEE 2019-06, I am trying to install pydev, but it is not possible because is there a request problem
It is the url of the request :http://marketplace.eclipse.org/api/p/search/apachesolr_search/pydev?client=org.eclipse.epp.mpc.core&client.version=1.7.7.v20190521-1752&os=linux&ws=gtk&nl=en_US&java.version=11.0.4&product=org.eclipse.epp.package.jee.product&product.version=4.12.0.I20190605-1800&runtime.version=3.15.300.v20190508-0543&platform.version=4.12.0.v20190605-1800
Eclipse says that all websites is working good , status ok https://status.eclipse.org/
It appears in the website when trying to search pydev
A quick solution is
In MarketPlace-Client select the Popular tab and scroll down , then you will find Spring, in my case there is pydev too, then install button.

Related

Eclipse stuck at plugin installation (marketplace)

I am using an Eclipse IDE for Java Developers version 2019-12 (4.14.0). As there were no JSP support, I went to Eclipse site and drag and drop the install button to my eclipse. It started the installation but even after hours it stuck around 80%.
I restarted the Eclipse and even my machine but as an when I click on the Marketplace, the dialog shown in the image comes up and stuck there. The cancel button also doesn't work.
Please help..
For JSPs, you actually want https://marketplace.eclipse.org/content/eclipse-enterprise-java-developer-tools, but if you keep running into this issue, it sounds more like a problem with your network.
To rule out any issue with it being on the client, you can add https://download.eclipse.org/releases/latest into your Available Software Sites preference page, Check for Updates from the Help menu, and then try the directions at https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F. If everything else fails, the downloadable package at https://www.eclipse.org/downloads/packages/release/2020-12/r/eclipse-ide-enterprise-java-developers is an option (for the next week, after which 2021-03 will have been Released).

Missing parts of Help Menu - Eclipse Luna

I'm working in Eclipse Luna, after install Oracle Enterprise Pack for Eclipse (OEPE) Help Menu shows with missing items. I'm attaching a screenshot
Missing items:
Also, I checked the Menu Visibility:
Check for updates
Install New Software..
Installation Details
and So on..
Any ideas?
Look in 'Window > Customize Perspective'. Select the 'Menu Visibility' tab and open the 'Help' section. You should be able to enable the missing menu items there.
I faced the same issue after updating STS based on Luna with OEPE,
It works back after deleting all Oracle related files from the plugins folder.
Then i did proper uninstall from market place.
Install Back OEPE but with only selecting
Oracle Java EE tool
Oracle Weblogic Server Tools
unchecked every thing else, this worked for me.
EDIT: ok, i've found the solution, first uninstall eclipse (in arch that would be pacman -Rcns eclipse) then head to ~/.eclipse/ you'll see that it kept gtk setting of previous version of eclipse delete all of it, then install eclipse again.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
this isn't an answer but since my reputation is < 50, i'll post here
i have similar problem with Gere, i'm running manjaro linux, and eclipse luna 4.4.1.1 and while in Gere case the option is shown in Windows/Menu Visibility in my case it only shows
1. Welcome
2. Help Contents
3. Search
4. Dynamic Help
5. Tips and Tricks ...
6. About Eclipse
this is exactly the same as shown in Help menu
there are no option for update, nor to install new software
so apparently the problem wasnt in menu visibility as previously in kepler it was ok, the problem only occured after updating to luna, and removing+installing doesnt help
I had the very same problem with Eclipse Luna on my Debian.
I did a "mv ~/.eclipse ~/.eclipse-old" (for safety :) ), restart Eclipse and get the "install new software" menu back.
I then remove the ~/.eclipse-old directory
I had similar issue Gere. I went to eclipse/plugins folder, search everything with "oracle" and deleted them. Once I did that I restarted the Eclipse and voila I got back my eclipse. I hope this helps.

Couldn't load Eclipse Marketplace in Eclipse Kepler

I use Eclipse Kepler on Windows 8. When I open Eclipse Market place, its progressing bar still remains in the same place. I have proper internet connection. What might be the problem? Help me.. I couldn't install any new plugins..
A wild guess would be your firewall is blocking the access to the marketplace. That's not unusual, especially on business computer. Fortunately, there is an alternative. Go to http://marketplace.eclipse.org/ and select the plugin you need. Then drag the "install" icon and drop it in your Eclipse window. Normally, it should install the plugin.
add the following two lines in start of /eclipse.ini
-vm
C:/Program Files/Java//bin/javaw.exe
also change
-Dosgi.requiredJavaVersion <(JDK version you are using)1.8>
Now it works...!
I used the answers in the following thread...
Eclipse Kepler not connecting to internet via proxy
thanks guys!

PyDev fails to install on Eclipse for Mac

I am attempting to install PyDev in Eclipse for Mac (OSX version 10.8.3). After installing PyDev I go to preferences to configure it for use, and it does not appear on the list. If I go back to help > install new software and click "What is already installed?" PyDev does not appear on the list. I have attempted reinstalling PyDev (many times), restarting Eclipse, restarting my Mac, and have searched for any problems similar to mine, but have come up with nothing. I have Python 3.3 installed, and also Python 2.6 (installed 2.6 when a guide told me 2.6 is the build used by the project).
Any help would be greatly appreciated. Have a nice day!
Greg Anthony
I think I just solved the problem.
I tried to install PyDev, got a long way through to a dialog with a progress bar that seemed to be about the last step.
A dialog box asking me to approve a certificate popped up behind the progress-bar dialog, when it was about half-way along. I clicked OK and both dialogs immediately disappeared.
PyDev was not installed.
I did it again, but this time looked at the certificate dialog. You have to tick the certificate, and then click OK. Installation continued.
Now I have PyDev.
YMMV, good luck.

Eclipse failed to response under Fedora 12

i tried fedora12 yesterday, but i find eclipse doesn't work. at first i thought this problem is related to SELinux, but after i turn off selinux, i still can't
create a project, i press the "next" or "finish" button, there is no response. well the "cancel" button works. there is no error popup, or error logs.
i tried eclipse -debug -console; but there is no log output when i click the button. it is so weird, is this happened to anyone before?
environment: fedora12, JDK 1.6.0_17, eclipse Galileo.
computer: t400.
This is a bug due to a change introduced in GTK 2.18, see Bug 291257. The current workaround is to export GDK_NATIVE_WINDOWS=true before to run Eclipse. I actually use the following startup script:
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/mozilla/
export ECLIPSE_HOME=/opt/IBM/eclipse
export GDK_NATIVE_WINDOWS=true
$ECLIPSE_HOME/eclipse $*
I can't install plugins from update sites, either.
In a blank eclipse install, adding a new update site (es: jboss tools) using the keyboard works; also, it's possible to select a release to install from the available software list.
The new plugin gets installed, but won't appear in perspectives (es: jboss devel) after restart.
After that, adding new update sites and trying to install their releases won't work, the available software list remains empty.
Using Fedora 12 Eclipse 3.5..
By the way, "Fedora Eclipse" rpm is screwed at the moment, it won't install a single file
SOLUTION:
Eclipse 3.6 fix those problems http://download.eclipse.org/eclipse/downloads/
Just add helios update site
There seems to be an incompatability with gtk/gdk shipped with F12. You can tell eclipse to use the native GDK and it should correct these problems:
GDK_NATIVE_WINDOWS=1 ./eclipse
You can also add -DGDK_NATIVE_WINDOWS=1 to your eclipse.ini file. That should help if you switch workspaces.
it's a bug, the keyboard works. try it.