Quantcast
Channel: VMware Communities : Popular Discussions - Hyperic User Forums
Viewing all 52618 articles
Browse latest View live

vFabric Hyperic 4.6.0.1 agent error

$
0
0

Cannot auto-discover the ERS 4.x on 4.6 and 4.6.0.1 vFabric Hyperic 403apache.JPGagent with the 4.6.0.1 vFabric Hyperic server.

 

Getting 403 error on Hyperic server web console and below error.

 

2012-03-01 10:13:14,769 ERROR [AgentDaemonMain] [MeasurementCommandsService] Error getting real time measurement: Plugin error: org.apache.http.conn.HttpHostConnectException: Connection to http://10.125.12.7:0 refused
2012-03-01 10:13:15,042 ERROR [AgentDaemonMain] [MeasurementCommandsService] Error getting real time measurement: Plugin error: 403 (Apache)

2012-03-06 11:11:09,389 WARN  [MeasurementEnabler1] [org.hyperic.hq.measurement.server.session.MeasurementManagerImpl@1668] Error turning on default metrics, configuration (port=7080,snmpPort=1610,ssl=false,snmpUser=username,platform.id=10501,platform.fqdn=SS93VPWB01S.sg.visaps.com,ServerConf=/app/ERS/4.0.3/servers/qaweb/conf/httpsd.conf,platform.name=SS93VPWB01S.sg.visaps.com,path=/,server.log_track.files=logs/error.log,snmpIp=127.0.0.1,snmpVersion=v2c,snmpPrivacyType=none,platform.log_track.level=Warn,protocol=http,server.log_track.level=Error,server.config_track.enable=false,platform.log_track.enable=true,snmpTransport=udp,hostname=10.125.31.167,snmpAuthType=none,platform.config_track.enable=true,installpath=/app/ERS/4.0.3/servers/qaweb,server.log_track.enable=false,platform.type=Solaris,platform.ip=10.125.25.64,server.port=7080,sotimeout=10,server.name=SS93VPWB01S,snmpCommunity=public,) couldn't be validated
org.hyperic.hq.appdef.shared.InvalidConfigException: Invalid configuration: Plugin error: 403 (Apache)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1586)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.enableDefaultMetrics(MeasurementManagerImpl.java:1666)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.handleCreateRefreshEvents(MeasurementManagerImpl.java:1499)
        at sun.reflect.GeneratedMethodAccessor807.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
        at org.hyperic.hq.monitor.aop.aspects.PerformanceMonitor.monitorServiceMethod(PerformanceMonitor.java:84)
        at sun.reflect.GeneratedMethodAccessor262.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
        at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy60.handleCreateRefreshEvents(Unknown Source)
        at org.hyperic.hq.measurement.server.session.MeasurementEnabler.processEvents(MeasurementEnabler.java:84)
        at org.hyperic.hq.zevents.TimingListenerWrapper.processEvents(TimingListenerWrapper.java:44)
        at org.hyperic.hq.zevents.BufferedListener$BufferedEventRunnable.run(BufferedListener.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: org.hyperic.hq.measurement.monitor.LiveMeasurementException: Plugin error: 403 (Apache)
        at org.hyperic.hq.measurement.agent.client.AgentMonitor.getLiveValues(AgentMonitor.java:191)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.getLiveMeasurementValues(MeasurementManagerImpl.java:1621)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1584)
        ... 29 more

 

2012-03-08 19:09:53,917 ERROR [Thread-3] [AutoScan] AutoScan failed for Apache-ERS 4.x
java.lang.NullPointerException
        at org.hyperic.hq.plugin.apache.ApacheServerDetector.configureServer(ApacheServerDetector.java:389)
        at org.hyperic.hq.plugin.apache.ErsApacheServerDetector.getServerList(ErsApacheServerDetector.java:104)
        at org.hyperic.hq.plugin.apache.ErsApacheServerDetector.getServerResources(ErsApacheServerDetector.java:190)
        at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83)
        at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:198)
        at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:141)
        at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
        at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)

 

 

ERS conf setup as below.

 

LoadModule covalent_snmpcommon_module "/app/ERS/4.0/apache2.2/modules/covalent/mod_snmpcommon.so"
LoadModule covalent_snmpagt_module "/app/ERS/4.0/apache2.2/modules/covalent/mod_snmpmonagt.so"

