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
Describe the bug
In Reference to below Bug
(#3354)
I am still getting null pointer exception below is the code which is showing the same ... https://github.com/JalajChawla/quarkusDemo Expected behavior
It should run fine
To Reproduce
Steps to reproduce the behavior:
Create Lambda using Java 8 runtime
Specify the handler Name as quarkus.TestLambda::handleRequest and test on the aws console ui
Configuration
# Note it using java 8 runtime.
LOGS
java.lang.NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at quarkus.TestLambda.handleRequest(TestLambda.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
uname -a
Linux ubuntu-GL63-8RE 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1ubuntu1-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
Describe the bug
In Reference to below Bug
(#3354)
I am still getting null pointer exception below is the code which is showing the same ...
https://github.com/JalajChawla/quarkusDemo
Expected behavior
It should run fine
To Reproduce
Steps to reproduce the behavior:
Configuration
# Note it using java 8 runtime.
LOGS
java.lang.NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at quarkus.TestLambda.handleRequest(TestLambda.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
uname -a
Linux ubuntu-GL63-8RE 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1ubuntu1-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 1.8.0_252, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_IN, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-37-generic", arch: "amd64", family: "unix"
The text was updated successfully, but these errors were encountered: