forcedotcom / try-acb-feedback

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

ACB Platform error on loading IDE in EU region #40

Open GauthierPLM opened 1 year ago

GauthierPLM commented 1 year ago

Hello,

I noticed the following error when opening a new ACB from the EU Cloud:

{
  "label": "Anypoint Code Builder - Platform Extension",
  "level": "error",
  "message": "Something went wrong during a region update Trying to update region for an unsupported environment: server-distro",
  "time": "2023-06-06T13:26:32.654Z"
}

This happens no matter how many times I reload the IDE. This is my settings.json:

{
    "mule.telemetry.enabled": false,
    "files.exclude": {
        "**/.apivcs": true,
        "**/.gitignore": true,
        "**/.git": true,
        "**/.designer.json": true,
        "**/.exchange.xml": true,
        "**/.vscode": true,
        "**/.mvn": true,
        "**/.exchange_modules_tmp": true
    },
    "mule.runtime.muleRuntimesDirectory": "/home/gpogam-lemontagner/muleRuntimes",
    "mule.runtime.muleHome": "/home/gpogam-lemontagner/muleRuntimes/mule-enterprise-standalone-4.4.0-20230417/",
    "mule.controlPlane": "EU Cloud"
}
And the Mule DX Runtime logs (also containing an exception): ``` WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2023-06-06 13:26:25 [main] INFO org.pf4j.DefaultPluginStatusProvider - Enabled plugins: [] 2023-06-06 13:26:25 [main] INFO org.pf4j.DefaultPluginStatusProvider - Disabled plugins: [] 2023-06-06 13:26:25 [main] INFO org.pf4j.DefaultPluginManager - PF4J version 3.7.1 in 'deployment' mode 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dev-core@3.7.3' resolved 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-data-weave-component-server@0.3.5' resolved 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-apikit-component-server@0.1.3' resolved 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-api-server@4.0.0' resolved 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dev-core@3.7.3' 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-data-weave-component-server@0.3.5' 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-apikit-component-server@0.1.3' 2023-06-06 13:26:26 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-api-server@4.0.0' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/code-server/extensions/mulesoftinc.mule-dx-vscode-4.7.1/libs/mule-dx-platform-3.7.1-all.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2023-06-06 13:26:27 [main] INFO org.mule.dx.platform.MuleDXLauncher - Received log level param: WARN 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ExtensionModelServiceCache - Initialising Extension Model Service cache 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ExtensionModelServiceCache - Extension Model Service cache working in memory only 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] WARN org.mule.runtime.container.internal.ClasspathModuleDiscoverer - Ignoring duplicated module 'mule-metadata-model-persistence' 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ApplicationCache - Initialising Application cache 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.DomainCache - Initialising Domain cache 2023-06-06 13:26:30 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.dsl.DslSyntaxServiceCache - Initialising DSL Syntax cache 2023-06-06 13:26:32 [ForkJoinPool.commonPool-worker-7] ERROR org.mule.dx.platform.region.RegionManager - Trying to update region for an unsupported environment: server-distro 2023-06-06 13:26:33 [ToolingClient-4-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c1614db0-046d-11ee-a412-02424a8765c8:c1614db0-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... Jun 06, 2023 1:26:34 PM org.mule.weave.lsp.WeaveLanguageServer connect INFO: connect Jun 06, 2023 1:26:35 PM org.mule.weave.lsp.WeaveLanguageServer $anonfun$initialize$1 INFO: Initialize(InitializeParams [ workDoneToken = null processId = 2622 rootPath = null rootUri = null initializationOptions = null capabilities = ClientCapabilities [ workspace = WorkspaceClientCapabilities [ applyEdit = true workspaceEdit = WorkspaceEditCapabilities [ documentChanges = true resourceChanges = null resourceOperations = ArrayList ( "create", "rename", "delete" ) failureHandling = "textOnlyTransactional" normalizesLineEndings = true changeAnnotationSupport = WorkspaceEditChangeAnnotationSupportCapabilities [ groupsOnLabel = true ] ] didChangeConfiguration = DidChangeConfigurationCapabilities [ dynamicRegistration = true ] didChangeWatchedFiles = DidChangeWatchedFilesCapabilities [ dynamicRegistration = true ] symbol = SymbolCapabilities [ symbolKind = SymbolKindCapabilities [ valueSet = ArrayList ( File, Module, Namespace, Package, Class, Method, Property, Field, Constructor, Enum, Interface, Function, Variable, Constant, String, Number, Boolean, Array, Object, Key, Null, EnumMember, Struct, Event, Operator, TypeParameter ) ] tagSupport = SymbolTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] dynamicRegistration = true ] executeCommand = ExecuteCommandCapabilities [ dynamicRegistration = true ] workspaceFolders = true configuration = true semanticTokens = SemanticTokensWorkspaceCapabilities [ refreshSupport = true ] codeLens = CodeLensWorkspaceCapabilities [ refreshSupport = true ] fileOperations = FileOperationsWorkspaceCapabilities [ didCreate = true willCreate = true didRename = true willRename = true didDelete = true willDelete = true dynamicRegistration = true ] ] textDocument = TextDocumentClientCapabilities [ synchronization = SynchronizationCapabilities [ willSave = true willSaveWaitUntil = true didSave = true dynamicRegistration = true ] completion = CompletionCapabilities [ completionItem = CompletionItemCapabilities [ snippetSupport = true commitCharactersSupport = true documentationFormat = ArrayList ( "markdown", "plaintext" ) deprecatedSupport = true preselectSupport = true tagSupport = CompletionItemTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] insertReplaceSupport = true resolveSupport = CompletionItemResolveSupportCapabilities [ properties = ArrayList ( "documentation", "detail", "additionalTextEdits" ) ] insertTextModeSupport = CompletionItemInsertTextModeSupportCapabilities [ valueSet = ArrayList ( AsIs, AdjustIndentation ) ] ] completionItemKind = CompletionItemKindCapabilities [ valueSet = ArrayList ( Text, Method, Function, Constructor, Field, Variable, Class, Interface, Module, Property, Unit, Value, Enum, Keyword, Snippet, Color, File, Reference, Folder, EnumMember, Constant, Struct, Event, Operator, TypeParameter ) ] contextSupport = true dynamicRegistration = true ] hover = HoverCapabilities [ contentFormat = ArrayList ( "markdown", "plaintext" ) dynamicRegistration = true ] signatureHelp = SignatureHelpCapabilities [ signatureInformation = SignatureInformationCapabilities [ documentationFormat = ArrayList ( "markdown", "plaintext" ) parameterInformation = ParameterInformationCapabilities [ labelOffsetSupport = true ] activeParameterSupport = true ] contextSupport = true dynamicRegistration = true ] references = ReferencesCapabilities [ dynamicRegistration = true ] documentHighlight = DocumentHighlightCapabilities [ dynamicRegistration = true ] documentSymbol = DocumentSymbolCapabilities [ symbolKind = SymbolKindCapabilities [ valueSet = ArrayList ( File, Module, Namespace, Package, Class, Method, Property, Field, Constructor, Enum, Interface, Function, Variable, Constant, String, Number, Boolean, Array, Object, Key, Null, EnumMember, Struct, Event, Operator, TypeParameter ) ] hierarchicalDocumentSymbolSupport = true tagSupport = SymbolTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] labelSupport = true dynamicRegistration = true ] formatting = FormattingCapabilities [ dynamicRegistration = true ] rangeFormatting = RangeFormattingCapabilities [ dynamicRegistration = true ] onTypeFormatting = OnTypeFormattingCapabilities [ dynamicRegistration = true ] declaration = DeclarationCapabilities [ linkSupport = true dynamicRegistration = true ] definition = DefinitionCapabilities [ linkSupport = true dynamicRegistration = true ] typeDefinition = TypeDefinitionCapabilities [ linkSupport = true dynamicRegistration = true ] implementation = ImplementationCapabilities [ linkSupport = true dynamicRegistration = true ] codeAction = CodeActionCapabilities [ codeActionLiteralSupport = CodeActionLiteralSupportCapabilities [ codeActionKind = CodeActionKindCapabilities [ valueSet = ArrayList ( "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" ) ] ] isPreferredSupport = true disabledSupport = true dataSupport = true resolveSupport = CodeActionResolveSupportCapabilities [ properties = ArrayList ( "edit" ) ] honorsChangeAnnotations = false dynamicRegistration = true ] codeLens = CodeLensCapabilities [ dynamicRegistration = true ] documentLink = DocumentLinkCapabilities [ tooltipSupport = true dynamicRegistration = true ] colorProvider = ColorProviderCapabilities [ dynamicRegistration = true ] rename = RenameCapabilities [ prepareSupport = true prepareSupportDefaultBehavior = Identifier honorsChangeAnnotations = true dynamicRegistration = true ] publishDiagnostics = PublishDiagnosticsCapabilities [ relatedInformation = true tagSupport = Either [ left = null right = DiagnosticsTagSupport [ valueSet = ArrayList ( Unnecessary, Deprecated ) ] ] versionSupport = false codeDescriptionSupport = true dataSupport = true ] foldingRange = FoldingRangeCapabilities [ rangeLimit = 5000 lineFoldingOnly = true dynamicRegistration = true ] typeHierarchyCapabilities = null callHierarchy = CallHierarchyCapabilities [ dynamicRegistration = true ] selectionRange = SelectionRangeCapabilities [ dynamicRegistration = true ] semanticTokens = SemanticTokensCapabilities [ requests = SemanticTokensClientCapabilitiesRequests [ range = Either [ left = true right = null ] full = Either [ left = null right = SemanticTokensClientCapabilitiesRequestsFull [ delta = true ] ] ] tokenTypes = ArrayList ( "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator" ) tokenModifiers = ArrayList ( "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" ) formats = ArrayList ( "relative" ) overlappingTokenSupport = false multilineTokenSupport = false dynamicRegistration = true ] moniker = null linkedEditingRange = LinkedEditingRangeCapabilities [ dynamicRegistration = true ] ] window = WindowClientCapabilities [ workDoneProgress = true showMessage = WindowShowMessageRequestCapabilities [ messageActionItem = WindowShowMessageRequestActionItemCapabilities [ additionalPropertiesSupport = true ] ] showDocument = ShowDocumentCapabilities [ support = true ] ] general = GeneralClientCapabilities [ regularExpressions = RegularExpressionsCapabilities [ engine = "ECMAScript" version = "ES2020" ] markdown = MarkdownCapabilities [ parser = "marked" version = "1.1.0" ] ] experimental = null ] clientName = null clientInfo = ClientInfo [ name = "code-server" version = "1.76.1" ] locale = "en" trace = "off" workspaceFolders = null ]) Jun 06, 2023 1:26:36 PM org.mule.weave.lsp.WeaveLanguageServer getWorkspaceService INFO: getWorkspaceService Jun 06, 2023 1:26:36 PM org.mule.weave.lsp.services.DataWeaveWorkspaceService didChangeConfiguration INFO: didChangeConfiguration: {} Exception in thread "dw-lang-server-language-0" java.lang.NoClassDefFoundError: org/jboss/shrinkwrap/resolver/api/maven/Maven at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$resolveDependency$1(SimpleProjectKind.scala:133) at org.mule.weave.lsp.utils.JavaLoggerForwarder$.interceptLog(JavaLoggerForwarder.scala:41) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.resolveDependency(SimpleProjectKind.scala:132) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$loadNewArtifacts$1(SimpleProjectKind.scala:127) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$loadNewArtifacts$1$adapted(SimpleProjectKind.scala:126) at scala.collection.immutable.List.flatMap(List.scala:366) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.loadNewArtifacts(SimpleProjectKind.scala:126) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.reloadDependencies(SimpleProjectKind.scala:120) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.start(SimpleProjectKind.scala:114) at org.mule.weave.lsp.WeaveLanguageServer.$anonfun$initialized$1(WeaveLanguageServer.scala:232) at org.mule.weave.lsp.jobs.JobManagerService$$anon$3.doTheJob(JobManagerService.scala:100) at org.mule.weave.lsp.jobs.Job.run(JobManagerService.scala:122) at org.mule.weave.lsp.jobs.JobManagerService.execute(JobManagerService.scala:43) at org.mule.weave.lsp.jobs.JobManagerService$$anon$1.run(JobManagerService.scala:23) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.lang.ClassNotFoundException: org.jboss.shrinkwrap.resolver.api.maven.Maven at org.pf4j.PluginClassLoader.loadClass(PluginClassLoader.java:144) ... 17 more DEBUG ResolutionTaskManager:Processing request changeState: PROCESSING_PROJECT DEBUG ResolutionTaskManager:Processing request changeState: IDLE DEBUG WorkspaceList:buildWorkspaceAt created default WorkspaceContentManager DEBUG ParserStagingArea:enqueue enqueueing [CHANGE_CONFIG - ] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processTask Tree unit: DEBUG LanguageServerImpl:logParams trace: off DEBUG LanguageServerImpl:logParams rootUri: None DEBUG LanguageServerImpl:logParams rootPath: None DEBUG LanguageServerImpl:logParams workspaceFolders: List() DEBUG LanguageServerImpl:logParams configuration: AlsConfiguration(Map(),BOTH,false) DEBUG LanguageServerImpl:logParams capabilities: AlsClientCapabilities(Some(WorkspaceClientCapabilities(Some(true),Some(WorkspaceEditClientCapabilities(Some(true))),Some(DidChangeConfigurationClientCapabilities(Some(true))),Some(DidChangeWatchedFilesClientCapabilities(Some(true))),Some(WorkspaceSymbolClientCapabilities(Some(true))),Some(ExecuteCommandClientCapabilities(Some(true))))),Some(TextDocumentClientCapabilities(Some(Synchro DEBUG LanguageServerImpl:logParams hotReload: Some(false) DEBUG TextDocumentManager:applyConfig Config applied DEBUG CodeActionManager:applyConfig actions to be used: Extract to Declaration Extract to Declaration Extract to Fragment Extract to Fragment Delete declaration (Cascade) Extract to Library Convert to Json schema Convert to RAML Type Extract resource type Extract trait Synthesize vocabulary for missing terms Convert external vocabulary to a local one DEBUG CodeActionManager:applyConfig supports documentChanges: true DEBUG SerializationManager:applyConfig Serialization manager enabled: true DEBUG CustomValidationManager:applyConfig Custom validation manager enabled? false 2023-06-06 13:26:38 [ToolingClient-4-1146821751] WARN org.mule.runtime.extension.internal.loader.enricher.ConfigRefDeclarationEnricher - Component 'console' in extension 'APIKit' already has a 'config-ref' parameter defined. Skipping ConfigRefDeclarationEnricher for it. 2023-06-06 13:26:38 [ToolingClient-4-1146821751] WARN org.mule.runtime.extension.internal.loader.enricher.ConfigRefDeclarationEnricher - Component 'router' in extension 'APIKit' already has a 'config-ref' parameter defined. Skipping ConfigRefDeclarationEnricher for it. DEBUG WorkspaceList:changeWorkspace Changing workspaces, added: List(), deleted: List() DEBUG WorkspaceList:buildWorkspaceAt created default WorkspaceContentManager DEBUG ParserStagingArea:enqueue enqueueing [CHANGE_CONFIG - ] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processTask Tree unit: DEBUG LanguageServerImpl:initialize Server initialized DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processChangeConfigChanges Processing Config Changes DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processChangeConfigChanges Processing Config Changes DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:init Finished initialization for workspace at '' DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:init Finished initialization for workspace at '' 2023-06-06 13:26:39 [ToolingClient-3-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c4c671b0-046d-11ee-a412-02424a8765c8:c4c671b0-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... 2023-06-06 13:26:41 [ToolingClient-1-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c5b98440-046d-11ee-a412-02424a8765c8:c5b98440-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... 2023-06-06 13:26:41 [ToolingClient-2-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c60162b0-046d-11ee-a412-02424a8765c8:c60162b0-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... 2023-06-06 13:26:47 [ToolingClient-4-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c96acc70-046d-11ee-a412-02424a8765c8:c96acc70-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... 2023-06-06 13:26:48 [ToolingClient-3-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: c9e1d130-046d-11ee-a412-02424a8765c8:c9e1d130-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... 2023-06-06 13:26:49 [ToolingClient-1-1146821751] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: caf95bb0-046d-11ee-a412-02424a8765c8:caf95bb0-046d-11ee-a412-02424a8765c8:pom:4.4.0-20230417. This may take a while... Jun 06, 2023 1:28:45 PM org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint notify INFO: Unsupported notification method: $/setTrace Jun 06, 2023 1:28:45 PM org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint notify INFO: Unsupported notification method: $/setTrace ```
simoneegeib commented 1 year ago

