lhotari commented on issue #9944: URL: https://github.com/apache/pulsar/issues/9944#issuecomment-803797755
@devinbost Did you also follow the ["Further configuration in IntelliJ" step]( https://github.com/apache/pulsar#further-configuration-in-intellij)? That should fix the error that is shown in your screenshot. Limiting projects to "core-modules" profiles (and unchecking all other profiles) and running "generate sources" and then "Build -> Rebuild Project" should help. If this doesn't help, it's also very common that IntelliJ index gets corrupted and the invalidate caches solution mentioned by @yangl will usually help. Recently I came across a problem where it didn't help. [I got a response on Twitter from IntelliJ support that there's some bug that requires manual removal of IntelliJ cache directory](https://twitter.com/IntelliJSupport/status/1371515949497597955). I also ended up doing a clean checkout of Pulsar with `git clean -fdx` command in my Pulsar working directory and reimporting and re-configuring the IntelliJ settings for Pulsar until the problem got fixed (in the case tha t I referred to in the Twitter thread). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
