Problems installing the heroku eclipse plugin - heroku

I get this error
Cannot complete the install because one or more required items could not be found. Software being installed: Heroku Eclipse Plugin 1.0.0 (com.heroku.eclipse.feature.feature.group 1.0.0) Missing requirement: Heroku Eclipse Plugin 1.0.0 (com.heroku.eclipse.feature.feature.group 1.0.0) requires 'org.eclipse.m2e.feature.feature.group 1.0.100' but it could not be found
I have eclipse Juno.
Let me know if I can support you with any other info to help resolve this issue.
I have Ubuntu 12.04LTS

I got this same error message. Disabling my McAfee and then restarting fixed the problem for me. I'm thinking it was a firewall issue.

I had the similar problem. Please check your eclipse version. Heroku says it needs,
Eclipse v 3.7 or higher (Java or Java EE edition)
The following version works for me, Indigo (v 3.7)

This (org.eclipse.m2e.feature.feature.group 1.0.100) is referring to a plugin that is missing - the Maven Integration for Eclipse. Search the Eclipse Marketplace for that plugin. Once it's installed, try installing the Heroku plugin again. This worked for me on Indigo. It's weird that this isn't listed as a requirement.

Related

opendaylight 0.9.2 installation and configuration

I downloaded opendaylight 0.9.2, installed in rhel 7.2. as per doc, I run ./karaf, then I try to install the karaf features, but it cannot install the features like "alto", dlux etc.
I'm trying to configure the RHEL system as SDN controller for connecting to CISCO 3172TQ switch.
Have anyone tried installing the same? how to overcome the above issue?
Some Oxygen projects are not available in Fluorine release, please see full list in: https://docs.opendaylight.org/en/stable-fluorine/

How to Install an Earlier Version of libsvn-java

I installed the latest version of Eclipse Neon in Ubuntu 16.04.1 LTS. When I attempted to create a PHP project I got this error:
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
So I attempted to install JavaHL follow the instructions at:
http://subclipse.tigris.org/wiki/JavaHL
In Eclipse: Help => Installation Details I see I have Subclipse version 1.10.13. According that web page I need to install SVN/JavaHL version 1.8.x. When I follow the directions farther down that page and execute the command:
sudo apt-get install libsvn-java
what is installed is version 1.9.3-2ubuntu1. How can I install version 1.8.x?
I attempted to install Subclipse version 1.12.x by pasting the URL: http://subclipse.tigris.org/update_1.12.x
In Eclipse: Help => Install New Software => Work with field, after removing both Subclipse and SVNKit. But the versions it was going to install was still Subclipse 1.10.13 and SVNKit Library 1.8.12
You are doing the right thing. The Subclipse version is the same because it is not possible to host both the 1.8.x and 1.9.x version of the JavaHL plugin on the same site and there is otherwise no difference in the versions.
That said, since you have 1.9.x available you should just move on to the new location and version of Subclipse that only supports 1.9.x. The project has moved here:
https://github.com/subclipse/subclipse
Information on installation and JavaHL is in the wiki.
Note that other than a few small bug fixes that have been released, it is not much different than the version that was on tigris. That said, that version is dead and will not receive any more updates so it makes sense to move to this version now.

unable to install SonarQube from eclipse

while installing SonarQube through eclipse market place, giving me some error given below
Will not be installed
1: SonarQube Erlang Configuration helper
2: SonarQube PythonConfiguration helper
thus failing my sonarqube installation.
how to get rid of this problem ?
Don't choose to install Erlang connector if you don't work on an Erlang project (using ErlIDE).

Gradle eclipse plugin for Eclipse Helios 3.6

I can not install gradle plugin for Eclipse Helios.
I have tried to install gradle plugin as it was mentioned here (http://docs.spring.io/sts/docs/2.9.0.old/reference/html/gradle/installation.html)
I have installed STS for Eclipse Helios via Eclipse Marketplace without any errors. Then I have tried to install gradle plugin via Help -> install new software and typed http://dist.springsource.com/release/TOOLS/gradle. Tried to install gradle plugin, but installation hangs with the following picture for hours and plugin is not installed.
What am I doing wrong? Appreciate any help.
Finally, found a solution: installed gradle integration via Spring dashboard Extensions sections after intallation of eclips STS plugin for Helios from eclipse market place. It took some time to install gradle plugin, but finally it was installed

Cannot start JBoss 7.0.2 on Windows

I have a problem starting JBoss version 7.0.2 on Windows 7. I got this error also with Jboss 7.1.1 and 7.1.0 so I thought reverting to an older and more stable version would do the trick, but with no use.
Below is the problem - the LogManager was not properly installed.
I have not deployed anything that might use the logger or anything, I just run standalone.bat after a clean install and restart. I found this issue but it seems to be resolved...
The funny thing is, I was able to start it from Eclipse (both Indigo and Juno EE version).
Any clue?
Thanks
The problem was the JMX parameters in the JAVA_OPTS. After I removed them, it started with no exceptions.

Resources