Error in client-service connection when using rel-v6r14, rel-v6r15

12 views
Skip to first unread message

Luisa Arrabito

unread,
Mar 22, 2016, 9:34:07 AM3/22/16
to diracgrid-develop
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

Luisa Arrabito

unread,
Mar 23, 2016, 12:37:38 PM3/23/16
to diracgrid-develop
Just to tell you that I've solved the problem by using:

tests/Jenkins/utilities.sh

to generate host and personal certificates.

Regards,

Luisa

Federico Stagni

unread,
Apr 5, 2016, 5:07:32 AM4/5/16
to diracgri...@googlegroups.com
Hi Luisa,
did you rebase on top of v6r15 or v6r14? Sorry it's not clear from your message.

Do you still get this error? Is it only related to the file catalog?

Cheers,
Federico

--
You received this message because you are subscribed to the Google Groups "diracgrid-develop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diracgrid-deve...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Federico Stagni

unread,
Apr 5, 2016, 5:09:40 AM4/5/16
to diracgri...@googlegroups.com
Ok I've read the other message, please ignore this one.
Reply all
Reply to author
Forward
0 new messages