Quantcast
Viewing all articles
Browse latest Browse all 3285

SAP Development Tools for Eclipse Installation: FAQ and Known Issues

It seems that you had a problem while trying to get and setup the tools.

We are sorry for that but maybe there is already a solution for your problem.

 

 

Where to start

 

 

FAQ

FAQ #2: When I try to install SAP Development Tools in Eclipse, I get an error message that Eclipse can not connect with the update site https://tools.hana.ondemand.com/kepler or https://tools.hana.ondemand.com/luna.

 

Typical error messages are:

 

Probably, you did not configure the proxy correctly in Window > Preferences > General > Network Connections so that Eclipse can not reach https://tools.hana.ondemand.com/kepler. The correct proxy configuration depends on your IT infrastructure. The following 3 typical configurations have been reported as working in the support forum:

 

  1. You can connect directly to the internet, i.e. don't need any proxy.
    Please configure 'Direct' as Active Provider.
  2. You connect to the internet via http proxy.
    Please configure 'Manual' as Active Provider and configure the proxy entries for the protocols HTTP and HTTPS. Do not configure anything for SOCKS.
  3. You connect to the internet via SOCKS proxy.
    Please configure 'Manual' as Active Provider and configure the proxy entry for the protocol SOCKS.

To find the right setup, you could check the proxy settings in your browser.

 

After fixing the proxy configuration, please go to Windows > Preferences > Install/Update > Available Software Sites, select the software site "SAP Development Tools for Eclipse Kepler" and press 'Reload' to verify that the connection works now. Repeat the check for software site 'Kepler' (http://download.eclipse.org/releases/kepler).

 

Additional hints:

 

 

If this does not solve your problems then please request support in the SAP HANA Cloud Platform Community .

 

 

FAQ #4: Installation fails with message 'Cannot complete the install because one or more required items could not be found'.

Please ensure that the 'Contact all update sites during install to find required software' check box is selected in the installation wizard. See also http://scn.sap.com/thread/3199711.

 

Please also double check that the software site "SAP Development Tools for Eclipse" matches your Eclipse installation version (Kepler, Luna):

 

 

FAQ #6: Installation of tools starts but then suddenly hangs

Users have reported freezes during installations caused by anti-virus programs, e.g. Eclipse freeze when installing SAP HANA Tools

 

FAQ #7: Eclipse hangs and crashes or even doesn't start at all

Probably you are running Eclipse with SAP JVM and forgot to add SAP JVM specific PermGen size configuration in eclipse.ini (-XX:MaxPermSize=256m, under vmargs), see https://help.hana.ondemand.com/help/frameset.htm?76137f42711e1014839a8273b0e91070.html for details.

 

In case you have SAP JVM and Oracle JVM installed on your machine, Eclipse picks up one JVM and it is not clear which unless you configure the JVM explicitly in eclipse.ini (note: 2 lines in eclipse.ini):

-vm

<path to JVM>

 

See also Eclipse runtime options and Eclipse Launcher chapters in Eclipse Help.

 

FAQ #8: Which Java version is recommended for running Eclipse?

All SAP Development Tools support at least the following Java versions:

  • Eclipse Kepler (4.3): Java 7
  • Eclipse Luna (4.4): Java 7

 

Some SAP Development Tools may support additional Java versions, see the tool specific documentation on https://tools.hana.ondemand.com/. General information about the recommended Java versions for Eclipse is available in the readme/readme_eclipse.html file of your Eclipse installation (online version: http://www.eclipse.org/eclipse/development/readme_eclipse_4.4.html).

 

See FAQ #7 how to specify explicitly the Java version used by Eclipse.

 

FAQ #9: Installation fails with certificate error

The installation fails with a similar error message as in FAQ #2 (Unable to read repository ...). However, the detail message points to a certificate error like "SunCertPathBuilderException: unable to find a valid certification path".

 

This error message means that the JVM running Eclipse could not validate the certificate of https://tools.hana.ondemand.com/.

 

Typical reasons are:

  • Outdated Java VM. Please install the latest Java VM patch level. See FAQ #8 for the recommended Java version.
  • Although an up-to-date Java version is installed, Eclipse runs with an older version (which is also available on your PC). Check the Java version in "Help > About Eclipse > Installation Details > Configuration", search for java.runtime.version to see which Java version is actually used. Property eclipse.vm points to the Java binary that is used to run Eclipse. See FAQ #7 how to specify explicitly the Java version used by Eclipse.
  • Users reported issues with corporate proxies that required a special configuration. See e.g. here. Please check that you can't access https://tools.hana.ondemand.com/ without certificate issue in a browser using the same proxy that you have configured in Eclipse.

 

Known Issues

There are currently no known issues.


Viewing all articles
Browse latest Browse all 3285

Trending Articles