- This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by support-swapna.
-
AuthorPosts
-
vasyl.yarmamedovParticipantWhen editing application.properties for quarkus i get
popup (see attached error png) after almost every key stroke.
Error details:
An internal error occurred during: “MicroProfile properties collector”.
Could not initialize class org.jboss.tools.quarkus.lsp4e.internal.ls.JavaDoc2MarkdownConverterAnd event from event log:
null
org.eclipse.core.jobs
Error
Fri Jul 28 12:23:30 EDT 2023
An internal error occurred during: “MicroProfile properties collector”.java.lang.NoClassDefFoundError: Could not initialize class org.jboss.tools.quarkus.lsp4e.internal.ls.JavaDoc2MarkdownConverter
at org.jboss.tools.quarkus.lsp4e.internal.ls.JDTJavadocContentAccess.getMarkdownContentReader(JDTJavadocContentAccess.java:49)
at org.jboss.tools.quarkus.lsp4e.internal.ls.JDTUtilsImpl.getJavadoc(JDTUtilsImpl.java:107)
at org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider$AnnotationInfo.<init>(MicroProfileFaultToleranceProvider.java:107)
at org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider$MicroProfileFaultToleranceContext.registerAnnotation(MicroProfileFaultToleranceProvider.java:237)
at org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider$MicroProfileFaultToleranceContext.getAnnotationInfo(MicroProfileFaultToleranceProvider.java:217)
at org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider.processAnnotation(MicroProfileFaultToleranceProvider.java:391)
at org.eclipse.lsp4mp.jdt.core.AbstractAnnotationTypeReferencePropertiesProvider.processAnnotation(AbstractAnnotationTypeReferencePropertiesProvider.java:134)
at org.eclipse.lsp4mp.jdt.core.AbstractAnnotationTypeReferencePropertiesProvider.collectProperties(AbstractAnnotationTypeReferencePropertiesProvider.java:68)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager.collectProperties(PropertiesManager.java:261)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager$1.acceptSearchMatch(PropertiesManager.java:237)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.report(MatchLocator.java:2195)
at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:533)
at org.eclipse.jdt.internal.core.search.matching.TypeReferenceLocator.matchReportReference(TypeReferenceLocator.java:362)
at org.eclipse.jdt.internal.core.search.matching.OrLocator.matchReportReference(OrLocator.java:314)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2703)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2630)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:3295)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.reportMatching(MatchLocator.java:2876)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.process(MatchLocator.java:2047)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1363)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1400)
at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locateMatches(MatchLocator.java:1542)
at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches(JavaSearchParticipant.java:135)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.findMatches(BasicSearchEngine.java:251)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.search(BasicSearchEngine.java:602)
at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:670)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager.scanJavaClasses(PropertiesManager.java:221)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager.getMicroProfileProjectInfo(PropertiesManager.java:145)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager.getMicroProfileProjectInfo(PropertiesManager.java:113)
at org.eclipse.lsp4mp.jdt.core.PropertiesManager.getMicroProfileProjectInfo(PropertiesManager.java:104)
at org.jboss.tools.quarkus.lsp4e.QuarkusLanguageClient.lambda$2(QuarkusLanguageClient.java:86)
at org.eclipse.core.runtime.jobs.Job$2.run(Job.java:187)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)Product/environment info:
=============================
MyEclipse Enterprise Workbench
Version: 2023.1.2
Build id: 16.0.0-20230705
OS: Linux, v.5.19.0-50-generic, x86_64 / gtk 3.24.33, WebKit 2.38.6
Java vendor: Oracle Corporation
Java runtime version: 17.0.2+8-86
Java version: 17.0.2- This topic was modified 1 year, 3 months ago by vasyl.yarmamedov. Reason: Added product/environment info
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorHi,
Sorry that you are seeing this issue. Thank you for the details and the screenshot.
I ran few quick checks with Quarkus 3.2 projects and do not see the reported problem.
Can you please share with us some more details?
1. Is this a newly created project or an existing one which is throwing this error post updating to MyEclipse 2023.1.2?
2. Are you seeing this problem only in a specific quarkus project or all quarkus projects in the workspace?
3. What are the selected extensions while creating the project?
4. If possible, please share the zipped project files to help us replicate the problem at our end.Apologies for inconvenience caused.
–Swapna
Genuitec Support -
AuthorPosts