AttributeError: 'EntryPoint' object has no attribute 'resolve'

Bug #1580516 reported by Fayyaz Ur Rehman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gearman
New
Undecided
Unassigned

Bug Description

I am facing an error in zuul debug.log and zuul.log and i am not able to trigger the jobs at jenkins master. If any body have some clue please help me out. Let me know what i am doing wrong

jenkins : 1.652
gerrit : 2.11.7
zuul commit : https://github.com/openstack-infra/zuul/archive/9ba7c060e6ffd335894d1b0ab70ae24656f7a3c5.zip

For ci deployment, i used to two vm's
gerrit vm : contain git, gerrit, zuul, gearman
              running at : ci.fanaticalops.lab/gerrit
jenkins master vm : jenkins master, gearman plugin
              running at : jenkins.fanaticalops.lab/jenkins

in jenkins gearman golbal configuration,

gearman host server : ci.fanaticalops.lab

i tested it. It showed the succes status and i saved it.

#### gerrit.config############

[gerrit]
    basePath = git
    canonicalWebUrl = https://ci.fanaticalops.lab/gerrit
[database]
    type = mysql
    hostname = mysql.fanaticalops.lab
    database = reviewdb
    username = gerrit2
    password = pAssw0rd
[index]
       type = LUCENE
[auth]
       type = HTTP_LDAP
       logoutUrl = https://gues:<email address hidden>/gerrit
[receive]
        enableSignedPush = false
[sendemail]
       smtpServer = mail.fanaticalops.lab
[container]
       user = gerrit2
       javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
[sshd]
       listenAddress = *:29418
[httpd]
       listenUrl = proxy-https://127.0.0.1:8081/gerrit
[cache]
       directory = cache
[gitweb]
       url = https://ci.fanaticalops.lab/gitweb

############zuul.conf#########

[gearman]
server=ci.fanaticalops.lab

[gearman_server]
start=true

[gerrit]
server=ci.fanaticalops.lab
baseurl=http://ci.fanaticalops.lab:8081/gerrit/r
user=jenkins
sshkey=/home/zuul/.ssh/id_rsa

[zuul]
layout_config=/etc/zuul/layout.yaml
log_config=/etc/zuul/logging.conf
pidfile=/var/run/zuul/zuul.pid
state_dir=/var/lib/zuul
status_url=https://ci.fanaticalops.lab/status

[merger]
log_config=/etc/zuul/logging.conf
git_dir=/git
zuul_url=ci.fanaticalops.lab:/git

[smtp]
server=mail.fanaticalops.lab
port=25
<email address hidden>

#### Error in zuul.log and zuul.debug.log##############

AttributeError: 'EntryPoint' object has no attribute 'resolve'
2016-05-11 07:10:13,871 ERROR gerrit.GerritWatcher: Exception on ssh event stream:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/zuul/connection/gerrit.py", line 160, in _run
    key_filename=self.keyfile)
  File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 338, in connect
    t.start_client()
  File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 493, in start_client
    raise e
AttributeError: 'EntryPoint' object has no attribute 'resolve'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.