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

Adding a new platform returns error

$
0
0
Hey.

I'm trying install HypericHQ 4.6. I have already installed server with SSL support (keychains, everything, created and working) and agent with SSL.

Just for the test i've decided to also use SSL for localhost communication (sure it does not make sense to you, but it's just to see if SSL is working).

Everything starts, agent connects to the hyperic server, i login, can see the platform, click add to invertory and get a message:

"Unable to import platform : org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only"

log from the server follows:

2011-10-25 21:17:00,696 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@94] Visiting platform: 10003 fqdn=name.domain.pl
2011-10-25 21:17:00,715 WARN  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@435] Error setting platform custom properties: org.hyperic.hq.common.SystemException: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
org.hyperic.hq.common.SystemException: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
     at org.hyperic.hq.appdef.server.session.CPropManagerImpl.setConfigResponse(CPropManagerImpl.java:369)
     at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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.GeneratedMethodAccessor163.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy38.setConfigResponse(Unknown Source)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.setCustomProperties(AIQRV_approve.java:432)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.visitPlatform(AIQRV_approve.java:119)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl._processQueue(AIQueueManagerImpl.java:546)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl.processQueue(AIQueueManagerImpl.java:471)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy45.processQueue(Unknown Source)
     at org.hyperic.hq.bizapp.server.session.AIBossImpl.processQueue(AIBossImpl.java:422)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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.GeneratedMethodAccessor163.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy69.processQueue(Unknown Source)
     at org.hyperic.hq.ui.action.portlet.autoDisc.ProcessQueueAction.execute(ProcessQueueAction.java:162)
     at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:113)
     at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:59)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.hyperic.hq.web.filters.CsrfIgnoreAllGetsFilter.doFilter(CsrfIgnoreAllGetsFilter.java:109)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164)
     at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
     at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
     at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
     at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:396)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Caused by: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:243)
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:197)
     at org.hyperic.hq.appdef.server.session.CPropManagerImpl.setConfigResponse(CPropManagerImpl.java:367)
     ... 125 more
Caused by: java.io.StreamCorruptedException: invalid stream header: BB656430
     at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
     at java.io.ObjectInputStream.<init>(Unknown Source)
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:229)
     ... 127 more
2011-10-25 21:17:00,717 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@120] Created platform hostnamegoeshere.domain.pl id=10007
2011-10-25 21:17:00,718 WARN  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@135] Error configuring platform: java.lang.IllegalArgumentException: java.io.StreamCorruptedException: invalid stream header: BB656430
java.lang.IllegalArgumentException: java.io.StreamCorruptedException: invalid stream header: BB656430
     at org.hyperic.hq.appdef.server.session.ConfigManagerImpl.mergeConfig(ConfigManagerImpl.java:403)
     at org.hyperic.hq.appdef.server.session.ConfigManagerImpl.configureResponse(ConfigManagerImpl.java:503)
     at sun.reflect.GeneratedMethodAccessor761.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy37.configureResponse(Unknown Source)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.visitPlatform(AIQRV_approve.java:131)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl._processQueue(AIQueueManagerImpl.java:546)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl.processQueue(AIQueueManagerImpl.java:471)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy45.processQueue(Unknown Source)
     at org.hyperic.hq.bizapp.server.session.AIBossImpl.processQueue(AIBossImpl.java:422)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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.GeneratedMethodAccessor163.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy69.processQueue(Unknown Source)
     at org.hyperic.hq.ui.action.portlet.autoDisc.ProcessQueueAction.execute(ProcessQueueAction.java:162)
     at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:113)
     at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:59)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.hyperic.hq.web.filters.CsrfIgnoreAllGetsFilter.doFilter(CsrfIgnoreAllGetsFilter.java:109)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164)
     at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
     at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
     at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
     at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:396)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
