Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000570.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: OMAPS.pm bug</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000569.html" title="CQ log files" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000574.html" title="JVM Stack/Heap Sizes" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
31                <h2 id="banner-description">Searchable status reports and work log</h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/Status/archives/000569.html">&laquo; CQ log files</a> |
42                         <a href="http://defaria.com/blogs/Status/">Main</a>
43                         | <a href="http://defaria.com/blogs/Status/archives/000574.html">JVM Stack/Heap Sizes &raquo;</a>
44                      </p>
45
46                      <a id="a000570"></a>
47                      <div class="entry" id="entry-570">
48                         <h3 class="entry-header">OMAPS.pm bug</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <ul>
52   <li>Tracked down and fixed minor bug in OMAPS</li>
53 </ul>
54                            </div>
55                            <div id="more" class="entry-more">
56                               <p>I found a minor bug in OMAPS.pm that is called from the CSSD ClearQuest Account Creation page (http://dfls85/cgi-bin/create.pl). The error appears in the log files as:</p>
57
58 <div class=code><pre>
59 [Wed Sep 27 10:52:39 2006] [error] [client 128.247.39.85] [Wed Sep 27 10:52:39 2006] 
60 create.pl: Useless use of concatenation (.) or string in void context at OMAPS.pm line 318, &lt;CNF&gt; line 139.
61 </pre></div>
62
63 <p>Line 318 of OMAPS.pm is:</p>
64 <div class=code><pre>
65 debug ("add user $data-&gt;{login_name} to team "<u><font color="#ff0000"><b>)</b></font></u> . $cgi-&gt;param("Team");
66 </pre></div>
67 But it should read:<br>
68 <div class=code><pre>
69 debug ("add user $data-&gt;{login_name} to team " . $cgi-&gt;param("Team")<u><font color="#009900"><b>)</b></font></u>;
70 </pre></div>
71
72 <p>As we are watching the log files carefully for signs of Clearquest web hangs and outages it would be helpful if this superfluous error were eliminated.</p>
73
74 <p>I fixed this by hand on dfls[83-85] but it should be fixed in the original.</p>
75                            </div>
76                         </div>
77                         <p class="entry-footer">
78                            <span class="post-footers">Posted by  on September 27, 2006  9:08 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000570.html">Permalink</a>
79                         </p>
80                      </div>
81
82                      
83
84                      
85                   </div>
86                </div>
87             </div>
88          </div>
89       </div>
90    </div>
91 </body>
92 </html>