Communicating with the Integration Service in Informatica wokflow monitor issue - informatica-powercenter

In workflow Monitor I tried to connect with Integration Service. But it is showing communicating with Integration service, upto 180 seconds. After that it was disconnected. Other components are connecting without any issues only monitor this issue is happening. Please advise on this and provide solutions for this issue.
Thanks
Viswa S

Related

Our GITBLIT/Jetty service has stopped working after new stringent network security at our company

The GitBlit service on one of our Windows Server 2012 R1 was working just fine until our company implemented hyper-stringent security corporate-wide.
The gitblit service is running, but when trying to reach the gitblit page via web browser results in Jetty error 503, service unavailable.
I've been unable to come up with a google query to find out how I can check to see if jetty is running or how to troubleshoot.
Any help would be very much appreciated.
It turns out that what I needed to do is check the gitblit logs where I found that a colleague across the pond left me with a corrupted config file. When I removed the problem, it started working again.

SmackException$NoResponseException in jmeter when try to login

We are developing chat application.For that application, i have to do load testing on XMPP server using JMeter. So refer this site.https://www.blazemeter.com/blog/xmpp-load-testing-the-ultimate-guide/ As per the site, connected with server successfully.But when i try to login.But facing org.jivesoftware.smack.SmackException$NoResponseException.How do i proceed by overcome this issue?
For ejabberd the recommended load tool is RTB: https://github.com/processone/rtb
It's written by the same company that develops ejabberd.

Get remote errors in Service Fabric using Web Api

Web API has GlobalConfiguration.Configuration.IncludeErrorDetailPolicy
= IncludeErrorDetailPolicy.Always; to turn on remote errors. (Allowing them to see them in a browser even if you are not browsing on the local machine.
But, near as I can tell, Service Fabric, running Web Api, does not support GlobalConfiguration.
Is there a way to configure things so I don't have to log into one of my Service Fabric server machines each time I want to see what a services error message is?
I recommend you don't show error details to everyone.
It's a security risk.
Consider moving your error logs out of your cluster. For instance, by using OMS, ELK or Application Insights.

Start/Stop in Spring STS boot dashboard

I’m having an issue with the spring boot dashboard. When I start an app the icon show the loading icon and never reaches the green up icon though the app does start and accepts requests. When I stop the app it takes a couple of minutes to stop.
I have access to another machine where the dashboard behaves as expected.
I’m using the getting started rest service app (gs-rest-service-complete) targeting spring boot 1.4.3.release with no modifications. I’m using sts 3.8.3.
I’m experiencing the issue on OSX El Capitan 10.11.6
My jdk version is 1.8.0_112
I've found a couple of similar questions but the suggestions don't resolve my issue.
This one relates to bad entry in hosts file - mine is ok (Spring Boot Dashboard projects never finish starting)
This one suggests switching life-cycle-bean support off, but I want to know how to use run the dashboard with it enabled. The response to this question also requests a sample app, as stated I'm using the gs-rest-service-complete sample app (STS Spring Boot Dashboard Doesn't Recognize Successful Start)
What might be causing this problem?
It sounds like the machine where it doesn't work might have some kind of firewall stopping the JMX connections. These connections are made via sockets. Firewall type software sometimes prevents the connections. If you know of firewall type software running on your machine you could try disabling it or (less drastically) trying to reconfigure it so it allows connections between different processes running on your machine.

Spring Consul app crashes when there is no agent up

We have started to explore Spring Cloud Consul and we see that if the Consul agent is down the app crashes when it started... is it the expected behavior? we have expected that the app will wait to the agent to be up and retry at least several times or at least that this behavior will be configurable...
Also if the agent was up at start it successfully registers the service in the catalog but if at some point the agent went down even for several seconds the app will fail to talk the agent and will not retry to talk with the agent again... This cause a scenario that the app is up but it is no longer talking to the agent again we would expect a retry...
It is an open issue that we are tracking.

Resources