2011-10-25 21:17:00,770 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl Linux ProcessServer autoinventoryIdentifier=hostnamegoeshere.domain.pl Linux ProcessServer installPath=/ description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:00,813 WARN  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@445] Error setting server custom properties: org.hyperic.hq.common.SystemException: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
org.hyperic.hq.common.SystemException: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
     at org.hyperic.hq.appdef.server.session.CPropManagerImpl.setConfigResponse(CPropManagerImpl.java:369)
     at sun.reflect.GeneratedMethodAccessor762.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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.GeneratedMethodAccessor163.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy38.setConfigResponse(Unknown Source)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.setCustomProperties(AIQRV_approve.java:442)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.handleStatusAdded(AIQRV_approve.java:370)
     at org.hyperic.hq.appdef.server.session.AIQRV_approve.visitServer(AIQRV_approve.java:243)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl._processQueue(AIQueueManagerImpl.java:591)
     at org.hyperic.hq.appdef.server.session.AIQueueManagerImpl.processQueue(AIQueueManagerImpl.java:471)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy45.processQueue(Unknown Source)
     at org.hyperic.hq.bizapp.server.session.AIBossImpl.processQueue(AIBossImpl.java:422)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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.GeneratedMethodAccessor163.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     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 $Proxy69.processQueue(Unknown Source)
     at org.hyperic.hq.ui.action.portlet.autoDisc.ProcessQueueAction.execute(ProcessQueueAction.java:162)
     at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:113)
     at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:59)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.hyperic.hq.web.filters.CsrfIgnoreAllGetsFilter.doFilter(CsrfIgnoreAllGetsFilter.java:109)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164)
     at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
     at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
     at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
     at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:396)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Caused by: org.hyperic.util.config.EncodingException: java.io.StreamCorruptedException: invalid stream header: BB656430
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:243)
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:197)
     at org.hyperic.hq.appdef.server.session.CPropManagerImpl.setConfigResponse(CPropManagerImpl.java:367)
     ... 126 more
Caused by: java.io.StreamCorruptedException: invalid stream header: BB656430
     at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
     at java.io.ObjectInputStream.<init>(Unknown Source)
     at org.hyperic.util.config.ConfigResponse.decode(ConfigResponse.java:229)
     ... 128 more
2011-10-25 21:17:00,815 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl HQ Agent 4.6 autoinventoryIdentifier=CAM Agent Server installPath=/home/hyperic/agent-4.6 description=Hyperic HQ monitor Agent servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:00,854 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl Linux FileServer autoinventoryIdentifier=hostnamegoeshere.domain.pl Linux FileServer installPath=/ description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:00,890 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl Linux NetworkServer autoinventoryIdentifier=hostnamegoeshere.domain.pl Linux NetworkServer installPath=/ description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:00,936 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl HQ Tomcat 6.0 autoinventoryIdentifier=HQ Tomcat installPath=/home/hyperic/server-4.6/hq-engine/hq-server description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:00,982 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl HQ ActiveMQ Embedded 5.3 autoinventoryIdentifier=Embedded ActiveMQ installPath=/home/hyperic/server-4.6/hq-engine/hq-server description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:01,024 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQRV_approve@373] Created server (null): {sortName=null runtimeAutodiscovery=false wasAutodiscovered=false autodiscoveryZombie=false configResponseId=null modifiedBy=hqadmin owner=hqadmin location=null name=hostnamegoeshere.domain.pl Net Services autoinventoryIdentifier=hostnamegoeshere.domain.pl Net Services installPath=/ description=null servicesAutomanaged=false id=null mTime=null cTime=null}
2011-10-25 21:17:01,034 ERROR [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AI2AppdefDiff@540] Error decoding cprops for: 2:10038
2011-10-25 21:17:01,035 ERROR [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AI2AppdefDiff@540] Error decoding cprops for: 1:10007
2011-10-25 21:17:01,038 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQSynchronizer@95] Removing unchanged hostnamegoeshere.domain.pl from queue.
2011-10-25 21:17:01,207 INFO  [catalina-exec-34] [org.hyperic.hq.appdef.server.session.AIQSynchronizer@114] Updating existing platform: hostnamegoeshere.domain.pl
2011-10-25 21:17:01,208 ERROR [catalina-exec-34] [org.hyperic.hq.ui.action.portlet.autoDisc.ViewAction@157] Failed to approve AI report
org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only
     at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:717)
     at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)
     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 $Proxy69.processQueue(Unknown Source)
     at org.hyperic.hq.ui.action.portlet.autoDisc.ProcessQueueAction.execute(ProcessQueueAction.java:162)
     at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:113)
     at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPerform(BaseRequestProcessor.java:59)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.hyperic.hq.web.filters.CsrfIgnoreAllGetsFilter.doFilter(CsrfIgnoreAllGetsFilter.java:109)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:177)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164)
     at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
     at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
     at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
     at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:396)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)

