Crowd cannot log on after changing the IP address

Source: Internet
Author: User

Org. codehaus. xfire. fault. XFireFault: Client with address "192.168.1.222", and hostname "192.168.1.222" is forbidden from making requests to the application, crowd.

 


Enter the crowd Library


Mysql> select * from cwd_application_address;

+ ---------------- + ----------------------- + --------------------- +
| Application_id | remote_address | remote_address_binary | remote_address_mask |
+ ---------------- + ----------------------- + --------------------- +
| 2 | 127.0.0.1 | fwAAAQ = | 0 |
| 2 | 192.168.1.111 | wKgBmw = | 0 |
| 2 | localhost | NULL | 0 |
| 2 | localhost. localdomain | NULL | 0 |
| 3 | 127.0.0.1 | fwAAAQ = | 0 |
| 3 | localhost | NULL | 0 |
| 4 | 127.0.0.1 | fwAAAQ = | 0 |
| 4 | localhost | NULL | 0 |
| 5 | 127.0.0.1 | fwAAAQ = | 0 |
| 6 | 127.0.0.1 | fwAAAQ = | 0 |
| 7 | 127.0.0.1 | fwAAAQ = | 0 |
+ ---------------- + ----------------------- + --------------------- +
11 rows in set (0.00 sec)

 


Run the following command to obtain a string from the new IP Address:


# IP = 192.168.1.201; printf \ x $ (printf "% X" $ (echo $ IP | tr. '') | sed's/\ x/G') | base64
WKgByQ =

 

Mysql> update cwd_application_address set remote_address = "192.168.1.222", remote_address_binary = "wKgByQ =" where application_id = 2 and remote_address_binary = "wKgBmw = ";
Query OK, 1 row affected (0.00 sec)

Rows matched: 1 Changed: 1 Warnings: 0

 


Restart crowd.


 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.