Actions
Task #6933
closedProblem adding GCoreEndpoint to devsec VREs
Start date:
Feb 06, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development
Description
The addToScope operation from Resources Management fails when trying to add the following gCoreEndpoint to any of device's VREs, in particular i tried with devVRE and SmartCamera:
<Profile> <Description>gCube OAUTH Service</Description> <Version>1.0.0-SNAPSHOT</Version> <GHN UniqueID="a6dab9f9-50d5-4e0c-ad8d-b95b9f3b9a0d" /> <Service UniqueID="oauthPortal1.0.0-SNAPSHOT" /> <ServiceName>oauth</ServiceName> <ServiceClass>Portal</ServiceClass>
Updated by Roberto Cirillo about 8 years ago
- Tracker changed from Incident to Task
Updated by Roberto Cirillo about 8 years ago
this problem seems due to a problem with http/https redirection on socialnetworking-d-d4s.d4science.org.
I see from ResourceManager logs the following exception:
Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://socialnetworking-d-d4s.d4science.org:80/whn-manager/gcube/vremanagement/ws/whnmanager?wsdl
the wsdl seems to be correctly published only on https:
https://socialnetworking-d-d4s.d4science.org/whn-manager/gcube/vremanagement/ws/whnmanager?wsdl
please @andrea.dellamico@isti.cnr.it could you check it?
Updated by Roberto Cirillo about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I've removed the variable "http_redirect_to_https" from ansible playbook and the problem is solved. I've added successfully the devVRE and SmartCamera scopes
Actions