email alert are not working

$
0
0
I have installed Hyperic 4.6 in windows XP using hyperic-hqee-installer-4.6 windows msi installer

jboss-service.xml not found after hyperic server 4.6. SMTP setting have been updated in hq-server.conf file. the settings are shown below:

Email Settings

server.mail.host=mail server
mail.smtp.port=25
# SMTP properties
mail.smtp.auth=false
mail.smtp.socketFactory.class=javax.net.SocketFactory
mail.smtp.socketFactory.fallback=false
mail.smtp.socketFactory.port=25
mail.smtp.starttls.enable=false

After this setting the hyperic server was restarted.
In the administartion page base url was updated with the smtp address,
from mail address was updated with mailid of one user in the smtp. I am not getting any mail alerts.
Can anyone suggest me where i ha gone wrong or wat is the necessary setting to be made for proper mail alerts.

Tutorial: Getting Started with Simple Plugin Dev

$
0
0
Hello there,

I've put some instructions together on getting started with some very simple Agent plugin development for Hyperic. My hope is that this will fill in the gaps for some of the wiki documentation, specifically leveraging Hyperic's functionality to monitor processes.

The content is available here:
http://blog.c2b2.co.uk/2011/11/extending-hyperic-with-simple-agent.html

Would if be possible for this content to be referenced from the Hyperic wiki? I see that dr_pompeii has a similar request. Let me know if you have any further questions regarding that.

Thanks & good luck extending Hyperic! ;)

Nick

Torquebox Monitoring

$
0
0
Hello,

Has anyone been able to successfully monitor Torquebox (JBoss derivative)  server with HQ?

The box  exposes its jmx view via localhost:XXXX/jmx-console - how do we wire it into either JVM or Jboss plugin server/service?

Thanks,

David

Hyperic Agent - Platform not appearing in autodiscovery

$
0
0
Hi,

I have two identical windows servers both of which I have installed a Hyperic agent (4.4.0)

Both installed successfully
The first one appeared in the Autodiscovery on the server.
The 2nd one didn't
I can see no reason why the 2nd would not appear.

I restarted the agent, also uninstalled and re-installed it - no joy.

The only difference I see is in the agent.log

Both appear to kick off a "ConfigPopulateThread" thread

but the non autodiscovered one seems to stop there - whereas the successfully registered one logs successful registers

Please see below

SUCCESSFULLY Autodiscovered

