<?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>Studio 9.0.1 Bug?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11108535" />
  <subtitle>Studio 9.0.1 Bug?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11108535</id>
  <updated>2013-05-25T19:49:01Z</updated>
  <dc:date>2013-05-25T19:49:01Z</dc:date>
  <entry>
    <title>Re: New Message from Asher Schweigart in Customer Voice Portal (CVP) - Gene</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11857104" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11857104</id>
    <updated>2013-02-12T19:02:09Z</updated>
    <published>2013-02-12T19:02:09Z</published>
    <summary type="html">Thanks Asher, I'll try this.</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2013-02-12T19:02:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: Re: New Message from Steve Earl in Customer Voice Portal (CVP) - Genera</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11856914" />
    <author>
      <name>Asher Schweigart</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11856914</id>
    <updated>2013-02-12T18:48:16Z</updated>
    <published>2013-02-12T18:48:16Z</published>
    <summary type="html">I was able to get the warnings to go away on my new install of 9.0 I don't know if that will fix the error you are having, but it might.

First, I took the file "log4j.properties" from my CVP server's Tomcat install. It is in Cisco\CVP\VXMLServer\Tomcat\common\classes. Copy it to the same location in the debugger tomcat (&lt;debug runtime&gt;/CATALINA_HOME/common/classes) I have pasted the text of that file at the end of this post in case you don't have your CVP server up.
Then, copy log4j.xml from &lt;debug runtime&gt;/CATALINA_HOME/conf to &lt;debug_runtime&gt;/conf
After this, I still had the warning
[color=#525252]        log4j:WARN Failed to set property [percentageOfLogDirToUse] to value "0.90". [/color]
To get rid of that I modifed the log4j.xml file; in two locations there is a line:
      &lt;param name="PercentageOfLogDirToUse" value="0.90"/&gt;
change that to:
      &lt;param name="PercentageOfLogDirToUse" value="90"/&gt;
That fixed all my warnings, so maybe it will fix the error you are having as well.
 
---------------------------------log4j.properties---------------------------------------------------
log4j.rootLogger=info, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=./log/log.gen
log4j.appender.R.MaxFileSize=10MB
log4j.appender.R.MaxBackupIndex=10
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=[%5p] %d %m%n
log4j.logger.org.apache.catalina=info, R</summary>
    <dc:creator>Asher Schweigart</dc:creator>
    <dc:date>2013-02-12T18:48:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Re: New Message from Steve Earl in Customer Voice Portal (CVP) - Genera</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11848867" />
    <author>
      <name>Asher Schweigart</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11848867</id>
    <updated>2013-02-12T15:08:07Z</updated>
    <published>2013-02-12T15:08:07Z</published>
    <summary type="html">I have not had this issue, although the log does warn about log4j:


Feb 12, 2013 10:00:07 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-61682
Feb 12, 2013 10:00:07 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 203 ms
Feb 12, 2013 10:00:07 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 12, 2013 10:00:07 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.31
Feb 12, 2013 10:00:07 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Starting Cisco Unified CVP VXML Server...
log4j:WARN Failed to set property [percentageOfLogDirToUse] to value "0.90". 
log4j:WARN Failed to set property [percentageOfLogDirToUse] to value "0.90". 
 
Loading Gateway Adapters ...
  Cisco Unified Call Studio Voice Application Debugger
 
Loading application 'FA_start'... Done
 
 
Feb 12, 2013 10:00:10 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-61682
Feb 12, 2013 10:00:10 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3096 ms
 
I tried to duplicate your error Janine, by removing the jars I had added, but I could not. I'd be interested to see if I can replicate it. If you have somewhere you can upload a file (Dropbox or Google Drive or something similar, or even megafileupload), zip &amp; upload your com.aud...debug.runtime folder, I'll use it and see if I can replicate the error.


I tested on a new install of CS 9.0 on WIndows 7. I also have another machine on Windows 7 that was upgraded from 8.5. When the upgrade was done, I did have a few issues with the debugger, but I cannot remember what they were, or how I fixed them.
 </summary>
    <dc:creator>Asher Schweigart</dc:creator>
    <dc:date>2013-02-12T15:08:07Z</dc:date>
  </entry>
  <entry>
    <title>Re: New Message from Steve Earl in Customer Voice Portal (CVP) - General Di</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11688112" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11688112</id>
    <updated>2013-02-07T21:35:23Z</updated>
    <published>2013-02-07T21:35:23Z</published>
    <summary type="html">Only on Windows XP - not on Windows 7. I just gave up.</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2013-02-07T21:35:23Z</dc:date>
  </entry>
  <entry>
    <title>RE: Studio 9.0.1 Bug?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11690010" />
    <author>
      <name>Steve Earl</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11690010</id>
    <updated>2013-02-07T21:31:13Z</updated>
    <published>2013-02-07T21:31:13Z</published>
    <summary type="html">Hi Janine,
 
Were you ever able to get CS 9.0.1 to debug successfully?
 
I've been unable to get the debugger to work in any way on a clean install (never had CS installed on this machine).
 
Steve E.
 </summary>
    <dc:creator>Steve Earl</dc:creator>
    <dc:date>2013-02-07T21:31:13Z</dc:date>
  </entry>
  <entry>
    <title>Re: New Message from Mark Pareja in Customer Voice Portal (CVP) - General D</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11144674" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11144674</id>
    <updated>2013-01-25T18:00:36Z</updated>
    <published>2013-01-25T18:00:36Z</published>
    <summary type="html">Thanks, I will test this out. I did have an older version of Studio that 
I uninstalled before installing Studio 9, but I checked the registry and 
didn't see any Cisco entries under HKLM/Software - so I figured it was a 
clean uninstall.

Will remove Studio and all Java and try again...</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2013-01-25T18:00:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Studio 9.0.1 Bug?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11141601" />
    <author>
      <name>Mark Pareja</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11141601</id>
    <updated>2013-01-25T16:48:10Z</updated>
    <published>2013-01-25T16:45:02Z</published>
    <summary type="html">Found this related information @ http://mythinkpond.wordpress.com/2011/07/01/tomcat-6-infamous-severe-error-listenerstart-message-how-to-debug-this-error/ I’m sure if you have been developing with Java and Tomcat for sometime, you are likely to run into the infamous debug error. SEVERE: Error listenerStart You will most likely start Googling it trying to find out what the heck is going on. And in trying to see the extended logging on what that “listenerStart” error means. After some lucky searches, you will see links asking you to drop a “log4j.properties” file under ‘/WEB-INF/classes’ directory inside your WAR to help debug which one of the listeners is throwing this crazy error. Well, this advise will most likely work for you if you are developing under an earlier version of Tomcat. If you are using versions 6.0 or above then continue to read on… In Tomcat 6 or above, the default logger is the”java.util.logging” logger and not Log4J. So if you are trying to add a “log4j.properties” file – this will NOT work. The Java utils logger looks for a file called “logging.properties” as stated http://tomcat.apache.org/tomcat-6.0-doc/logging.html .....

[url=http://mythinkpond.wordpress.com/2011/07/01/tomcat-6-infamous-severe-error-listenerstart-message-how-to-debug-this-error/]Read More[/url]</summary>
    <dc:creator>Mark Pareja</dc:creator>
    <dc:date>2013-01-25T16:45:02Z</dc:date>
  </entry>
  <entry>
    <title>RE: Studio 9.0.1 Bug?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11141311" />
    <author>
      <name>Mark Pareja</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11141311</id>
    <updated>2013-01-25T16:28:50Z</updated>
    <published>2013-01-25T16:28:50Z</published>
    <summary type="html">Could it be related to the jvm u have installed?
Have you tried uninstall of Studio, Uninstall Java, Clean install java , and clean install Studio. </summary>
    <dc:creator>Mark Pareja</dc:creator>
    <dc:date>2013-01-25T16:28:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Janine Graves in Customer Voice Portal (CVP) - General</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11112279" />
    <author>
      <name>Hemal Mehta</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11112279</id>
    <updated>2013-01-24T21:20:36Z</updated>
    <published>2013-01-24T21:20:36Z</published>
    <summary type="html">Janine,
   Not sure if it is related but when I uninstalled older version on Windows 7 and installed new version, it gave me issues and the old registry settings were not removed.  In fact even Cisco TAC could not somehow undo the registry settings and asked me to install on new mahine.  This may be a different issue though.  Can you do a fresh install on Windows 7 and try ? Also try on  older XP machine and see.  Also try and disable any antivirus if you have any running.
Hemal

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Thursday, January 24, 2013 1:31 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Janine Graves in Customer Voice Portal (CVP) - General Discussion - All Versions: Studio 9.0.1 Bug?

Janine Graves has created a new message in the forum "General Discussion - All Versions": -------------------------------------------------------------- I uninstalled Studio 8.5 and installed Studio 9.0.1 on Windows 7. When I try to run the Debugger, I get the following error.
Is there a work-around?
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Jan 24, 2013 1:25:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 24, 2013 1:25:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Jan 24, 2013 1:25:13 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-49396
Jan 24, 2013 1:25:13 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 484 ms
Jan 24, 2013 1:25:43 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-49396
Jan 24, 2013 1:25:44 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jan 24, 2013 1:25:44 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-49396
--
To respond to this post, please click the following link: http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/11108534 or simply reply to this email.</summary>
    <dc:creator>Hemal Mehta</dc:creator>
    <dc:date>2013-01-24T21:20:36Z</dc:date>
  </entry>
  <entry>
    <title>Studio 9.0.1 Bug?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11108534" />
    <author>
      <name>Janine Graves</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11108534</id>
    <updated>2013-01-24T19:30:33Z</updated>
    <published>2013-01-24T19:30:33Z</published>
    <summary type="html">I uninstalled Studio 8.5 and installed Studio 9.0.1 on Windows 7. When I try to run the Debugger, I get the following error.
Is there a work-around?
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Jan 24, 2013 1:25:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 24, 2013 1:25:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/CVP] startup failed due to previous errors
Jan 24, 2013 1:25:13 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-49396
Jan 24, 2013 1:25:13 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 484 ms
Jan 24, 2013 1:25:43 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-49396
Jan 24, 2013 1:25:44 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jan 24, 2013 1:25:44 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-49396</summary>
    <dc:creator>Janine Graves</dc:creator>
    <dc:date>2013-01-24T19:30:33Z</dc:date>
  </entry>
</feed>

