Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] An internal error occurred during: "Computing additional info". org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver$AjcClosure1
  • From: Mikael Petterson <mikaelpetterson@xxxxxxxxxxx>
  • Date: Fri, 10 Sep 2021 12:30:26 +0000
  • Accept-language: sv-SE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=xzyYnECgo+86wQJx6XCSsU6SvJ2xXqdmmTGcAO/loNI=; b=PFrvYMLhtU9jlPUUJX/DR86baTJZlm/DZ+sFmjrGyAJVUbbyatFkiYmgLRdtHc+xAzNzdsc8EoONdJNsBnNQpgP01eekEgYJDQCUSuvy9jI48enuxs3cThknEvqZxS+UoX7jSx3FKk45ZPdU/7iFDTmWnvCqtrEp19GfDkKI0sbgkDcpTumQyGF4Cc2G3big4q4JlD33JFMwHbjYMLirziJLIoZoIsoOIlfTIXc9lhy/r8IBtHsxgl8hTokk6Moqrnf1rcsCKmGP5izKvu97Ifi2flAIgQMpsV6OiASi74W+thBrr6nJB6lx88AwC0y9VH1abW51pwXOJT6t3b1Nfg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g0G43TikqYJbfi22OmXu6hcyArdh9fPhE3h6FH2Fl6JvXQ+mmpFCZsV/msgcBlqbikkbFMTL02VcHcYo/OX22CgVS4q4AmcpjvUiVWUI6ZMEW0js7vrh9ylT+Oy75W/yX36cIOLXXFCvxjdNrDiMig8puUSqirLtWAC3Lx2ByzLcEDjYMen8eIcEO1XSDW8nXzgAUy4gMvQXJlG1SZM/6BN0KCm/bXC/8mlOoosCFJcPwOKWDYmMuURAZTzidAQfI+CdnxHvVLHiIcDQz8AsO80cF4MGLdrgVh/Mk6qtFIkRnVxa989splNVa/BxywItHcVjolHOwT7SdArfF6Sqig==
  • Delivered-to: aspectj-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/aspectj-users/>
  • List-help: <mailto:aspectj-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/aspectj-users>, <mailto:aspectj-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/aspectj-users>, <mailto:aspectj-users-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 412ce4ac-9c99-02b1-c0f6-b8654a3196cf
  • Thread-index: AQHXphbcLrr3xOTz1UiNDQxtLUKfYauc8Z6AgAA901Y=
  • Thread-topic: [aspectj-users] An internal error occurred during: "Computing additional info". org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver$AjcClosure1

Hi Alexander,

Thanks for information.
Yes resources working with open-source is often a problem. This has been an issue since we started to use aspectj ( very powerful tool) with our project.
And it seems that without these two:

  1. AJDT 
  2. m2e connector
aspectj will become rather useless in Eclipse ( not blaming you in anyway). Do you have any advice if we stay with Eclipse. Maybe we need a different approach on how to use it. Or leave Eclipse for IntelliJ IDEA 🙂
 
We installed it successfully but got this when running ( see below excerpt) .
Does it access sites when running?

br,

//mike

!ENTRY org.eclipse.equinox.p2.core 4 0 2021-09-10 13:53:54.077
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Artifact not found: https://aspectj.dev/eclipse/ajdt/419/content.xml.xz.
at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:430)
at org.eclipse.equinox.internal.p2.repository.CacheManager.createCacheFromFile(CacheManager.java:136)
at org.eclipse.equinox.internal.p2.metadata.repository.XZedSimpleMetadataRepositoryFactory.getLocalFile(XZedSimpleMetadataRepositoryFactory.java:60)
at org.eclipse.equinox.internal.p2.metadata.repository.XZedSimpleMetadataRepositoryFactory.load(XZedSimpleMetadataRepositoryFactory.java:80)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:775)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.doLoad(LoadMetadataRepositoryJob.java:126)
at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.runModal(LoadMetadataRepositoryJob.java:110)
at org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler$1.runModal(PreloadingRepositoryHandler.java:84)
at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:190)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.io.FileNotFoundException: https://aspectj.dev/eclipse/ajdt/419/content.xml.xz
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:298)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.checkException(FileReader.java:509)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:463)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:384)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:107)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:166)
at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:404)
... 13 more
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1200 2021-09-10 13:53:54.078
!MESSAGE Artifact not found: https://aspectj.dev/eclipse/ajdt/419/content.xml.xz. !STACK 0



 

 


Från: aspectj-users <aspectj-users-bounces@xxxxxxxxxxx> för Alexander Kriegisch <alexander@xxxxxxxxxxxxxx>
Skickat: den 10 september 2021 08:36
Till: aspectj-users@xxxxxxxxxxx <aspectj-users@xxxxxxxxxxx>
Ämne: Re: [aspectj-users] An internal error occurred during: "Computing additional info". org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver$AjcClosure1
 

Hi Mikael.

What happens if you install a more recent AJDT build from update site https://aspectj.dev/eclipse/ajdt/419 and m2eclipse-ajdt from https://repo.t5.fi/public/eclipse/m2eclipse-ajdt/eclipse-2020-12/?

Sorry not to offer a more coherent picture with regard to Eclipse plugins, but both AJDT and the m2e connector are no longer actively maintained by the AspectJ core team due to lack of developer availability. I am trying to keep AJDT alive (not really knowing its internals) and another guy is trying the same with the m2e connector, hence the non-Eclipse update site URLs. I am not sure at all whether upgrading those two components is going to fix the problem for you, but you can give it a try. For me it works fairly well that way, but I do build most of my AspectJ Maven projects from IntelliJ IDEA these days.

Regards
--
Alexander Kriegisch
 
 
Mikael Petterson schrieb am 10.09.2021 09:40 (GMT +02:00):

Hi, 

 

We are trying to use Eclipse 2021-06 (4.20). We have the following plugins installed. 

 

 

 

Project is a maven multimodule with some modules containing aspects. Currently we cannot build in eclipse  

 


 

I have no change to provide a small example since there is dependencies between modules and project has company specific info I cannot disclose. 

 

Also there is no problem to build using: 

 

‘mvn clean install’

Any ideas what this problem can be related to? 

 

Br, 

 

//mike 

 

 

 


Back to the top