I wondered if the installer would install everything needed so I looked into that and it seems that all of the other components are in fact installed as well.
In fact,
# rpm -q queuemetrics-java queuemetrics-tomcat mysql-connector queuemetrics
queuemetrics-java-1_5_0_11-16
queuemetrics-tomcat-5.0.28-9
package mysql-connector is not installed
queuemetrics-1.4.7-37
Everything seems to be installed yet I get this error when trying to install the main package. For the heck of it, here's what I've done, uninstalled, then re-installed (I'll edit this later to shorten the thread), but FYI;
# yum remove queuemetrics
Loading "installonlyn" plugin
Setting up Remove Process
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package queuemetrics.noarch 0:1.4.7-37 set to be erased
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Removing:
queuemetrics noarch 1.4.7-37 installed 2.0 M
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 0 Package(s)
Remove 1 Package(s)
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Removing : queuemetrics ######################### [1/1]
Removed: queuemetrics.noarch 0:1.4.7-37
Complete!
]# yum install queuemetrics
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
addons 100% |=========================| 951 B 00:00
trixbox 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
trixboxaddons 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
LowayResearch 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 4.7 kB 00:00
################################################## 35/35
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for queuemetrics to pack into transaction set.
queuemetrics-1.5.0-39.noa 100% |=========================| 70 kB 00:00
---> Package queuemetrics.noarch 0:1.5.0-39 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
queuemetrics noarch 1.5.0-39 LowayResearch 1.2 M
Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 1.2 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): queuemetrics-1.5.0 100% |=========================| 1.2 MB 00:04
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: queuemetrics ######################### [1/1]
/var/tmp/rpm-tmp.4959: line 1: /etc/init.d/queuemetrics: No such file or directory
/usr/local/queuemetrics/java/bin/java: No such file or directory
ln: creating symbolic link `/usr/local/queuemetrics/tomcat/webapps/queuemetrics' to `/usr/local/queuemetrics/webapps/queuemetrics-1.5.0/': No such file or directory
/var/tmp/rpm-tmp.4959: line 18: /etc/init.d/queuemetrics: No such file or directory
Stopping MySQL: [ OK ]
Starting MySQL: [ OK ]
.
-----------------------------------------------------------
ATTENTION!!! ATTENTION!!! ATTENTION!!!
===========================================================
If you are installing QM for the first time, run the following
commands to install the database:
cd /usr/local/queuemetrics/webapps/queuemetrics-1.5.0/WEB-INF/README
./installDb.sh
When you are done, point your browser to:
.
http://thismachine:8080/queuemetricsand login as user demoadmin / password demo.
If you are updating from a previous version, just point your
browser to:
.
http://thismachine:8080/queuemetrics/dbtestto check if your database link is working and update the
database to the latest version.
-----------------------------------------------------------
Installed: queuemetrics.noarch 0:1.5.0-39
Complete!
What next?