Hi @GauthierPLM , kudos for noticing the availability in EU before we even announced it. And for digging into the logs. Looks like the team knows what is going on and will fix asap. I'll keep you posted.

marinarv commented 1 year ago

Thanks @GauthierPLM for raising this concern. That error is a validation but nothing got broken, however we shouldn't log it. I will create a ticket to fix it. Welcome to ACB Europe 💪

GauthierPLM commented 1 year ago

I saw a big blue button, I clicked on it! ;)

Quick question: is the maven exception in the DX logs a problem? I am asking this because I initially tried to import a spec from Design Center which uses Exchange dependencies, but none of the dependencies were downloaded in ACB. Hence why I started to investigate.

As I have a meeting with @simoneegeib tomorrow, we can check this and I'll open a ticket if appropriate.

marinarv commented 1 year ago

I saw a big blue button, I clicked on it! ;)

Quick question: is the maven exception in the DX logs a problem? I am asking this because I initially tried to import a spec from Design Center which uses Exchange dependencies, but none of the dependencies were downloaded in ACB. Hence why I started to investigate.

As I have a meeting with @simoneegeib tomorrow, we can check this and I'll open a ticket if appropriate.

You should be able to resolve dependencies without issues, if assets are shown in the exchange search it should be successfully resolved in your local repo. Do you have more info about the issue? and I will take a look.

