cosmos-auth could not getting connect to fiware-idmOAuth2 access to Cosmos' WebHDFS in FIWARE LabFiware Cosmos. Difficulties accessing my own cosmos contentFiware Cosmos. Unable to connect to Comos to hive serviceFiware Cosmos Hive Authorization IssueSSH access for the headnode of FIWARE-CosmosGeneral starter Hadoop/ Spark fiware-cosmos questionsError connecting with hive, to a cosmos server of fiwareFiware Cosmos Hive connection with PythonFiware Cosmos OAuth2 Token Time IncreaseError in uploading data to HDFS Fiware Cosmos global Instance
Number of optically active compounds among the products of ozonolysis
How to make "plastic" sounding distored guitar
Why does the trade federation become so alarmed upon learning the ambassadors are Jedi Knights?
Variation in the spelling of word-final M
I do not have power to all my breakers
Could the crash sites of the Apollo 11 and 16 LMs be seen by the LRO?
Will it hurt my career to work as a graphic designer in a startup for beauty and skin care?
I gave my characters names that are exactly like another book. Is it a problem?
Why use null function instead of == []
Why is the collector feedback bias popular in electret-mic preamp circuits?
Hot object in a vacuum
Relationship between GCD, LCM and the Riemann Zeta function
Is killing off one of my queer characters homophobic?
How can I legally visit the United States Minor Outlying Islands in the Pacific?
3D-Plot with an inequality condition for parameter values
Are villager price increases due to killing them temporary?
How to fit a linear model in the Bayesian way in Mathematica?
Doing research in academia and not liking competition
Nested-Loop-Join: How many comparisons and how many pages-accesses?
HackerRank: Electronics Shop
Is this more than a packing puzzle?
Adding a vertical line at the right end of the horizontal line in frac
Can a continent naturally split into two distant parts within a week?
Why does ffmpeg choose 10+20+20ms instead of an even 16ms for 60fps gifs?
cosmos-auth could not getting connect to fiware-idm
OAuth2 access to Cosmos' WebHDFS in FIWARE LabFiware Cosmos. Difficulties accessing my own cosmos contentFiware Cosmos. Unable to connect to Comos to hive serviceFiware Cosmos Hive Authorization IssueSSH access for the headnode of FIWARE-CosmosGeneral starter Hadoop/ Spark fiware-cosmos questionsError connecting with hive, to a cosmos server of fiwareFiware Cosmos Hive connection with PythonFiware Cosmos OAuth2 Token Time IncreaseError in uploading data to HDFS Fiware Cosmos global Instance
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have registered my cosmos-auth application in fiware-idm and and when i send request :
curl -k -X POST "https://x.x.x.x:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=admin@test.com&password=1234"
It throws error:"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"
Logs generated at cosmos-auth :
info: [user --> cosmos-auth] Request: POST /cosmos-auth/v1/token
info: [user --> cosmos-auth] "user-agent":"curl/7.29.0","host":"x.x.x.x:13000","accept":"/","content-type":"application/x-www-form-urlencoded","content-length":"57"
info: [user --> cosmos-auth] grant_type=password&username=admin@test.com&password=1234
info: [cosmos-auth -> IdM] Request: POST https://x.x.x.x:3004/oauth2/token
info: [cosmos-auth -> IdM] "Authorization":"Basic OGQ3NTI5MTYtZTJiOC00ZDJiLWI1YzEtMTA5OWNkYTQyMzk5OjZlNjhhMTI5LTc3NjQtNDk0MC04NzVmLTU1MzEwMTUxODI3MQ==","Content-Type":"application/x-www-form-urlencoded","Content-Length":57
info: [cosmos-auth -> IdM] grant_type=password&username=admin@test.com&password=1234
(node:3250) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error: Could not connect to the IdM
Please provide some help?
fiware-cosmos
add a comment |
I have registered my cosmos-auth application in fiware-idm and and when i send request :
curl -k -X POST "https://x.x.x.x:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=admin@test.com&password=1234"
It throws error:"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"
Logs generated at cosmos-auth :
info: [user --> cosmos-auth] Request: POST /cosmos-auth/v1/token
info: [user --> cosmos-auth] "user-agent":"curl/7.29.0","host":"x.x.x.x:13000","accept":"/","content-type":"application/x-www-form-urlencoded","content-length":"57"
info: [user --> cosmos-auth] grant_type=password&username=admin@test.com&password=1234
info: [cosmos-auth -> IdM] Request: POST https://x.x.x.x:3004/oauth2/token
info: [cosmos-auth -> IdM] "Authorization":"Basic OGQ3NTI5MTYtZTJiOC00ZDJiLWI1YzEtMTA5OWNkYTQyMzk5OjZlNjhhMTI5LTc3NjQtNDk0MC04NzVmLTU1MzEwMTUxODI3MQ==","Content-Type":"application/x-www-form-urlencoded","Content-Length":57
info: [cosmos-auth -> IdM] grant_type=password&username=admin@test.com&password=1234
(node:3250) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error: Could not connect to the IdM
Please provide some help?
fiware-cosmos
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46
add a comment |
I have registered my cosmos-auth application in fiware-idm and and when i send request :
curl -k -X POST "https://x.x.x.x:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=admin@test.com&password=1234"
It throws error:"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"
Logs generated at cosmos-auth :
info: [user --> cosmos-auth] Request: POST /cosmos-auth/v1/token
info: [user --> cosmos-auth] "user-agent":"curl/7.29.0","host":"x.x.x.x:13000","accept":"/","content-type":"application/x-www-form-urlencoded","content-length":"57"
info: [user --> cosmos-auth] grant_type=password&username=admin@test.com&password=1234
info: [cosmos-auth -> IdM] Request: POST https://x.x.x.x:3004/oauth2/token
info: [cosmos-auth -> IdM] "Authorization":"Basic OGQ3NTI5MTYtZTJiOC00ZDJiLWI1YzEtMTA5OWNkYTQyMzk5OjZlNjhhMTI5LTc3NjQtNDk0MC04NzVmLTU1MzEwMTUxODI3MQ==","Content-Type":"application/x-www-form-urlencoded","Content-Length":57
info: [cosmos-auth -> IdM] grant_type=password&username=admin@test.com&password=1234
(node:3250) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error: Could not connect to the IdM
Please provide some help?
fiware-cosmos
I have registered my cosmos-auth application in fiware-idm and and when i send request :
curl -k -X POST "https://x.x.x.x:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=admin@test.com&password=1234"
It throws error:"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"
Logs generated at cosmos-auth :
info: [user --> cosmos-auth] Request: POST /cosmos-auth/v1/token
info: [user --> cosmos-auth] "user-agent":"curl/7.29.0","host":"x.x.x.x:13000","accept":"/","content-type":"application/x-www-form-urlencoded","content-length":"57"
info: [user --> cosmos-auth] grant_type=password&username=admin@test.com&password=1234
info: [cosmos-auth -> IdM] Request: POST https://x.x.x.x:3004/oauth2/token
info: [cosmos-auth -> IdM] "Authorization":"Basic OGQ3NTI5MTYtZTJiOC00ZDJiLWI1YzEtMTA5OWNkYTQyMzk5OjZlNjhhMTI5LTc3NjQtNDk0MC04NzVmLTU1MzEwMTUxODI3MQ==","Content-Type":"application/x-www-form-urlencoded","Content-Length":57
info: [cosmos-auth -> IdM] grant_type=password&username=admin@test.com&password=1234
(node:3250) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error: Could not connect to the IdM
Please provide some help?
fiware-cosmos
fiware-cosmos
asked Mar 26 at 6:27
damini chopradamini chopra
165 bronze badges
165 bronze badges
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46
add a comment |
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46
add a comment |
0
active
oldest
votes
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%2f55350994%2fcosmos-auth-could-not-getting-connect-to-fiware-idm%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
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%2f55350994%2fcosmos-auth-could-not-getting-connect-to-fiware-idm%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
Hi Damini, It seems to be a connection problem, please be sure that your cosmos and IDM instance have a communication between them in their correspondent ports. Also you can test if ya can get a token from the IDM using your credentials, and then verify where the problem is allocated.
– anmunoz
Apr 22 at 11:16
They are communicating but when i request to generate token for cosmos-auth its not able to connect to fiware idm.i have also checked client id and secret id and updated my conf file in cosmos-auth but still same issue.
– damini chopra
May 7 at 10:46