-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
HCS 2.2.2, HCS 2.2.4, HCDC 3.0.1, HCS 2.2.5
-
None
-
Severity 3 - Minor
Summary
When trying to update the Hipchat Server license, the error "The license does not support HipChat Server" is displayed
(updating the license from the Hipchat admin GUI will display the error "License is expired, invalid, or cannot be decoded.")
Environment
- Hipchat Server
Steps to Reproduce
- On a Hipchat Server instance paste the license in a file (example license.txt)
- Import the file
hipchat license -i license.txt
Expected Results
The license is accepted and updated
Actual Results
Error: The license does not support HipChat Server
Workaround fix
The error is related to a change in the license output
Run the fix below in the Hipchat terminal to adjust the code.
- Log into the HipChat Server terminal/command-line interface
- Paste the fix command in the terminal (please make sure to copy and paste the command correctly)
sudo dont-blame-hipchat -c "sed -i.bak 's/\(if any(word in description for word in \[\)\(\x27HipChat\x27\)/\1\x27Hipchat\x27, \2/' /opt/atlassian/hipchat/sbin/_license.py"
- Enter the license again
- causes
-
HCP-39215 Loading...
-
HCP-39222 Loading...
-
HCSP-10491 Loading...
- relates to
-
CHAT-2507 Loading...