-
Notifications
You must be signed in to change notification settings - Fork 51
Description
I have downloaded the latest version and I am trying to execute a lambda function. I get the following error:
Do you have any idea what I might need to do to fix issue?
{
"errorMessage": "java.lang.NullPointerException",
"errorType": "java.lang.NullPointerException",
"stackTrace": [
"java.base/java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source)",
"java.base/java.util.concurrent.ConcurrentHashMap.put(Unknown Source)",
"java.base/java.util.Properties.put(Unknown Source)",
"java.base/java.util.Properties.setProperty(Unknown Source)",
"java.base/java.lang.System.setProperty(Unknown Source)",
"com.blackboard.testing.lambda.LambdaTestHandler.handleRequest(LambdaTestHandler.java:26)",
"java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
"java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)",
"java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)",
"java.base/java.lang.reflect.Method.invoke(Unknown Source)"
]