marinarv commented 1 year ago

@GauthierPLM if you have the opportunity to face this issue again and the dependencies are not resolved form the import command, once you have the API imported, try to build it manually executing mvn clean install from the terminal view and share with me the result. Thanks!

GauthierPLM commented 1 year ago

Hi @marinarv The issue I have since the beginning is that ACB doesn't seem to have the rights to pull assets from exchange. My account is still properly connected to Anypoint as I could use the Import API from Design Center command.

These are the mvn clean install logs:

Maven logs ``` ~/APIs/Files Process API$ mvn clean install WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for 24e64f00-e5a9-4989-a410-e8cc1c143297:files-p-api:jar:1.0.0 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-invoker-plugin [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------< 24e64f00-e5a9-4989-a410-e8cc1c143297:files-p-api >---------- [INFO] Building Files Process API 1.0.0 [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 8.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 120 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.0/maven-invoker-plugin-3.2.0.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.0/maven-invoker-plugin-3.2.0.pom (14 kB at 170 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 157 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.0/maven-invoker-plugin-3.2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.2.0/maven-invoker-plugin-3.2.0.jar (122 kB at 671 kB/s) Downloading from anypoint-exchange-v2: https://maven.eu1.anypoint.mulesoft.com/api/v2/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom Downloading from mulesoft-releases: https://repository.mulesoft.org/releases/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom Downloading from anypoint-exchange-v3: https://maven.anypoint.mulesoft.com/api/v3/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.310 s [INFO] Finished at: 2023-06-08T08:58:32Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project files-p-api: Could not resolve dependencies for project 24e64f00-e5a9-4989-a410-e8cc1c143297:files-p-api:jar:1.0.0: Failed to collect dependencies at 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:zip:raml-fragment:2.0.0: Failed to read artifact descriptor for 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:zip:raml-fragment:2.0.0: Could not transfer artifact 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:pom:2.0.0 from/to anypoint-exchange-v2 (https://maven.eu1.anypoint.mulesoft.com/api/v2/maven): Authentication failed for https://maven.eu1.anypoint.mulesoft.com/api/v2/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom 401 Unauthorized -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException ```