2011-12-23 09:07:55,717 INFO  [Thread-0] [MeasurementCommandsServer] Registering Measurement Commands Service with Agent Transport
2011-12-23 09:07:55,780 INFO  [Thread-0] [MeasurementCommandsServer] Measurement Commands Server started up
2011-12-23 09:07:55,780 INFO  [Thread-2] [ConfigPopulateThread] Starting config populate thread
2011-12-23 09:07:55,795 INFO  [Thread-0] [LiveDataCommandsServer] Registering Live Data Commands Service with Agent Transport
2011-12-23 09:07:55,795 INFO  [Thread-0] [LiveDataCommandsServer] Live Data Commands Server started up
2011-12-23 09:07:55,795 INFO  [Thread-0] [AgentTransportLifecycleImpl] Agent is not using new transport.
2011-12-23 09:07:55,967 INFO  [Thread-0] [AgentDaemon] Agent started successfully
2011-12-23 09:07:55,967 INFO  [WrapperStartStopAppMain] [AgentConnection] 127.0.0.1:2144 -> agent:ping
2011-12-23 09:07:56,264 INFO  [WrapperStartStopAppMain] [AgentConnection] 127.0.0.1:2144 -> bizapp:getCAMServer
2011-12-23 09:07:56,467 INFO  [main] [AgentConnection] 127.0.0.1:2144 -> bizapp:getCAMServer
2011-12-23 09:07:56,514 INFO  [Thread-2] [ConfigPopulateThread] Received measurement configuration for Win32 '1:10017'
2011-12-23 09:07:56,514 INFO  [Thread-2] [ConfigPopulateThread] Creating config track plugin 1:10017
2011-12-23 09:07:56,514 INFO  [Thread-2] [ConfigTrackPlugin] init file watcher for: 1:10017
2011-12-23 09:07:56,514 INFO  [Thread-2] [ConfigPopulateThread] Creating log track plugin 1:10017
2011-12-23 09:07:56,545 INFO  [Thread-2] [RunnableTrackThread] RunnableLogThread started
2011-12-23 09:07:56,545 INFO  [Thread-2] [ConfigPopulateThread] Received measurement configuration for FileServer File '3:15500'
2011-12-23 09:07:56,545 INFO  [Thread-2] [ConfigPopulateThread] Creating log track plugin 3:15500
2011-12-23 09:07:56,670 INFO  [Thread-2] [ConfigPopulateThread] Received measurement configuration for FileServer File '3:15500'
2011-12-23 09:07:56,670 INFO  [Thread-2] [ConfigPopulateThread] Creating log track plugin 3:15500
2011-12-23 09:07:56,686 ERROR [Thread-2] [ConfigPopulateThread] Unable to create plugin: 3:15500 'FileServer File':Plugin name=3:15500 already exists
org.hyperic.hq.product.PluginExistsException: Plugin name=3:15500 already exists
     at org.hyperic.hq.product.PluginManager.registerPlugin(PluginManager.java:354)
     at org.hyperic.hq.product.PluginManager.createPlugin(PluginManager.java:435)
     at org.hyperic.hq.product.PluginManager.createPlugin(PluginManager.java:407)
     at org.hyperic.hq.measurement.agent.server.ConfigPopulateThread.run(ConfigPopulateThread.java:130)
2011-12-23 09:08:01,420 INFO  [ScheduleThread] [CollectorThread] CollectorThread started
2011-12-23 09:08:40,060 INFO  [Thread-1] [AutoinventoryCommandsServer] Autoinventory report successfully sent to server.

UNSUCCESSFULLY Autodiscovered

2011-12-23 09:06:22,140 INFO  [Thread-0] [MeasurementCommandsServer] Registering Measurement Commands Service with Agent Transport
2011-12-23 09:06:22,140 INFO  [Thread-0] [MeasurementCommandsServer] Measurement Commands Server started up
2011-12-23 09:06:22,140 INFO  [Thread-2] [ConfigPopulateThread] Starting config populate thread
2011-12-23 09:06:22,156 INFO  [Thread-0] [LiveDataCommandsServer] Registering Live Data Commands Service with Agent Transport
2011-12-23 09:06:22,156 INFO  [Thread-0] [LiveDataCommandsServer] Live Data Commands Server started up
2011-12-23 09:06:22,156 INFO  [Thread-0] [AgentTransportLifecycleImpl] Agent is not using new transport.
2011-12-23 09:06:22,296 INFO  [Thread-0] [AgentDaemon] Agent started successfully
2011-12-23 09:06:22,296 INFO  [WrapperStartStopAppMain] [AgentConnection] 127.0.0.1:2144 -> agent:ping
2011-12-23 09:06:22,578 INFO  [WrapperStartStopAppMain] [AgentConnection] 127.0.0.1:2144 -> bizapp:getCAMServer
2011-12-23 09:06:22,765 INFO  [main] [AgentConnection] 127.0.0.1:2144 -> bizapp:getCAMServer
end of log

Any ideas ?
Firewalls appear to have been setup correctly for both
Can I kick off the auto discover manually apart from just restarting the agent ?

Cheers
ScottyB

Is it possible to monitor disk utilization?

$
0
0
Hi,  I want to monitor disk utilization, but I'm not getting any metric related with Disk space.
I'm use Hyperic HQ 4.4 server.

Thanks.

Difficulty in configuring Sigar API in Eclipse project

$
0
0
Dear all,

I'm a newbie to Sigar API. I need to develop a simple java application to validate the system configurations (CPU, RAM, HD etc) against a given set of recommended configurations.

I'm developing in Eclipse Indigo, and in my project I have added sigar.jar (sigar 1.6.4 is used) to the project build path and set it's native library location to sigar-bin/lib. However when I try to retrieve configuration info using Sigar API, it always returns null, 0 results.  I used CpuInfo class to retrieve my cpu info, and NetInfo to get network info, thus far  was unsuccessful with them. (eg: cpu.getTotalCores() always return 0 and netInfo.getDefaultGateway() always returns null).