LoadModule rt_module "/app/ERS/4.0/apache2.2/modules/covalent/mod_rt.so"

 

 

#-------SNMP Start-------------
ExtendedStatus On
LogFormat "%s" rt_log
LogFormat "%R" enduser
CustomLog "|/usr/local/apache2/bin/rotatelogs
logs/rt_log.%Y-%m-%d-%H-%M-%S 300"        rt_log
CustomLog "|/usr/local/apache2/bin/rotatelogs
logs/enduser.%Y-%m-%d-%H-%M-%S 300"  enduser

 

<Location /server-status>
Sethandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Location>

 

<IfModule mod-snmpcommon.c>
    SNMPvar "/app/ERS/4.0/servers/<instance name>/var"
    SNMPconf "/app/ERS/4.0/servers/<instance name>/conf"
</IfModule>


Hyperic Agent and AIX7.1

$
0
0

I am running into a problem in getting the Hyperic agent started for AIX version 7.1....

 

Here is a snippet of the error message in the agent.log file:

2012-06-04 08:24:56,233 ERROR [Thread-1] [AgentDaemon] Critical error running agent
java.lang.UnsatisfiedLinkError: org/hyperic/sigar/SysInfo.gather(Lorg/hyperic/sigar/Sigar;)V
        at org.hyperic.sigar.OperatingSystem.getInstance(OperatingSystem.java:92)
        at org.hyperic.hq.product.PluginManager.<init>(PluginManager.java:67)
        at org.hyperic.hq.product.ProductPluginManager.<init>(ProductPluginManager.java:177)
        at org.hyperic.hq.agent.server.AgentDaemon.startPluginManagers(AgentDaemon.java:682)
        at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:828)
        at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:926)
        at java.lang.Thread.run(Thread.java:810)
2012-06-04 08:24:56,235 ERROR [Thread-1] [AgentDaemon] Agent startup failed:

 

I have followed some suggections, by re-compiling a new SIGAR jar file and/or downloading a newer agent, but still no go. Same error message.

The agent version I am using is 4.2.0.8-EE... The AIX client is running on a Power6 server with a 64-bit CPU. This is my first AIX 7.1 server, trying to use the Hyperic agent. I have other AIX clients (running AIX 6.1) successfully running the Hyperic agent.

 

 

Any help is appreciated!!!

Unable to fetch Hyperic Metrics using HQAPi

$
0
0

Hi,

 

I am using HQAPI 5.0 for quite some time. I have never faced this error as of now. I am trying to get VMStatistics using HQAPI but the Hyperic Server logs show the following errors:

 

