Actions
Incident #3768
closedAuth service down in /gcube/devNext
Start date:
Apr 21, 2016
Due date:
Apr 21, 2016
% Done:
100%
Estimated time:
1.00 h
Infrastructure:
Development
Description
2016-04-21 09:49:57,013 INFO icclient.ICClient [TP-Processor2,callService:83] %[PORTAL] 178062 [TP-Processor2] INFO org.gcube.resources.discovery.icclient.ICClient - executed query declare namespace ic = 'http://gcube-system.org/namespaces/informationsystem/registry'; for $resource in collection('/db/Profiles/RunningInstance')//Document/Data/ic:Profile/Resource, $entry in $resource/Profile/AccessPoint/RunningInstanceInterfaces/Endpoint where ($resource/Profile/ServiceClass/text() eq 'Common') and ($resource/Profile/ServiceName/text() eq 'AuthorizationService') and ($resource/Profile/DeploymentData/Status/text() eq 'ready') and (contains($entry/string(),'authorization-service/gcube/service')) return $entry/text() in 69 ms 2016-04-21 09:49:57,025 INFO delegates.DiscoveryDelegate [TP-Processor2,make:133] %[PORTAL] 178074 [TP-Processor2] INFO org.gcube.common.clients.delegates.DiscoveryDelegate - calling authorization-service/gcube/service @ <?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://node27.d.d4science.research-infrastructures.eu:8080/authorization-service/gcube/service</Address><ReferenceParameters/><Metadata/></EndpointReference> [PORTAL] 178116 [TP-Processor2] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/gcube-loggedin-2.7.0-SNAPSHOT].[Loggedin] - Servlet.service() for servlet Loggedin threw exception org.gcube.common.clients.exceptions.ServiceException: java.lang.Exception: error contacting authorization service at org.gcube.common.clients.exceptions.FaultDSL$AsClause.asServiceException(FaultDSL.java:38) at org.gcube.common.authorization.client.proxy.DefaultAuthorizationProxy.generate(DefaultAuthorizationProxy.java:62) at org.gcube.portal.custom.scopemanager.scopehelper.ScopeHelper.setAuthorizationToken(ScopeHelper.java:163) at org.gcube.portal.custom.scopemanager.scopehelper.ScopeHelper.setContext(ScopeHelper.java:136) at org.gcube.portal.custom.scopemanager.scopehelper.ScopeHelper.setContext(ScopeHelper.java:59) at org.gcube.portlets.user.gcubeloggedin.server.portlet.LoggedinPortlet.doView(LoggedinPortlet.java:30) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328) at javax.portlet.GenericPortlet.render(GenericPortlet.java:233) at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:101)
Files
Updated by Pasquale Pagano over 9 years ago
- Tracker changed from Support to Incident
Updated by Roberto Cirillo over 9 years ago
I guess there is a problem with couchDB on devNext.
In attachment the exception found on Authorization service log file.
Actions