<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Technical Discussion</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2629863" />
  <subtitle>A place for comments, questions, support and enhancement requests relating to the technical aspects of the API</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2629863</id>
  <updated>2013-06-19T12:54:40Z</updated>
  <dc:date>2013-06-19T12:54:40Z</dc:date>
  <entry>
    <title>RE: Sample App for MediaSense 9.0 Issue</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13835144" />
    <author>
      <name>Srinivasan Rangarajan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13835144</id>
    <updated>2013-04-03T20:45:00Z</updated>
    <published>2013-04-03T20:45:00Z</published>
    <summary type="html">The jquery.jqGrid.min.js is a standard jquery package and the errors you are seeing could be related to the eclipse plugin. Please provide the details about eclipse version and the plugins you are using.
You can also try to extract the same file from the war file packaged with the sample code and use that js file instead.</summary>
    <dc:creator>Srinivasan Rangarajan</dc:creator>
    <dc:date>2013-04-03T20:45:00Z</dc:date>
  </entry>
  <entry>
    <title>Sample App for MediaSense 9.0 Issue</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13681862" />
    <author>
      <name>Selim Budakoglu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13681862</id>
    <updated>2013-03-30T15:28:53Z</updated>
    <published>2013-03-30T15:28:22Z</published>
    <summary type="html">[b][b]Hi Team, I just donwloaded Sample App for MediaSense 9.0.zip file and imported the content to an eclipse application. However most of the js files under WebContent/js folder gives an error which states "-Missing semicolon". Please see the attached screenshot that is taken from eclipse. Any comment appriciated. Regards. [/b][/b]
 </summary>
    <dc:creator>Selim Budakoglu</dc:creator>
    <dc:date>2013-03-30T15:28:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: Correlation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12221890" />
    <author>
      <name>Jeffrey Wolfeld</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12221890</id>
    <updated>2013-02-21T17:43:55Z</updated>
    <published>2013-02-21T17:41:16Z</published>
    <summary type="html">Amit, How you correlate the call depends on your deployment and call flow scenarios.  Here are the two most common scenarios:
 
1) You are forking media from CUBE, and these are inbound calls using CVP to UCCE.  In this case, CUBE generates an identifier known as Cisco-GUID, which is passed to both MediaSense and CVP.  In MediaSense it is known as CCID (Call Correlation ID), and you can both find the call in MediaSense if you know the ID, as well as discover the ID from MediaSense if you know the call info through some other means.  In UCCE, it can be found in the active routing script as Call.CallGUID, or in the ECC variable user.media.id, or in the TCD as TCD.CallReferenceID.  You can also find it in the CTIOS event stream as ECC variable user.media.id.
 
2) You are forking media from a CUCM phone.  Without a JTAPI link, these calls are difficult to correlate in real time.  If real time correlation is required, for live monitoring for example, then one way is to match on caller ANI or agent extension, both of which are stored in their respective deviceRef fields in MediaSense.  Matching on ANI might not always be easy due to the usual vaguaries of ANI, such as masking, non-uniqueness, or digit manipulation.  Matching on agent extension could also be difficult because in CUCM, recording profiles are defined on a per-line basis, and there could be shared lines or muti-line phones.  Also remember that in UCCE a given agent may have a different extension each time she logs in.  After the call terminates and CUCM has had time to write the CDR record, the call can be correlated using either of the two xRefCi fields in MediaSense.  These identifiers can be found in the CDR as origLegCallIdentifier and destLegCallIdentifier.  Once you have the proper CDR record you can find the call in UCCE via several means.  The most reliable is to concatenate global_CallID_call-ManagerId + global_CallID_callId (A.K.A. UCM GCID) from the CDR, and search for the resulting value as TCD.PeripheralCallKey.
 
If these scenarios aren't what you are looking for, please write back with additional information:
 
- Are you forking from CUBE or from CUCM phones?
 
- Are you looking for real time or historical correlation?
 
- Does your software have a JTAPI link?
 
- Does your deployment even use CUCM agents? (I ask because you used the term ICM rather than UCCE, and speaking formally, ICM could mean any ACD)
 
- Are you looking at inbound calls or outbound calls?  And if outbound, do agents initiate them through a UCCE routing script, or do they directly dial outbound phone numbers?  Or are you using an outbound dialer product?
 