Is this because the native library path is not properly set to my project classpath? Or some incompatibility with Sigar API and my system? Can you guys please give me any tip on what could be the reason for my application not to work as expected?

My system configurations :
    CPU:  Intel Core i7-2630QM CPU @ 2.00GHz × 8
    RAM: 8 GB
    OS : Ubuntu 11.04 (64 bit)
Any help on this matter is much appreciated.

Thanks,
Dileepa

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 Apache HTTPD Monitoring

$
0
0

I'm using mod_snmp and mod_status monitoring Apache HTTPD. I'm getting some data for metric "Number of Concurrent Connections". However, the metric values appear to be too low when compared against statistics from analysis of Apache HTTPD logs.

 

What does "Number of Concurrent Connections" show? How is it determined? How often mod_snmp take the measurement? Does mod_snmp take snapshots every so often to determine the number of concurrent connections and average them out for the collection interval?

 

Also, is it possible to monitor accept queue length? A long queue, is a good measure to indicate build up in latency.

How to auto-discover network devices?

$
0
0

Hi,

With HQ, how to auto-discover network devices on the network environment based on the given network segment like 192.168.1.1 ---192.168.1.10 ?

 

If yes, it will reduce a lot of work.

If no,  are there a third party plugin for this requirement?

 

Many thanks ahead.

 

Wang

Can't clone from git://git.springsource.org/hq/hq.git

$
0
0

Hi all,

 

When using 'git clone git://git.springsource.org/hq/hq.git', it held for a long time, and at last the error message is:

 

 

error: Unable to find 483b92dc236c3dbc2236c92454ee5d1df0cd39d8 under http://http.git.springsource.org/hq/hq.git
Cannot obtain needed object 483b92dc236c3dbc2236c92454ee5d1df0cd39d8
error: Fetch failed.

 

Then how can I get the source code of version 4.6.6?

 

Thanks and best regards.

HQU Wall Mount Visualizer plugin with HQ Server 4.6.6: error with more than 1 layout

$
0
0

Hello

 

I upgraded our HQ Server 4.5.1 to the 4.6.6 version, and I have an issue with the layouts of HQU Wall Mount Visualizer :

The plugin had been copied during the HQ Server upgrade, but the layouts didn't.

I tried to copy them manualy to the C:\Hyperic\server-4.6.6-EE\hq-engine\hq-server\webapps\ROOT\WEB-INF\wmvisualizerTemplates directory, but after doing this I have an error message on Wall Mount Visualizer page with a yellow "!" : an error append (or something like that, the message is in French)

If I launch the designer, I can open layout, modified and save them, but after the problem is the same...

 

I tried fews things to understand where and how is the issue, and it appears that it's not a copy problem, but a multiple layout problem...

If I remove all layout copied, and I tried to create a new one, it works.

BUT if I create a second one, the issue appears... So Wall mount Visualiser can't list more than layout...

 

Any ideas for this issue?

 

Thanks for help

control action

$
0
0

Dear All!

 

I need to do control actions based on events. Can I make it using Hyperic

HQ open source version?

 

When I check on the Internet, it says control actions can be performed only

in Hyperic HQ Enterprise edition only.

 

Please help me.

 

Best regards

Sothy

 

issue with MQ Series plugin configuration

$
0
0

Hi,

 

using Hyperic HQEE 4.6.6, I try to monitor MQ Series activity with the related plugin. But I don't succeed in configuring the server monitoring.

I've created a new server monitoring (WSMQ7) with its related type as "Websphere MQ QManager 7" and gave it the install path of the MQ server.

Then, the plugin ask me to modify the "configuration properties".

Giving it a "queue.manager.name" and validating the input QM_HUB, the plugin says that "The configuration has not been set for this resource due to : Invalid  configuration: Error contacting resource:  mqseries-mgr:Mgr=QM_HUB:ConnectionCount".

 

Do you have an idea where I'm wrong in my configuration or if it's coming from my MQ server.

 

Thanks for helping me with this issue

 

Vincent

