installation for oracle weblogic server tools in eclipse indigo cannot complete - eclipse

I just wanted to use weblogic in my project,but I got the problem when I installed the new server runtime enviroment in indigo 3.7.it shows bellow:
Cannot complete the install because one or more required items could
not be found. Software being installed: Oracle WebLogic Server Tools
2.0.1.201203120349 (oracle.eclipse.tools.indigo.weblogic.feature.group 2.0.1.201203120349) >
Missing requirement: Oracle Common Tools UI 4.2.1.201203120349 (oracle.eclipse.tools.common.ui 4.2.1.201203120349) requires 'bundle org.eclipse.draw2d [3.7.0,3.8.0)' but it could not be
found
Cannot satisfy dependency:
From: Oracle Upgrade Framework 4.2.1.201203120349 (oracle.eclipse.tools.common.upgrade 4.2.1.201203120349)
To: bundle oracle.eclipse.tools.common.ui [4.2.1,4.3.0)
Cannot satisfy dependency:
From: Oracle Common Tools 2.0.1.201203120349 (oracle.eclipse.tools.indigo.common.feature.group 2.0.1.201203120349)
To: oracle.eclipse.tools.common.upgrade [4.2.1.201203120349]
Cannot satisfy dependency:
From: Oracle WebLogic Server Tools 2.0.1.201203120349 (oracle.eclipse.tools.indigo.weblogic.feature.group
2.0.1.201203120349)
To: oracle.eclipse.tools.indigo.common.feature.group 0.0.0
Any help will be appreciated.
Thanks

bundle org.eclipse.draw2d [3.7.0,3.8.0)' it could not be found because the bundle draw2d is not in appropriate version
uninstall GEF plugin newer than version3.8
reinstall GET with this linkhttp://download.eclipse.org/tools/gef/updates-pre-3_8/interim/ orhttp://download.eclipse.org/tools/gef/updates-pre-3_8/milestones/ or http://download.eclipse.org/tools/gef/updates-pre-3_8/releases/

It's probably a bit late to answer this, but anyhow, I think you would need the Oracle Enterprise Pack for Eclipse (OEPE). You can find all versions here:
http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-archive-1716547.html

Go to the given below URL and just drag n drop INSTALL BUTTON in you eclipse
Oracle Enterprise Pack for Eclipse 12c (12.1.1.1) for Indigo

Related

Failing to install Gradle IDE Pack 3.8.x+1.0.x on Eclipse 2020-06

whenever I try to install the Gradle IDE Pack 3.8.x+1.0.x+2.2.x on my Eclipse I get following error message:
Cannot complete the install because some dependencies are not satisfiable
Software being installed: a.jre.javase 16.0.0
Software currently installed: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
Cannot satisfy dependency:
From: Language Server Protocol client for Eclipse IDE (Incubation) 0.13.4.202011121435 (org.eclipse.lsp4e 0.13.4.202011121435)
To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))
Cannot satisfy dependency:
From: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
To: org.eclipse.equinox.p2.iu; org.eclipse.lsp4e 0.0.0
I use Eclipse 2020-06 and Java 8. From what I understand I would need minimum Java 11.
Is there a way to overgo that without using Java 11? We have to stick to Java 8 for now.
Thanks for support.
Upgrading to JDK11 didn't solve the issue (alone at least). The BOSCH Language Server from the Spring Tool Plus-In must be uninstalled as well.

Error installing Glassfish tools for Eclipse Kepler

I get this error, how do I fix it?
Cannot complete the install because one or more required items could not be found.
Software being installed: GlassFish Tools 5.3.0.201307081547 (oracle.eclipse.tools.juno.glassfish.feature.group 5.3.0.201307081547)
Missing requirement: GlassFish Tools UI 5.3.0.201307081547 (oracle.eclipse.tools.glassfish.ui 5.3.0.201307081547) requires 'bundle org.eclipse.core.runtime [3.8.0,3.9.0)' but it could not be found
Cannot satisfy dependency:
From: GlassFish Tools 5.3.0.201307081547 (oracle.eclipse.tools.juno.glassfish.feature.group 5.3.0.201307081547)
To: oracle.eclipse.tools.glassfish.ui [5.3.0.201307081547]
Find the GlassFish version which is compatible with kepler and install it. Looks like you are installing juno only compatible GlassFish.

Problems installing WAS8.5 support in Eclipse Kepler

