MobileFirst Platform Foundation Operations Console Monitoring and Status - ibm-mobilefirst

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

Related

ActiveMQ may not be ready. Service is partially running

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?

Restcomm jSS7 mangement console cannot create any sctp server, sccp rule

I would like to ask for help, i have installed the Resctomm SS7Stack. I can open the GUI but i can't add a Sctp server ,Sccp rule even i can't sign out.I tried using a sheel command and it's working. My OS is Ubuntu 16.04.
Thanks in advance.

ovirt engine and host setup 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.

WorkLight: Failed executing POST /applications/upload

I am new to IBM WorkLight. I am getting an error when I am trying to execute "Build All And Deploy" from the Run menu from eclipse IDE when my Mac connected to Internet (static IPv4). I am using Mac Book Pro with mac os x 10.9. If it is disconnected from the Internet then build will get succeeded. The error message is given below,
Failed executing POST /applications/upload
java.lang.RuntimeException: java.net.SocketTimeoutException: Socket operation timed out before it could be completed
Please help to resolve this issue.
Thanks
I suspect you got more than one IPv4 address for your machine.
can you post here the result of the 'ifconfig' command (while failure occurs)? (run it in terminal).
in such case you will need to tell Eclipse which IP you prefer for your Development Worklight Server or to close extra network interfaces (for example: disable wireless network).
You can affect Eclipse and "hint" what IP should be chosen by using a special environment variable which contains a begining of an IP (or just the whole IP address)
for example: WL_PREFERRED_IP_PREFIX=192.168.4
this will help Eclipse detect your server on 192.168.4.100 (for example).

no internet on windows phone 8 emulator

I have installed windows phone 8 SDK and tried running a simple app which embeds a WebBrowser on a page. When I try to run the app in emulator the emulator does not get internet connection. It displays an error message saying "You don't have permission to modify internal Hyper-V network adapter settings required to run the emulator". Im sure my login has admin permissions. My machine is 64bit, hyper v is enabled and Hyper v manager is running, hardware virtualization is enabled in the BIOS settings, DHCP is enabled and its connected to a wired network. I have checked all the system requirements. What ever I do it keeps on giving the same error message. I setup everything in a different machine and tried running the app in that machine. The same error message is displayed in the that machine also. Can anyone tell me how to get it working.
DHCP is enabled and its connected to a wired network
Can you run ipconfig /all on your host machine and post it here please?
seems you have problem with your DHCP or maybe multiple DHCP and conflict.
You need to add your user account as a member of the "Hyper-V Administrators" group on the machine.
Detailed steps:
Hit Windows key + Q and search for "local users and groups". Change the search scope to "Settings". Click "Edit local users and groups".
Expand the "Groups" section. Right-click on "Hyper-V Administrators" and select "Add to group".
Add your user account.
Some connection tools on the host can have negative effects when used with the emulator; I found having cisco VPN client installed on the host prevented the emulator from finding the internet. Other VPN clients may have similar side-effects. I simply uninstalled cisco (the inbuilt windows VPN is fine for what I need) and it worked perfectly.
I've also seen problems where it won't find the internet after the host has been suspended / resumed. In that scenario, it turned out to be bad network drivers. I installed a dedicated Intel NIC (rather than the on-board NIC on the motherboard) - problem solved.
Basically, Hyper-V is a bit fussy.
try refreshing the hyper-v by unchecking and then checking it again,this worked for me.
Steps:
1.control panel>>programs>>Programs and features>>turn windows features on and off>>hyper-v
2.uncheck it and restart the pc.
3.again go to control panel an check hyper-v and restart the pc again.
the try to run the emulator,should work..
another possible reason is that you did not start vs2013 as admin