01-05-2013 00:33:58,267 UTC ERROR [RuntimeAIEnabler1] [org.hyperic.hq.autoinventory.agent.client.LegacyAICommandsClientImpl@138] Error sending runtime discover configuration to agent: Unauthorized
org.hyperic.hq.agent.AgentRemoteException: Unauthorized
        at org.hyperic.hq.agent.client.AgentConnection.getCommandResult(AgentConnection.java:267)
        at org.hyperic.hq.agent.client.AgentConnection.sendCommand(AgentConnection.java:117)
        at org.hyperic.hq.autoinventory.agent.client.LegacyAICommandsClientImpl.pushRuntimeDiscoveryConfig(LegacyAICommandsClientImpl.java:132)
        at org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerImpl.pushRuntimeDiscoveryConfig(AutoinventoryManagerImpl.java:373)
        at org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerImpl.toggleRuntimeScan(AutoinventoryManagerImpl.java:329)
        at org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerImpl.handleResourceEvents(AutoinventoryManagerImpl.java:791)
        at sun.reflect.GeneratedMethodAccessor735.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy77.handleResourceEvents(Unknown Source)
        at org.hyperic.hq.autoinventory.server.session.RuntimeAIEnabler.processEvents(RuntimeAIEnabler.java:70)
        at org.hyperic.hq.zevents.TimingListenerWrapper.processEvents(TimingListenerWrapper.java:42)
        at org.hyperic.hq.zevents.BufferedListener$BufferedEventRunnable.run(BufferedListener.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
"server.log" 96L, 9448C                           

 

It says the agent is unauthorised but I have made no configuration changes on the agent.

Appreciate your help on it.

 

Regards,

Yashika

Monitoring HTTP and AJP threads of JBoss

$
0
0

Hi,

     I am using hyperic 4.6.6 for monitoring different applications.

     I have to monitor http and ajp threads of jboss .But here jboss are auto detected by hyperic but not relegated jboss web servers. So I did manual configuration for them (jmxUrl & process query) then ther are detected.and hyperic started monitoring them but here also jboss web services are not detected showing error like ---"javax.management.InstanceNotFoundException: jboss.web:type=ThreadPool,name=ajp-192.168.4.171-18909 is not registered."

     Can any buddy tell me how to solve this problem.....Please....?

HQ Cross platform

$
0
0

Does: HQ allow to monitor Appss cross platform  on .NET and as well as  JVM platforms in sufficient details ?

Does it go into enough details to be used as replacement of Visual VM and Jconsole or profiler tools that come with JDK ?

How does it work with Android /IOS apps ?

Could any one please help me with the above or any of the above questions. I need it for an evaluation work in a short time ; your help wiill be appreciated.

 

Thanks

Best Regards

Pronab Pal

how to measure and/or estimate the data transfer rate in Mbps in hq

$
0
0

Hi

 

 

can any one explain  how to measure and/or estimate the  data transfer rate in Mbps in hq

 

 

and how to configure in hq ?

 

Thanks in advanced

No row with the given identifier exists

$
0
0

hi i got the error at hq server

org.hibernate.ObjectNotFoundException: No row with the given identifier exists:

 

Server Version : server-4.4.0.2-fuse

platform OS :Red Hat Enterprise Linux Server release 6.4 (Santiago)

 

 

2014-03-31 16:58:32,429 INFO  [Timer-2] [com.hyperic.hq.measurement.server.mbean.AutoBaselineService@188] Finish automatic baseline calculation for 0 metrics. 0 metrics did not have enough data points to save baseline calculations.

2014-03-31 17:00:07,504 ERROR [http-0.0.0.0-7080-10] [org.jboss.ejb.plugins.LogInterceptor@308] TransactionRolledbackLocalException in method: public abstract java.util.List org.hyperic.hq.appdef.shared.AIQueueManagerLocal.processQueue(org.hyperic.hq.authz.server.session.AuthzSubject,java.util.List,java.util.List,java.util.List,int) throws javax.ejb.FinderException,org.hyperic.hq.authz.shared.PermissionException,org.hyperic.hq.appdef.shared.ValidationException,javax.ejb.RemoveException,org.hyperic.hq.appdef.shared.AIQApprovalException, causedBy:

org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.hyperic.hq.autoinventory.AIIp#18014]

  at org.hyperic.hq.appdef.server.session.AIQueueManagerEJBImpl._processQueue(AIQueueManagerEJBImpl.java:597)

  at org.hyperic.hq.appdef.server.session.AIQueueManagerEJBImpl.processQueue(AIQueueManagerEJBImpl.java:479)

  at sun.reflect.GeneratedMethodAccessor7602.invoke(Unknown Source)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

  at java.lang.reflect.Method.invoke(Method.java:597)

  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)

  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)

  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)

  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)

  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)

  at org.hyperic.hq.application.HQApp$Snatcher.invokeNextBoth(HQApp.java:576)

  at org.hyperic.hq.application.HQApp$Snatcher.invokeNext(HQApp.java:657)

  at org.hyperic.txsnatch.TxSnatch.invoke(TxSnatch.java:71)

  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)

  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)

Re: 2014-03-27 08:47:23,264 ERROR [Thread-0] [AgentDListProvider] Error adding to list 'measurement_schedule' java.io.IOException: Data length(1058) exceeds maximum record length(1024)

$
0
0

We may need more information like version, platform OS etc.

 

It may have problems getting its schedule from the server.  Possibly a version mismatch or the agent needs to be reinitialized.


which version of ubuntu is suported by hyperic 5

$
0
0

i want make a build to hyperic open source v5 and i'am asking which version of ubuntu are supported by hyperic

New Install - HQ Agent - Invalid JAVA HOME

$
0
0
Hi,

Just installed the server and then the agent on a brand new Centos 5.3. I used the 32 bit RPM builds.

The server went fine.

Howevever, the agent won't start - when I go service hyperic-hq-agent status it tells me:

Invalid Java Home detected at /usr/java/jdk1.5.0_12

That export is in the hyperic-hq-agent script in the /etc/init.d....but there is no /usr/java/jdk1.5.0_12 directory on my server.

What step during install did I miss? Was I supposed to install java along the way?

Jim

