errael commented on issue #7365:
URL: https://github.com/apache/netbeans/issues/7365#issuecomment-2099027997

   Just did a start/close of NB and am attaching the log.
   
   The first indication of trouble is
   ```
   INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]:
       Load aiming EVALUATED for Unloaded Gradle Project:
       GradleFiles[projectDir=/src/astro/castro/codegen/castro, 
rootDir=/src/astro/castro/codegen]
   INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]:
       Load aiming FULL for Gradle: :castro[FALLBACK]
   INFO [org.netbeans.modules.gradle.execute.GradleDistributionProviderImpl]:
       Gradle Distribution for Gradle:
       :castro[FALLBACK] is GradleDistribution{gradleUserHome=/home/err/.gradle,
           
distributionDir=/home/err/.gradle/wrapper/dists/gradle-6.8.3-bin/7ykxq50lst7lb7wx1nijpicxn/gradle-6.8.3,
           
distributionURI=https://services.gradle.org/distributions/gradle-6.8.3-bin.zip,
           version=Gradle 6.8.3}
   INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]:
       Load aiming EVALUATED for Unloaded Gradle Project:
       GradleFiles[projectDir=/src/astro/castro/codegen, 
rootDir=/src/astro/castro/codegen]
   INFO [org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl]:
       Load aiming FULL for Gradle: AstroComp[FALLBACK]
   WARNING [org.netbeans.modules.gradle.loaders.LegacyProjectLoader]:
       Loading of script /src/astro/castro/codegen/castro/build.gradle threw an 
exception {2}
   INFO [org.netbeans.modules.gradle.loaders.LegacyProjectLoader]:
       Stacktrace from gradle daemon:
   java.lang.IllegalArgumentException: Unsupported class file major version 61
        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:196)
        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:177)
        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:163)
        at 
org.gradle.tooling.internal.provider.serialization.ClasspathInferer.find(ClasspathInferer.java:105)
   Caused: org.gradle.api.GradleException: Could not determine the class-path 
for class 
org.netbeans.modules.gradle.loaders.LegacyProjectLoader$NbProjectInfoAction.
        at 
org.gradle.tooling.internal.provider.serialization.ClasspathInferer.find(ClasspathInferer.java:142)
        at 
org.gradle.tooling.internal.provider.serialization.ClasspathInferer.getClassPathFor(ClasspathInferer.java:60)
   ```
   [LOG.txt](https://github.com/apache/netbeans/files/15239270/LOG.txt)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to