Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Generating a token for the orchestration

"message": "Endpoint not defined: jde-login. Add the orchestration, or make sure it is shared to this user.",
"exception": "java.lang.Exception",
"timeStamp": "2019-11-19:08.56.12"
}
Please advise!
Regards,
Duha
Answers
-
Can you see below example if it helps. But, try with respect the JDE login endpoint and it's syntax.
"credentials": {
"name": "administrator",
"password": "passw0rd",
"site": {
"contentUrl": ""
}
}
Another one.
'{"username": "johnny", "password": "password"}'
"<a href="https://localhost:8080/.../request" style="background-position: initial !important; color: #63b175 !important; margin: 0 !important; padding: 0 !important;">https://localhost:8080/.../request</a>"
Endpoint related examples:
https://docs.oracle.com/cd/E53430_01/EOTRS/rest-endpoints.html
-
It didn't work.
{"message": "Cannot construct instance of `com.oracle.e1.jdemf.LoginRequest` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('credentials')\n at [Source: (String)\" \"credentials\": { \"name\": \"HRCOBEF\", \"password\": \"aawitd2008\", \"site\": { \"contentUrl\": \"http://192.0.2.19:84/jde/E1Menu.maf\" } } \"; line: 1, column: 2]",
"exception": "com.fasterxml.jackson.databind.exc.MismatchedInputException",
"timeStamp": "2019-11-21:09.10.11"
}
-
and BTW what I first tested was from the document you shared.
Regards,
-
Is that still open? Or you got solution around it.