-----------------------------------------------------------------------------------------------

my env and logs :

 

* the MQ server monitored is a 7.1.0.1 one under a Linux 64bits

 

* server.log:

05-11-2012 15:35:04,026 CET INFO  [RuntimeAIEnabler1] [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerImpl@780] Toggling Runtime-AI for 2:10025
05-11-2012 15:35:04,033 CET ERROR [tomcat-http--32] [org.hyperic.hq.ui.action.resource.common.inventory.EditConfigPropertiesAction@311] Invalid config org.hyperic.hq.appdef.shared.InvalidConfigException: Invalid configuration: Error contacting resource:mqseries-mgr:Mgr=QM_HUB:ConnectionCount
05-11-2012 15:35:04,601 CET INFO  [RuntimeAIEnabler1] [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerImpl@780] Toggling Runtime-AI for 2:10025
05-11-2012 15:35:04,603 CET WARN  [MeasurementEnabler1] [org.hyperic.hq.measurement.server.session.MeasurementManagerImpl@1650] Error turning on default metrics, configuration (platform.log_track.level=Warn,platform.type=Linux,platform.ip=10.103.44.110,platform.name=dvdsif47,platform.log_track.enable=true,platform.config_track.enable=true,installpath=/opt/mqm/,platform.id=10003,                                                  platform.fqdn=10.197.87.110,) couldn't be validated
org.hyperic.hq.appdef.shared.InvalidConfigException: Invalid configuration: Error contacting resource: mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1568)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.enableDefaultMetrics(MeasurementManagerImpl.java:1648)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.handleCreateRefreshEvents(MeasurementManagerImpl.java:1467)
        at sun.reflect.GeneratedMethodAccessor897.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.GeneratedMethodAccessor85.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:85)
        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)
Caused by: org.hyperic.hq.measurement.monitor.LiveMeasurementException: Error contacting resource: mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount
        at org.hyperic.hq.measurement.agent.client.AgentMonitor.getLiveValues(AgentMonitor.java:191)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.getLiveMeasurementValues(MeasurementManagerImpl.java:1603)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1566)
        ... 29 more
05-11-2012 15:35:05,239 CET WARN  [MeasurementEnabler1] [org.hyperic.hq.measurement.server.session.MeasurementManagerImpl@1650] Error turning on default metrics, configuration (platform.log_track.level=Warn,platform.type=Linux,platform.ip=10.103.44.110,platform.name=dvdsif47,platform.log_track.enable=true,platform.config_track.enable=true,installpath=/opt/mqm/,platform.id=10003,platform.fqdn=10.197.87.110,) couldn't be validated
org.hyperic.hq.appdef.shared.InvalidConfigException: Invalid configuration: Error contacting resource: mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1568)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.enableDefaultMetrics(MeasurementManagerImpl.java:1648)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.handleCreateRefreshEvents(MeasurementManagerImpl.java:1467)
        at sun.reflect.GeneratedMethodAccessor897.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.GeneratedMethodAccessor85.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:85)
        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)
Caused by: org.hyperic.hq.measurement.monitor.LiveMeasurementException: Error contacting resource: mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount
        at org.hyperic.hq.measurement.agent.client.AgentMonitor.getLiveValues(AgentMonitor.java:191)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.getLiveMeasurementValues(MeasurementManagerImpl.java:1603)
        at org.hyperic.hq.measurement.server.session.MeasurementManagerImpl.checkConfiguration(MeasurementManagerImpl.java:1566)
        ... 29 more

 

* agent.log:

05-11-2012 15:35:03,548 CET ERROR [commandlistener-generic-0] [MeasurementCommandsService@248] Error getting real time measurement: Error contacting resource: mqseries-mgr:Mgr=QM_HUB:ConnectionCount
05-11-2012 15:35:03,554 CET ERROR [commandlistener-generic-0] [MeasurementCommandsService@248] Error getting real time measurement: Error contacting resource: MQJE001: Completion Code '2', Reason '2495'.

Hyperic 5.0, Windows 2003 x32 agents not reporting

$
0
0

So we have started to load the hyperic agent on a few of our systems. All the Windows 2008 R2 agents are reporting and showed up via auto-discovery just fine. However all the Windows 2003 x32 hosts I have tried to load so far haven't reported.

 