Cant start hyperic server(starting for long time--see these message --what

$
0
0
Im running HYPERIC  4.1.1 and the Hyperic upon a reboot wont start or starts for ever with these
messages ..  Can anyone tell whats going on .???


2009-07-28 16:20:12,297 INFO  [http-0.0.0.0-7443-1] [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jboss-lather]@631] Not ready - received request for /jboss-lather/JBossLather
2009-07-28 16:20:12,485 INFO  [http-0.0.0.0-7443-1] [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jboss-lather]@631] Not ready - received request for /jboss-lather/JBossLather
2009-07-28 16:20:14,533 INFO  [http-0.0.0.0-7443-1] [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jboss-lather]@631] Not ready - received request for /jboss-lather/JBossLather

Also see after upgradiing to 4.1.1 from 4.1.0 and issuing from the command line the schema 3.18 stuff .

java.sql.SQLException: Incorrect information in file: './HQ/EAM_SUBJECT.frm

Message was edited by: hypermike

"Unable to send autoinventory platform data to server" with Amazon servers

$
0
0
The problem is after setting up the Hyperic HQ (Open Source) Server on Windows server platform and deploying Hyperic Agent on Linux server (all 2 servers on Amazon), when trying to start agent, it got "Unable to send autoinventory platform data to server" Error as detailed below:

2009-09-04 09:48:11,774 INFO  [WrapperListener_stop_runner] [AgentConnection] 127.0.0.1:2144 -> agent:ping
2009-09-04 09:48:14,854 ERROR [Thread-1] [AutoinventoryCommandsServer] Unable to send autoinventory platform data to server, sleeping for 15 secs before retrying.  Error: Unable to communicate with server -- provider not yet setup
2009-09-04 09:48:14,854 ERROR [Thread-1] [AutoinventoryCommandsServer] Unable to send autoinventory platform data to server, sleeping for 15 secs before retrying.  Error: Unable to communicate with server -- provider not yet setup
2009-09-04 09:48:15,861 INFO  [Thread-0] [AutoinventoryCommandsServer] Autoinventory Commands Server shut down
2009-09-04 09:48:15,864 INFO  [Thread-0] [AgentDaemon] Agent shut down

The agent settings on the "agent.properties" in linux server is below:

agent.setup.camIP=ServerIP
agent.setup.camPort=7080
agent.setup.camSSLPort=7443
agent.setup.camSecure=no
agent.setup.camLogin=hqadmin
agent.setup.camPword=hqadmin
agent.setup.agentIP=127.0.0.1
agent.setup.agentPort=2144
#agent.setup.resetupTokens=no

Moreover, in Windows server does not enable windows firewall (the firewall service is not running)

I'm not sure if I miss something or configure incorrectly.

Could anyone please help?

=============
Both Windows and Linux server are on Amazon EC2
Hyperic HQ Server : Windows server ip : ServerIP
Hyperic HQ Agent : Linux server ip : AgentIP
=============

Message was edited by: Tooltester

Message was edited by: Tooltester

How to measure cpu % of a process

$
0
0
Hi:

I'm trying to measure the % CPU usage of a process but I get strange results. Currently I'm using sigar 1.6.3. The code I'm using is:

Sigar sigar=new Sigar();
                ProcCpu pcpu = sigar.getProcCpu(sigar.getPid());
                t0=pcpu.getTotal();
                tot0=sigar.getCpu().getTotal();
           
                DO SOME TASKS

                pcpu = sigar.getProcCpu(sigar.getPid());
                t1=pcpu.getTotal();
                tot1=sigar.getCpu().getTotal();

                float percent=(t1-t0)/(tot1-tot0)

When I print the result of t1-t0 I always get 0 when I execute it on Linux 64 bits  but when I execute it on Mac and Windows I obtain correct results. Can someone help me with this?

If I use the getPecent() method I also obtain 0 values

Thanks

Message was edited by: jrds

Can run mulitple Hyperic HQ agents in one machine?

$
0
0
Hi.  I am using Hyperic HQ 4.1.2.  As I have different servers run at a machine (Linux) with different IP addresses and I would like to install multiple Hyperic HQ agents in that machine for individual IP address.  However, it is not successful as this message always pop when I run bin/hq-agent.sh in another HQ agent directory (if one agent is running):

Error executing remote method: Unauthorized

Is it possible to run multiple agents in 1 machines?  Please help if you know the solution.

