Cisco Unity Inbox RSS Feed Log File Annotation

 

Cisco Unity Inbox RSS Feed Log File Annotation. 1

Trace Level – RSS: Errors and Fatal Events (Default) 2

RSS Feed Disabled – Attempt to update the feed. 2

RSS Feed Enabled/Allow only secure connections – Request from Insecure connection. 2

RSS Feed Enabled – Attempt to stream another person’s voicemail message by putting the message id into the URL like this: 2

RSS Feed Enabled – User doesn’t provide valid username and/or password. 2

Trace Level – RSS: Errors and Fatal Events & Debug. 3

Normal RSS Feed Refresh – Stream one message – No errors. 3

RSS Feed Enabled/Allow only secure connections – Attempt to listen to someone else’s message. 5

Attempt to Stream a Receipt 6

Trace Level – RSS: Errors and Fatal Events & Debug  CUCA: Data Access(Low) 8

Normal RSS Feed Refresh – Stream one message. 8

 


Trace Level – RSS: Errors and Fatal Events (Default)

RSS Feed Disabled – Attempt to update the feed

05/18/2007 12:31:33.756 |6483,,,RSS,1,ERROR [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Requested Resource Is Disabled|

RSS Feed Enabled/Allow only secure connections – Request from Insecure connection

05/18/2007 12:33:19.309 |6460,,,RSS,1,ERROR [http-8080-Processor25] com.cisco.unity.rss.RssServlet  - Secure: This Request Requires a Secure connection, try https://|

RSS Feed Enabled – Attempt to stream another person’s voicemail message by putting the message id into the URL like this:

https://smilligalx2/cisco-unity-rss/vm.wav?uid=d34e56aa-6b8c-43ea-8518-4ae321327ad8

No log output – Request is not honored – Browser will probably receive some sort of error text but this is client dependant.  Firefox returns the following error:

 

XML Parsing Error: no element found

Location: https://smilligalx2/cisco-unity-rss/vm.wav?uid=d34e56aa-6b8c-43ea-8518-4ae321327ad8

Line Number 1, Column 1:

 

RSS Feed Enabled – User doesn’t provide valid username and/or password

No log output

 


Trace Level – RSS: Errors and Fatal Events & Debug

Normal RSS Feed Refresh – Stream one message – No errors

All new requests should start with the following line.

05/18/2007 12:41:50.371 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - **********************************************************************|

This is a request for the RSS feed, other types of requests will have a more specific doGet line, see second request in the log below.

05/18/2007 12:41:50.372 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering doGet(request, response)|

Making sure it is enabled.

05/18/2007 12:41:50.372 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 12:41:50.381 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

Determining whether or not SSL is required.

05/18/2007 12:41:50.381 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 12:41:50.388 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

The client request passes just the user’s alias, so we are looking up the user’s ObjectId for use later.

05/18/2007 12:41:50.388 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 12:41:50.396 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

Determining the base URL for the request, the base URL is used to construct the other URLs in the return RSS feed.

05/18/2007 12:41:50.396 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getBaseUrl(request)|

05/18/2007 12:41:50.396 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getBaseUrl(request)|

Determining whether the authenticated user is “authorized” to use the RSS feed.  Are they licensed for access to the Cisco Unity Inbox feature.

05/18/2007 12:41:50.396 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 12:41:50.412 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

This line gives some details about the incoming request, the user’s alias and ObjectId, whether or not they are “authorized” and the client they are using.

05/18/2007 12:41:50.413 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - rss: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true user-agent = Mozilla/5.0 NewsFox/0.6|

The isSimpleFeed check looks at a list of clients that support only a very basic RSS feed, one that doesn’t support embedded hyperlinks like iTunes.  If it is a client only supporting “simple feeds” the resulting XML will not have the message action links (currently only the Mark Read action).

05/18/2007 12:41:50.413 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isSimpleFeed(userAgent)|

05/18/2007 12:41:50.413 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isSimpleFeed(userAgent) result = false|

At this point we are done with the preliminary work and are ready to begin constructing the RSS feed (XML document) for returning to the client.

05/18/2007 12:41:50.413 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering rssMessages(uidUser, baseUrl)|

Determining the version of Connection.

05/18/2007 12:41:50.416 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getVersion()|

05/18/2007 12:41:50.678 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getVersion()|

Getting the User’s display name.

05/18/2007 12:41:50.678 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getDisplayName(uidUser)|

05/18/2007 12:41:50.688 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getDisplayName(uidUser)|

Beginning the enumeration of the user’s messages.

05/18/2007 12:41:50.688 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering loadRecent(uidUser, maxMessages)|

The following lines show the process of getting at the User’s mailbox.

05/18/2007 12:41:50.688 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMessages(uidUser, maxMessages)|

05/18/2007 12:41:50.688 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 12:41:50.694 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 12:41:50.694 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 12:41:50.694 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 12:41:50.700 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 12:41:50.700 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 12:41:50.702 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 12:41:50.705 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 12:41:50.708 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMessages(uidUser, maxMessages)|

05/18/2007 12:41:50.709 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving loadRecent(uidUser, maxMessages)|

At this point we are looping through the user’s messages and constructing the remainder of the RSS feed.

05/18/2007 12:41:50.709 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering appendItems(parent, list, baseUrl)|

05/18/2007 12:41:50.709 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving appendItems(parent, list, baseUrl)|

05/18/2007 12:41:50.709 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving rssMessages(uidUser, baseUrl)|

We have constructed the RSS feed and are ready to return it to the client.  This request has been completed.

05/18/2007 12:41:50.714 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving doGet(request, response)|

05/18/2007 12:41:53.037 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - **********************************************************************|

The VmWavServlet indicates that this is a request to stream a voicemail message.

05/18/2007 12:41:53.037 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - VmWavServlet doGet()|

We are doing the same checks we did above.

05/18/2007 12:41:53.037 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 12:41:53.046 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 12:41:53.046 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 12:41:53.053 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 12:41:53.053 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 12:41:53.061 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 12:41:53.062 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 12:41:53.076 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 12:41:53.076 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - vmwav: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true uidMessage = c65b1e80-410f-42fc-b0a4-8654a285cbd5|

05/18/2007 12:41:53.076 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering rssSendWav(uidUser, uidMessage, out)|

05/18/2007 12:41:53.077 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering WavFileById(uidUser, uidMessage)|

One additional check is made prior to streaming the message to the client.  This check makes sure that the authenticated user is also the recipient/owner of the message requested.

05/18/2007 12:41:53.077 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 12:41:53.077 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 12:41:53.083 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 12:41:53.083 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 12:41:53.083 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 12:41:53.088 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 12:41:53.088 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 12:41:53.090 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 12:41:53.094 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 12:41:53.096 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving messageBelongsToUser(uidUser, uidMessage)|

The message does belong to the authenticated user.  See the next log below to see the difference.

05/18/2007 12:41:53.096 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 12:41:53.096 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 12:41:53.102 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 12:41:53.102 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 12:41:53.105 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailAttachDirectory()|

05/18/2007 12:41:53.105 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 12:41:53.105 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 12:41:53.110 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 12:41:53.110 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 12:41:53.113 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving getMailAttachDirectory()|

Returning the message to the client.

05/18/2007 12:41:53.113 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - RSS:WavFileById fileName = /var/opt/cisco/connection/mail/unitymbxdb1/2007.05.17-08.21.20.504/c65b1e80-410f-42fc-b0a4-8654a285cbd5_1.wav|

05/18/2007 12:41:53.113 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving WavFileById(uidUser, uidMessage)|

05/18/2007 12:41:53.117 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving rssSendWav(uidUser, uidMessage, out)|

05/18/2007 12:41:53.118 |6483,,,RSS,1,DEBUG [http-8443-Processor23] com.cisco.unity.rss.RssServlet  - Leaving enclosing_method(enclosing_method_arguments)|

 

 

 

RSS Feed Enabled/Allow only secure connections – Attempt to listen to someone else’s message

05/18/2007 12:39:06.023 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - **********************************************************************|

The VmWavServlet indicates that this is a request to stream a voicemail message.

05/18/2007 12:39:06.023 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - VmWavServlet doGet()|

05/18/2007 12:39:06.023 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 12:39:06.032 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 12:39:06.033 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 12:39:06.039 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 12:39:06.039 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 12:39:06.047 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 12:39:06.047 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 12:39:06.071 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 12:39:06.071 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - vmwav: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true uidMessage = d34e56aa-6b8c-43ea-8518-4ae321327ad8|

05/18/2007 12:39:06.072 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering rssSendWav(uidUser, uidMessage, out)|

05/18/2007 12:39:06.072 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering WavFileById(uidUser, uidMessage)|

This check makes sure that the authenticated user is also the recipient/owner of the message requested.

05/18/2007 12:39:06.072 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 12:39:06.072 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 12:39:06.078 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 12:39:06.078 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 12:39:06.078 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 12:39:06.084 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 12:39:06.084 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 12:39:06.085 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 12:39:06.089 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 12:39:06.093 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving messageBelongsToUser(uidUser, uidMessage)|

The message does not belong to the authenticated user, we are bailing out of any further processing of this message.  The client will likely display some sort of XML processing error.

05/18/2007 12:39:06.098 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving enclosing_method(enclosing_method_arguments)|

 

 

Attempt to Stream a Receipt

05/18/2007 13:09:46.558 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - **********************************************************************|

RSS feed is being updated.

05/18/2007 13:09:46.558 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering doGet(request, response)|

05/18/2007 13:09:46.558 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 13:09:46.567 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 13:09:46.567 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 13:09:46.574 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 13:09:46.574 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 13:09:46.583 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 13:09:46.583 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getBaseUrl(request)|

05/18/2007 13:09:46.583 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getBaseUrl(request)|

05/18/2007 13:09:46.583 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 13:09:46.598 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 13:09:46.598 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - rss: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true user-agent = Mozilla/5.0 NewsFox/0.6|

05/18/2007 13:09:46.598 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isSimpleFeed(userAgent)|

05/18/2007 13:09:46.598 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isSimpleFeed(userAgent) result = false|

05/18/2007 13:09:46.598 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering rssMessages(uidUser, baseUrl)|

05/18/2007 13:09:46.601 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getVersion()|

05/18/2007 13:09:46.858 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getVersion()|

05/18/2007 13:09:46.858 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getDisplayName(uidUser)|

05/18/2007 13:09:46.867 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getDisplayName(uidUser)|

05/18/2007 13:09:46.868 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering loadRecent(uidUser, maxMessages)|

05/18/2007 13:09:46.868 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMessages(uidUser, maxMessages)|

05/18/2007 13:09:46.868 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 13:09:46.874 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 13:09:46.874 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 13:09:46.874 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 13:09:46.880 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 13:09:46.880 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 13:09:46.882 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 13:09:46.886 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 13:09:46.890 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMessages(uidUser, maxMessages)|

05/18/2007 13:09:46.890 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving loadRecent(uidUser, maxMessages)|

05/18/2007 13:09:46.890 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering appendItems(parent, list, baseUrl)|

05/18/2007 13:09:46.890 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving appendItems(parent, list, baseUrl)|

05/18/2007 13:09:46.890 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving rssMessages(uidUser, baseUrl)|

05/18/2007 13:09:46.895 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving doGet(request, response)|

05/18/2007 13:09:49.793 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - **********************************************************************|

Incoming request to stream a message, in this case the message is a receipt which has not audio component so this will fail.  The fact that receipts show up in the RSS feed is a bug that will be addressed in 2.1.

05/18/2007 13:09:49.793 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - VmWavServlet doGet()|

05/18/2007 13:09:49.793 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 13:09:49.807 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 13:09:49.807 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 13:09:49.818 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 13:09:49.818 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 13:09:49.828 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 13:09:49.828 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - vmwav: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true uidMessage = f2d07fdf-54fe-4304-aeb9-57b04478ef1e|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering rssSendWav(uidUser, uidMessage, out)|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering WavFileById(uidUser, uidMessage)|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 13:09:49.842 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 13:09:49.848 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 13:09:49.848 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 13:09:49.848 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 13:09:49.853 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 13:09:49.853 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 13:09:49.855 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 13:09:49.859 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 13:09:49.861 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 13:09:49.861 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 13:09:49.861 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 13:09:49.866 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 13:09:49.866 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

We are leaving the stream action early without returning the audio file because this message doesn’t have one.

05/18/2007 13:09:49.874 |6481,,,RSS,1,DEBUG [http-8443-Processor21] com.cisco.unity.rss.RssServlet  - Leaving enclosing_method(enclosing_method_arguments)|

 


Trace Level – RSS: Errors and Fatal Events & Debug  CUCA: Data Access(Low)

Normal RSS Feed Refresh – Stream one message

The following log shows the additional information obtained when one has the CUCA – Data Access(Low) trace set.  In general these additional lines show the actual database queries being made.

05/18/2007 14:18:39.500 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - **********************************************************************|

05/18/2007 14:18:39.500 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering doGet(request, response)|

05/18/2007 14:18:39.500 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

Checking the Configuration table for whether or not the RSS feed is enabled.

05/18/2007 14:18:39.503 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.Configuration_AdvSetting_CPCADAOImpl  - read sql=SELECT * FROM vw_Configuration_AdvSetting_CPCA WHERE fullName=?|

05/18/2007 14:18:39.514 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 14:18:39.514 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

Checking the Configuration table for whether or not a secure connection is required.

05/18/2007 14:18:39.515 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.Configuration_AdvSetting_CPCADAOImpl  - read sql=SELECT * FROM vw_Configuration_AdvSetting_CPCA WHERE fullName=?|

05/18/2007 14:18:39.525 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 14:18:39.525 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

Getting the user’s ObjectId from the vw_subscriber view.

05/18/2007 14:18:39.525 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.DAOFactory  - get: key=USER|

05/18/2007 14:18:39.525 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.BaseDAO  - sql = SELECT ObjectId FROM vw_subscriber WHERE fn_tolower(Alias) = 'fflintstone'|

05/18/2007 14:18:39.539 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 14:18:39.539 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getBaseUrl(request)|

05/18/2007 14:18:39.540 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getBaseUrl(request)|

05/18/2007 14:18:39.540 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

Ensuring the user’s COS is authorized for the Cisco Unity Inbox feature.

05/18/2007 14:18:39.542 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserDAOImpl  - read sql=SELECT * FROM vw_User WHERE objectId=?|

05/18/2007 14:18:39.552 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.CosDAOImpl  - read sql=SELECT * FROM vw_Cos WHERE objectId=?|

05/18/2007 14:18:39.558 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 14:18:39.558 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - rss: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true user-agent = Mozilla/5.0 NewsFox/0.6|

05/18/2007 14:18:39.558 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isSimpleFeed(userAgent)|

05/18/2007 14:18:39.558 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isSimpleFeed(userAgent) result = false|

05/18/2007 14:18:39.558 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering rssMessages(uidUser, baseUrl)|

05/18/2007 14:18:39.560 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getVersion()|

05/18/2007 14:18:39.832 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getVersion()|

05/18/2007 14:18:39.832 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getDisplayName(uidUser)|

Grabbing the user’s DisplayName from vw_User

05/18/2007 14:18:39.833 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserDAOImpl  - read sql=SELECT * FROM vw_User WHERE objectId=?|

05/18/2007 14:18:39.841 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getDisplayName(uidUser)|

05/18/2007 14:18:39.842 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering loadRecent(uidUser, maxMessages)|

05/18/2007 14:18:39.842 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMessages(uidUser, maxMessages)|

05/18/2007 14:18:39.842 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

 

Looking up the user’s mailbox mapping in the UnityDirDb.

05/18/2007 14:18:39.844 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserMailboxMapDAOImpl  - read sql=SELECT * FROM vw_UserMailboxMap WHERE isPrimary=? AND userObjectId=?|

05/18/2007 14:18:39.852 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 14:18:39.852 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 14:18:39.852 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 14:18:39.861 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 14:18:39.861 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 14:18:39.863 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 14:18:39.867 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 14:18:39.871 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMessages(uidUser, maxMessages)|

05/18/2007 14:18:39.871 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving loadRecent(uidUser, maxMessages)|

05/18/2007 14:18:39.871 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering appendItems(parent, list, baseUrl)|

05/18/2007 14:18:39.875 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving appendItems(parent, list, baseUrl)|

05/18/2007 14:18:39.875 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving rssMessages(uidUser, baseUrl)|

05/18/2007 14:18:39.881 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving doGet(request, response)|

05/18/2007 14:18:43.338 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - **********************************************************************|

05/18/2007 14:18:43.338 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - VmWavServlet doGet()|

05/18/2007 14:18:43.339 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isRSSFeedEnabled()|

05/18/2007 14:18:43.340 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.Configuration_AdvSetting_CPCADAOImpl  - read sql=SELECT * FROM vw_Configuration_AdvSetting_CPCA WHERE fullName=?|

05/18/2007 14:18:43.347 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isRSSFeedEnabled()|

05/18/2007 14:18:43.347 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isSecureRequired()|

05/18/2007 14:18:43.347 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.Configuration_AdvSetting_CPCADAOImpl  - read sql=SELECT * FROM vw_Configuration_AdvSetting_CPCA WHERE fullName=?|

05/18/2007 14:18:43.353 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isSecureRequired()|

05/18/2007 14:18:43.353 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getUid(alias)|

05/18/2007 14:18:43.353 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.DAOFactory  - get: key=USER|

05/18/2007 14:18:43.354 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.BaseDAO  - sql = SELECT ObjectId FROM vw_subscriber WHERE fn_tolower(Alias) = 'fflintstone'|

05/18/2007 14:18:43.361 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getUid(alias)|

05/18/2007 14:18:43.361 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering isUserAuthorized()|

05/18/2007 14:18:43.362 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserDAOImpl  - read sql=SELECT * FROM vw_User WHERE objectId=?|

05/18/2007 14:18:43.370 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.CosDAOImpl  - read sql=SELECT * FROM vw_Cos WHERE objectId=?|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving isUserAuthorized()|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - vmwav: user = fflintstone uidUser = 060b3ac6-6b3c-45e8-8272-4b54afbbda91 authorized = true uidMessage = c65b1e80-410f-42fc-b0a4-8654a285cbd5|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering rssSendWav(uidUser, uidMessage, out)|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering WavFileById(uidUser, uidMessage)|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 14:18:43.377 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailboxId(uidUser)|

05/18/2007 14:18:43.378 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserMailboxMapDAOImpl  - read sql=SELECT * FROM vw_UserMailboxMap WHERE isPrimary=? AND userObjectId=?|

05/18/2007 14:18:43.384 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailboxId(uidUser)|

05/18/2007 14:18:43.384 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 14:18:43.384 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 14:18:43.385 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserMailboxMapDAOImpl  - read sql=SELECT * FROM vw_UserMailboxMap WHERE isPrimary=? AND userObjectId=?|

05/18/2007 14:18:43.391 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 14:18:43.391 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 14:18:43.393 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getFolderId(uidMailbox)|

05/18/2007 14:18:43.396 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getFolderId(uidMailbox)|

05/18/2007 14:18:43.399 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving messageBelongsToUser(uidUser, uidMessage)|

05/18/2007 14:18:43.399 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 14:18:43.399 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 14:18:43.399 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserMailboxMapDAOImpl  - read sql=SELECT * FROM vw_UserMailboxMap WHERE isPrimary=? AND userObjectId=?|

05/18/2007 14:18:43.405 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 14:18:43.405 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 14:18:43.409 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailAttachDirectory()|

05/18/2007 14:18:43.409 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDataSource(uidUser)|

05/18/2007 14:18:43.409 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Entering getMailDatabase(uidUser)|

05/18/2007 14:18:43.409 |6484,,,Cuca,3,DEBUG [http-8443-Processor24] com.cisco.unity.dao.impl.UserMailboxMapDAOImpl  - read sql=SELECT * FROM vw_UserMailboxMap WHERE isPrimary=? AND userObjectId=?|

05/18/2007 14:18:43.415 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDatabase(uidUser)|

05/18/2007 14:18:43.415 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailDataSource(uidUser)|

05/18/2007 14:18:43.418 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving getMailAttachDirectory()|

05/18/2007 14:18:43.419 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - RSS:WavFileById fileName = /var/opt/cisco/connection/mail/unitymbxdb1/2007.05.17-08.21.20.504/c65b1e80-410f-42fc-b0a4-8654a285cbd5_1.wav|

05/18/2007 14:18:43.419 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving WavFileById(uidUser, uidMessage)|

05/18/2007 14:18:43.424 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving rssSendWav(uidUser, uidMessage, out)|

05/18/2007 14:18:43.424 |6484,,,RSS,1,DEBUG [http-8443-Processor24] com.cisco.unity.rss.RssServlet  - Leaving enclosing_method(enclosing_method_arguments)|