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

Deployed version null #33

Closed
rkyymmt opened this issue Aug 17, 2013 · 9 comments
Closed

Deployed version null #33

rkyymmt opened this issue Aug 17, 2013 · 9 comments

Comments

@rkyymmt
Copy link

rkyymmt commented Aug 17, 2013

Error occured at "mvn fast-deploy".

Log here.

Writing objects: 96% (1058/1102)
Writing objects: 97% (1069/1102)
Writing objects: 98% (1080/1102)
Writing objects: 99% (1091/1102)
Writing objects: 100% (1102/1102)
Writing objects: 100% (1102/1102)
[DEBUG](Actually Expected) Exception
org.eclipse.jgit.api.errors.TransportException: https://AKIAJZ7JNBBVXXXXXXXXX@git.elasticbeanstalk.us-east-1.amazonaws.com/v1/repos/XXXXXXXXXX/commitid/353362373531656435663564346435636535343866303332336464346330373862XXXXXXXXXXX: expected Content-Type application/x-git-receive-pack-result; received Content-Type null
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:157)
at br.com.ingenieux.mojo.beanstalk.bundle.FastDeployMojo.executeInternal(FastDeployMojo.java:158)
at br.com.ingenieux.mojo.aws.AbstractAWSMojo.execute(AbstractAWSMojo.java:356)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:98)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:64)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.eclipse.jgit.errors.TransportException: https://AKIAJZ7JNBBV2HKQIMPQ@git.elasticbeanstalk.us-east-1.amazonaws.com/v1/repos/776562627073/commitid/35336237353165643566356434643563653534386630333233646434633037386235656565313466: expected Content-Type application/x-git-receive-pack-result; received Content-Type null
at org.eclipse.jgit.transport.TransportHttp.wrongContentType(TransportHttp.java:552)
at org.eclipse.jgit.transport.TransportHttp$Service.openResponse(TransportHttp.java:846)
at org.eclipse.jgit.transport.TransportHttp$MultiRequestService.execute(TransportHttp.java:941)
at org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.read(TransportHttp.java:867)
at org.eclipse.jgit.util.io.UnionInputStream.read(UnionInputStream.java:145)
at org.eclipse.jgit.util.IO.readFully(IO.java:245)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154)
at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:136)
at org.eclipse.jgit.util.IO.readFully(IO.java:245)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
at org.eclipse.jgit.transport.BasePackPushConnection.readStringLongTimeout(BasePackPushConnection.java:338)
at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:293)
at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:187)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpPushConnection.doPush(TransportHttp.java:771)
at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:142)
at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:141)
at org.eclipse.jgit.transport.Transport.push(Transport.java:1162)
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:153)
... 31 more
[INFO] Deployed version null

@aldrinleal
Copy link
Member

Can you tell the explicit version? As it seems, this code is strongly related to a beta, unreleased version

(We actually catch this exception due to some problems with AWS. There's an open case for months and no reply - see this url for more details)

@rodrigorodriguescosta
Copy link

I had the same problem,
command : "mvn fast-deploy"

Log below

Writing objects: 99% (611/613)
Writing objects: 100% (613/613)
Writing objects: 100% (613/613)
[INFO] Deployed version null
[WARNING] FAILURE
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:542)
at br.com.ingenieux.mojo.beanstalk.bundle.FastDeployMojo.executeInternal(FastDeployMojo.java:180)
at br.com.ingenieux.mojo.aws.AbstractAWSMojo.execute(AbstractAWSMojo.java:359)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47:46.841s
[INFO] Finished at: Fri Dec 06 00:32:46 BRT 2013
[INFO] Final Memory: 9M/110M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli) on project agile: Failed: NullPointerException -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

My pom.xml


<beanstalk.applicationName>AgileWeb</beanstalk.applicationName>
<beanstalker.region>sa-east-1</beanstalker.region>
<beanstalk.useStagingDirectory>true</beanstalk.useStagingDirectory>

    <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
    <beanstalk.versionLabel>${maven.build.timestamp}</beanstalk.versionLabel>       
