cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Edit blank page on 2211

chandnigideon13
Advisor
Advisor
0 Kudos

Hi Team,

We are migrating from 6.5 on-prem to 2211 ccv2. When setting up smartedit, it shows a blank page on accessing smartedit URL on the CCV2 environment. Although, it works fine on local.

I can see below error on browser console:

{
"errors" : [ {
"message" : "I/O error on GET request for \"https://127.0.0.1:8088/smarteditwebservices/v1/configurations\": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"type" : "ResourceAccessError"
} ]


I can see below error in console logs:

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

By debugging, I found out this error is thrown by the class de.hybris.smartedit.controllers.ConfigurationController [line 83]: "data = httpGETGateway.loadAll("", getAuthorization(request));" is returning back a 400 response code.


Any help here is appreciated.

Thanks in advance!

Regards,

Chandni



Accepted Solutions (0)

Answers (1)

Answers (1)

zachi
Discoverer
0 Kudos

Hi,
I think you must set the following property to get it to work in the cloud.

smartedit.tomcat.hostname=localhost

Kind regards, Stephan