Thanks,
Jeff W.</summary>
    <dc:creator>Jeffrey Wolfeld</dc:creator>
    <dc:date>2013-02-21T17:41:16Z</dc:date>
  </entry>
  <entry>
    <title>Correlation</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12199710" />
    <author>
      <name>amit gandhi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12199710</id>
    <updated>2013-02-21T06:57:32Z</updated>
    <published>2013-02-21T06:57:32Z</published>
    <summary type="html">HI ,
         I need to correlate a recording session with ICM call details, in order to retrevce Skillgroup, Call type and agent name. Can someone provide some tips, directions in this regard?
 
thanks.</summary>
    <dc:creator>amit gandhi</dc:creator>
    <dc:date>2013-02-21T06:57:32Z</dc:date>
  </entry>
  <entry>
    <title>RE: Raw tracks not in sync</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11680125" />
    <author>
      <name>Daniel Hatch</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11680125</id>
    <updated>2013-02-07T17:36:25Z</updated>
    <published>2013-02-07T17:36:25Z</published>
    <summary type="html">That's the difference between the tracks, I haven't actually compared them to session duration.</summary>
    <dc:creator>Daniel Hatch</dc:creator>
    <dc:date>2013-02-07T17:36:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Raw tracks not in sync</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11676443" />
    <author>
      <name>Jeffrey Wolfeld</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11676443</id>
    <updated>2013-02-07T15:56:55Z</updated>
    <published>2013-02-07T15:56:55Z</published>
    <summary type="html">Dan,
Are you saying that the track durations are 3-6 and in some cases 20 seconds off from each other, or from the duration reported by the session data?
In either case, we will need some logs to investigate this.  I will contact you outside the forum.

Thanks,
Jeff W.</summary>
    <dc:creator>Jeffrey Wolfeld</dc:creator>
    <dc:date>2013-02-07T15:56:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Daniel Hatch in Cisco MediaSense (MediaSense) - Techni</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11635301" />
    <author>
      <name>Daniel Hatch</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11635301</id>
    <updated>2013-02-06T20:14:27Z</updated>
    <published>2013-02-06T20:12:01Z</published>
    <summary type="html">[quote=Jeffrey Wolfeld]How far off are the tracks from one another? [/quote]
I most egregious example I have found was about 20 seconds. Usually they are more in the range of 3-6 seconds.
[quote=Jeffrey Wolfeld]I want to make sure that you are actually receiving some SILENCE= tags, right? Most normal HTTP 1.1 clients automatically combine chunks and in doing so, they lose these inter-chunk tags. You probably need to code your HTTP client at the TCP level in order to capture these tags. You've probably gotten that, but I just want to make sure. [/quote]  
We're using our own code to parse the HTTP response and I've been over it/stepped thru it a few times making sure that it appropriately inserts silence and is reading the tags. I doubt the bug is there.
 
Thanks,
Dan</summary>
    <dc:creator>Daniel Hatch</dc:creator>
    <dc:date>2013-02-06T20:12:01Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Daniel Hatch in Cisco MediaSense (MediaSense) - Techni</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11625376" />
    <author>
      <name>Jeffrey Wolfeld</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11625376</id>
    <updated>2013-02-06T17:51:30Z</updated>
    <published>2013-02-06T17:51:30Z</published>
    <summary type="html">Daniel,

How far off are the tracks from one another?  The timings reported in the MediaSense session data are based on SIP messaging, not on actual RTP media flow.  There is likely to be a small mismatch, but it shouldn't be very much.

I want to make sure that you are actually receiving some SILENCE= tags, right?  Most normal HTTP 1.1 clients automatically combine chunks and in doing so, they lose these inter-chunk tags.  You probably need to code your HTTP client at the TCP level in order to capture these tags.  You've probably gotten that, but I just want to make sure.

I will check on the start and end silence periods and get back to you.

Thanks,
Jeff W.

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, February 06, 2013 7:36 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Daniel Hatch in Cisco MediaSense (MediaSense) - Technical Discussion: Raw tracks not in sync

