After installing Avaya Experience Portal in VM Red Hat 64bit, it pops up with an error:
ActiveMQ may not be ready. Lock file found but no process running for
pid, continuing
It leads to a service that is partially running at the end.
Can anyone suggest on how to solve this ActiveMQ problem?
Related
I have Redhat 6.10 Synchronizer Server and xen client device setup. I am able to download updates via a manager software which run on xen client device.
But each time I want to download the update.tar
I restart the apache and then client xen device.
or I have to reboot the xen client device which I want to update then it downloads.
But sometimes even on xen client device reboot the update.tar wont download.
xen-client: downloading ....and it just keeps downloading without downloading it. It times out. I believe that for the update to download on the xen client device just restarting the xen client or invoking the client service should be enough. There should be no need to restart apache and then restart the xen-vm-client.
I am not able to download without restarting the httpd server. ie I have to run 'service httpd restart' and then immediately 'xen-vm-client reboot' . But without this I am not able to download the update.tar by just firing 'xen-vm-client reboot' on Xen. I have to restart httpd and then xen client device for it to download.
I had an issue with Redhat 6.10. After 'yum install httpd' and rebooting redhat it wont boot up. And then after debugging through the boot process, I figure out that httpd service running at different runlevels on boot stops redhat from booting up. So had to
chkconfig httpd off
chkconfig httpd --del
This fixed the issue of httpd at runlevels hanging the redhat bootup. But I think this could be the reason why I have to restart httpd to get the update to download. Otherwise if I reboot the xen client device it downloads without a httpd restart. So any hints/ideas are really appreciated.
Please give me some understanding about why this is happening and how this can be solved if you know.
Once again grateful for all the help.
Regards
Shraddha
Next what I ll try is 'chkconfig httpd on' this might again cause the redhat to hangup on booting. And thus I may have to reinstall the entire Synchronizer redhat 6.10 setup. Or still trying to investigate about the issue.
I am using 2 computers and both are running fedora 23. In computer A I have installed ovirt engine 4.0 and in computer B I installed ovirt node 4.0.3 on a virtual machine manager and both the computer are in a same network.
When I login to the engine admin account using web interface, I tried to setup a host, but always gives error as install failed as shown below, any idea whats going wrong here?
Engine Host setup error picture
I thought it might be due to node storage issue, I tried to setup a node shared storage, again it gives error. Can anyone help how to setup a shared storage for node?
Node storage setup issue
in the lower panel you can see a message telling you that it failed to verify power management configuration.
You can see more messages if you'll go to the events tab.
For full details you can check the host installation log.
Product version: 8.0.0.00-20160822-2140
OS: Windows 7
Jdk: 1.7
Greetings,
When accessing the console dashboard from my browser: http://my.example:9080/mfpconsole/index.html#/dashboard the Push service is showing as Inactive and under 'Runtime Status' the state is 'Inactive.' Will the Audit Log provide more clarity as to what the problem is?
Thank you in advance.
According to the logs sent via email, checking the network for a firewall rule that blocks some requests, or a restart of the machine may fix this issue.
Suggestions:
Restart the workstation
Review firewall for blocking rules
This is my first post on the forum, so please excuse any of my mistakes.
We have installed Subversion 1.7.2 with Apache 2.2 on a Windows 2008R2 VM server. And for authentication, svn is integrated with Active directory. We are facing a very strange problem. After 2-3 days of accessing svn, it suddenly becomes inaccessible from svn clients. While accessing the repository url it throws a 500 error. The log file doesn't show any error message. Apache seems to be running as well.
We tried to restart the Apache server but it doesn't resolve the issue. Since log file doesn't show any message its tough to debug. Even windows event log doesn't show anything on this error. The only way we have found is by restarting the server box, which is very embarrassing.
We are now absolutely clue less and planning to upgrade the svn to a higher version but we don't know which version will fix the issue.
I'm running ActiveMQ (a very recent version) on LinuxMint 15 using oracle 1.7 java. I've only enabled a single transport "mqtt+nio+ssl". It boots up fine, ssl is all working, easy!
However, when I make a (mqtt) connection from the same host (different java process), the activemq process starts to consume a whole core. It keeps the core at 100% until I stop it (it stops normally). This sounds like abnormal behaviour to me, but when I turned on debug logging I got nothing that seemed to suggest massive CPU consumption.
Has anyone else seen or resolved this problem?
Can anyone suggest how I should go about analyzing this problem?
Many Thanks!
Obviously this is some sort of bug in ActiveMQ. There's been a lot of work done on the MQTT and AMQP side for the upcoming release of v5.9.0. You can download snapshots builds or the release candidate of 5.9 and test that to see if it still does this. If it still acts like this then you need to create an issue in the Jira tracker so the team can work on it, preferably with a test case to reproduce it.