br.com.ingenieux beanstalk-maven-plugin 1.1.1 [acesskey] [secret] agileweb-test [mybucket] git-${project.artifactId}/${project.build.finalName}-${maven.build.timestamp}.war

O really need to deploy using git, because I dont want to upload whole .WAR file every deploy, any help?

@aldrinleal
Copy link
Member

Can you do a mvn -X fast-deploy and mail me in private?

Thanks

@rodrigorodriguescosta
Copy link

It so funny, I didn't found any option to send private message from GutHub, however I'm going to past here and I have replace secretkey and accesskey.

Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home: /home/rodrigo/Java/workspace/maven.1385240662754/agile/EMBEDDED
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-43-generic", arch: "amd64", family: "unix"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /home/rodrigo/.m2/settings.xml
[DEBUG] Using local repository at /home/rodrigo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /home/rodrigo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project br.com.agile:agile:war:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model for br.com.agile:agile:war:1.0
[WARNING] 'build.plugins.plugin.version' for org.mortbay.jetty:jetty-maven-plugin is missing. @ line 229, column 12
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 171, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin version for org.mortbay.jetty:jetty-maven-plugin
[DEBUG] Could not find metadata org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in local (/home/rodrigo/.m2/repository)
[DEBUG] Failure to find org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in http://oss.sonatype.org/content/repositories/vaadin-snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.mortbay.jetty:jetty-maven-plugin to 8.1.13.v20130916 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin prefix beanstalk from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to br.com.ingenieux:beanstalk-maven-plugin from POM br.com.agile:agile:war:1.0
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: br.com.agile:agile:war:1.0
[DEBUG] Tasks: [beanstalk:fast-deploy]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Sistema Agile 1.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix beanstalk from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to br.com.ingenieux:beanstalk-maven-plugin from POM br.com.agile:agile:war:1.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: br.com.agile:agile:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [vaadin-addons (http://maven.vaadin.com/vaadin-addons, releases+snapshots), vaadin-snapshots (http://oss.sonatype.org/content/repositories/vaadin-snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [vaadin-snapshots (http://oss.sonatype.org/content/repositories/vaadin-snapshots/, snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration:

myaacesskey
agileweb-test
${beanstalk.cnamePrefix}
${beanstalker.ignoreExceptions}

${beanstalker.region}
mysecretkey
${beanstalker.serverId}
${settings}
${beanstalk.skipEnvironmentUpdate}

${beanstalk.stagingDirectory}
${beanstalk.useStagingDirectory}
${beanstalker.verbose}
${beanstalk.versionDescription}

[DEBUG] =======================================================================
[INFO]
[INFO] --- beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli) @ agile ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1:
[DEBUG] br.com.ingenieux:beanstalker-common:jar:1.1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] com.amazonaws:aws-java-sdk:jar:1.3.25:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile (version managed from 1.3)
[DEBUG] org.codehaus.jackson:jackson-core-asl:jar:1.9.10:compile (version managed from 1.8.9)
[DEBUG] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10:compile (version managed from 1.8.9)
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.1:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-nop:jar:1.6.4:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.44-1:compile
[DEBUG] Created new class realm plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Importing foreign packages into class realm plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalker-common:jar:1.1.1
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: com.amazonaws:aws-java-sdk:jar:1.3.25
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.codehaus.jackson:jackson-core-asl:jar:1.9.10
[DEBUG] Included: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.1
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-nop:jar:1.6.4
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.44-1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.4
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.4
[DEBUG] Configuring mojo br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy from plugin realm ClassRealm[plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1, parent: sun.misc.Launcher$AppClassLoader@757dbeaf]
[DEBUG] Configuring mojo 'br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy' with basic configurator -->
DEBUG accessKey = mysecretkey
DEBUG applicationName = agileweb-test
DEBUG ignoreExceptions = false
DEBUG project = MavenProject: br.com.agile:agile:1.0 @ /home/rodrigo/Java/workspace/maven.1385240662754/agile/pom.xml
DEBUG region = sa-east-1
DEBUG secretKey = mysecretkey
DEBUG serverId = aws.amazon.com
DEBUG settings = org.apache.maven.execution.SettingsAdapter@282c0dbe
DEBUG skipEnvironmentUpdate = false
DEBUG sourceDirectory = /home/rodrigo/Java/workspace/maven.1385240662754/agile/target/agile-1.0
DEBUG stagingDirectory = /home/rodrigo/Java/workspace/maven.1385240662754/agile/tmp-git-deployment-staging
DEBUG useStagingDirectory = true
DEBUG verbose = false
DEBUG versionDescription = Update from fast-deploy
[DEBUG] -- end configuration --
[WARNING] Warning! Usage of accessKey and secretKey is being deprecated! See http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/security.html for more information
[WARNING] You should encrypt your passwords. See http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] No Changes. However, we've got something close in AWS Elastic Beanstalk and we're continuing
[INFO] SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.295s
[INFO] Finished at: Fri Dec 06 00:55:14 BRT 2013
[INFO] Final Memory: 10M/30M
[INFO] ------------------------------------------------------------------------