Daniel Hatch has created a new message in the forum "Technical Discussion": -------------------------------------------------------------- I'm having a problem where one of the raw tracks provided by MediaSense is not the same length as the other one. Therefore when I mux the tracks together into a single call track people are talking over each other and it is difficult/impossible to follow the call. Because the metadata provided by MediaSense makes me expect the tracks to be of the same length (track duration is the same, track start timestamp is the same) I have no way of knowing to which end of the shorter track I need to add silence, the end or beginning. Calls are in G711 mu-law if that makes any difference.

My suspicion is that when MediaSense is sending the raw tracks using HTTP chunk transfer coding as described in the API docs it is not appropriately including an initial or terminal “SILENCE=x” chunk extension which would pad out the shorter track and make the tracks align when muxed, but I cannot prove that.

I appreciate your feedback, thanks in advance!
--
To respond to this post, please click the following link: http://developer.cisco.com/web/mediasense/forums/-/message_boards/view_message/11617085 or simply reply to this email.</summary>
    <dc:creator>Jeffrey Wolfeld</dc:creator>
    <dc:date>2013-02-06T17:51:30Z</dc:date>
  </entry>
  <entry>
    <title>Raw tracks not in sync</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11617085" />
    <author>
      <name>Daniel Hatch</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11617085</id>
    <updated>2013-02-06T15:35:35Z</updated>
    <published>2013-02-06T15:33:47Z</published>
    <summary type="html">I'm having a problem where one of the raw tracks provided by MediaSense is not the same length as the other one. Therefore when I mux the tracks together into a single call track people are talking over each other and it is difficult/impossible to follow the call. Because the metadata provided by MediaSense makes me expect the tracks to be of the same length (track duration is the same, track start timestamp is the same) I have no way of knowing to which end of the shorter track I need to add silence, the end or beginning. Calls are in G711 mu-law if that makes any difference.  
 
My suspicion is that when MediaSense is sending the raw tracks using HTTP chunk transfer coding as described in the API docs it is not appropriately including an initial or terminal “SILENCE=x” chunk extension which would pad out the shorter track and make the tracks align when muxed, but I cannot prove that.    
 
I appreciate your feedback, thanks in advance!</summary>
    <dc:creator>Daniel Hatch</dc:creator>
    <dc:date>2013-02-06T15:33:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11540149" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11540149</id>
    <updated>2013-02-04T21:00:55Z</updated>
    <published>2013-02-04T21:00:55Z</published>
    <summary type="html">Hi Bruce,
 
After doing that, the page would not give the error anymore when trying to login, instead it would just reload like it was not accepting my credentials.
I then checked the tomcat logfiles and noticed that it was expeciting the xml file in this location : C:\Program Files\apache-tomcat-6.0.32\bin
After copying it there, I can login.
 
Thanks for all the help,
 
Jeroen</summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-04T21:00:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11539152" />
    <author>
      <name>Bruce Hsunyu Liu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11539152</id>
    <updated>2013-02-04T20:51:45Z</updated>
    <published>2013-02-04T20:51:45Z</published>
    <summary type="html">copy the classes directory under the build folder to webapps\mediasense\WEB-INF as well, then follow my previous post for Mediasense.properties and 
mediasenserequest.xml.

-Bruce</summary>
    <dc:creator>Bruce Hsunyu Liu</dc:creator>
    <dc:date>2013-02-04T20:51:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11536628" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11536628</id>
    <updated>2013-02-04T20:15:29Z</updated>
    <published>2013-02-04T20:15:29Z</published>
    <summary type="html">Hi Bruce,
I don't have a Mediasense.properties file in that directory. I only have a web.xml file and a lib folder in that directory.When I downloaded the original Sample App for MediaSense 9.0.zip file, I extracted it and only copied the contents of the WebContent folder to a newly created Mediasense folder on my apache server.
When I check that original zip file, I can see there is a build folder which has a classes folder inside. In that folder I can see the mediasense.properties, but as said that file is not on my apache server.
Should I have copied more than just the webcontent folder?
 
Thanks again for your help.
 
Rgds,
 
jeroen</summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-04T20:15:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11538285" />
    <author>
      <name>Bruce Hsunyu Liu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11538285</id>
    <updated>2013-02-04T20:07:41Z</updated>
    <published>2013-02-04T20:07:41Z</published>
    <summary type="html">the instruction is for linux based servers.  try the following
