Archived community.zenoss.org | full text search
Skip navigation
5468 Views 7 Replies Latest reply: Oct 8, 2013 3:32 PM by jcurry RSS
bretticus Rank: White Belt 7 posts since
Jul 27, 2010
Currently Being Moderated

Jun 8, 2011 1:00 PM

BLOCKED by --allow-hosts

Hi,

 

Trying to install VMwareESXiMonitor ZenPack. When I try, I get the following error that I cannot get any insight searching through google. Not sure it this is a python thing, but I'd appreciate any help.

 

Thanks!

 

 

ZenossZenoss 3.1.0
OSLinux (x86_64) 2.6.18 (Linux monitor.olwm.com 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64)
ZopeZope 2.12.1
PythonPython 2.6.2
DatabaseMySQL 5.0.77 (Ver 5.0.77)
RRDRRDtool 1.3.9
TwistedTwisted 8.1.0
NetSnmpNetSnmp 5.3.2
PyNetSnmpPyNetSnmp 0.28.14
WMIWmi 1.3.13

 

 

I disabled the iptables firewall also (Don't need it. Behind a firewall already.)

 

zenpack --install ZenPacks.community.VMwareESXiMonitor-1.2-py2.6.egg
Couldn't find index page for 'ZenPacks.community.VMwareDataSource' (maybe misspelled?)
Link to http://pypi.python.org/simple/ ***BLOCKED*** by --allow-hosts
No local packages or download links found for ZenPacks.community.VMwareDataSource>=1.0
Couldn't find index page for 'ZenPacks.community.VMwareDataSource' (maybe misspelled?)
No local packages or download links found for ZenPacks.community.VMwareDataSource>=1.0
ERROR:zen.ZenPackCmd:zenpack command failed
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 406, in <module>
    zp.run()
  File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 134, in run
    previousVersion= self.options.previousVersion)
  File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 240, in InstallEggAndZenPack
    zpDists = InstallEgg(dmd, eggPath, link=link)
  File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 303, in InstallEgg
    DoEasyUninstall(eggPath)
  File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 891, in DoEasyUninstall
    easy_install.main(args)
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 1712, in main
    with_ei_usage(lambda:
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 1700, in with_ei_usage
    return f()
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 1716, in <lambda>
    distclass=DistributionWithoutHelpCommands, **kw
  File "/opt/zenoss/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/opt/zenoss/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/opt/zenoss/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 211, in run
    self.easy_install(spec, not self.no_deps)
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 427, in easy_install
    return self.install_item(None, spec, tmpdir, deps, True)
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 478, in install_item
    self.process_distribution(spec, dist, deps)
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 519, in process_distribution
    [requirement], self.local_index, self.easy_install
  File "/opt/zenoss/lib/python/pkg_resources.py", line 563, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File "/opt/zenoss/lib/python/pkg_resources.py", line 799, in best_match
    return self.obtain(req, installer) # try and download/install
  File "/opt/zenoss/lib/python/pkg_resources.py", line 811, in obtain
    return installer(requirement)
  File "/opt/zenoss/lib/python/setuptools/command/easy_install.py", line 434, in easy_install
    self.local_index
  File "/opt/zenoss/lib/python/setuptools/package_index.py", line 475, in fetch_distribution
    return dist.clone(location=self.download(dist.location, tmpdir))
AttributeError: 'NoneType' object has no attribute 'clone'

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points