[CREAM-125] SOAP Header is not set Created: 20/Sep/13  Updated: 20/Sep/13  Due: 27/Sep/13  Resolved: 20/Sep/13

Status: Resolved
Project: CREAM
Component/s: None
Affects Version/s: 1.16.1
Fix Version/s: CREAM 1.16.2
Security Level: Public (Visbile by non-authn users.)

Type: Bug Priority: Major
Reporter: Alvise Dorigo Assignee: Alvise Dorigo
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

The missing SOAP Header compromises the correct working of the ICE component, which doesn't receive anymore the CREAM's database identifier in the JobRegister's response.



 Comments   
Comment by Alvise Dorigo [ 20/Sep/13 ]

The fix has been committed in cream-client-api-c/master branch.

Comment by Alvise Dorigo [ 20/Sep/13 ]

To reproduce the bug:

Make sure that ICE has the high verbosity (ice_log_level = 700 set in the /etc/glite-wms/glite_wms.conf.
Issue this command in the WMS node:

tail -f /var/log/wms/ice.log|grep Returned

From a UI submit a simple job to the WMS. After a little while you should see an output of the tail, like this:

2013-09-20 14:48:49,992 INFO - iceCommandSubmit::try_to_submit() - TID=[34724896] For GridJobID https://prod-wms-01.pd.infn.it:9000/qdx1I4ovUVliADyiRRR3sw CREAM Returned CREAM-JOBID https://ce203.cern.ch:8443/CREAM268077608 DB_ID []

The DB_ID is empty "[]".

To test the fix:

Now, stop just ICE (service glite-wms-ice stop). Upgrade the glite-ce-cream-client-api-c to the fixed version and restart ICE.
Re-issue again the tail as above and submit a job from the UI. Now the previous log line should look like this:

2013-09-20 14:52:30,560 INFO - iceCommandSubmit::try_to_submit() - TID=[31209248] For GridJobID https://prod-wms-01.pd.infn.it:9000/fgLX60kbmq5qGVHTTB53LA CREAM Returned CREAM-JOBID https://ce203.cern.ch:8443/CREAM365122270 DB_ID [1354112666000]

The DB_ID is now filled with a proper timestamp.

Generated at Fri Apr 26 18:18:34 CEST 2024 using Jira 9.12.5#9120005-sha1:fa8821cdb090f6b5ec0424ddb13fa19bc92d8429.