@aldrinleal
Copy link
Member

added you in gtalk
On Dec 6, 2013 1:04 AM, "Rodrigo Rodrigues" notifications@github.com
wrote:

It so funny, I didn't found any option to send private message from
GutHub, however I'm going to past here and I have replace secretkey and
accesskey.

Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home: /home/rodrigo/Java/workspace/maven.1385240662754/agile/EMBEDDED
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-43-generic", arch: "amd64", family:
"unix"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /home/rodrigo/.m2/settings.xml
[DEBUG] Using local repository at /home/rodrigo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for
/home/rodrigo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project br.com.agile:agile:war:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for br.com.agile:agile:war:1.0
[WARNING] 'build.plugins.plugin.version' for
org.mortbay.jetty:jetty-maven-plugin is missing. @ line 229, column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 171,
column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin version for org.mortbay.jetty:jetty-maven-plugin
[DEBUG] Could not find metadata
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in local
(/home/rodrigo/.m2/repository)
[DEBUG] Failure to find
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in
http://oss.sonatype.org/content/repositories/vaadin-snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of vaadin-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.mortbay.jetty:jetty-maven-plugin
to 8.1.13.v20130916 from repository central (
http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin prefix beanstalk from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM br.com.agile:agile:war:1.0

[DEBUG] === REACTOR BUILD PLAN

[DEBUG] Project: br.com.agile:agile:war:1.0
[DEBUG] Tasks: [beanstalk:fast-deploy]
[DEBUG] Style: Regular

[DEBUG]

[INFO]

[INFO]

[INFO] Building Sistema Agile 1.0

[INFO]

[DEBUG] Resolving plugin prefix beanstalk from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM br.com.agile:agile:war:1.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN

[DEBUG] Project: br.com.agile:agile:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [vaadin-addons (
http://maven.vaadin.com/vaadin-addons, releases+snapshots),
vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]

[DEBUG]

[DEBUG] Goal: br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy
(default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration:

myaacesskey
agileweb-test
${beanstalk.cnamePrefix}
${beanstalker.ignoreExceptions}

${beanstalker.region}
mysecretkey
${beanstalker.serverId}
${settings}
${beanstalk.skipEnvironmentUpdate}

${beanstalk.stagingDirectory}
${beanstalk.useStagingDirectory}
${beanstalker.verbose}
${beanstalk.versionDescription}

[DEBUG]

[INFO]

[INFO] --- beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli) @ agile

[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException
< plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser <
plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1:
[DEBUG] br.com.ingenieux:beanstalker-common:jar:1.1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] com.amazonaws:aws-java-sdk:jar:1.3.25:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile (version managed from
1.3)
[DEBUG] org.codehaus.jackson:jackson-core-asl:jar:1.9.10:compile (version
managed from 1.8.9)
[DEBUG] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10:compile
(version managed from 1.8.9)
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.1:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-nop:jar:1.6.4:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.44-1:compile
[DEBUG] Created new class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Importing foreign packages into class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalker-common:jar:1.1.1
[DEBUG] Included:
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: com.amazonaws:aws-java-sdk:jar:1.3.25
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.codehaus.jackson:jackson-core-asl:jar:1.9.10
[DEBUG] Included: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.1
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-nop:jar:1.6.4
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included:
org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.44-1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.4
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.4
[DEBUG] Configuring mojo
br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy from plugin realm
ClassRealm[plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1, parent:
sun.misc.Launcher$AppClassLoader@757dbeaf]
[DEBUG] Configuring mojo
'br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy' with basic
configurator -->
DEBUG http://f accessKey = AKIAJ5MCV7VCREETLNGQ
DEBUG http://f applicationName = agileweb-test
DEBUG http://f ignoreExceptions = false
DEBUG http://f project = MavenProject: br.com.agile:agile:1.0 @
/home/rodrigo/Java/workspace/maven.1385240662754/agile/pom.xml
DEBUG http://f region = sa-east-1
DEBUG http://f secretKey = 513kze1xK4R/tfmXuiuIZ8UI6tWTt7dmmEiRaTAb
DEBUG http://f serverId = aws.amazon.com
DEBUG http://f settings = org.apache.maven.execution.SettingsAdapter@
282c0dbhttps://github.com/org.apache.maven.execution.SettingsAdapter/beanstalker/commit/282c0dbe
DEBUG http://f skipEnvironmentUpdate = false
DEBUG http://f sourceDirectory =
/home/rodrigo/Java/workspace/maven.1385240662754/agile/target/agile-1.0
DE BUG http://f stagingDirectory =
/home/rodrigo/Java/workspace/maven.1385240662754/agile/tmp-git-deployment-staging
DEBUG http://f useStagingDirectory = true
DEBUG http://f verbose = false
DEBUG http://f versionDescription = Update from fast-deploy
[DEBUG] -- end configuration --
[WARNING] Warning! Usage of accessKey and secretKey is being deprecated!
See
http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/security.htmlfor more information
[WARNING] You should encrypt your passwords. See
http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] No Changes. However, we've got something close in AWS Elastic
Beanstalk and we're continuing
[INFO] SUCCESS

[INFO]

[INFO] BUILD SUCCESS

[INFO]

[INFO] Total time: 8.295s
[INFO] Finished at: Fri Dec 06 00:55:14 BRT 2013
[INFO] Final Memory: 10M/30M

[INFO]


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-29962208
.

@rodrigorodriguescosta
Copy link

until now, no notification came to me to accept it!

2013/12/6 Aldrin Leal notifications@github.com

added you in gtalk
On Dec 6, 2013 1:04 AM, "Rodrigo Rodrigues" notifications@github.com
wrote:

It so funny, I didn't found any option to send private message from
GutHub, however I'm going to past here and I have replace secretkey and
accesskey.

Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home:
/home/rodrigo/Java/workspace/maven.1385240662754/agile/EMBEDDED
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-43-generic", arch: "amd64", family:
"unix"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further
details.
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /home/rodrigo/.m2/settings.xml
[DEBUG] Using local repository at /home/rodrigo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10
for
/home/rodrigo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project br.com.agile:agile:war:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for br.com.agile:agile:war:1.0
[WARNING] 'build.plugins.plugin.version' for
org.mortbay.jetty:jetty-maven-plugin is missing. @ line 229, column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 171,
column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin version for
org.mortbay.jetty:jetty-maven-plugin
[DEBUG] Could not find metadata
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in local
(/home/rodrigo/.m2/repository)
[DEBUG] Failure to find
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in
http://oss.sonatype.org/content/repositories/vaadin-snapshots/ was
cached
in the local repository, resolution will not be reattempted until the
update interval of vaadin-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.mortbay.jetty:jetty-maven-plugin
to 8.1.13.v20130916 from repository central (
http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin prefix beanstalk from
[org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM
br.com.agile:agile:war:1.0

[DEBUG] === REACTOR BUILD PLAN

[DEBUG] Project: br.com.agile:agile:war:1.0
[DEBUG] Tasks: [beanstalk:fast-deploy]
[DEBUG] Style: Regular

[DEBUG]

[INFO]

[INFO]

[INFO] Building Sistema Agile 1.0

[INFO]

[DEBUG] Resolving plugin prefix beanstalk from
[org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM
br.com.agile:agile:war:1.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package,
pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN

[DEBUG] Project: br.com.agile:agile:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [vaadin-addons (
http://maven.vaadin.com/vaadin-addons, releases+snapshots),
vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]

[DEBUG]

[DEBUG] Goal: br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy
(default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration:

myaacesskey
agileweb-test
${beanstalk.cnamePrefix}
${beanstalker.ignoreExceptions}

${beanstalker.region}
mysecretkey
${beanstalker.serverId}
${settings}
${beanstalk.skipEnvironmentUpdate}

${beanstalk.stagingDirectory}
${beanstalk.useStagingDirectory}
${beanstalker.verbose}
${beanstalk.versionDescription}

[DEBUG]

[INFO]
[INFO] --- beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli) @

agile

[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
< plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser <
plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1:
[DEBUG] br.com.ingenieux:beanstalker-common:jar:1.1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG]
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] com.amazonaws:aws-java-sdk:jar:1.3.25:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile (version managed
from
1.3)
[DEBUG] org.codehaus.jackson:jackson-core-asl:jar:1.9.10:compile
(version
managed from 1.8.9)
[DEBUG] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10:compile
(version managed from 1.8.9)
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.1:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-nop:jar:1.6.4:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]
org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.44-1:compile
[DEBUG] Created new class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Importing foreign packages into class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalker-common:jar:1.1.1
[DEBUG] Included:
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: com.amazonaws:aws-java-sdk:jar:1.3.25
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.codehaus.jackson:jackson-core-asl:jar:1.9.10
[DEBUG] Included: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.1
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-nop:jar:1.6.4
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included:
org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.44-1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.4
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.4
[DEBUG] Configuring mojo
br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy from plugin
realm
ClassRealm[plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1, parent:
sun.misc.Launcher$AppClassLoader@757dbeaf]
[DEBUG] Configuring mojo
'br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy' with basic
configurator -->
DEBUG http://f accessKey = AKIAJ5MCV7VCREETLNGQ
DEBUG http://f applicationName = agileweb-test
DEBUG http://f ignoreExceptions = false
DEBUG http://f project = MavenProject: br.com.agile:agile:1.0 @
/home/rodrigo/Java/workspace/maven.1385240662754/agile/pom.xml
DEBUG http://f region = sa-east-1
DEBUG http://f secretKey = 513kze1xK4R/tfmXuiuIZ8UI6tWTt7dmmEiRaTAb
DEBUG http://f serverId = aws.amazon.com
DEBUG http://f settings = org.apache.maven.execution.SettingsAdapter@
282c0db<
https://github.com/org.apache.maven.execution.SettingsAdapter/beanstalker/commit/282c0dbe>

DEBUG http://f skipEnvironmentUpdate = false
DEBUG http://f sourceDirectory =
/home/rodrigo/Java/workspace/maven.1385240662754/agile/target/agile-1.0
DE BUG http://f stagingDirectory =

/home/rodrigo/Java/workspace/maven.1385240662754/agile/tmp-git-deployment-staging

DEBUG http://f useStagingDirectory = true
DEBUG http://f verbose = false
DEBUG http://f versionDescription = Update from fast-deploy
[DEBUG] -- end configuration --
[WARNING] Warning! Usage of accessKey and secretKey is being deprecated!
See

http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/security.htmlformore information
[WARNING] You should encrypt your passwords. See
http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] No Changes. However, we've got something close in AWS Elastic
Beanstalk and we're continuing
[INFO] SUCCESS

[INFO]

[INFO] BUILD SUCCESS

[INFO]

[INFO] Total time: 8.295s
[INFO] Finished at: Fri Dec 06 00:55:14 BRT 2013
[INFO] Final Memory: 10M/30M

[INFO]


Reply to this email directly or view it on GitHub<
https://github.com/ingenieux/beanstalker/issues/33#issuecomment-29962208>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-29962325
.

Rodrigo Rodrigues
Analista de Sistemas

@rodrigorodriguescosta
Copy link

Now, I'm looking for my github profile, I realize that my public email in
github was wrong, there was rodrigorodriguescosta@gmai.com instead of
rodrigorodriguescosta@gmail.com

@gmail was wrong, maybe you copied and pasted, I already fix it!

2013/12/6 Rodrigo Rodrigues rodrigorodriguescosta@gmail.com

until now, no notification came to me to accept it!

2013/12/6 Aldrin Leal notifications@github.com

added you in gtalk
On Dec 6, 2013 1:04 AM, "Rodrigo Rodrigues" notifications@github.com
wrote:

It so funny, I didn't found any option to send private message from
GutHub, however I'm going to past here and I have replace secretkey and
accesskey.

Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home:
/home/rodrigo/Java/workspace/maven.1385240662754/agile/EMBEDDED
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-43-generic", arch: "amd64", family:
"unix"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further
details.
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /home/rodrigo/.m2/settings.xml
[DEBUG] Using local repository at /home/rodrigo/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10
for
/home/rodrigo/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project br.com.agile:agile:war:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective
model for br.com.agile:agile:war:1.0
[WARNING] 'build.plugins.plugin.version' for
org.mortbay.jetty:jetty-maven-plugin is missing. @ line 229, column 12
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 171,
column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer
support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin version for
org.mortbay.jetty:jetty-maven-plugin
[DEBUG] Could not find metadata
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in local
(/home/rodrigo/.m2/repository)
[DEBUG] Failure to find
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml in
http://oss.sonatype.org/content/repositories/vaadin-snapshots/ was
cached
in the local repository, resolution will not be reattempted until the
update interval of vaadin-snapshots has elapsed or updates are forced
[DEBUG] Skipped remote update check for
org.mortbay.jetty:jetty-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for
org.mortbay.jetty:jetty-maven-plugin
to 8.1.13.v20130916 from repository central (
http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin prefix beanstalk from
[org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM
br.com.agile:agile:war:1.0

[DEBUG] === REACTOR BUILD PLAN

[DEBUG] Project: br.com.agile:agile:war:1.0
[DEBUG] Tasks: [beanstalk:fast-deploy]
[DEBUG] Style: Regular

[DEBUG]

[INFO]

[INFO]


[INFO] Building Sistema Agile 1.0
[INFO]


[DEBUG] Resolving plugin prefix beanstalk from
[org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix beanstalk to
br.com.ingenieux:beanstalk-maven-plugin from POM
br.com.agile:agile:war:1.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package,
pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN

[DEBUG] Project: br.com.agile:agile:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [vaadin-addons (
http://maven.vaadin.com/vaadin-addons, releases+snapshots),
vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [vaadin-snapshots (
http://oss.sonatype.org/content/repositories/vaadin-snapshots/,
snapshots), central (http://repo.maven.apache.org/maven2, releases)]

[DEBUG]

[DEBUG] Goal: br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy
(default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration:

myaacesskey
agileweb-test
${beanstalk.cnamePrefix}
${beanstalker.ignoreExceptions}

${beanstalker.region}
mysecretkey
${beanstalker.serverId}
${settings}
${beanstalk.skipEnvironmentUpdate}

${beanstalk.stagingDirectory}
${beanstalk.useStagingDirectory}
${beanstalker.verbose}
${beanstalk.versionDescription}

[DEBUG]

[INFO]
[INFO] --- beanstalk-maven-plugin:1.1.1:fast-deploy (default-cli) @

agile

[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
< plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser <
plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1:
[DEBUG] br.com.ingenieux:beanstalker-common:jar:1.1.1:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG]
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG] com.amazonaws:aws-java-sdk:jar:1.3.25:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile (version managed
from
1.3)
[DEBUG] org.codehaus.jackson:jackson-core-asl:jar:1.9.10:compile
(version
managed from 1.8.9)
[DEBUG] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10:compile
(version managed from 1.8.9)
[DEBUG] org.apache.maven:maven-settings:jar:3.0.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.1:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] org.slf4j:slf4j-nop:jar:1.6.4:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]
org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.44-1:compile
[DEBUG] Created new class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Importing foreign packages into class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalk-maven-plugin:jar:1.1.1
[DEBUG] Included: br.com.ingenieux:beanstalker-common:jar:1.1.1
[DEBUG] Included:
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG] Included: com.amazonaws:aws-java-sdk:jar:1.3.25
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.1
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.codehaus.jackson:jackson-core-asl:jar:1.9.10
[DEBUG] Included: org.codehaus.jackson:jackson-mapper-asl:jar:1.9.10
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.1
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.4
[DEBUG] Included: org.slf4j:slf4j-nop:jar:1.6.4
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG] Included:
org.eclipse.jgit:org.eclipse.jgit:jar:2.1.0.201209190230-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.44-1
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.4
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.4
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.4
[DEBUG] Configuring mojo
br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy from plugin
realm
ClassRealm[plugin>br.com.ingenieux:beanstalk-maven-plugin:1.1.1,
parent:
sun.misc.Launcher$AppClassLoader@757dbeaf]
[DEBUG] Configuring mojo
'br.com.ingenieux:beanstalk-maven-plugin:1.1.1:fast-deploy' with basic
configurator -->
DEBUG http://f accessKey = AKIAJ5MCV7VCREETLNGQ
DEBUG http://f applicationName = agileweb-test
DEBUG http://f ignoreExceptions = false
DEBUG http://f project = MavenProject: br.com.agile:agile:1.0 @
/home/rodrigo/Java/workspace/maven.1385240662754/agile/pom.xml
DEBUG http://f region = sa-east-1
DEBUG http://f secretKey = 513kze1xK4R/tfmXuiuIZ8UI6tWTt7dmmEiRaTAb
DEBUG http://f serverId = aws.amazon.com
DEBUG http://f settings = org.apache.maven.execution.SettingsAdapter@
282c0db<
https://github.com/org.apache.maven.execution.SettingsAdapter/beanstalker/commit/282c0dbe>

DEBUG http://f skipEnvironmentUpdate = false
DEBUG http://f sourceDirectory =
/home/rodrigo/Java/workspace/maven.1385240662754/agile/target/agile-1.0
DE BUG http://f stagingDirectory =

/home/rodrigo/Java/workspace/maven.1385240662754/agile/tmp-git-deployment-staging

DEBUG http://f useStagingDirectory = true
DEBUG http://f verbose = false
DEBUG http://f versionDescription = Update from fast-deploy
[DEBUG] -- end configuration --
[WARNING] Warning! Usage of accessKey and secretKey is being
deprecated!
See

http://beanstalker.ingenieux.com.br/beanstalk-maven-plugin/security.htmlformore information
[WARNING] You should encrypt your passwords. See
http://beanstalker.ingenieux.com.br/security.html for more information
[INFO] No Changes. However, we've got something close in AWS Elastic
Beanstalk and we're continuing
[INFO] SUCCESS
[INFO]


[INFO] BUILD SUCCESS
[INFO]


[INFO] Total time: 8.295s
[INFO] Finished at: Fri Dec 06 00:55:14 BRT 2013
[INFO] Final Memory: 10M/30M
[INFO]



Reply to this email directly or view it on GitHub<
https://github.com/ingenieux/beanstalker/issues/33#issuecomment-29962208>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/33#issuecomment-29962325
.

Rodrigo Rodrigues
Analista de Sistemas

Rodrigo Rodrigues
Analista de Sistemas

@aldrinleal
Copy link
Member

Reopening as it still ocasionally happens

@aldrinleal aldrinleal reopened this Dec 28, 2013
@rodrigorodriguescosta
Copy link

Yes, it happens, but if you realize, the deploys works even error message shows

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

3 participants