Mantis - Resin
Viewing Issue Advanced Details
4943 minor always 01-27-12 15:34 01-01-12 10:42
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.26  
0004943: 4.0.25 fails to deploy large war files using "resinctl deploy"
Tried to do a cloud deploy with a 19MB war file generated by Roo. It failed.

Deployed a 2K war file generated by mvn archetype. It deployed fine.


$ resinctl --name blog deploy blog-0.1.0.BUILD-SNAPSHOT.war
com.caucho.bam.TimeoutException: QueryFutureImpl[to=deploy@resin.caucho,from=hmux://127.0.0.1:6800,payload=DeployCommitListQuery[]] [^] query timeout DeployCommitListQuery[] {to:deploy@resin.caucho}
[ec2-user@ip-10-10-29-230 examples]$ ls
blog-0.1.0.BUILD-SNAPSHOT.war
[ec2-user@ip-10-10-29-230 examples]$ ls -l *
-rw-rw-r-- 1 ec2-user ec2-user 19588389 Jan 27 22:12 blog-0.1.0.BUILD-SNAPSHOT.war

There are no notes attached to this issue.