Thanks!

Hyperic HQ is starting up, please wait, After some time 404 Error

$
0
0
Hi,

I installed successfully the HQ server 4.2.0.

As per starting instructions While browsing first time I am getting the following.

Hyperic HQ is starting up, please wait.

36% complete.

Status: Starting event message queue...

Last Error: NamingException creating connection to java:/HypericDS
----------------------------

After few seconds/minutes I am getting the following

HTTP Status 404 - /

type Status report

message /

description The requested resource (/) is not available.
JBossWeb/2.0.1.GA
-------------------------------

I am new for the HQ monitoring tool.

I have attached the complete server.log file.

Please help me to resolve this.

Regards,
p.karikalan.

Hyperic HQ won't start on RHEL 5.4

$
0
0
I finally installed Hyperic HQ successfully on a RHEL 5.4 x64 server, but when I run hq-server.sh I get a bunch of Java exceptions in server.out and the server won't start.  Any recommendations on how to fix this?

12:06:46,208 INFO  [Server] Starting JBoss (MX MicroKernel)...
12:06:46,210 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
12:06:46,211 INFO  [Server] Home Dir: /opt/hyperic/server-4.2.0-EE/hq-engine
12:06:46,212 INFO  [Server] Home URL: file:/opt/hyperic/server-4.2.0-EE/hq-engine/
12:06:46,213 INFO  [Server] Patch URL: null
12:06:46,213 INFO  [Server] Server Name: default
12:06:46,213 INFO  [Server] Server Home Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default
12:06:46,213 INFO  [Server] Server Home URL: file:/opt/hyperic/server-4.2.0-EE/hq-engine/server/default/
12:06:46,214 INFO  [Server] Server Log Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default/log
12:06:46,214 INFO  [Server] Server Temp Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default/tmp
12:06:46,214 INFO  [Server] Root Deployment Filename: jboss-service.xml
12:06:46,727 INFO  [ServerInfo] Java version: 1.6.0_17,Sun Microsystems Inc.
12:06:46,727 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 14.3-b01,Sun Microsystems Inc.
12:06:46,727 INFO  [ServerInfo] OS-System: Linux 2.6.18-164.6.1.el5,amd64
12:06:47,181 INFO  [Server] Core system initialized
12:06:49,916 WARN  [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
12:06:49,943 ERROR [MainDeployer] Could not create deployment: file:/opt/hyperic/server-4.2.0-EE/hq-engine/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
        at org.jboss.system.ServiceController.install(ServiceController.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
        at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
        ... 36 more
Caused by: javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
        ... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: chi-oss-xen-sand: chi-oss-xen-sand
        at org.jboss.remoting.ident.Identity.get(Identity.java:211)
        at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
        at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
        at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
        at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
        ... 56 more
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
        at org.jboss.system.ServiceController.install(ServiceController.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
        at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
        ... 36 more
Caused by: javax.management.MBeanException
        at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
        ... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        ... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: chi-oss-xen-sand: chi-oss-xen-sand
        at org.jboss.remoting.ident.Identity.get(Identity.java:211)
        at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
        at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
        at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
        at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
        ... 56 more
12:06:49,955 INFO  [Server] Runtime shutdown hook called, forceHalt: true
12:06:49,955 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
12:06:49,964 INFO  [Server] Shutdown complete
Shutdown complete
Halting VM

hyperic 4.1.2 "Passed an invalid auth token" and "Error: Unable to communi"

$
0
0
Hello

After upgrade of agent OS RH4.7->5.4 and reinstalling "hyperic agents" with previous configuration files, the half of our platfomrs is out of service.

In agent.log files i see clearly
"Rejecting client from /10.xx.xx.xx: Passed an invalid auth token (1260801276605-5893253856672204995-2157541151517331421)"

or

"Unable to send autoinventory platform data to server, sleeping for 15 secs before retrying.  Error: Unable to communicate with server -- provider not yet setup"

we tried to restart server and agent but no luck. (server is still on OS RH4.4)

$:cat conf/agent.properties
agent.setup.resetupTokens=yes


we use Hyperic Open Source 4.1.2 in full Linux environnement

Sudden SSL failure in agent when trying to get WebSphere Stats

$
0
0
I can't explain this in any short way so my apologies!

We run WAS 6 and 6.1 in a Network Deployment (i.e. managed by ndgmr)

Two identical nodes suddenly behave totally differently with one node failing to get metrics with errors in the agent log like:

2010-03-31 08:11:00,743 ERROR [ScheduleThread] [WebsphereCollector] ADMC0053E: The system cannot create a SOAP connector to connect to host pndmgrnode01 at port 8879 with SOAP connector security enabled.
org.hyperic.hq.product.MetricUnreachableException: ADMC0053E: The system cannot create a SOAP connector to connect to host pndmgrnode01 at port 8879 with SOAP connector security enabled.
        at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:120)
        at org.hyperic.hq.plugin.websphere.WebsphereCollector.getMBeanServer(WebsphereCollector.java:120)
        at org.hyperic.hq.plugin.websphere.WebsphereCollector.init(WebsphereCollector.java:86)
        at org.hyperic.hq.product.Collector.getValue(Collector.java:512)
        at org.hyperic.hq.product.MeasurementPlugin.getValue(MeasurementPlugin.java:445)
        at org.hyperic.hq.plugin.websphere.WebsphereMeasurementPlugin.getValue(WebsphereMeasurementPlugin.java:51)
        at org.hyperic.hq.product.MeasurementPluginManager.getPluginValue(MeasurementPluginManager.java:176)
        at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:274)
        at org.hyperic.hq.measurement.agent.server.ScheduleThread.getValue(ScheduleThread.java:298)
        at org.hyperic.hq.measurement.agent.server.ScheduleThread.collect(ScheduleThread.java:387)
        at org.hyperic.hq.measurement.agent.server.ScheduleThread.collect(ScheduleThread.java:344)
        at org.hyperic.hq.measurement.agent.server.ScheduleThread.collect(ScheduleThread.java:490)
        at org.hyperic.hq.measurement.agent.server.ScheduleThread.run(ScheduleThread.java:512)
        at java.lang.Thread.run(Thread.java:810)
Caused by:
com.ibm.websphere.management.exception.ConnectorException: ADMC0053E: The system cannot create a SOAP connector to connect to host pndmgrnode01 at port 8879 with SOAP connector security enabled.
        at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:414)
        at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:118)
        ... 13 more
