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;








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?










share|improve this question






















  • 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

















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?










share|improve this question






















  • 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













0












0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












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
);



);













draft saved

draft discarded


















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.



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript