79236853

Date: 2024-11-29 11:11:55
Score: 3.5
Natty:
Report link

I am getting this error while evaluating the expression in vs code : Cannot evaluate because of java.lang.IllegalStateException: Project abc cannot be found..

my launch.json is as below;

{ "version": "0.2.0", "configurations": [
{ "type": "java", "name": "Debug-AEM 4502", "projectName": "abc", "request": "attach", "hostName": "localhost", "port": 5005, "timeout": 30000 } ] }

Reasons:
  • Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (1): I am getting this error
  • No code block (0.5):
  • Low reputation (1):
Posted by: Punit Muddebihal