These are the Mule DX logs:

Mule DX logs ``` WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2023-06-08 08:58:16 [main] INFO org.pf4j.DefaultPluginStatusProvider - Enabled plugins: [] 2023-06-08 08:58:16 [main] INFO org.pf4j.DefaultPluginStatusProvider - Disabled plugins: [] 2023-06-08 08:58:16 [main] INFO org.pf4j.DefaultPluginManager - PF4J version 3.7.1 in 'deployment' mode 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dev-core@3.7.3' resolved 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-data-weave-component-server@0.3.5' resolved 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-apikit-component-server@0.1.3' resolved 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Plugin 'mule-dx-api-server@4.0.0' resolved 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dev-core@3.7.3' 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-data-weave-component-server@0.3.5' 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-apikit-component-server@0.1.3' 2023-06-08 08:58:16 [main] INFO org.pf4j.AbstractPluginManager - Start plugin 'mule-dx-api-server@4.0.0' WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/code-server/extensions/mulesoftinc.mule-dx-vscode-4.7.1/libs/mule-dx-platform-3.7.1-all.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2023-06-08 08:58:18 [main] INFO org.mule.dx.platform.MuleDXLauncher - Received log level param: WARN 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ExtensionModelServiceCache - Initialising Extension Model Service cache 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ExtensionModelServiceCache - Extension Model Service cache working in memory only 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] WARN org.mule.runtime.container.internal.ClasspathModuleDiscoverer - Ignoring duplicated module 'mule-metadata-model-persistence' 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.ApplicationCache - Initialising Application cache 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.DomainCache - Initialising Domain cache 2023-06-08 08:58:27 [ForkJoinPool.commonPool-worker-3] INFO org.mule.tooling.client.internal.dsl.DslSyntaxServiceCache - Initialising DSL Syntax cache 2023-06-08 08:58:34 [ToolingClient-2-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: a5eb6160-05da-11ee-a134-0242ddcf0da6:a5eb6160-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... 2023-06-08 08:58:35 [ForkJoinPool.commonPool-worker-5] ERROR com.mule.api.contribution.api.project.dependency.APIDependencyResolver - Error while resolving dependencies for project 24e64f00-e5a9-4989-a410-e8cc1c143297:files-p-api:1.0.0 [api-component:61dcd922-646c-4988-9661-3c895437603f] java.lang.RuntimeException: There was an issue solving the dependencies at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:245) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at com.mule.api.contribution.api.project.dependency.DefaultAPIMavenClient.resolveDependencies(DefaultAPIMavenClient.java:47) ~[?:?] at com.mule.api.contribution.api.project.dependency.DefaultAPIDependencyResolver.resolveDependencies(DefaultAPIDependencyResolver.java:51) ~[?:?] at com.mule.api.contribution.api.project.dependency.DefaultAPIDependencyModelManager.lambda$loadModel$0(DefaultAPIDependencyModelManager.java:68) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700) [?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?] Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect dependencies at 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:zip:raml-fragment:2.0.0 at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:380) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to collect dependencies at 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:zip:raml-fragment:2.0.0 at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:291) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:341) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:zip:raml-fragment:2.0.0 at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:341) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:pom:2.0.0 from/to anypoint-exchange-v2 (https://maven.eu1.anypoint.mulesoft.com/api/v2/maven): authentication failed for https://maven.eu1.anypoint.mulesoft.com/api/v2/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom, status: 401 Unauthorized at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:341) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact 24e64f00-e5a9-4989-a410-e8cc1c143297:project-library:pom:2.0.0 from/to anypoint-exchange-v2 (https://maven.eu1.anypoint.mulesoft.com/api/v2/maven): authentication failed for https://maven.eu1.anypoint.mulesoft.com/api/v2/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom, status: 401 Unauthorized at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:341) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more Caused by: org.apache.maven.wagon.authorization.AuthorizationException: authentication failed for https://maven.eu1.anypoint.mulesoft.com/api/v2/maven/24e64f00-e5a9-4989-a410-e8cc1c143297/project-library/2.0.0/project-library-2.0.0.pom, status: 401 Unauthorized at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:1184) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:1140) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:126) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run(WagonTransporter.java:560) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.transport.wagon.WagonTransporter.execute(WagonTransporter.java:427) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.transport.wagon.WagonTransporter.get(WagonTransporter.java:404) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:447) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:198) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.resolveCachedArtifactDescriptor(DefaultDependencyCollector.java:535) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.getArtifactDescriptorResult(DefaultDependencyCollector.java:519) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:409) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.processDependency(DefaultDependencyCollector.java:363) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.process(DefaultDependencyCollector.java:351) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:254) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:341) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.doResolveDependencies(AetherMavenClient.java:482) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveDependencies(AetherMavenClient.java:419) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] at org.mule.maven.client.internal.AetherMavenClient.resolveArtifactDependencies(AetherMavenClient.java:236) ~[mule-dx-platform-3.7.1-all.jar:3.7.1] ... 10 more 2023-06-08 08:58:35 [ForkJoinPool.commonPool-worker-7] ERROR org.mule.dx.platform.region.RegionManager - Trying to update region for an unsupported environment: server-distro Jun 08, 2023 8:58:35 AM org.mule.weave.lsp.WeaveLanguageServer connect INFO: connect Jun 08, 2023 8:58:35 AM org.mule.weave.lsp.WeaveLanguageServer $anonfun$initialize$1 INFO: Initialize(InitializeParams [ workDoneToken = null processId = 111 rootPath = "/home/gpogam-lemontagner/APIs/Files Process API" rootUri = "file:///home/gpogam-lemontagner/APIs/Files%20Process%20API" initializationOptions = null capabilities = ClientCapabilities [ workspace = WorkspaceClientCapabilities [ applyEdit = true workspaceEdit = WorkspaceEditCapabilities [ documentChanges = true resourceChanges = null resourceOperations = ArrayList ( "create", "rename", "delete" ) failureHandling = "textOnlyTransactional" normalizesLineEndings = true changeAnnotationSupport = WorkspaceEditChangeAnnotationSupportCapabilities [ groupsOnLabel = true ] ] didChangeConfiguration = DidChangeConfigurationCapabilities [ dynamicRegistration = true ] didChangeWatchedFiles = DidChangeWatchedFilesCapabilities [ dynamicRegistration = true ] symbol = SymbolCapabilities [ symbolKind = SymbolKindCapabilities [ valueSet = ArrayList ( File, Module, Namespace, Package, Class, Method, Property, Field, Constructor, Enum, Interface, Function, Variable, Constant, String, Number, Boolean, Array, Object, Key, Null, EnumMember, Struct, Event, Operator, TypeParameter ) ] tagSupport = SymbolTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] dynamicRegistration = true ] executeCommand = ExecuteCommandCapabilities [ dynamicRegistration = true ] workspaceFolders = true configuration = true semanticTokens = SemanticTokensWorkspaceCapabilities [ refreshSupport = true ] codeLens = CodeLensWorkspaceCapabilities [ refreshSupport = true ] fileOperations = FileOperationsWorkspaceCapabilities [ didCreate = true willCreate = true didRename = true willRename = true didDelete = true willDelete = true dynamicRegistration = true ] ] textDocument = TextDocumentClientCapabilities [ synchronization = SynchronizationCapabilities [ willSave = true willSaveWaitUntil = true didSave = true dynamicRegistration = true ] completion = CompletionCapabilities [ completionItem = CompletionItemCapabilities [ snippetSupport = true commitCharactersSupport = true documentationFormat = ArrayList ( "markdown", "plaintext" ) deprecatedSupport = true preselectSupport = true tagSupport = CompletionItemTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] insertReplaceSupport = true resolveSupport = CompletionItemResolveSupportCapabilities [ properties = ArrayList ( "documentation", "detail", "additionalTextEdits" ) ] insertTextModeSupport = CompletionItemInsertTextModeSupportCapabilities [ valueSet = ArrayList ( AsIs, AdjustIndentation ) ] ] completionItemKind = CompletionItemKindCapabilities [ valueSet = ArrayList ( Text, Method, Function, Constructor, Field, Variable, Class, Interface, Module, Property, Unit, Value, Enum, Keyword, Snippet, Color, File, Reference, Folder, EnumMember, Constant, Struct, Event, Operator, TypeParameter ) ] contextSupport = true dynamicRegistration = true ] hover = HoverCapabilities [ contentFormat = ArrayList ( "markdown", "plaintext" ) dynamicRegistration = true ] signatureHelp = SignatureHelpCapabilities [ signatureInformation = SignatureInformationCapabilities [ documentationFormat = ArrayList ( "markdown", "plaintext" ) parameterInformation = ParameterInformationCapabilities [ labelOffsetSupport = true ] activeParameterSupport = true ] contextSupport = true dynamicRegistration = true ] references = ReferencesCapabilities [ dynamicRegistration = true ] documentHighlight = DocumentHighlightCapabilities [ dynamicRegistration = true ] documentSymbol = DocumentSymbolCapabilities [ symbolKind = SymbolKindCapabilities [ valueSet = ArrayList ( File, Module, Namespace, Package, Class, Method, Property, Field, Constructor, Enum, Interface, Function, Variable, Constant, String, Number, Boolean, Array, Object, Key, Null, EnumMember, Struct, Event, Operator, TypeParameter ) ] hierarchicalDocumentSymbolSupport = true tagSupport = SymbolTagSupportCapabilities [ valueSet = ArrayList ( Deprecated ) ] labelSupport = true dynamicRegistration = true ] formatting = FormattingCapabilities [ dynamicRegistration = true ] rangeFormatting = RangeFormattingCapabilities [ dynamicRegistration = true ] onTypeFormatting = OnTypeFormattingCapabilities [ dynamicRegistration = true ] declaration = DeclarationCapabilities [ linkSupport = true dynamicRegistration = true ] definition = DefinitionCapabilities [ linkSupport = true dynamicRegistration = true ] typeDefinition = TypeDefinitionCapabilities [ linkSupport = true dynamicRegistration = true ] implementation = ImplementationCapabilities [ linkSupport = true dynamicRegistration = true ] codeAction = CodeActionCapabilities [ codeActionLiteralSupport = CodeActionLiteralSupportCapabilities [ codeActionKind = CodeActionKindCapabilities [ valueSet = ArrayList ( "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" ) ] ] isPreferredSupport = true disabledSupport = true dataSupport = true resolveSupport = CodeActionResolveSupportCapabilities [ properties = ArrayList ( "edit" ) ] honorsChangeAnnotations = false dynamicRegistration = true ] codeLens = CodeLensCapabilities [ dynamicRegistration = true ] documentLink = DocumentLinkCapabilities [ tooltipSupport = true dynamicRegistration = true ] colorProvider = ColorProviderCapabilities [ dynamicRegistration = true ] rename = RenameCapabilities [ prepareSupport = true prepareSupportDefaultBehavior = Identifier honorsChangeAnnotations = true dynamicRegistration = true ] publishDiagnostics = PublishDiagnosticsCapabilities [ relatedInformation = true tagSupport = Either [ left = null right = DiagnosticsTagSupport [ valueSet = ArrayList ( Unnecessary, Deprecated ) ] ] versionSupport = false codeDescriptionSupport = true dataSupport = true ] foldingRange = FoldingRangeCapabilities [ rangeLimit = 5000 lineFoldingOnly = true dynamicRegistration = true ] typeHierarchyCapabilities = null callHierarchy = CallHierarchyCapabilities [ dynamicRegistration = true ] selectionRange = SelectionRangeCapabilities [ dynamicRegistration = true ] semanticTokens = SemanticTokensCapabilities [ requests = SemanticTokensClientCapabilitiesRequests [ range = Either [ left = true right = null ] full = Either [ left = null right = SemanticTokensClientCapabilitiesRequestsFull [ delta = true ] ] ] tokenTypes = ArrayList ( "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator" ) tokenModifiers = ArrayList ( "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" ) formats = ArrayList ( "relative" ) overlappingTokenSupport = false multilineTokenSupport = false dynamicRegistration = true ] moniker = null linkedEditingRange = LinkedEditingRangeCapabilities [ dynamicRegistration = true ] ] window = WindowClientCapabilities [ workDoneProgress = true showMessage = WindowShowMessageRequestCapabilities [ messageActionItem = WindowShowMessageRequestActionItemCapabilities [ additionalPropertiesSupport = true ] ] showDocument = ShowDocumentCapabilities [ support = true ] ] general = GeneralClientCapabilities [ regularExpressions = RegularExpressionsCapabilities [ engine = "ECMAScript" version = "ES2020" ] markdown = MarkdownCapabilities [ parser = "marked" version = "1.1.0" ] ] experimental = null ] clientName = null clientInfo = ClientInfo [ name = "code-server" version = "1.76.1" ] locale = "en" trace = "off" workspaceFolders = ArrayList ( WorkspaceFolder [ uri = "file:///home/gpogam-lemontagner/APIs/Files%20Process%20API" name = "Files Process API" ] ) ]) Jun 08, 2023 8:58:37 AM org.mule.weave.lsp.WeaveLanguageServer getWorkspaceService INFO: getWorkspaceService Jun 08, 2023 8:58:37 AM org.mule.weave.lsp.services.DataWeaveWorkspaceService didChangeConfiguration INFO: didChangeConfiguration: {} Exception in thread "dw-lang-server-language-0" java.lang.NoClassDefFoundError: org/jboss/shrinkwrap/resolver/api/maven/Maven at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$resolveDependency$1(SimpleProjectKind.scala:133) at org.mule.weave.lsp.utils.JavaLoggerForwarder$.interceptLog(JavaLoggerForwarder.scala:41) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.resolveDependency(SimpleProjectKind.scala:132) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$loadNewArtifacts$1(SimpleProjectKind.scala:127) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.$anonfun$loadNewArtifacts$1$adapted(SimpleProjectKind.scala:126) at scala.collection.immutable.List.flatMap(List.scala:366) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.loadNewArtifacts(SimpleProjectKind.scala:126) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.reloadDependencies(SimpleProjectKind.scala:120) at org.mule.weave.lsp.project.impl.simple.SimpleDependencyManager.start(SimpleProjectKind.scala:114) at org.mule.weave.lsp.WeaveLanguageServer.$anonfun$initialized$1(WeaveLanguageServer.scala:232) at org.mule.weave.lsp.jobs.JobManagerService$$anon$3.doTheJob(JobManagerService.scala:100) at org.mule.weave.lsp.jobs.Job.run(JobManagerService.scala:122) at org.mule.weave.lsp.jobs.JobManagerService.execute(JobManagerService.scala:43) at org.mule.weave.lsp.jobs.JobManagerService$$anon$1.run(JobManagerService.scala:23) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.lang.ClassNotFoundException: org.jboss.shrinkwrap.resolver.api.maven.Maven at org.pf4j.PluginClassLoader.loadClass(PluginClassLoader.java:144) ... 17 more DEBUG ResolutionTaskManager:Processing request changeState: PROCESSING_PROJECT DEBUG ResolutionTaskManager:Processing request changeState: IDLE DEBUG WorkspaceList:buildWorkspaceAt created default WorkspaceContentManager DEBUG ParserStagingArea:enqueue enqueueing [CHANGE_CONFIG - ] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processTask Tree unit: 2023-06-08 08:58:40 [ToolingClient-2-63851202] WARN org.mule.runtime.extension.internal.loader.enricher.ConfigRefDeclarationEnricher - Component 'console' in extension 'APIKit' already has a 'config-ref' parameter defined. Skipping ConfigRefDeclarationEnricher for it. 2023-06-08 08:58:40 [ToolingClient-2-63851202] WARN org.mule.runtime.extension.internal.loader.enricher.ConfigRefDeclarationEnricher - Component 'router' in extension 'APIKit' already has a 'config-ref' parameter defined. Skipping ConfigRefDeclarationEnricher for it. DEBUG LanguageServerImpl:logParams trace: off DEBUG LanguageServerImpl:logParams rootUri: Some(file:///home/gpogam-lemontagner/APIs/Files%20Process%20API) DEBUG LanguageServerImpl:logParams rootPath: Some(/home/gpogam-lemontagner/APIs/Files Process API) DEBUG LanguageServerImpl:logParams workspaceFolders: ArrayBuffer(WorkspaceFolder(Some(file:///home/gpogam-lemontagner/APIs/Files%20Process%20API),Some(Files Process API))) DEBUG LanguageServerImpl:logParams configuration: AlsConfiguration(Map(),BOTH,false) DEBUG LanguageServerImpl:logParams capabilities: AlsClientCapabilities(Some(WorkspaceClientCapabilities(Some(true),Some(WorkspaceEditClientCapabilities(Some(true))),Some(DidChangeConfigurationClientCapabilities(Some(true))),Some(DidChangeWatchedFilesClientCapabilities(Some(true))),Some(WorkspaceSymbolClientCapabilities(Some(true))),Some(ExecuteCommandClientCapabilities(Some(true))))),Some(TextDocumentClientCapabilities(Some(Synchro DEBUG LanguageServerImpl:logParams hotReload: Some(false) DEBUG TextDocumentManager:applyConfig Config applied DEBUG CodeActionManager:applyConfig actions to be used: Extract to Declaration Extract to Declaration Extract to Fragment Extract to Fragment Delete declaration (Cascade) Extract to Library Convert to Json schema Convert to RAML Type Extract resource type Extract trait Synthesize vocabulary for missing terms Convert external vocabulary to a local one DEBUG CodeActionManager:applyConfig supports documentChanges: true DEBUG SerializationManager:applyConfig Serialization manager enabled: true DEBUG CustomValidationManager:applyConfig Custom validation manager enabled? false DEBUG WorkspaceList:changeWorkspace Changing workspaces, added: List(file:///home/gpogam-lemontagner/APIs/Files%20Process%20API), deleted: List() DEBUG ParserStagingArea:enqueue enqueueing [CHANGE_CONFIG - file:///home/gpogam-lemontagner/APIs/Files%20Process%20API] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processTask Tree unit: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API DEBUG WorkspaceList:buildWorkspaceAt created WorkspaceContentManager for file:///home/gpogam-lemontagner/APIs/Files%20Process%20API DEBUG WorkspaceList:buildWorkspaceAt created default WorkspaceContentManager DEBUG ParserStagingArea:enqueue enqueueing [CHANGE_CONFIG - ] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processTask Tree unit: DEBUG LanguageServerImpl:initialize Server initialized DEBUG EditorManager:onOpenDocument Document is opened file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml 2023-06-08 08:58:42 [ToolingClient-3-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: aaf81ae0-05da-11ee-a134-0242ddcf0da6:aaf81ae0-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processChangeConfigChanges Processing Config Changes DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processChangeConfigChanges Processing Config Changes DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_PROJECT DEBUG WorkspaceContentManager:processChangeConfigChanges Processing Config Changes DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:init Finished initialization for workspace at 'file:///home/gpogam-lemontagner/APIs/Files%20Process%20API' DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:init Finished initialization for workspace at '' DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:init Finished initialization for workspace at '' DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request StagingArea: Map() DEBUG WorkspaceContentManager:Processing request State: org.mulesoft.als.server.modules.workspace.Idle$@a52920c DEBUG WorkspaceContentManager:Processing request Repo uris: List() ERROR WorkspaceContentManager:Processing request UnitNotFoundException for: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request StagingArea: Map() DEBUG WorkspaceContentManager:Processing request State: org.mulesoft.als.server.modules.workspace.Idle$@a52920c DEBUG WorkspaceContentManager:Processing request Repo uris: List() ERROR WorkspaceContentManager:Processing request UnitNotFoundException for: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ParserStagingArea:enqueue enqueueing [OPEN_FILE - file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_STAGED DEBUG WorkspaceContentManager:processTask Isolated unit: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:processTask units for main file: [no main file] DEBUG WorkspaceContentManager:Processing request changeState: PROCESSING_FILE DEBUG WorkspaceContentManager:innerParse sent uri: file:///home/gpogam-lemontagner/APIs/Files Process API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml 2023-06-08 08:58:44 [ToolingClient-4-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: ac5b5460-05da-11ee-a134-0242ddcf0da6:ac5b5460-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... 2023-06-08 08:58:45 [ToolingClient-1-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: ace21090-05da-11ee-a134-0242ddcf0da6:ace21090-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... DEBUG WorkspaceContentManager:innerParse done with uri: file:///home/gpogam-lemontagner/APIs/Files Process API/files-p-api.raml DEBUG WorkspaceParserRepository:updateUnit updating Some(file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml) DEBUG WorkspaceContentManager:processIsolated sending new AST from file:///home/gpogam-lemontagner/APIs/Files%20Process%20API DEBUG ParseDiagnosticManager:newASTAvailable Got new AST: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ValidationManager:newASTAvailable Number of parser errors is: 18 DEBUG ResolutionTaskManager:onNewAst Got new AST: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ResolutionTaskManager:onNewAst state: org.mulesoft.als.server.modules.workspace.Idle$@a52920c DEBUG ResolutionTaskManager:onNewAst pending: false DEBUG ResolutionTaskManager:Processing request changeState: PROCESSING_STAGED DEBUG ResolutionTaskManager:Processing request changeState: PROCESSING_FILE DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request next DEBUG WorkspaceContentManager:Processing request changeState: IDLE DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:getRelationships getting relationships for file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:getRelationships getting relationships for file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ResolutionTaskManager:processTask Updating file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml unit DEBUG ResolutionDiagnosticManager:newASTAvailable Got new AST: file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ResolutionDiagnosticManager:runnable Add runnable file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ResolutionDiagnosticManager:run Running DEBUG ResolutionDiagnosticManager:tryValidationReport starting DEBUG SerializationManager:onNewAstPreprocess onNewAst serialization manager 4d3aca88-8599-499e-9650-d35547d25386 DEBUG ResolutionTaskManager:Processing request next DEBUG ResolutionTaskManager:Processing request changeState: IDLE DEBUG ResolutionTaskManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG ResolutionDiagnosticManager:tryValidationReport finishing DEBUG ValidationManager:newASTAvailable Number of resolution errors is: 18 DEBUG ResolutionDiagnosticManager:gatherValidationErrors It took 2121 milliseconds to validate DEBUG ResolutionDiagnosticManager:newASTAvailable End report: 4d3aca88-8599-499e-9650-d35547d25386 DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:Processing request getUnit file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG WorkspaceContentManager:getRelationships getting relationships for file:///home/gpogam-lemontagner/APIs/Files%20Process%20API/files-p-api.raml DEBUG SerializationManager:onSuccess Scheduled success 4d3aca88-8599-499e-9650-d35547d25386 2023-06-08 08:58:57 [ToolingClient-2-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: b3ae7b70-05da-11ee-a134-0242ddcf0da6:b3ae7b70-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... 2023-06-08 08:58:58 [ToolingClient-3-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: b495f540-05da-11ee-a134-0242ddcf0da6:b495f540-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... 2023-06-08 08:59:03 [ToolingClient-4-63851202] INFO org.mule.maven.client.internal.AetherMavenClient - About to fetch required dependencies for artifact: b76f5400-05da-11ee-a134-0242ddcf0da6:b76f5400-05da-11ee-a134-0242ddcf0da6:pom:4.4.0-20230417. This may take a while... ```

Before opening this issue, I tried with a fresh ACB instance following these steps:

  1. Start a new ACB instance after granting the permission to the group every devs belong to.
  2. Connect myself to Anypoint Platform as described in documentation.
  3. Create an APIs folder where I'll clone all APIs.
  4. Use the Import API From Design Center command.
  5. Select one API from Design Center and select the APIs folder as target.
  6. The API has been successfully cloned but the pull of dependencies fail, so nothing can be resolved.

I haven't modified anything in my .m2 settings after connecting to the Anypoint Platform.

GauthierPLM commented 1 year ago

As discussed together, it seems the issue comes from the dependencies:

Removing the ruleset is not a problem for us, but removing the fragment breaks the API as it contains the types used by the API. We may have a workaround, which would be publishing all our RAML dev assets to our own Maven repository, but as mentioned, it may be time consuming and inefficient, so we hope ACB can replicate the Design Center behaviour of pulling development assets when referenced by the API.