Author Topic: [solved] QM fails silently after install, wont load main page or dbtest  (Read 3429 times)

cuban_cigar

  • Newbie
  • *
  • Posts: 37
  • Karma: 0
    • View Profile
yum -y remove queuemetrics-java

yum -y install queuemetrics

----------------------------------------------------------------
For some reason it wont install on my laptop.

When going to: http://127.0.0.1:8080/queuemetrics, a blank page.


Mysql is running, it gave no errors, apparently.


I attempted to delete folders manually, but yum looked like it didnt install the init script so "queuemetrics" is unrecognized service even if it is installed.



]# yum -y install queuemetrics;
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package queuemetrics-1.7.1.0-84.noarch already installed and latest version
Nothing to do

# service queuemetrics restart
queuemetrics: unrecognized service


« Last Edit: July 26, 2011, 20:45:40 by cuban_cigar »

marcos

  • Loway
  • Full Member
  • *
  • Posts: 138
  • Karma: 3
    • View Profile
Re: QM fails silently after install, wont load main page or dbtest
« Reply #1 on: July 15, 2011, 10:36:33 »
Hi.

Are you able to find the queuemetrics-java package?
Let's try to uninstall-it then re-install the queuemetrics package.

Is the /etc/init.d/queuemetrics file present?
Did you tried to issue a /etc/init.d/queuemetrics stop and /etc/init.d/queuemetrics start sequence?

Thanks.
Marco Signorini.

cuban_cigar

  • Newbie
  • *
  • Posts: 37
  • Karma: 0
    • View Profile
Thanks, removing the queuemetrics java package then installing qm again worked great !