Ticket #189 (new bugs)
Opened 4 years ago
srm to srm copy fails with srmV2.
| Reported by: | hauki | Owned by: | omsynge |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.0-15p12 |
| Component: | srm | Keywords: | |
| Cc: | Sub Version: |
Description
Hi,
I have 2 identical dCache-installations, same switch, no firewalls. If I do a srmcp -2 srm://A srm://B (i.e. pullmode)
I need to wait 3 minutes before dCache switches to srm1 and then succeeds.
If I use pushmode, dCache switches back to srm1 in 15secs.
(The relevant log-file entries are attached below.)
In both cases, it seems the error is :
org.xml.sax.SAXException: Deserializing parameter 'srmPrepareToPutRequest': could not find deserializer for type {http://srm.lbl.gov/StorageResourceManager}srmPrepareToPutRequest
Thanks,
Christof
BTW: I can compile the dCache now, so if you've fixed it in svn, I'm happy to try it out.
pullmode :
10/02 16:24:00 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : srmPrepareToGet: try # 0 failed with error
10/02 16:24:00 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : org.xml.sax.SAXException: Deserializing parameter 'srmPrepareToGetRequest': could not find deserializer for type {http://srm.lbl.gov/StorageResourceManager}srmPrepareToGetRequest
10/02 16:24:00 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : srmPrepareToGet: try again
10/02 16:25:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : srmPrepareToGet: try # 1 failed with error
10/02 16:25:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : org.xml.sax.SAXException: Deserializing parameter 'srmPrepareToGetRequest': could not find deserializer for type {http://srm.lbl.gov/StorageResourceManager}srmPrepareToGetRequest
10/02 16:25:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : srmPrepareToGet: try again
10/02 16:26:51 Cell(SrmSpaceManager@srm-whiskeyjackDomain) : expireSpaceReservations()...
10/02 16:26:51 Cell(SrmSpaceManager@srm-whiskeyjackDomain) : Executing: select * from srmspace where id in (select distinct spacereservationid from srmspacefile where (state= 0 or state = 1) and creationtime+lifetime<?)?=1222954011516
10/02 16:26:51 Cell(SrmSpaceManager@srm-whiskeyjackDomain) : Executing: SELECT * FROM srmspace WHERE state = 0 AND lifetime != -1 and creationTime+lifetime < ?
10/02 16:27:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : srmPrepareToGet: try # 2 failed with error
10/02 16:27:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : SRMClientV2 : org.xml.sax.SAXException: Deserializing parameter 'srmPrepareToGetRequest': could not find deserializer for type {http://srm.lbl.gov/StorageResourceManager}srmPrepareToGetRequest
10/02 16:27:01 Cell(SRM-whiskeyjack@srm-whiskeyjackDomain) : CopyRequest reqId # -2147479648connecting to server using version 2.1.1 protocol failed, trying version 1.1
pushmode :
LSMAPnull
10/02 17:33:43 Cell(SRM-fiddler@srm-fiddlerDomain) : CopyRequest reqId # -2147471636Request.createCopyRequest : created new request succesfully
10/02 17:33:44 Cell(SrmSpaceManager@srm-fiddlerDomain) : Message arrived: from [>SRM-fiddler@srm-fiddlerDomain]
10/02 17:33:44 Cell(SrmSpaceManager@srm-fiddlerDomain) : SpaceException: SpaceManager is disabled in configuration
10/02 17:33:44 Cell(SrmSpaceManager@srm-fiddlerDomain) : Sending reply (-2)=diskCacheV111.services.space.SpaceException: SpaceManager is disabled in configuration
10/02 17:33:44 Cell(SRM-fiddler@srm-fiddlerDomain) : SRMClientV2 : srmPrepareToPut: try # 0 failed with error
10/02 17:33:44 Cell(SRM-fiddler@srm-fiddlerDomain) : SRMClientV2 : org.xml.sax.SAXException: Deserializing parameter 'srmPrepareToPutRequest': could not find deserializer for type {http://srm.lbl.gov/StorageResourceManager}srmPrepareToPutRequest
10/02 17:33:44 Cell(SRM-fiddler@srm-fiddlerDomain) : CopyRequest reqId # -2147471636connecting to server using version 2.1.1 protocol failed, trying version 1.1
Note: See
TracTickets for help on using
tickets.
