AWS market place deployed demo not working.

ger.ballack

New Member
Hi,
I just tried the subscription through AWS market place. The deployed instance cant run,
Using "demo" credentials I see the interface but functionality doesnt work.
Using the "admin" and ec2 instance as password, I am stuck at this screen.



Please suggest next steps.
 

Attachments

Max

Administrator
Staff member
This is how you can get the instance ID
Code:
wget -q -O - http://169.254.169.254/latest/meta-data/instance-id
Example of instance ID:
Code:
i-0702ed80da66e2f31c1
 

ger.ballack

New Member
Yes i fetched the id from both the instance using cmd and also through AWS console. They are the same.
Still doesn't work and I see a message Forbidden sometimes.
 

Max

Administrator
Staff member
License key activation is not actual for latest AWS images. The license is built-in.
So you don't need to enter the license manually. We'll remove section 11 from docs.

Yes you can change the password over SSH.

1. Edit file
/usr/local/FlashphonerWebCallServer/conf/database.yml

2. Replace password in the string
Code:
admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}
Here 21232f297a57a5a743894a0e4a801fc3 is md5("admin")
So if you want to drop password to "admin" you have to set hash 21232f297a57a5a743894a0e4a801fc3

3. Restart WCS server.
Code:
service webcallserver restart
 

ger.ballack

New Member
Ok, I did that and logged in as admin but still the services are failing both in demo user and admin.

FAILED
Failed by ICE timeout
 

Max

Administrator
Staff member
The issue with admin password has been fixed in the new v. 5.2.629 AMI. Publishing and playing does work. If the "ICE timeout" issue would be reproduced, please provide SSH access to the instance.
 
Top