Comcast / cmb

This project is no longer actively supported. It is made available as read-only. A highly available, horizontally scalable queuing and notification service compatible with AWS SQS and SNS
Apache License 2.0
277 stars 50 forks source link

InvalidAction Error #2

Closed hackerain closed 10 years ago

hackerain commented 11 years ago

I was fllowing the "Detailed Installation Guide using Tomcat" instruction in README, step by step, when I got to step 10, I got the fllowing error from web browser:

Sender InvalidAction null is not a valid action 0dbea657-a383-4438-8b5f-7efeef130f1a

Why is this? I was using cmb distribution 2.2.21. Can anybody help me ?

Thanks

hackerain commented 11 years ago

Should use this URL: http://adminhost:adminport/UserLogin

boriwo commented 11 years ago

We have since added the option to use an embedded jetty server so you can run cns, cqs and cns worker all from the same jvm. Makes the installation a lot easier (see readme for details). Also we changed the URLs for the admin UI so they all start with "/webui/" to make load balancer configuration easier. Therefore, with newer versions of cmb you should now go to http://adminhost:adminport/webui/ instead.