Cisco Cisco StadiumVision Mobile Streamer Maintenance Manual

Page of 80
 
 
© 2012 Cisco Systems, Inc. All rights reserved.   
 
Page 72 of 83 
 
f2eecb6f can be found in 5 different log files. Notice how the timestamps are within one second of 
each other, emphasizing that they are all part of the same transaction: 
 
[user@svd1 logs]$ grep f2eecb6f * | cut -c1-80 
sv_debug.log:2011-10-31 17:17:26,984 [TP-Processor6] f2eecb6f ERROR com.cisco.sv 
sv_dev_debug.log:2011-10-31 17:17:26,982 [TP-Processor6] f2eecb6f INFO  com.cisc 
sv_dev_debug.log:2011-10-31 17:17:26,984 [TP-Processor6] f2eecb6f ERROR com.cisc 
sv_dev_debug.log:2011-10-31 17:17:26,990 [TP-Processor6] f2eecb6f INFO  com.cisc 
sv_external.log:1}2011-10-31 17:17:27,108}10.10.99.3}f2eecb6f}VideoControl}Bould 
sv_external.log.2011-09-08:3}2011-10-31 17:17:27,107}10.10.99.3}f2eecb6f}page=VD 
sv_msg_trace.log:2011-10-31 17:17:27,269 [I/O dispatcher 13] f2eecb6f DEBUG svlo 
sv_phone_xml.log:2011-10-31 17:17:27,107 [TP-Processor6] f2eecb6f DEBUG svlog.ph  
 
Step 4:  Check the sv_phone_xml.log to perform a sanity check of the XML returned to the phone. 
The XML in the example below corresponds to the be0d5d69 entry in sv_external.log in step 2 above. 
That is display the channel guide. The XML below describes two channels (KGO-HD and LIVEWELL 
HD) and for each defines the X,Y touch area and the channel change URL that is fired when touched. 
The format of the XML is documented at: 
http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/all_models/xsi/7_1_3/xmlobjects.html 
 
2011-10-31 17:36:54,803 [TP-Processor7] be0d5d69 DEBUG svlog.phone.xml.log  - To Phone: 
<?xml version="1.0" encoding="UTF-8"?><CiscoIPPhoneGraphicFileMenu> 
  <Prompt>Selected TV : TV-B</Prompt>  
<URL>http://10.194.172.82:8080/StadiumVision/images/phone/phone/phoneImages/saved/SEP0026
CBC01B64_ChannelSelect_0.png</URL> 
  <LocationX>0</LocationX> 
  <LocationY>0</LocationY> 
  <MenuItem> 
    <Name>KGO-HD</Name>    
<URL>http://10.194.172.82:8080/StadiumVision/jsp/VideoControl?vc=no&amp;Function=Channel&a
mp;channel=1&amp;device=SEP0026CBC01B64&amp;suite=&amp;display=2&amp;chPgIndex=0&a
mp;prevPage=ChSel</URL> 
    <TouchArea X1="35" Y1="21" X2="147" Y2="47"/> 
  </MenuItem> 
  <MenuItem> 
    <Name>LIVEWELL HD</Name>    
<URL>http://10.194.172.82:8080/StadiumVision/jsp/VideoControl?vc=no&amp;Function=Channel&a
mp;channel=2&amp;device=SEP0026CBC01B64&amp;suite=&amp;display=2&amp;chPgIndex=0&a
mp;prevPage=ChSel</URL> 
    <TouchArea X1="148" Y1="21" X2="265" Y2="47"/> 
  </MenuItem>