Caused by:
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
        at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:305)
        ... 14 more
Caused by:
com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target]
        at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:295)
        at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:190)
        ... 18 more
Caused by:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target]
        at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
        at org.apache.soap.rpc.Call.invoke(Unknown Source)
        at com.ibm.ws.management.connector.soap.SOAPConnectorClient$2.run(SOAPConnectorClient.java:266)
        at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
        at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:259)
        ... 19 more

Repeated for every metric it is trying to collect.

The setup is that the dmgr is WAS6.1
It manages a cluster of which 12 nodes have a single WAS6.0 node whereas the 2 nodes in question have both a 6.0 and a 6.1 node.

Between the two identical nodes, the keystores are identical, the soap.client.props files are identical, the ssl.client.props files and the agent.properties files are identical

Yet one works and the other doesnt! They both worked for a long time (6 months plus) until last week when they were restarted. As nothing differs between the nodes or in their configuration in hyperic..... I am totally stumped!

The errors suggest it is a SOAP security issue, yet if I execute wsadmin.sh from the problem node (which gets a SOAP connection to the DMGR node just as the agent would do) it works without problem. I can also run synchNode.sh from the node and sync with the dmgr.

Soooooo where the hell to look next :)

- One question I have which may or may not be related is the agent.properties file has the following set
websphere.installpath=/opt/IBM/WebSphere/AppServer

However in this example of course we have 2 versions of websphere installed. Should I need to specify both paths somehow?
websphere.installpath=/opt/IBM/WebSphere/AppServer
and
websphere.installpath=/opt/IBM/WebSphere/AppServer61

It can' be the cause if the other node works though right?

Monitoring Disk latency in windows

$
0
0
I'm trying to monitor disk latency through a custom plugin using perfmon stats.  I'm basing my template off the tutorial at http://support.hyperic.com/display/hypcomm/Monitor+Windows+Performance+Counters.  If I use "*" as the instance name, I only get 1 value, if I use <All Instances>, I get an error stating I can't use "<" in the instance name.  Is there a better way to monitor disk statistics?  I'm honestly surprised this isn't available as part of the base package.

thanks in advance,
Dustin

