-
Notifications
You must be signed in to change notification settings - Fork 53
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
Null pointer Exception using version 0.3.20 #94
Comments
Interesting. Will check. The problem with rolling back is a CVE. |
Understood. Thank you! |
Can you perhaps do your config from zero? |
I don't think I follow, what do you mean? |
I had this - it turned out my jobs had lost their configuration |
I also ran into this. After upgrade from 3.19 to 3.20, I had a warning for old / unmanaged data in my config files. All my beanstalk jobs were missing their AWS cred and eb deploy configuration. I downgraded back to 3.19 and everything worked again. I'm not sure how to troubleshoot problems like this. edit: Jobs with 3.20 work again if you replace the missing configuration values. So "config from zero" works, and the values save correctly. |
We ran into this but had to roll back the plugin version. Just populating the missing jobs with the lost config data didn't work for all jobs. On one job it would get through 2 deployments no problem but after the second would crash out. I tried deleting the config for subsequent jobs but that didn't clear it.
When I rolled back to the previous version of the plugin (AND re-entered the config again) the app deployed successfully. |
After updating, we received this error when deployment was attempted. Rolling back solved the issue.
AWSEB Deployment 0.3.20
Jenkins ver. 2.229
java-1.8.0-openjdk.x86_64 1:1.8.0.242.b08-0.50.amzn1 @amzn-updates
08:34:58 FATAL: Deployment Failure 08:34:58 java.lang.NullPointerException 08:34:58 at br.com.ingenieux.jenkins.plugins.awsebdeployment.DeployerRunner.<init>(DeployerRunner.java:46) 08:34:58 at br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform(AWSEBDeploymentBuilder.java:243) 08:34:58 Caused: java.io.IOException: Deployment Failure 08:34:58 at br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform(AWSEBDeploymentBuilder.java:245) 08:34:58 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) 08:34:58 at br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform(AWSEBDeploymentBuilder.java:79) 08:34:58 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 08:34:58 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741) 08:34:58 at hudson.model.Build$BuildExecution.build(Build.java:206) 08:34:58 at hudson.model.Build$BuildExecution.doRun(Build.java:163) 08:34:58 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) 08:34:58 at hudson.model.Run.execute(Run.java:1880) 08:34:58 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:34:58 at hudson.model.ResourceController.execute(ResourceController.java:97) 08:34:58 at hudson.model.Executor.run(Executor.java:428)
The text was updated successfully, but these errors were encountered: