Quantcast
Channel: Operations Manager - Application Performance Monitoring (APM) forum
Viewing all 559 articles
Browse latest View live

Error with Java APM agent on TOMCAT - Windows.

$
0
0

Hi,

we have been using APM for over three years for .NET monitoring and it worked good enough.  Now we need to look into a performance issue with a JAVA application.  Our JAVA engineers got stuck on the following error:

[2015-11-23 16:47:32][thread id: 1][error]: Java APM Agent initialization failed: SEAgent.config.xml does not have a valid event sender configured
com.microsoft.ManagementServices.APMAgent.Exception.ApmException: SEAgent.config.xml does not have a valid event sender configured
 at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
 at com.microsoft.ManagementServices.APMAgent.AgentThreadManager.<init>(Unknown Source)
 at com.microsoft.ManagementServices.APMAgent.Agent.Monitor.AgentContext.<init>(Unknown Source)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
 at com.microsoft.ManagementServices.APMAgent.Agent.Startup.AgentContextLoader.loadContext(Unknown Source)
 at com.microsoft.ManagementServices.APMAgent.Agent.Startup.Agent.premain(Unknown Source)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
 at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
 ... 15 more
Caused by: com.microsoft.ManagementServices.APMAgent.Exception.ApmException: Error registering MBean: com.microsoft.ManagementServices.APMAgent:type=COUNTER
 at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.registerMetricMBeans(Unknown Source)
 at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
 at com.microsoft.ManagementServices.APMAgent.EventSender.MBeanEventLog.<init>(Unknown Source)
 ... 19 mor

Any idea how to fix this or where to look?

Thanks,

Peter


How to deep link to search results with parameters?

$
0
0

Anyone know of an official/unofficial way to deep link into SCOM APM search results with specific parameters (e.g. All Events in Last 24 Hours for Source X").

We're trying to make SCOM a little friendlier by deep linking into it from another portal we have where people are viewing their web apps, so I can generate the URL myself:

http://scom.contoso.com/AppDiagnostics/Pages/Search/AllEvents.aspx?xxx

It appears that the browsing heavily depends on the "_s" parameter which I assume is a session ID or some sort of ID, because any changes to the querystring don't seem to work without that value and it seems to change.

Specifically all I need to set is the "Source" parameter.

I feel like this should be simple but it most definitely isn't.


Kamran A

Where can we download the tool dwdatarp.exe?

$
0
0

Hello Team,

I have heard that the tool dwdatarp.exe is of great use in tuning the Data Warehouse Data Retention Policy.

Kindly provide me link to download the tool for SCOM 2012 R2?

Thanks,

Sirish Oggu



Performance based on Counter Name

$
0
0
I want to see the performance based on the Counter Name 'Load'. Since i have another counter name as 'Average Load', when i try getting the data based on 'Load' counter name, it is showing me of 'Average Load' as well. How can i get the data exactly Matching the counter name and not as 'Like'. Is there any sql Wild Card which i should append to get the data exactly matching the counter name. 

Does APM Support Monitoring Asyc WCF Calls

$
0
0

Taking a simple service as below - I'm unable to get APM to capture any exceptions with the async implementation. (the none async implementation is good - as expected)

Is this pattern supported with APM monitoring?

[ServiceContract]
public interface IService1
{
 [OperationContract()]
 void Call1(string arg1);

 [OperationContract()]
 Task<string> Call2(string arg1);
}

public class Service1 : IService1
{
 public void Call1(string arg1)
 {
  throw new Exception("Call1 failed");
 }

 public async Task<string> Call2(string arg1)
 {

// I realize this is a naff implementation - but it simplifies the issue I'm seeing

  throw new Exception("Call2 failed");
 }
}

Web Application Availability Monitoring Test Timeout

$
0
0

Dears,

I have a strange problem that I didn't find any similar issue in the internet,

I want to monitor some internal SharePoint 2010 web sites on the web front ends using SCOM 2012 so I created a new Web Application Availability Monitoring template to monitor the internal URL on the WFE servers but it's not working and when I try to run the test it times out without running on the servers and I didn't find any events that can help.

I also tried to monitor http://www.google.com but the test is also not running..

Please help,

Thanks,

A Seyam


HyperV Logical processor monitoring

$
0
0

Hi,

We have 10 hyperv servers. Out which only 2(hyperv003/004) have been from System Center Virtual Machine manager but SCVMM agents are present on all the 10 servers. I am able to fetch the reports for Hyperv Logical processor from the performance view but I am able to fetch the reports for hyperv003/004 from the reporting tab and not for others. Is it because these(hyperv003/004) servers are built from SCVMM?


Sameer Lahane

Web Application Availability Monitoring Test Timeout

$
0
0

Dears,

I have a strange problem that I didn't find any similar issue in the internet,

I want to monitor some internal SharePoint 2010 web sites on the web front ends using SCOM 2012 so I created a new Web Application Availability Monitoring template to monitor the internal URL on the WFE servers but it's not working and when I try to run the test it times out without running on the servers and I didn't find any events that can help.

I also tried to monitor http://www.google.com but the test is also not running..

Please help,

Thanks,
A Seyam


Monitoring Windows Azure with System Center Operations Manager 2012

$
0
0

Hi Expert,

I am using System Center Operations Manager 2012 in house setup, I add the azure subscription and import the latest azure management Pack. Now VMs monitoring but Unable to see the performance View . I am enable to monitor memory, Hard disk, CPU.

Please Suggest.


Hemendra


Unable to Push some Agents

$
0
0

Hello,

I am unable to push the agent to systems that are outside the same subnet as my management server, which makes me believe there is a firewall issue. I have opened the following ports going from the client server (the server where I want the agent to be installed on) to the management server: Permit all clients to [Management Server] (x.x.x.x) over port(s) :51909tcp, :51906tcp, :51907tcp, :5723tcp, :139tcp, :445tcp, :135tcp, :49152-65535tcp. I am not sure I understand which direction the ports should be open. I would think that ports would also need to be opened from the managements server going to > client servers. Please someone let me know if any ports should be applied in the other direction.

Also, some things to note is that the server that isn't getting the agent installed wont be discovered unless I uncheck "Verify discovered computers can be contacted". The failure message I receive when trying to install the agent is the RPC server is unavailable.

SCOM alerts

$
0
0

can some one please help me,

i need to create some SCOM Alert for few Services that runs on Specific server , i have created a Group and add those server under that group , configure the SCOM alert but i am getting alert from other servers as well which are not the part of my Group..

does any one have a Step by Step on how to set up a SCOM Alert for Some Specific Servers?

kindly reply.


Health Service Handle Count Threshold

$
0
0

Hi

My management server often is in critical state, because of Health Service Handle Count Threshold.

always last sample value was 10081 when i override to 11000 almost 15 min be healthy and again critical but with value 32837!!

what happened? what am i doing? please explain about it.

thanks

SCOM Sever Available Memory Unit Monitor

$
0
0

Hi Microsoft Geniuses, 

i have been asked to create a monitor for Available Memory on few server, anytime when available memory is less then 5% of total memory for more them 15min,  SCOM should Trigger an Alert and send out an email,

and to achieve this, i have created a unit monitor call "XXX Server " then did an override for those specific Server Group and change the threshold to 95, but i think this is not correct.. can someone kindly take a look and let me know where i am making mistake ?

any help would be much appreciated.

Shaikh 

windows 10 settings

$
0
0
every time I try to open up settings on my windows 10 settings it says your trial for this app has expired visit the windows store to purchase the full app. and every time I click it it says that so I cant access my settings any help here

construction of internet spades

$
0
0
Why is there no legitimate conversation available for this game? There is no question to ask if a player is new to an advanced level, why a player made a certain move, what his strategy for the game is, why he made a certain bid...........? These are all questions that players ask each other as they socialize over a game. The comments available to the players currently are all for children who misuse the game itself either by delaying it, or talking rudely or other child like behaviors.  Analyze them yourself.  Maybe you will see a bigger picture.

SCOM WebConsole Install Error

$
0
0

Hi , 

i am trying to install SCOM Web Console but i am getting the following error message , has any one seen this before , if so please let me know the solution on how to fix it?

THanks

How to monitor Tibco Spotfire Service

$
0
0

Hi,

In our infrastructure we have servers running Tibco services. We want to monitor TIBCO Spotfire Service, Statistics Services and few other services.

How can I monitor these services using SCOM.? Is there any available management pack which needs to be imported.?

Thanks in Advance..!


Aakash Saxena

SCOM

$
0
0

Hi all,

I am Miras Jamadar I want to know more about SCOM(System Center Operations Manager). I am new in Microsoft technologies. I want to go for certifications of Microosoft. Is it possible to learn SCOM as a fresher or any pre-requestise to learn this technology tool.

How to monitor FTP voyager using SCOM?

$
0
0
We have a requirement where client wants us to monitor the FTP voyager. We do have IIS MPs installed. Can we monitor FTP voyager application using SCOM 2012?

Sameer Lahane

Can we monitor Crawl in sharepoint?

$
0
0
How can we monitor long running crawl in sharepoint? We have Crawls which run for long and get stuck and we don't get to know until we have a look at it manually. I googled it but did not find much on this topic apart from the powershell script. Please let me know the steps to monitor sharepoint Crawl using SCOM 2012?

Sameer Lahane

Viewing all 559 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>