I am trying to upgrade my environment from Juno to Kepler. However, when I try to install the IBM plugins found here..
http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/V8.5/
It won't let them install because it says I am missing some plugins, anyone know where I can find them?
Cannot complete the install because one or more required items could not be found.
Software being installed: WebSphere® Application Server V8.5 Tools 8.5.1001.v20121206_1718 (com.ibm.websphere.wdt.st.v85.feature.group 8.5.1001.v20121206_1718)
Missing requirement: IBM Enterprise Navigator Component 7.5.101.v20120918_0238 (com.ibm.etools.project.explorer 7.5.101.v20120918_0238) requires 'bundle com.ibm.icu [3.6.1,4.5.0)' but it could not be found
Cannot satisfy dependency:
From: Enterprise Explorer 1.0.1.v20120918_0238 (com.ibm.etools.project.explorer.feature.feature.group 1.0.1.v20120918_0238)
To: com.ibm.etools.project.explorer [7.5.101.v20120918_0238]
Cannot satisfy dependency:
From: Java EE Development Tools 1.0.0.v20121205_0320 (com.ibm.wdt.javaee.feature.feature.group 1.0.0.v20121205_0320)
To: com.ibm.etools.project.explorer.feature.feature.group 1.0.1
Cannot satisfy dependency:
From: Shared Server Tools 1.0.100.v20121205_0320 (com.ibm.websphere.wdt.st.common.feature.group 1.0.100.v20121205_0320)
To: com.ibm.wdt.javaee.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: WebSphere® Application Server V8.5 Tools 8.5.1001.v20121206_1718 (com.ibm.websphere.wdt.st.v85.feature.group 8.5.1001.v20121206_1718)
To: com.ibm.websphere.wdt.st.common.feature.group 1.0.100
UPDATE: Could it be that this isn't supported for Kepler yet?!?!?!
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14694723
Kepler is released and you can vote for the RFE at IBM to add websphere plugin support for Kepler.
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=36925
The RFE is linked from the websphere developer forum:
https://www.ibm.com/developerworks/community/forums/html/topic?id=0b0dff76-f833-4607-95e8-538a9ddaec75
Eric Peters announced in a Blog-post last Friday, that WebSphere Developer Tools V8.5.5.1 are available for Eclipse Kepler SR1 (4.3.1), and for Juno (4.2.2):
https://www.ibmdw.net/wasdev/2013/10/25/websphere-developer-tools-v8-5-5-1-eclipse-kepler/
Apparently IBM doesn't support Eclipse Kepler yet :-(

Uninterpretable Eclipse Error when installing m2eclipse

When trying to install the current version of m2eclipse (0.12.1.20110112-1712) I get an error which doesn't really help me:
Cannot complete the install because of a conflicting dependency.
Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
Software currently installed: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
Only one of the following can be installed at once:
Eclipse Jobs Mechanism 3.4.100.v20090429-1800 (org.eclipse.core.jobs 3.4.100.v20090429-1800)
Eclipse Jobs Mechanism 3.5.0.v20100515 (org.eclipse.core.jobs 3.5.0.v20100515)
Eclipse Jobs Mechanism 3.5.1.R36x_v20100824 (org.eclipse.core.jobs 3.5.1.R36x_v20100824)
Cannot satisfy dependency:
From: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
To: org.eclipse.core.jobs [3.4.100.v20090429-1800]
Cannot satisfy dependency:
From: Structured Source Model 1.1.500.v201006020308 (org.eclipse.wst.sse.core 1.1.500.v201006020308)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Structured Source Model 1.1.502.v201008311901 (org.eclipse.wst.sse.core 1.1.502.v201008311901)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
To: org.eclipse.wst.sse.core 0.0.0
My Eclipse version is 3.5.2 and I'm using it under Ubuntu. Maybe someone has an idea? Googling did only bring up error messages at the Eclipse marketplace without any discussion.
I wouldn't worry about Helios being unsupported on Ubuntu according to presumably Ubuntu. Helios is well supported on pretty much all flavors of Linux by the Eclipse community.
If you do want to try installing m2eclipse into your existing Eclipse 3.5 "Galileo" installation, try unchecking the checkbox that reads something like "consult all available update sites" on the screen where you enter m2eclipse update site URL.
The solution is to install Eclipse 3.6 (Helios), which is not officially supported by Ubuntu 10.04. Now, m2eclipse could be installed without a problem.
This is not the most optimal solution, but at least it works now.

Error installing Oracle Enterprise Pack for Eclipse

I'm trying to install OEPE from the site:
http://download.oracle.com/otn_software/oepe/ganymede
But I get the following error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Oracle Common Tools 1.1.1.200904131333 (com.oracle.tools.eclipse.ganymede.common.feature.feature.group 1.1.1.200904131333)
Missing requirement: Oracle Common Tools 1.0.1.200904131333 (oracle.eclipse.tools.common 1.0.1.200904131333) requires 'bundle org.eclipse.jdt.core [3.4.2,3.5.0)' but it could not be found
Cannot satisfy dependency:
From: Oracle Common Tools 1.1.1.200904131333 (com.oracle.tools.eclipse.ganymede.common.feature.feature.group 1.1.1.200904131333)
To: oracle.eclipse.tools.common [1.0.1.200904131333]
Version information:
Eclipse Java Development Tools
Version: 3.5.0.v20090527-2000-7r88FEeFJePyvYeA33DjZ_c1
Build id: I20090611-1540
From the error:
requires 'bundle org.eclipse.jdt.core [3.4.2,3.5.0)'
This means 3.4.2 inclusive to 3.5.0 exclusive, so it appears the version of the Oracle plugin will not work with Eclipse 3.5, try it with a 3.4 version of Eclipse (from 3.4.2 onwards).
You have a version for Eclipse 3.4.
Oracle also has a technology preview for 3.5 that you could try instead.