ksprojects / protobuf-jetbrains-plugin

Protobuf Support for JetBrains IDEs
https://plugins.jetbrains.com/plugin/8277
Apache License 2.0
259 stars 45 forks source link

InvalidVirtualFileAccessException: Accessing invalid virtual file: file:///Users/erictaix/projects/poc/service-api-domains/domains/f... #117

Closed kshchepanovskyi closed 4 years ago

kshchepanovskyi commented 6 years ago

https://sentry.io/ks-projects/protobuf-support/issues/673840157/

InvalidVirtualFileAccessException: Accessing invalid virtual file: file:///Users/erictaix/projects/poc/service-api-domains/domains/foo/foo-api/target/protobuf_external/google/protobuf/descriptor.proto; original:691899; found:-; File.exists()=false
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.getFileId(PersistentFSImpl.java:342)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.mustReloadContent(PersistentFSImpl.java:615)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.getLength(PersistentFSImpl.java:409)
    at com.intellij.openapi.vfs.newvfs.impl.VirtualFileSystemEntry.getLength(VirtualFileSystemEntry.java:242)
    at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.isTooLarge(VirtualFileImpl.java:213)
...
(48 additional frame(s) were not displayed)

In file: file:///Users/erictaix/projects/poc/service-api-domains/domains/bar/bar-api/src/main/protobuf/bar.proto
kshchepanovskyi commented 4 years ago

This issue is closed as plugin is not supported anymore. Please switch to https://github.com/jvolkman/intellij-protobuf-editor.