<plugin>

  <server name="Windows Performance Counters"
          platforms="Win32">

    <plugin type="measurement"
            class="org.hyperic.hq.product.MeasurementPlugin"/>

    <!-- You always need availability metric, so just pick some service -->
    <metric name="Availability"
            template="win32:Service=Eventlog:Availability"
            indicator="true"/>

     <!-- Win perf object is changed, using new one -->
     <filter name="object" value="LogicalDisk" />

     <!-- LogicalDisk object needs instance information to access -->
     <filter name="instance" value="*" />

     <!-- Giving new template since we now need instance info -->
     <filter name="template"
                    value="win32:Object=${object},Instance=${instance}:${alias}" />
     <metric name="Avg. Disk sec/Read" alias="Avg. Disk sec/Read" />

  </server>
</plugin>

Unauthorized agent Hyperic 4.3.0

$
0
0
Install the version 4.3.0 (build # 1443 - May 17, 2010 - Release Build) of Hyperic on a machine with Windows 2003 Server Enterprise, and when that is generated inventory shows the following error message in the logs ( server and agent):

2010-06-09 20:16:12,939 INFO  [Update Notifier] [org.apache.commons.httpclient.HttpMethodDirector@439] I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
2010-06-09 20:16:12,939 INFO  [Update Notifier] [org.apache.commons.httpclient.HttpMethodDirector@445] Retrying request
2010-06-09 20:16:13,704 INFO  [Thread-21] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: Agent.findByAgentToken
2010-06-09 20:16:13,704 WARN  [Thread-22] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.81 denied
2010-06-09 20:16:13,704 WARN  [Thread-21] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.73 denied
2010-06-09 20:16:13,829 WARN  [Thread-24] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.69 denied
2010-06-09 20:16:18,189 WARN  [Thread-26] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.70 denied
2010-06-09 20:16:26,579 WARN  [Thread-28] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.80 denied
2010-06-09 20:16:27,064 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: AuthzSubject.findByAuth
2010-06-09 20:16:27,079 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: AuthzSubject.findByName
2010-06-09 20:16:27,126 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: UserDashboardConfig.findDashboard
2010-06-09 20:16:28,017 INFO  [http-0.0.0.0-7080-2] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: ResourceType.findByName
2010-06-09 20:16:29,079 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: Operation.findByTypeAndName


We reviewed the necessary ports which are open, the error occurs also with the agent that is installed on the machine where Server is Hyperic. I thank in advance the help you can give me.

****************************************************************************************************
Instale la versión 4.3.0 (build #1443 - May 17, 2010 - Release Build) de Hyperic en una máquina con Windows 2003 Server Enterprise, y en el momento de que se genera el inventario muestra el siguiente mensaje de error en los logs (server y agente):

2010-06-09 20:16:12,939 INFO  [Update Notifier] [org.apache.commons.httpclient.HttpMethodDirector@439] I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect
2010-06-09 20:16:12,939 INFO  [Update Notifier] [org.apache.commons.httpclient.HttpMethodDirector@445] Retrying request
2010-06-09 20:16:13,704 INFO  [Thread-21] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: Agent.findByAgentToken
2010-06-09 20:16:13,704 WARN  [Thread-22] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.81 denied
2010-06-09 20:16:13,704 WARN  [Thread-21] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.73 denied
2010-06-09 20:16:13,829 WARN  [Thread-24] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.69 denied
2010-06-09 20:16:18,189 WARN  [Thread-26] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.70 denied
2010-06-09 20:16:26,579 WARN  [Thread-28] [org.hyperic.hq.bizapp.server.session.LatherDispatcher@217] Unauthorized agent from 172.16.124.80 denied
2010-06-09 20:16:27,064 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: AuthzSubject.findByAuth
2010-06-09 20:16:27,079 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: AuthzSubject.findByName
2010-06-09 20:16:27,126 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: UserDashboardConfig.findDashboard
2010-06-09 20:16:28,017 INFO  [http-0.0.0.0-7080-2] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: ResourceType.findByName
2010-06-09 20:16:29,079 INFO  [http-0.0.0.0-7080-1] [org.hibernate.cache.StandardQueryCache@52] starting query cache at region: Operation.findByTypeAndName


Se revisaron los puertos necesarios los cuales están abiertos, el error se genera también con el agente que se encuentra instalado en la máquina donde se encuentra Hyperic Server. Agradezco de antemano la ayuda que me puedan brindar.
Viewing all 52618 articles
Browse latest View live




Latest Images