Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] RE: mylar-dev Digest, Vol 10, Issue 14

Willian,

You are right.  I actually hadn't setup the parameters yet on Bugzilla 
(it was still useable, I'm assuming it was using the default 
configuration).  I just changed the parameters on Bugzilla for my 
environment and saved them.  Mylar still gives me the "No Bugzilla 
server found at url" when I tried to validate the task repository 
setting after changing the parameters.  

I did finally figure out the problem.  I have the WTP plugin installed 
which gives me an "Internet" preference where I enter my proxy host and 
port (and credentials) which are used for accessing the Internet 
(Software updates and internal browser).  I also had the proxy server 
and port setup on the "Install/Update" preference.  This one doesn't 
work for me because I need credentials to connect to the proxy, so I 
believe Software Updates uses the "Internet" preference instead.  The 
"Internet" preference also allows me to enter nonproxy host names.  I 
entered my Bugzilla server name under that setting because it is in my 
LAN behind the firewall.  Anyway, to make a long story short I disabled 
the "enable HTTP proxy connection" on the "Install/Update" preference 
and then clicked "Validate Settings" and it worked.  So apparently Mylar 
uses the proxy settings from "Install/Update" preference.  That makes 
sense since it comes with the default Eclipse installation.

Thank you for your assistance on this issue.

Mark

-----Original Message-----
From: mylar-dev-request@xxxxxxxxxxx
[mailto:mylar-dev-request@xxxxxxxxxxx]
Sent: Friday, April 28, 2006 11:00 AM
To: mylar-dev@xxxxxxxxxxx
Subject: mylar-dev Digest, Vol 10, Issue 14


Send mylar-dev mailing list submissions to
	mylar-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/mylar-dev
or, via email, send a message with subject or body 'help' to
	mylar-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	mylar-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mylar-dev digest..."


Today's Topics:

   1. Adding Bugzilla Task Repository (Mark_D_Christiansen@xxxxxxxxxxx)
   2. Re: Adding Bugzilla Task Repository (Willian Mitsuda)


----------------------------------------------------------------------

Message: 1
Date: Fri, 28 Apr 2006 10:18:06 -0500
From: Mark_D_Christiansen@xxxxxxxxxxx
Subject: [mylar-dev] Adding Bugzilla Task Repository
To: mylar-dev@xxxxxxxxxxx
Message-ID: <H0000e9c027cce6e.1146237485.hdqt.cargill.com@MHS>
Content-Type: text/plain; charset="us-ascii"

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

 


-------------- next part --------------
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

------------------------------

Message: 2
Date: Fri, 28 Apr 2006 12:51:17 -0300
From: "Willian Mitsuda" <wmitsuda@xxxxxxxxx>
Subject: Re: [mylar-dev] Adding Bugzilla Task Repository
To: "Mylar developer discussions" <mylar-dev@xxxxxxxxxxx>
Message-ID:
	<922a56510604280851s6a4a8fc9le42d5cd0f41cbc7@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Are you sure you are pointing to the right server?

In my experience, the message
"http://you-havent-visited-editparams.cgi-yet/"; seems like a new, not
configured bugzilla server.


------------------------------

_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev


End of mylar-dev Digest, Vol 10, Issue 14
*****************************************



Back to the top