* go to webapps\mediasense\WEB-INF\classes, and open Mediasense.properties.  change the XMLPATH to just mediasenserequest.xml, like this
XMLPATH=mediasenserequest.xml
* copy or move the mediasenserequest.xml to tomcat directory.  In your environement, it'd be [url=http://developer.cisco.com/web/mediasense/community/-/message_boards/message/11523315?p_p_auth=GynpP0yQ]c:\Program[/url] Files\apache-tomcat-6.0.32\
* the baseurl in the mediasenserequest.xml should be &lt;baseurl&gt;https://192.168.12.14:8440/ora/&lt;/baseurl&gt;

give it a try.  if it still doesn't work, try to use Tomcat 7.  That's what I'm using..
-Bruce</summary>
    <dc:creator>Bruce Hsunyu Liu</dc:creator>
    <dc:date>2013-02-04T20:07:41Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11538015" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11538015</id>
    <updated>2013-02-04T19:52:26Z</updated>
    <published>2013-02-04T19:52:26Z</published>
    <summary type="html">Hi,
AXL service provider and api users are setup correctly.
To get the certificate from the media sense server, I followed step 8 in the readme:
 
8)  Open the following page on your MediaSense 9.0 server by using FireFox browser:
 [url=https://MEDIASENSE.IP:8443/ora/]https://MEDIASENSE.IP:8443/ora/[/url]
If you do not yet have the MediaSense certificate on your browser, you will be prompted with a security exception. Confirm it.  After adding the exception, choose “Tools” -&gt; “Options” from the Firefox menu and go to the “Advanced.” Tab. Select “Encryption” and click “View Certificates.”
Select the certificate from your "Cisco MediaSense” box.
Click “Export” and save the certificate.
 
My mediasenserequest.xml file is located in [url=file://\\192.168.12.17\c$\Program]c:\Program[/url] Files\apache-tomcat-6.0.32\webapps\mediasense
The only thing that I adjusted was the base URL, it now looks like this: &lt;baseurl&gt;https://192.168.12.14:8443/ora/&lt;/baseurl&gt;
 
If you wish we can setup a webex so you can have a look?
Thanks,
Jeroen</summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-04T19:52:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11527128" />
    <author>
      <name>Bruce Hsunyu Liu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11527128</id>
    <updated>2013-02-04T17:35:11Z</updated>
    <published>2013-02-04T17:35:11Z</published>
    <summary type="html">Assuming you've successfully configured the AXL Service Provider and API user in MediaSense, how did you download the cert from your MediaSense server, what did you define in the Mediasense.properties, and where is the mediasenserequest.xml located in your server?
-Bruce</summary>
    <dc:creator>Bruce Hsunyu Liu</dc:creator>
    <dc:date>2013-02-04T17:35:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11526517" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11526517</id>
    <updated>2013-02-04T17:05:44Z</updated>
    <published>2013-02-04T17:05:44Z</published>
    <summary type="html">Hi Bruce,
Thanks for your response.
I have added the certificate succesfully and have restarted tomcat (not sure if this was needed), but I'm still getting the same error.
Any other ideas?
 
Thanks
Jeroen</summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-04T17:05:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11523315" />
    <author>
      <name>Bruce Hsunyu Liu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11523315</id>
    <updated>2013-02-04T15:55:44Z</updated>
    <published>2013-02-04T15:55:44Z</published>
    <summary type="html">Hi Jeroen,

You need to first download the cert from your MediaSense by using Firefox, and add the cert by using the command below:
c:\Java\jdk1.7.0_10\jre\bin&gt; keytool -import -alias mediasensesnp -file c:\ms90.crt -keystore %JAVA_HOME%/jre/lib/security/cacerts
I use Tomcat 7 in a Windows 2008 R2 server, by the way.
 
Thanks, Bruce
 </summary>
    <dc:creator>Bruce Hsunyu Liu</dc:creator>
    <dc:date>2013-02-04T15:55:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11519742" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11519742</id>
    <updated>2013-02-04T14:27:53Z</updated>
    <published>2013-02-04T14:27:53Z</published>
    <summary type="html">Hi Guys,
 
Any update on this? I'm eager to start testing this new version.
 
Rgds,
 
Jeroen</summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-04T14:27:53Z</dc:date>
  </entry>
  <entry>
    <title>Re: New Message from Jeroen Hermans in Cisco MediaSense (MediaSense) - Tech</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11443590" />
    <author>
      <name>Vaishali Mithbaokar</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11443590</id>
    <updated>2013-02-02T03:42:25Z</updated>
    <published>2013-02-02T03:42:25Z</published>
    <summary type="html">Hi Bruce, Crystal,

Since you have installed the SpinSci app (from CDN), can you take a look to see if the steps followed in the below case are correct?
And respond accordingly?


Thanks,
Vaishali

From: Cisco Developer Community Forums &lt;cdicuser@developer.cisco.com&lt;mailto:cdicuser@developer.cisco.com&gt;&gt;
Reply-To: "cdicuser@developer.cisco.com&lt;mailto:cdicuser@developer.cisco.com&gt;" &lt;cdicuser@developer.cisco.com&lt;mailto:cdicuser@developer.cisco.com&gt;&gt;
Date: Friday, February 1, 2013 1:16 AM
To: "cdicuser@developer.cisco.com&lt;mailto:cdicuser@developer.cisco.com&gt;" &lt;cdicuser@developer.cisco.com&lt;mailto:cdicuser@developer.cisco.com&gt;&gt;
Subject: New Message from Jeroen Hermans in Cisco MediaSense (MediaSense) - Technical Discussion: Sample App for MediaSense 9.0

Jeroen Hermans has created a new message in the forum "Technical Discussion": -------------------------------------------------------------- Hi, I'm trying to deploy the new Sample App for MediaSense 9.0 on a windows 2003 server running apache-tomcat-6.0.32 It's the same server were we are running the old sample app still called supervisor. This is what I've done so far: create a folder 'mediasense' in c:\program files\apache-tomcat-6.0.32\webapps\ Adapt the mediasenserequest.xml to have the baseurl point to my mediasense server (this now looks like https://192.168.12.14:8440/ora/) and copy this to c:\program files\apache-tomcat-6.0.32\webapps\mediasense\ Copy the contents of the WebContent folder to c:\program files\apache-tomcat-6.0.32\webapps\mediasense\ copy the Mediasense.war to c:\program files\apache-tomcat-6.0.32\webapps\ Open firefox and browse to http://192.168.12.17:8080/mediasense/ I get a login page, when I try to login I get the error in the attached screenshot. How can I resolve this?   Thanks, Jeroen
--
To respond to this post, please click the following link: http://developer.cisco.com/web/mediasense/community/-/message_boards/view_message/11395163 or simply reply to this email.</summary>
    <dc:creator>Vaishali Mithbaokar</dc:creator>
    <dc:date>2013-02-02T03:42:25Z</dc:date>
  </entry>
  <entry>
    <title>Sample App for MediaSense 9.0</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11395163" />
    <author>
      <name>Jeroen Hermans</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11395163</id>
    <updated>2013-02-01T09:16:24Z</updated>
    <published>2013-02-01T09:15:50Z</published>
    <summary type="html">Hi, I'm trying to deploy the new Sample App for MediaSense 9.0 on a windows 2003 server running apache-tomcat-6.0.32 It's the same server were we are running the old sample app still called supervisor. This is what I've done so far: create a folder 'mediasense' in c:\program files\apache-tomcat-6.0.32\webapps\ Adapt the mediasenserequest.xml to have the baseurl point to my mediasense server (this now looks like [url=https://192.168.12.14:8440/ora/]https://192.168.12.14:8440/ora/[/url]) and copy this to c:\program files\apache-tomcat-6.0.32\webapps\mediasense\ Copy the contents of the WebContent folder to c:\program files\apache-tomcat-6.0.32\webapps\mediasense\ copy the Mediasense.war to c:\program files\apache-tomcat-6.0.32\webapps\ Open firefox and browse to [url=http://192.168.12.17:8080/mediasense/]http://192.168.12.17:8080/mediasense/[/url] I get a login page, when I try to login I get the error in the attached screenshot. How can I resolve this?   Thanks, Jeroen    </summary>
    <dc:creator>Jeroen Hermans</dc:creator>
    <dc:date>2013-02-01T09:15:50Z</dc:date>
  </entry>
</feed>

