Details
-
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
7.2.10.1 DXP SP1
-
None
-
3
Description
Steps To Reproduce:
- Unzip Liferay DXP 7.2 SP1
- Startup and deploy license
- Test command:
curl -X DELETE -u "[email protected]:test" "http://localhost:8080/o/segments-asah/v1.0/experiments/abc"
- Sign in and go through initialization process
- Go to Control Panel > Configuration > Gogo Shell
- Run the below command in the Gogo Shell to get the bundleId of the asah rest API module
lb asah
- Run the following command in the Gogo Shell:
refresh [bundleId]
- Run this command again:
curl -X DELETE -u "[email protected]:test" "http://localhost:8080/o/segments-asah/v1.0/experiments/abc"
Expected Results:
The command returns nothing just like in step 3.
Actual Results:
An error is thrown.
No validator could be found for constraint 'javax.validation.constraints.NotNull' validating type 'java.lang.String'. Check configuration for 'deleteExperiment.arg0
Reproduced in:
7.2 SP1
Not reproduced in:
7.2.x
Master
Attachments
Issue Links
- is fixed by
-
LPS-99480 Start up error: Unable to start bundle com.liferay.lcs.client.api
- Closed