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

NullPointerException APIGExporterMain.java:34 #1

Closed
rikkouri opened this issue Dec 9, 2015 · 2 comments
Closed

NullPointerException APIGExporterMain.java:34 #1

rikkouri opened this issue Dec 9, 2015 · 2 comments

Comments

@rikkouri
Copy link

rikkouri commented Dec 9, 2015

Throwing a NullPointerException.

Exception:

$ ./aws-api-export.sh --api XXXXXX
2015-12-09 20:02:38,748 ERROR - Error exporting API in Swagger format
java.lang.NullPointerException
    at com.bytecodestudio.apigexporter.APIGExporter.getResponseHeaders(APIGExporter.java:274)
    at com.bytecodestudio.apigexporter.APIGExporter.export(APIGExporter.java:141)
    at com.bytecodestudio.apigexporter.APIGExporterMain.execute(APIGExporterMain.java:59)
    at com.bytecodestudio.apigexporter.APIGExporterMain.main(APIGExporterMain.java:34)

Env:

$ java -version
java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)

$ aws --version
aws-cli/1.9.12 Python/2.7.6 Linux/3.16.0-46-generic botocore/1.3.12

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"

$ uname -a
Linux ****** 3.16.0-46-generic #62~14.04.1-Ubuntu SMP Tue Aug 11 16:27:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
@isabinin
Copy link
Owner

Should be fixed now. Please try the latest version.

@rikkouri
Copy link
Author

Issues resolved. Working great! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants