Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Could not establish connection (Error 403 ) when creating new project #15

Open
urbandroid opened this issue Apr 25, 2018 · 0 comments
Open

Comments

@urbandroid
Copy link

urbandroid commented Apr 25, 2018

with liferay-ce-portal-7.0-ga5 , ddm prints Could not establish connection (Error 403 ) to terminal even though authentication credentials are correct when i try to debug i found that problem is not about authentication.

To debug when i add

console.log('\n'+ 'Request:  \n');
			console.log(res.req);

to after

.end(function(err, res){

it throw a message which contains

'com.liferay.portal.kernel.jsonwebservice.NoSuchJSONWebServiceException: No JSON web service action with path /classname/fetch-class-name-id and method null for null'

after that i checked the http://localhost:8080/api/jsonws and server was telling the truth only services contains classname was fetch-by-class-name-id and
fetch-class-name no fetch-class-name-id i'm assuming this is due to difference between rest api of liferay versions.

in conclusion ddm is not usable with liferay-ce-portal-7.0-ga5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant