spring-attic / eclipse-integration-gradle

Gradle Tooling for Eclipse
Eclipse Public License 1.0
298 stars 108 forks source link

Rational Application Developer - Cannot fetch model of type 'EclipseProject' using Gradle Distribution #85

Closed jfelege closed 9 years ago

jfelege commented 9 years ago

Using IBM Rational Application Developer 9.0 (Build ID: RADO90-I20130531_1619), what I believe is the gradle eclipse plugin causes the following error to occur:

rad-eclipseproject-error

JVM information:

$ java -version Java(TM) SE Runtime Environment (build pwa6470sr4fp1-20130325_01(SR4 FP1)) IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 amd64-64 Compressed References 20130306_140761 (JIT enabled, AOT enabled) J9VM - R26_Java726_SR4_FP1_20130306_1011_B140761 JIT - r11.b03_20130131_32403ifx1 GC - R26_Java726_SR4_FP1_20130306_1011_B140761_CMPRSS J9CL - 20130306_140761) JCL - 20130315_01 based on Oracle 7u13-b08

Currently using plugin version: org.springsource.ide.eclipse.gradle.feature.feature.group - 3.6.4.201502131718-CI-B31

However, if you go to Preferences > Gradle > Arguments and change the 'Workspace JRE' to an Oracle JRE the plugin works without issue.

java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Essentially used the same workaround as mentioned in this stack overflow post.

Any suggestion of where to begin to investigate what is causing the root issue?

jfelege commented 9 years ago

Cross logged to STS JIRA tracker -

https://issuetracker.springsource.com/browse/STS-4058

kdvolder commented 9 years ago

Closing, duplicate of the issue you cross-file on STS tracker.