Logs are clean. You can see in the agent logs that its connecting and exchanging the ssl cert. the hyperic server never reports a thing.

 

Anyone seen this before? Anything I can try?


Unable to add a new platform

$
0
0

I'm trying to determine how to add a new machine. I started the agent and it never appeared under auto-discovery. I attempted to add the machine manually, and accidentally added the wrong IP address. This has been resolved, but now I can't access the machine through hyperic, and can't add one because the fully qualified domain name is already taken...from my previous attempt at adding the machine. How to I back out of this whole process and remove the machine completely, so I can add it properly? 

Help with missing .dlls

$
0
0

Hey guys,

 

My company did server maintenance this past weekend and my hyperic server happened to be serviced. Monday morning i was greeted with this in the logs. (disregard the date)

 

 

WrapperManager:
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager: WARNING - Unable to load the Wrapper's native library because none of the
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:           following files:
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:             wrapper-windows-x86-64.dll
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:             wrapper.dll
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:           could be located on the following java.library.path:
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:             C:\Hyperic-Server\server-5.0.0-EE\wrapper\sbin\%LD_LIBRARY_PATH%
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:             C:\Hyperic-Server\server-5.0.0-EE\wrapper\sbin\..\..\wrapper\lib
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:           Please see the documentation for the wrapper.java.library.path
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:           configuration property.
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 1    | 2013/01/10 11:29:14 | WrapperManager:

 

Now Hyperic is shutting it self down, every start up attempt. I tried to recover with a back up, but all the files on my server are the same as last thursday and friday. HELP!

 

Thanks in advance

udp socket monitoring

$
0
0

Hi,

 

Can Hyperic monitor udp ports? For example, I need to monitor udp port 514 on a VM. I found an option to add "TCP socket" which works fine for tcp ports, but specifying a udp did not work. Is there a way to monitor?

 

Thanks.

Using Sigar from Java on Redhat Enterprise Linux 6 - how?

$
0
0

Hi all,

 

RHEL6 comes with the native sigar library available:

 

http://rhn.redhat.com/errata/RHEA-2011-0670.html

 

This provides the following files:

 

# rpm -q -l sigar

/usr/lib64/libsigar.so

/usr/share/doc/sigar-1.6.5

/usr/share/doc/sigar-1.6.5/AUTHORS

/usr/share/doc/sigar-1.6.5/ChangeLog

/usr/share/doc/sigar-1.6.5/LICENSE

/usr/share/doc/sigar-1.6.5/NOTICE

/usr/share/doc/sigar-1.6.5/README

 

So far so good.

 

We are now trying to use sigar from java on this staging box, and we cannot get our test cases to run at all. we see the following two errors:

 

java.lang.NoClassDefFoundError: Could not initialize class org.hyperic.sigar.Sigar

java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getNativeVersion()Ljava/lang/String;

 

Unfortunately neither error gives us a clue as to why Sigar is failing, the java.lang.UnsatisfiedLinkError message seems to be printing a bogus string instead of the actual error, so we remain in the dark.

 

Reverse engineering the sigar java binding, we find a complex library loading mechanism that attempts to introspect the architecture of the machine and load a custom-named library with the architecture of the machine embedded into it. This mechanism however doesn't seem to contain any mechanism to load a normal, ordinary system library as provided by the operating system as it is in this case.

 

My question is thus this:

 

- How do we use the sigar java bindings with the sigar library as shipped by Redhat?

- Is this even possible?

- Has Redhat done some kind of customisation to make this work, and if so is this documented anywhere?

- Has anyone got this to work?

 

To make things clear, we need to roll out this code on many nodes, we cannot use a custom hacked solution. We either need to discover what we're doing wrong and do it the right way, or if the java bindings can't work with Redhat's system sigar library at all, we will have to maintain a custom version of the sigar library with this bug fixed.

 

Can anyone shed any light on this?

 

Regards,

Graham

--

 

 

How could add hq-server and hq-agent to autoboot when the server boot?

$
0
0

Hi Everyone,

I come across the hq-server and agent can not auto start-up when happen an power outage,

How could add hq-server and hq-agent to autoboot when the server boot?

Viewing all 52618 articles
Browse latest View live


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