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

AIF do not works with AWS lambdas #232

Open
b0noI opened this issue Jun 13, 2016 · 0 comments
Open

AIF do not works with AWS lambdas #232

b0noI opened this issue Jun 13, 2016 · 0 comments
Assignees
Milestone

Comments

@b0noI
Copy link
Owner

b0noI commented Jun 13, 2016

{
"errorMessage":"java.lang.ExceptionInInitializerError",
"errorType":"java.lang.ExceptionInInitializerError",
"stackTrace":[
"io.aif.language.token.comparator.ITokenComparator.defaultComparator(ITokenComparator.java:17)",
"io.aif.aws.lambda.tokens.comparator.LambdaComparator.compare(LambdaComparator.java:21)",
"sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
"sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)",
"sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
"java.lang.reflect.Method.invoke(Method.java:498)"
],
"cause":{
"errorMessage":"java.lang.NullPointerException",
"errorType":"java.lang.NullPointerException",
"stackTrace":[
"java.util.Properties$LineReader.readLine(Properties.java:434)",
"java.util.Properties.load0(Properties.java:353)",
"java.util.Properties.load(Properties.java:341)",
"io.aif.language.common.settings.PropertyBasedSettings.(PropertyBasedSettings.java:77)",
"io.aif.language.common.settings.PropertyBasedSettings.createInstance(PropertyBasedSettings.java:61)",
"io.aif.language.common.settings.ISettings.(ISettings.java:5)",
"io.aif.language.token.comparator.ITokenComparator.defaultComparator(ITokenComparator.java:17)",
"io.aif.aws.lambda.tokens.comparator.LambdaComparator.compare(LambdaComparator.java:21)",
"sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
"sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)",
"sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
"java.lang.reflect.Method.invoke(Method.java:498)"
]
}
}

@b0noI b0noI added this to the Beta2 milestone Jun 13, 2016
@b0noI b0noI self-assigned this Jun 13, 2016
@b0noI b0noI added the hard label Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant