Hi Tim,
This is a script error which is the result of the YUM command failing for some reason on your system:
Specifically:
"Repository 'vz-base' is missing name in configuration, using id
Repository 'vz-updates' is missing name in configuration, using id"
Honestly, I'm not sure what this means exactly, but if you allow me a few days I will set up a test environment to see if I can duplicate the problem and implement a work-around.
In the mean time, you may be able to address the problem by running the following:
# yum clean all
# yum -y upgrade yum
# yum -y upgrade
The first line runs a clean that may clear up some problems. The second upgrades YUM to the latest version available in the repositories, and the third upgrades all packages on the system (it's good to stay updated, yes?).
If those YUM commands work without error, you may be able to run the installer again and not get this same error.
I will also work on making the install script fail gracefully in more cases. I put a little bit of work into that for this release, but obviously more work can be done in that area.
Thank you for the feedback!
-Jordan
----- Original Message -----
From: "tim badolato" <
t...@dreamstonemedia.com>
To:
ra...@googlegroups.com
Sent: Saturday, May 19, 2012 8:49:06 AM
Subject: [railo] Railo Installer: Tomcat Connector Error
Some info before I start:
OpenVPS, CentOS 5 32-bit, CPanel/WHM, Railo Installer 3.3.3.000
I received the following error while running the installer but I'm not sure at all what to do with it:
Error running /opt/railo/tomcat_connectors/ install_mod_cfml.sh -m install -l /opt/railo -f /usr/local/apache/conf/httpd. conf : Syntax OK
Repository 'vz-base' is missing name in configuration, using id
Repository 'vz-updates' is missing name in configuration, using id
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:] , exit_code=True)
File "/usr/share/yum-cli/yummain. py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain. py", line 178, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 345, in doCommands
self._getTs(needTsRemove)
File "/usr/lib/python2.4/site- packages/yum/depsolve.py", line 101, in _getTs
self._getTsInfo(remove_only)
File "/usr/lib/python2.4/site- packages/yum/depsolve.py", line 112, in _getTsInfo
pkgSack = self.pkgSack
File "/usr/lib/python2.4/site- packages/yum/__init__.py", line 662, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.4/site- packages/yum/__init__.py", line 502, in _getSacks
self.repos.populateSack(which= repos)
File "/usr/lib/python2.4/site- packages/yum/repos.py", line 232, in populateSack
self.doSetup()
File "/usr/lib/python2.4/site- packages/yum/repos.py", line 79, in doSetup
self.ayum.plugins.run(' postreposetup')
File "/usr/lib/python2.4/site- packages/yum/plugins.py", line 179, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/ fastestmirror.py", line 181, in postreposetup_hook
all_urls = FastestMirror(all_urls).get_ mirrorlist()
File "/usr/lib/yum-plugins/ fastestmirror.py", line 333, in get_mirrorlist
self._poll_mirrors()
File "/usr/lib/yum-plugins/ fastestmirror.py", line 376, in _poll_mirrors
pollThread.start()
File "/usr/lib/python2.4/threading. py", line 416, in start
_start_new_thread(self.__ bootstrap, ())