Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jira datacenter 9.14版本提示授权无法使用 #73

Open
evas1n opened this issue Jul 16, 2024 · 5 comments
Open

jira datacenter 9.14版本提示授权无法使用 #73

evas1n opened this issue Jul 16, 2024 · 5 comments

Comments

@evas1n
Copy link

evas1n commented Jul 16, 2024

大佬,jira datacenter 9.14及更高版本使用atlassian-agent-v1.3.3 版本生成授权后,提示授权无法使用。如想破jira 9.14/9.17版本,是要使用其他方式么?

@haxqer
Copy link
Owner

haxqer commented Jul 16, 2024

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -d \
    -p jira \
    -m [email protected] \
    -n [email protected] \
    -o your-org \
    -s you-server-id-xxxx

中的 -d 表示 datacenter

image

@chaoshaohao
Copy link

Hi,我也一样的情况,请问你现在破解成功了吗

@TabFunk
Copy link

TabFunk commented Sep 23, 2024

此 Jira 版本不支持 Server 许可证。要继续,请使用有效的 Data Center 许可证。

git clone https://github.com/haxqer/jira.git
&& cd jira
&& git checkout rm
&& docker compose pull
&& docker compose up - d

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar
-d
-p jira
-m [email protected]
-n [email protected]
-o your-org
-s you-server-id-xxxx

image
image
如何解决,已经安装了两次都是报这个错误

@haxqer
Copy link
Owner

haxqer commented Sep 23, 2024

请确认是否使用了 -d, 这个参数就是用来生成 datacenter 证书

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -d \
    -p jira \
    -m [email protected] \
    -n [email protected] \
    -o your-org \
    -s you-server-id-xxxx

@TabFunk
Copy link

TabFunk commented Sep 23, 2024

现在可以了,我又重新安装一下,把相应配置全部清除就可以了,是用下面的命令
docker exec jira-srv java -jar /var/agent/atlassian-agent.jar
-d
-p jira
-m [email protected]
-n [email protected]
-o your-org
-s you-server-id-xxxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants