Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4869 | minor | always | 11-23-11 22:49 | 11-28-11 13:30 | |
|
|||||
Reporter: | rickHigh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.25 | ||
|
|||||
Summary: | 0004869: Cloud Deploy local box not recognizing the -address command line. (with workaround) | ||||
Description: |
Ok. It does seem to recognize local props on the remote server now. I did a hard reset and reinstall. :) I think I have narrowed it down to the local box not recognizing the -address command line. Local Ubuntu box: $ resinctl deploy blog-0.1.0.BUILD-SNAPSHOT.war -name blog -address 107.22.104.25 -port 8080 Deployed production/webapp/default/blog from blog-0.1.0.BUILD-SNAPSHOT.war to hmux://127.0.0.1:6800 [^] Notice is says hmux://127.0.0.1:6800 [^] even though I put an address. It seems to ignore the address and deploy locally. On the Remote AMI box..... $ resinctl deploy-list [ec2-user@domU-12-31-39-0B-6E-66 ~]$ (no response) Here I verify that it is deploying it locally and not remotely by creating a unique name for the war. $ resinctl deploy blog-0.1.0.BUILD-SNAPSHOT.war -name bullshittest -address 107.22.104.25 -port 8080 Deployed production/webapp/default/bullshittest from blog-0.1.0.BUILD-SNAPSHOT.war to hmux://127.0.0.1:6800 [^] rick@ubuntu:~/resincloud_demo/target$ resinctl deploy-list | grep bullshittest production/webapp/default/bullshittest Our first cloud deploy. :) com.caucho.bam.NotAuthorizedException: BamError[type=auth,group=not-authorized,text='admin' has invalid digest credentials] This did work. Whoot!!!!!! rick@ubuntu:~/resincloud_demo/target$ resinctl deploy blog-0.1.0.BUILD-SNAPSHOT.war -name blog -address 107.22.104.25 -port 8080 -user admin -password somepass777999 Deployed production/webapp/default/blog from blog-0.1.0.BUILD-SNAPSHOT.war to admin@aaa.app_tier.admin.resin/133d20492c7 From remote Amazon AMI.... 11-11-23 20:24:45.309] {MailboxWorker[deploy@resin.caucho]-118} WebApp[production/webapp/default/blog,STARTING] Initializing Spring FrameworkServlet 'blog' [11-11-23 20:24:46.537] {MailboxWorker[deploy@resin.caucho]-118} WebApp[production/webapp/default/blog] active We have liftoff. Our first cloud deploy. :) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|