You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
I'm running AWS SAM local in Eclipse(Windows 10) through debug mode and it's always throwing a pop-up exception. Please see the captured stack trace below:
com.amazonaws.eclipse.core.exceptions.AwsActionException: Cannot invoke "org.eclipse.ui.console.IOConsole.newOutputStream()" because "samLocalConsole" is null
at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:159)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.ui.console.IOConsole.newOutputStream()" because "samLocalConsole" is null
at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:116)
... 5 more
The text was updated successfully, but these errors were encountered:
I'm having the same issue when trying to spinoff a aws ec2 instance from a eclipse java project using aws sdk. Does anyone have a solution for this issue?
To whom it may concern,
I'm running AWS SAM local in Eclipse(Windows 10) through debug mode and it's always throwing a pop-up exception. Please see the captured stack trace below:
com.amazonaws.eclipse.core.exceptions.AwsActionException: Cannot invoke "org.eclipse.ui.console.IOConsole.newOutputStream()" because "samLocalConsole" is null
at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:159)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.ui.console.IOConsole.newOutputStream()" because "samLocalConsole" is null
at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:116)
... 5 more
The text was updated successfully, but these errors were encountered: