I am trying to create access token using cURL command as per below documentation:
Security Guide (0 Bytes)I am getting 404 for http://localhost:44001/oauth2/rest/token
in oam_server1.log00001 I could see some connection issues
java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
.......
Caused By: java.io.IOException: Socket read timed out, socket connect lapse 10651 ms. /127.0.0.1 1521 10000 1 true
I am running oracle db developer vm on my local virtualbox
can i please get some help?
