-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
Describe the bug (*)
A clear and concise description of what the bug is.
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <|> at index 108: //wsl.localhost/Ubuntu/home/wolf000055/Documentos/projects/magento/github/teamnet/generated/metadata/primary|global|plugin-list.php
at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:147)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:402)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.awaitWithCheckCanceled(ProgressIndicatorUtils.java:363)
at com.intellij.openapi.vfs.DiskQueryRelay.accessDiskWithCheckCanceled(DiskQueryRelay.java:83)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.contentsToByteArray(LocalFileSystemImpl.java:298)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:907)
at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:131)
at com.intellij.util.indexing.contentQueue.CachedFileContent.getBytes(CachedFileContent.java:30)
at com.intellij.util.indexing.contentQueue.CachedFileContent.getBytesOrEmpty(CachedFileContent.java:42)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$20(FileBasedIndexImpl.java:1509)
at com.intellij.util.indexing.FileContentImpl.computeOriginalContent(FileContentImpl.java:191)
at com.intellij.util.indexing.FileContentImpl.getContentAsText(FileContentImpl.java:185)
at com.intellij.util.indexing.FileContentImpl.getPsiFile(FileContentImpl.java:233)
at com.intellij.psi.stubs.StubUpdatingIndex.calculateIndexingStamp(StubUpdatingIndex.java:401)
at com.intellij.psi.stubs.StubUpdatingIndexStorage.withStubIndexingDiagnosticUpdate(StubUpdatingIndexStorage.java:88)
at com.intellij.indexing.shared.platform.impl.CompositeInvertedIndex.tryToMapWithSecondaryIndex(CompositeInvertedIndex.java:117)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:47)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:25)
at com.intellij.util.indexing.FileBasedIndexImpl.createSingleIndexValueApplier(FileBasedIndexImpl.java:1674)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$21(FileBasedIndexImpl.java:1544)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.lambda$freezeFileTypeTemporarilyWithProvidedValueIn$15(FileTypeManagerImpl.java:775)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.cacheFileTypesInside(FileTypeManagerImpl.java:846)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyWithProvidedValueIn(FileTypeManagerImpl.java:771)
at com.intellij.util.indexing.FileBasedIndexImpl.doIndexFileContent(FileBasedIndexImpl.java:1497)
at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1472)
at com.intellij.util.indexing.FileBasedIndexImpl.processRefreshedFile(FileBasedIndexImpl.java:1412)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1798)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1792)
at com.intellij.util.indexing.UpdateTask.process(UpdateTask.java:65)
at com.intellij.util.indexing.UpdateTask.processAll(UpdateTask.java:34)
at com.intellij.util.indexing.FileBasedIndexImpl.forceUpdate(FileBasedIndexImpl.java:1818)
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:878)
at com.intellij.psi.stubs.StubIndexEx.getContainingIds(StubIndexEx.java:371)
at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:187)
at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:101)
at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:90)
at com.jetbrains.php.PhpIndexImpl.getElements(PhpIndexImpl.java:756)
at com.jetbrains.php.PhpIndexImpl.lambda$getByName$38(PhpIndexImpl.java:1170)
at com.jetbrains.php.caches.CostAdaptiveCache.getOrCompute(CostAdaptiveCache.kt:20)
at com.jetbrains.php.PhpIndexImpl.getByName(PhpIndexImpl.java:1169)
at com.jetbrains.php.PhpIndexImpl.lambda$getByFQN$37(PhpIndexImpl.java:1156)
at com.jetbrains.php.caches.CostAdaptiveCache.getOrCompute(CostAdaptiveCache.kt:20)
at com.jetbrains.php.PhpIndexImpl.getByFQN(PhpIndexImpl.java:1154)
at com.jetbrains.php.PhpIndexImpl.getByFqnCacheAware(PhpIndexImpl.java:1227)
at com.jetbrains.php.PhpIndexImpl.getClassesByFQNInternal(PhpIndexImpl.java:1222)
at com.jetbrains.php.PhpIndexImpl.getAnyByFQN(PhpIndexImpl.java:1261)
at com.jetbrains.php.PhpIndexImpl.getBySignatureInternal(PhpIndexImpl.java:900)
at com.jetbrains.php.PhpIndexImpl.lambda$getBySignature$29(PhpIndexImpl.java:840)
at com.jetbrains.php.caches.CostAdaptiveCache.getOrCompute(CostAdaptiveCache.kt:20)
at com.jetbrains.php.PhpIndexImpl.getBySignature(PhpIndexImpl.java:838)
at com.jetbrains.php.PhpIndexImpl.doCompleteType(PhpIndexImpl.java:213)
at com.jetbrains.php.PhpIndexImpl.completeType(PhpIndexImpl.java:138)
at com.jetbrains.php.PhpIndexImpl.completeType(PhpIndexImpl.java:106)
at com.jetbrains.php.lang.psi.resolve.types.PhpType.global(PhpType.java:1051)
at com.jetbrains.php.lang.psi.resolve.types.PhpType.global(PhpType.java:1064)
at com.jetbrains.php.lang.psi.elements.PhpTypedElement.getGlobalType(PhpTypedElement.java:54)
at com.jetbrains.php.lang.psi.elements.impl.MemberReferenceImpl.resolveInHierarchyInner(MemberReferenceImpl.java:188)
at com.jetbrains.php.lang.psi.elements.impl.MemberReferenceImpl.lambda$resolveInHierarchy$1(MemberReferenceImpl.java:181)
at com.intellij.psi.util.CachedValuesManager$NonPhysicalPsiHandlerProvider.compute(CachedValuesManager.java:222)
at com.intellij.psi.util.CachedValuesManager$NonPhysicalPsiHandlerProvider.compute(CachedValuesManager.java:215)
at com.intellij.psi.impl.PsiParameterizedCachedValue.doCompute(PsiParameterizedCachedValue.kt:24)
at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:299)
at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:37)
at com.intel
To Reproduce (*)
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior (*)
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information: (*)
- OS: Windows 11.0
- PhpStorm/Intellij version: 2025.3.2
- Plugin Version: 2025.2.2
Additional context
Add any other context about the problem here.
Reactions are currently unavailable