Dear all,
I have some troubles with my development installation, since I've rebased to rel-v6r15 and rel-v6-r14.
The problem is the connection of a client to a Service. While it works fine when I use rel-v6r13, now I get the following error:
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] ERROR: Invalid
action proposal unknown(/O=GRID-FR/C=FR/O=CNRS/OU=LUPM/CN=Luisa
Arrabito) Exception while reading from peer: (-1, 'Unexpected EOF')
Any idea of what could be the cause?
I've also tried to run my client with SkipCAChecks = True, but it doesn't help.
Here below an example:
$dirac-service DataManagement/FileCatalog
.....
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] VERB:
Initializing dips transport
dips://MacBook-Pro-de-sinfo-5.local:9197/DataManagement/FileCatalog
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] DEBUG: Using
certificate /Users/arrabito/PycharmProjects/etc/grid-security/hostcert.pem
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] DEBUG: Using
key /Users/arrabito/PycharmProjects/etc/grid-security/hostkey.pem
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] DEBUG: CAs
location is /Users/arrabito/swCTADIRAC/pro/etc/grid-security/certificates
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] DEBUG: Loaded
100 CAs [198 CRLs]
2016-03-17 13:55:26 UTC DataManagement/FileCatalog[R6K2] ALWAYS:
Listening at
dips://MacBook-Pro-de-sinfo-5.local:9197/DataManagement/FileCatalog
2016-03-17 13:55:32 UTC DataManagement/FileCatalog/Monitoring[wpm]
DEBUG: Adding mark to Queries
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] DEBUG:
Authenticated peer (/O=GRID-FR/C=FR/O=CNRS/OU=LUPM/CN=Luisa Arrabito)
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] DEBUG: New
session connecting from client at ('::1', 49826, 0, 0)
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] DEBUG: New
connection -> ::1:49826
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] ERROR: Invalid
action proposal unknown(/O=GRID-FR/C=FR/O=CNRS/OU=LUPM/CN=Luisa
Arrabito) Exception while reading from peer: (-1, 'Unexpected EOF')
2016-03-17 13:55:32 UTC DataManagement/FileCatalog[wpm] DEBUG: Closing
socket
while on the client I have:
$ dirac-dms-filecatalog-cli -ddd
2016-03-17 14:15:14 UTC Framework[R6K2] DEBUG: dirac.cfg should be at
/Users/arrabito/PycharmProjects/etc/dirac.cfg
2016-03-17 14:15:14 UTC Framework[R6K2] DEBUG: CFG merged
2016-03-17 14:15:14 UTC Framework[R6K2] DEBUG: Updating configuration
internals
2016-03-17 14:15:14 UTC Framework[R6K2] DEBUG: Updating configuration
internals
Parsing command line
Running without remote configuration
2016-03-17 14:15:14 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG:
Refreshing configuration...
2016-03-17 14:15:14 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG:
Refreshing from list []
2016-03-17 14:15:14 UTC
dirac-dms-filecatalog-cli/FileCatalogFactory[R6K2] DEBUG: Creating
DIRACFileCatalog client
2016-03-17 14:15:14 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG: Trying
to load Resources.Catalog.FileCatalogClient
2016-03-17 14:15:14 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG: Trying
to load DIRAC.Resources.Catalog.FileCatalogClient
2016-03-17 14:15:14 UTC
dirac-dms-filecatalog-cli/FileCatalogFactory[R6K2] DEBUG: Loaded module
FileCatalogClient
Starting DIRACFileCatalog client
File Catalog Client $Revision: 1.17 $Date:
FC:/> ls
2016-03-17 14:15:17 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG:
Discovering URL for service DataManagement/FileCatalog ->
dips://localhost:9197/DataManagement/FileCatalog
2016-03-17 14:15:17 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG:
Connecting to: dips://localhost:9197/DataManagement/FileCatalog
2016-03-17 14:15:17 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG: Using
proxy /tmp/x509up_u503
2016-03-17 14:15:17 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG: CAs
location is /Users/arrabito/swCTADIRAC/pro/etc/grid-security/certificates
2016-03-17 14:15:17 UTC dirac-dms-filecatalog-cli[R6K2] DEBUG: Loaded
100 CAs [198 CRLs]
Error: can not verify path
FC:/>
Thank you in advance,
Luisa