Artifactory : Error : Ping failed since server state is blocked
I have installed artifactory-HA on two nodes and load balancer is configured to probe artifactory's health in frequent intervals. Ping fails. System is built on Azure. Both, artifactory and nginx services are up and running.
Contents of $ARTIFACTORY_HOME/logs/artifactory.log
2018-10-26 18:59:22,633 [http-nio-8081-exec-5] [ERROR] (o.a.r.r.s.PingResource:76) - Ping failed since the server state is blocked
Contents of $ARTIFACTORY_HOME/logs/request.log
20181026185727|1|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
20181026185732|2|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
Request is coming in. But, I couldn't make out as why this error is happening. Kindly help.
azure artifactory
add a comment |
I have installed artifactory-HA on two nodes and load balancer is configured to probe artifactory's health in frequent intervals. Ping fails. System is built on Azure. Both, artifactory and nginx services are up and running.
Contents of $ARTIFACTORY_HOME/logs/artifactory.log
2018-10-26 18:59:22,633 [http-nio-8081-exec-5] [ERROR] (o.a.r.r.s.PingResource:76) - Ping failed since the server state is blocked
Contents of $ARTIFACTORY_HOME/logs/request.log
20181026185727|1|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
20181026185732|2|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
Request is coming in. But, I couldn't make out as why this error is happening. Kindly help.
azure artifactory
5
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31
add a comment |
I have installed artifactory-HA on two nodes and load balancer is configured to probe artifactory's health in frequent intervals. Ping fails. System is built on Azure. Both, artifactory and nginx services are up and running.
Contents of $ARTIFACTORY_HOME/logs/artifactory.log
2018-10-26 18:59:22,633 [http-nio-8081-exec-5] [ERROR] (o.a.r.r.s.PingResource:76) - Ping failed since the server state is blocked
Contents of $ARTIFACTORY_HOME/logs/request.log
20181026185727|1|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
20181026185732|2|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
Request is coming in. But, I couldn't make out as why this error is happening. Kindly help.
azure artifactory
I have installed artifactory-HA on two nodes and load balancer is configured to probe artifactory's health in frequent intervals. Ping fails. System is built on Azure. Both, artifactory and nginx services are up and running.
Contents of $ARTIFACTORY_HOME/logs/artifactory.log
2018-10-26 18:59:22,633 [http-nio-8081-exec-5] [ERROR] (o.a.r.r.s.PingResource:76) - Ping failed since the server state is blocked
Contents of $ARTIFACTORY_HOME/logs/request.log
20181026185727|1|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
20181026185732|2|REQUEST|<ip>|anonymous|GET|/api/system/ping|HTTP/1.1|503|0
Request is coming in. But, I couldn't make out as why this error is happening. Kindly help.
azure artifactory
azure artifactory
asked Oct 26 '18 at 19:08
user3362908user3362908
667
667
5
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31
add a comment |
5
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31
5
5
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31
add a comment |
1 Answer
1
active
oldest
votes
I had the exact same issue, it turned out to be a license issue. As mentioned by @DarthFennec in the comments above Removing the expired Trial license and adding the new license allowed the curl ping command to succeed.
/usr/bin/curl -f --insecure -u admin:password -X GET -H 'Content-Type:application/json' http://artent-01.mydomain:8081/artifactory/api/system/ping
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53014940%2fartifactory-error-ping-failed-since-server-state-is-blocked%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the exact same issue, it turned out to be a license issue. As mentioned by @DarthFennec in the comments above Removing the expired Trial license and adding the new license allowed the curl ping command to succeed.
/usr/bin/curl -f --insecure -u admin:password -X GET -H 'Content-Type:application/json' http://artent-01.mydomain:8081/artifactory/api/system/ping
add a comment |
I had the exact same issue, it turned out to be a license issue. As mentioned by @DarthFennec in the comments above Removing the expired Trial license and adding the new license allowed the curl ping command to succeed.
/usr/bin/curl -f --insecure -u admin:password -X GET -H 'Content-Type:application/json' http://artent-01.mydomain:8081/artifactory/api/system/ping
add a comment |
I had the exact same issue, it turned out to be a license issue. As mentioned by @DarthFennec in the comments above Removing the expired Trial license and adding the new license allowed the curl ping command to succeed.
/usr/bin/curl -f --insecure -u admin:password -X GET -H 'Content-Type:application/json' http://artent-01.mydomain:8081/artifactory/api/system/ping
I had the exact same issue, it turned out to be a license issue. As mentioned by @DarthFennec in the comments above Removing the expired Trial license and adding the new license allowed the curl ping command to succeed.
/usr/bin/curl -f --insecure -u admin:password -X GET -H 'Content-Type:application/json' http://artent-01.mydomain:8081/artifactory/api/system/ping
edited Nov 16 '18 at 17:07
answered Nov 15 '18 at 20:21
LarsLars
5311
5311
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53014940%2fartifactory-error-ping-failed-since-server-state-is-blocked%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
5
Are you sure you have valid licenses installed on both nodes?
– DarthFennec
Oct 26 '18 at 19:31