Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] Adding Bugzilla Task Repository

I recently came across Mylar and am excited to utilize plugin within my 
organization.  I think it is a great idea and I really thank the 
contributors for creating this Eclipse plugin. 

Within my group we use Bugzilla 2.20.  I installed Bugzilla on Windows 
Server (not by choice) using Apache HTTP Server 2.0.55.  I used the 
default installation for Bugzilla and I can browse to it, login and use 
it through a browser.  I installed the Mylar 0.5 plugin into Eclipse 
(Version: 3.1.2 Build id: M20060118-1600) and tried to add my Bugzilla 
server as a repository and got the message "No bugzilla server found at 
url" when I clicked on "Validate Settings".  To make sure the Mylar 
plugin was working correctly I tried to add the example given 
"https://bugs.eclipse.org/bugs"; with my user and password and got the 
message "Authentication credentials are valid" when I clicked on 
"Validate Settings".  Therefore I am assuming that the Mylar plugin is 
working correctly but my Bugzilla installation is different in some way 
that Mylar is not detecting the server as a Bugzilla server.  I can PING 
the Bugzilla server from the box and even browse to it using Eclipse's 
internal browser so I know my Internet settings are correct in Eclipse.  
I guess I am looking for some help as to what Mylar would be looking for 
in the response being returned to it when it accesses 
http://<server-name>.  Is it just looking for a 200 reponse code or 
something more?  I ran an AB (Apache Benchmark) test against my Bugzilla 
server to get the request being sent and the response being returned 
when accessing the URL I put in as the Mylar task repository.  I have 
attached the results of that run to this email.

Thanks in advance for you help and your work on this project.  I expect 
that we will see an increase in productivity when we start using this 
plugin.

Mark Christiansen

 


This is ApacheBench, Version 2.0.41-dev <$Revision: 1.121.2.12 $> apache-2.0
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

Benchmarking <server-name> (be patient)...INFO: POST header ==
---
GET / HTTP/1.0
User-Agent: ApacheBench/2.0.41-dev
Host: <server-name>:8080
Accept: */*


---
LOG: header received:
HTTP/1.1 200 OK
Date: Fri, 28 Apr 2006 14:27:53 GMT
Server: Apache/2.0.55 (Win32)
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html4/loose.dtd";>
<html>
  <head>
    <title>Bugzilla Main Page</title>


<link rel="Top" href="http://you-havent-visited-editparams.cgi-yet/";>



    <script type="text/javascript">
  <!--

  function initHelp() {}
  // -->
  </script>

    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
    <link href="skins/custom/global.css" rel="stylesheet" type="text/css">


        <link href="skins/standard/index.css" rel="stylesheet" type="text/css">
          <link href="skins/custom/index.css" rel="stylesheet" type="text/css">



  </head>



  <body onload=""
        class="you-havent-visited-editparams-cgi-yet">


<div id="banner">
    <div class="intro"></div>
      <p id="banner-name">
        <span>This is Bugzilla</span>
      </p>
      <p id="banner-version">
        <a href="http://www.bugzilla.org/";><span>Bugzilla</span></a>
        <span>Version 2.20</span>
      </p>
    <div class="outro"></div>
    </div>

<div id="header">
    <h1>Bugzilla Main Page</h1>


</div>


<script type="text/javascript">
<!--
function addSidebar() {
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel ==
"function"))
  {
    var sidebarname=window.location.host
LOG: Response code = 200
..done


Server Software:        Apache/2.0.55
Server Hostname:        <server-name>
Server Port:            8080

Document Path:          /
Document Length:        4428 bytes

Concurrency Level:      1
Time taken for tests:   0.656263 seconds
Complete requests:      1
Failed requests:        0
Write errors:           0
Total transferred:      4559 bytes
HTML transferred:       4428 bytes
Requests per second:    1.52 [#/sec] (mean)
Time per request:       656.263 [ms] (mean)
Time per request:       656.263 [ms] (mean, across all concurrent requests)
Transfer rate:          6.10 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       0
Processing:   656  656   0.0    656     656
Waiting:      609  609   0.0    609     609
Total:        656  656   0.0    656     656

Back to the top