Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon Q break configuration and run java application java.lang.NullPointerException: getVirtualFile(...) must not be null #4563

Closed
Sangeethachan opened this issue Jun 7, 2024 · 1 comment
Labels
bug We can reproduce the issue and confirmed it is a bug.

Comments

@Sangeethachan
Copy link

After updating AWS TOOLKIT GOT THE ERROR Error Type:

java.lang.NullPointerException: This error occurs when an application attempts to use null in a case where an object is required. This usually happens when trying to call a method on a null object.
Specific Location:

software.aws.toolkits.jetbrains.services.codewhisperer.codescan.listeners.CodeWhispererCodeScanFileListener.editorCreated(CodeWhispererCodeScanFileListener.kt:18): The error occurs at line 18 of the CodeWhispererCodeScanFileListener.kt file in the editorCreated method.

Your Environment

  • OS: WINDOWS
  • JetBrains product:PYCHARM COMMUNITY EDITION
  • JetBrains product version: 2023.3.5
  • AWS Toolkit version: 3.9-233
  • SAM CLI version:
  • JVM/Python version:PYTHON 3.8

Additional context

@Sangeethachan Sangeethachan added the bug We can reproduce the issue and confirmed it is a bug. label Jun 7, 2024
@rli
Copy link
Contributor

rli commented Jun 7, 2024

Same as #4554

@rli rli closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug We can reproduce the issue and confirmed it is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants