You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
(927) |
Apr
(419) |
May
(352) |
Jun
(431) |
Jul
(463) |
Aug
(345) |
Sep
(304) |
Oct
(596) |
Nov
(466) |
Dec
(414) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(348) |
Feb
(313) |
Mar
(665) |
Apr
(688) |
May
(434) |
Jun
(311) |
Jul
(540) |
Aug
(554) |
Sep
(467) |
Oct
(341) |
Nov
(365) |
Dec
(272) |
| 2009 |
Jan
(386) |
Feb
(293) |
Mar
(279) |
Apr
(239) |
May
(229) |
Jun
(199) |
Jul
(186) |
Aug
(111) |
Sep
(196) |
Oct
(146) |
Nov
(116) |
Dec
(140) |
| 2010 |
Jan
(170) |
Feb
(159) |
Mar
(151) |
Apr
(161) |
May
(90) |
Jun
(56) |
Jul
(28) |
Aug
(22) |
Sep
(5) |
Oct
|
Nov
(23) |
Dec
(12) |
| 2011 |
Jan
(8) |
Feb
(8) |
Mar
(22) |
Apr
(24) |
May
(4) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2012 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Charles L. (JIRA) <ji...@hy...> - 2007-03-09 22:00:39
|
Oracle measurement data table cannot handle Java Double value
-------------------------------------------------------------
Key: HHQ-744
URL: http://jira.hyperic.com/browse/HHQ-744
Project: Hyperic HQ
Type: Bug
Components: Measurement
Versions: 2.7.0, 2.7.2, 2.7.3, 2.7.4, 2.7.5, 3.0.0, 2.6, 2.7.6, 2.7.7, 3.0.1
Environment: Oracle
Reporter: Charles Lee
Assigned to: Jon Travis
Priority: Critical
Fix For: 3.0.2
Customer observed overflow and underflow exceptions in log for addData(). Upon further analysis, it was determined that Java Double values in the call to setDouble can be greater or less than what the Number column can handle. We need to update the column type to be able to handle the values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|
|
From: Chip W. <chi...@hy...> - 2007-03-09 21:52:25
|
Much of the information you are looking for can be found in our online documentation here in the Data Manager Configuration Properties section: http://support.hyperic.com/confluence/display/DOCSHQ30/HQ+Server+Configuration The short answer is, HQ stores monitoring data using a tiered model to reduce the amount of data that is stored and still provide the necessary granularity to determine when monitoring data changes. By default HQ will keep detailed metric data as defined by the metric collection intervals for a period of 2 days. After 2 days the data will be compressed and archived into hourly averages with highs and lows. This is very similar to data storage techniques used by other tools you might already be familiar with, such as RRDTool. The net result is slow, controlled growth of the database size while still allowing you to get good performance data spanning a considerable period of time (including your % uptime for the year example). You can modify how long data is held, and how often clean-up occurs for various types of data through Administration -> HQ Server Configuration. |
|
From: <hy...@us...> - 2007-03-09 21:50:03
|
Revision: 6
http://hyperic-hq.svn.sourceforge.net/hyperic-hq/?rev=6&view=rev
Author: hyperic
Date: 2007-03-09 13:49:49 -0800 (Fri, 09 Mar 2007)
Log Message:
-----------
changes to installer
Modified Paths:
--------------
build_util/dbsetup-build.xml
etc/build.properties
etc/ehcache.xml
etc/version.properties
installer/bin/hq-setup.bat
installer/bin/hq-setup.sh
installer/data/hq-server.conf
src/org/hyperic/hibernate/HypericInterceptor.java
src/org/hyperic/hq/appdef/shared/pager/AppdefPagerFilterGroupEntityResource.java
src/org/hyperic/hq/auth/server/session/AuthManagerEJBImpl.java
src/org/hyperic/hq/ui/action/resource/common/monitor/alerts/RemoveAction.java
src/org/hyperic/hq/ui/action/resource/common/monitor/visibility/CompareMetricsFormPrepareAction.java
src/org/hyperic/hq/ui/taglib/QuicknavUtil.java
src/org/hyperic/snmp/SNMPClient.java
web/WEB-INF/classes/ApplicationResources.properties
web/admin/Settings.jsp
web/css/win.css
web/images/icon_ack.gif
web/js/functions.js
web/js/listWidget.js
web/js/requests.js
web/portlet/criticalAlerts/View.jsp
web/resource/common/monitor/visibility/ChildResourcesCurrentHealthByType.jsp
web/resource/common/monitor/visibility/CompareMetrics.jsp
web/resource/platform/inventory/ViewPlatform.jsp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Doug M. <do...@hy...> - 2007-03-09 21:34:23
|
On Mar 9, 2007, at 9:33 AM, Alexander M=FCller wrote: > That's the output of the script i run: > > drssm102:/home/hyperic/agent-2.7.6-EE/pdk/scripts# ./=20 > cl_test_wrapper_4.pl > ... > > [DEBUG] Collector - Fri Mar 09 18:26:12 CET 2007 [Info] (/root/=20 > cl_test_wrapper_4.pl) right before loop! Looks like the script you're running manually (in pdk/scripts) might =20 be different from the one in /root? Since your config option has the default of /root/=20 cl_test_wrapper_4.pl, it is using that rather than the one in pdk/=20 scripts/ The script will only be called once when invoked from the command =20 line. When invoked by the agent, it will be run once per scheduled =20 interval of the metrics being collected by the script. As for the =20 other numbers you see with the debug output, these are added by the =20 script collector: Availability - Availability based on process exit code (see table at =20 http://support.hyperic.com/confluence/display/DOCSHQ30/Script+Plugin) ResponseTime - Time (in ms) taken to execute the script ResponseCode - Process exit code= |
|
From: Heather T. (JIRA) <ji...@hy...> - 2007-03-09 21:10:36
|
[ http://jira.hyperic.com/browse/HHQ-558?page=all ] Heather Tumey updated HHQ-558: ------------------------------ Fix Version: (was: 3.0.2) the issue here is that we're not validating the individual email addresses in the text area and verifying that they're correctly formatted > Escalation Schemes: email field should not allow spaces > ------------------------------------------------------- > > Key: HHQ-558 > URL: http://jira.hyperic.com/browse/HHQ-558 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 267 > Reporter: Noah Salzman > Assignee: Heather Tumey > Priority: Minor > > > The Escalation Schemes UI allows you to enter email addresses with just spaces or returns separating them. You get this: > Notify Other Recipients via Email: fo...@ba... bl...@bl... ba...@ba..., -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Paul S. <pst...@ne...> - 2007-03-09 20:23:43
|
Thanks very much for the reply...=20 I'd be happy to provide SNMP access to engineers if that's all they need...;) Paul =20 -----Original Message----- From: hq-...@hy... [mailto:hq-...@hy...] On Behalf Of John Sachs Sent: Friday, March 09, 2007 3:17 PM To: hq-...@hy... Subject: Re: New Install - Cisco Questions As you have found out, HQ does not fully support monitoring Cisco ASA devices yet. Not sure about the VXR, but we have had a few other requests to add support for ASA so that may be coming soon. For most of these, it's just a matter of having access to the hardware so the engineer can add support for it in the plugin. |
|
From: <rm...@hy...> - 2007-03-09 20:20:15
|
Author: rmorgan Date: 2007-03-09 12:20:07 -0800 (Fri, 09 Mar 2007) New Revision: 3692 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3692 Modified: trunk/etc/ehcache.xml Log: Increase RegisteredTrigger cache [HQ-507]. Modified: trunk/etc/ehcache.xml =================================================================== --- trunk/etc/ehcache.xml 2007-03-09 20:19:29 UTC (rev 3691) +++ trunk/etc/ehcache.xml 2007-03-09 20:20:07 UTC (rev 3692) @@ -475,7 +475,7 @@ timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.RegisteredTrigger" - maxElementsInMemory="100" + maxElementsInMemory="1000" eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" |
|
From: <rm...@hy...> - 2007-03-09 20:19:34
|
Author: rmorgan Date: 2007-03-09 12:19:29 -0800 (Fri, 09 Mar 2007) New Revision: 3691 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3691 Modified: trunk/etc/ehcache.xml Log: Fix formatting. Modified: trunk/etc/ehcache.xml =================================================================== --- trunk/etc/ehcache.xml 2007-03-09 19:55:24 UTC (rev 3690) +++ trunk/etc/ehcache.xml 2007-03-09 20:19:29 UTC (rev 3691) @@ -88,7 +88,7 @@ memoryStoreEvictionPolicy="LRU"/> <cache name="RawMeasurement.findByTemplateForInstance" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> @@ -366,19 +366,19 @@ <!-- Config caches --> <cache name="org.hyperic.hq.common.server.session.Crispo" maxElementsInMemory="1000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.common.server.session.CrispoOption" maxElementsInMemory="4000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.common.server.session.Crispo.optsSet" maxElementsInMemory="1000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> @@ -386,97 +386,97 @@ <!-- Classic alert caches --> <cache name="Alert.findByCreateTime" maxElementsInMemory="10" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="Alert.findByEntity" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Alert" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Alert.actionLogBag" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Alert.conditionLogBag" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Action" maxElementsInMemory="3000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Action.childrenBag" maxElementsInMemory="50" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.Action.logEntriesBag" maxElementsInMemory="50" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertDefinition" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertDefinition.actionsBag" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertDefinition.conditionsBag" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertDefinition.triggersBag" maxElementsInMemory="50" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertConditionLog" maxElementsInMemory="1000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertCondition" maxElementsInMemory="5000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.AlertCondition.logEntriesBag" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.events.server.session.RegisteredTrigger" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> @@ -484,61 +484,61 @@ <!-- Group alert caches --> <cache name="org.hyperic.hq.galerts.server.session.GalertDef" maxElementsInMemory="30" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.GalertDef.strategySet" maxElementsInMemory="30" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.ExecutionStrategyInfo" maxElementsInMemory="30" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.ExecutionStrategyInfo.triggerList" maxElementsInMemory="30" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.ExecutionStrategyTypeInfo" maxElementsInMemory="5" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.GtriggerInfo" maxElementsInMemory="1000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.GalertActionLog" maxElementsInMemory="1000" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.GalertLog" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.galerts.server.session.GalertLog.actionLogBag" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="GalertLog.findByCreateTime" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> @@ -546,25 +546,25 @@ <!-- Escalation caches --> <cache name="org.hyperic.hq.escalation.server.session.Escalation" maxElementsInMemory="10" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.escalation.server.session.EscalationState" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="EscalationState.findByTypeAndDef" maxElementsInMemory="100" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> <cache name="org.hyperic.hq.escalation.server.session.Escalation.actionsList" maxElementsInMemory="20" - eternal="true" + eternal="true" timeToIdleSeconds="0" timeToLiveSeconds="0" memoryStoreEvictionPolicy="LRU"/> |
|
From: John S. <hq-...@hy...> - 2007-03-09 20:17:33
|
As you have found out, HQ does not fully support monitoring Cisco ASA devices yet. Not sure about the VXR, but we have had a few other requests to add support for ASA so that may be coming soon. For most of these, it's just a matter of having access to the hardware so the engineer can add support for it in the plugin. |
|
From: Ryan M. (JIRA) <ji...@hy...> - 2007-03-09 19:58:35
|
[ http://jira.hyperic.com/browse/HHQ-742?page=3Dall ] Ryan Morgan updated HHQ-742: ---------------------------- Fix Version: (was: 3.0.2) This is caused by the ServiceLocator caching the local homes and not invali= dating them if an error occurs. This should be a pretty infrequent case, so push out of 3.0.2. > Stack trace viewing detail chart if the IP address changed on the HQ Serv= er > -------------------------------------------------------------------------= -- > > Key: HHQ-742 > URL: http://jira.hyperic.com/browse/HHQ-742 > Project: Hyperic HQ > Type: Developer > Components: Server > Versions: 3.0.1 > Environment: Server: 3.0.2 EE build 330. > Reporter: Noah Salzman > Assignee: Ryan Morgan > Priority: Minor > > > The following stack trace occurs if the IP address of your HQ Server chan= ges and then you try and view a detail chart page (e.g.: resource/common/mo= nitor/Visibility.do?m=3D10910&eid=3D1%3A10003&mode=3DchartSingleMetricSingl= eResource) > This only happens if the IP address changes while the server is still run= ning. If you bounce the server after the change the problem will not occur. > org.hyperic.hq.ui.exception.ServiceLocatorException: javax.naming.Communi= cationException [Root exception is java.rmi.ConnectException: Connection re= fused to host: 10.2.0.93; nested exception is: java.net.ConnectException: C= onnection refused] at org.hyperic.hq.ui.ServiceLocator.lookup(ServiceLocato= r.java:152) at com.hyperic.hq.ui.ServiceLocator.getBaselineBoss(ServiceLoca= tor.java:67) at com.hyperic.hq.ui.util.ContextUtils.getBaselineBoss(Context= Utils.java:45) at com.hyperic.hq.ui.action.resource.common.monitor.visibili= ty.ViewChartFormPrepareAction._setupBaselineExpectedRange(ViewChartFormPrep= areAction.java:522) at com.hyperic.hq.ui.action.resource.common.monitor.vis= ibility.ViewChartFormPrepareAction._setupPageData(ViewChartFormPrepareActio= n.java:489) at com.hyperic.hq.ui.action.resource.common.monitor.visibility.= ViewChartFormPrepareAction.workflow(ViewChartFormPrepareAction.java:132) at= org.hyperic.hq.ui.action.WorkflowPrepareAction.execute(WorkflowPrepareActi= on.java:79) at org.apache.struts.tiles.actions.TilesAction.execute(TilesAct= ion.java:73) at org.hyperic.hq.ui.action.BaseRequestProcessor.processAction= Perform(BaseRequestProcessor.java:63) at org.apache.struts.action.RequestPr= ocessor.process(RequestProcessor.java:236) at org.apache.struts.action.Acti= onServlet.process(ActionServlet.java:1196) at org.apache.struts.action.Acti= onServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.s= ervice(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(Http= Servlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.intern= alDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.App= licationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache= .catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)= at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDis= patcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include= (ApplicationDispatcher.java:499) at org.apache.struts.tiles.UrlController.e= xecute(UrlController.java:89) at org.apache.struts.taglib.tiles.InsertTag$I= nsertHandler.doEndTag(InsertTag.java:875) at org.apache.struts.taglib.tiles= .InsertTag.doEndTag(InsertTag.java:462) at org.apache.jsp.portal.ColumnsLay= out_jsp._jspx_meth_tiles_insert_0(Unknown Source) at org.apache.jsp.portal.= ColumnsLayout_jsp._jspx_meth_c_forEach_1(Unknown Source) at org.apache.jsp.= portal.ColumnsLayout_jsp._jspx_meth_c_forEach_0(Unknown Source) at org.apac= he.jsp.portal.ColumnsLayout_jsp._jspService(Unknown Source) at org.apache.j= asper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.htt= p.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.App= licationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)=20 --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Doug M. <do...@hy...> - 2007-03-09 19:56:38
|
On Mar 9, 2007, at 11:40 AM, tom wrote: > Below is the registy that looks good and the agent log file. > > We have Weblogic 9.2 running on Jrockit 1.5.08 ... > 2007-03-09 10:29:49,994 ERROR [AutoScan] AutoScan failed for > Weblogic Admin 9.1 > java.lang.NoClassDefFoundError: javax/management/DynamicMBean Clearly we need to handle this better, there is currently a bug open to do so: http://jira.hyperic.com/browse/HHQ-169 Looks like you just need to configure the agent to use the 1.5 JRE: http://support.hyperic.com/confluence/display/DOCSHQ27/BEA+WebLogic Let us know if that does the trick or not. |
|
From: <rm...@hy...> - 2007-03-09 19:55:27
|
Author: rmorgan Date: 2007-03-09 11:55:24 -0800 (Fri, 09 Mar 2007) New Revision: 3690 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3690 Modified: trunk/installer/data/hq-server.conf Log: Fix ha.partition typo. Modified: trunk/installer/data/hq-server.conf =================================================================== --- trunk/installer/data/hq-server.conf 2007-03-09 19:52:14 UTC (rev 3689) +++ trunk/installer/data/hq-server.conf 2007-03-09 19:55:24 UTC (rev 3690) @@ -116,7 +116,7 @@ # same ha.partition name will join the same cluster. This property is required # for proper cluster initialization. # -#ha.partion= +#ha.partition= # # Property: ha.node.address |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-09 19:54:36
|
[ http://jira.hyperic.com/browse/HHQ-169?page=comments#action_15833 ] Doug MacEachern commented on HHQ-169: ------------------------------------- How-to configure the agent JRE on windows: http://support.hyperic.com/confluence/display/DOCSHQ27/BEA+WebLogic > WebLogic 9.x requires 1.5 JVM > ----------------------------- > > Key: HHQ-169 > URL: http://jira.hyperic.com/browse/HHQ-169 > Project: Hyperic HQ > Type: Bug > Components: Plugins > Reporter: Doug MacEachern > Assignee: Doug MacEachern > Priority: Minor > > > Since 9.x moved to JRE 1.5, the javax.management.* classes now live in jre/rt.jar > The current workaround is to have the agent use BEA's VM: > export HQ_JAVA_HOME=/usr/local/bea/jrockit90_150_04 > ./hq-agent.sh start > At the very least we need to gracefully handle the case where HQ's bundled 1.4 JRE is in use when trying to monitor 9.x > Would be better if we could just use the bundled 1.4 JRE -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <he...@hy...> - 2007-03-09 19:52:18
|
Author: heather Date: 2007-03-09 11:52:14 -0800 (Fri, 09 Mar 2007) New Revision: 3689 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3689 Modified: trunk/web/admin/Settings.jsp trunk/web/css/win.css Log: adding a style to the info text in the admin links page Modified: trunk/web/admin/Settings.jsp =================================================================== --- trunk/web/admin/Settings.jsp 2007-03-09 19:36:11 UTC (rev 3688) +++ trunk/web/admin/Settings.jsp 2007-03-09 19:52:14 UTC (rev 3689) @@ -40,13 +40,14 @@ <c:if test="${useroperations['administerCAM']}"> <tr> <td width="20%" class="BlockLabel"><fmt:message key="admin.home.Settings"/></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link><fmt:message key="inform.config.admin.HQServerConfig"/></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link> <span class="italicInfo"><fmt:message key="inform.config.admin.HQServerConfig"/></span></td> </tr> </c:if> <tr> <td width="20%" class="BlockLabel"></td> <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=monitor"><fmt:message key="admin.home.ResourceTemplates"/></html:link> <tiles:importAttribute name="defaultMsg" ignore="true"/> + <span class="italicInfo"> <c:choose> <c:when test="${not empty defaultMsg}"> <fmt:message key="${defaultMsg}"/> @@ -55,12 +56,13 @@ <fmt:message key="inform.config.admin.MonitoringDefaults"/> </c:otherwise> </c:choose> + </span> </td> </tr> <c:if test="${useroperations['administerCAM']}"> <tr> <td class="BlockLabel"></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link><fmt:message key="inform.config.admin.EscalationScheme"/></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link> <span class="italicInfo"><fmt:message key="inform.config.admin.EscalationScheme"/></span></td> </tr> </c:if> </table> Modified: trunk/web/css/win.css =================================================================== --- trunk/web/css/win.css 2007-03-09 19:36:11 UTC (rev 3688) +++ trunk/web/css/win.css 2007-03-09 19:52:14 UTC (rev 3689) @@ -306,7 +306,7 @@ /* NAVIGATION MAP DIAGRAM */ #diagramDiv { position: absolute; -z-index: 100; +z-index: 100; 3 visibility: hidden; /* TURN THIS OFF B/C OF DROP-SHADOW filter: alpha(opacity=85); @@ -1130,3 +1130,5 @@ border-bottom:1px solid #333333; } + +.italicInfo {font-size: 11px; font-style: italic; color:#333333;} \ No newline at end of file |
|
From: tom <hq-...@hy...> - 2007-03-09 19:40:39
|
Below is the registy that looks good and the agent log file. We have Weblogic 9.2 running on Jrockit 1.5.08 Log file that has errors 2007-03-09 10:29:44,229 INFO [AgentConnection] 127.0.0.1 -> agent:ping 2007-03-09 10:29:46,307 INFO [AgentCommandsServer] Agent commands loaded 2007-03-09 10:29:46,385 INFO [AgentDaemon] Agent starting up 2007-03-09 10:29:46,432 INFO [ProductPluginManager] Loading plugin: system= -plugin.jar 2007-03-09 10:29:46,604 INFO [ProductPluginManager] Loading plugin: netser= vices-plugin.jar 2007-03-09 10:29:46,650 INFO [MeasurementPlugin] Register TCP Socket proxy= for domain: socket 2007-03-09 10:29:46,650 INFO [MeasurementPlugin] Register HTTP proxy for d= omain: http 2007-03-09 10:29:46,650 INFO [MeasurementPlugin] Register HTTP proxy for d= omain: url.availability 2007-03-09 10:29:46,650 INFO [MeasurementPlugin] Register FTP proxy for do= main: ftp 2007-03-09 10:29:46,666 INFO [ProductPluginManager] Loading plugin: sqlque= ry-plugin.jar 2007-03-09 10:29:46,682 INFO [SQLQueryMeasurementPlugin] Registered proxy = for domain: sql 2007-03-09 10:29:46,682 INFO [ProductPluginManager] Loading plugin: active= mq-plugin.xml 2007-03-09 10:29:46,713 INFO [ProductPluginManager] Loading plugin: apache= -plugin.jar 2007-03-09 10:29:46,838 INFO [ProductPluginManager] Loading plugin: bind-p= lugin.jar 2007-03-09 10:29:46,854 INFO [ProductPluginManager] Loading plugin: db2-pl= ugin.jar 2007-03-09 10:29:46,994 INFO [ProductPluginManager] Loading plugin: dotnet= -plugin.jar 2007-03-09 10:29:47,072 INFO [ProductPluginManager] Loading plugin: exchan= ge-plugin.jar 2007-03-09 10:29:47,182 INFO [ProductPluginManager] Loading plugin: geroni= mo-plugin.xml 2007-03-09 10:29:47,197 INFO [ProductPluginManager] Loading plugin: hqagen= t-plugin.jar 2007-03-09 10:29:47,229 INFO [ProductPluginManager] Loading plugin: iis-pl= ugin.jar 2007-03-09 10:29:47,291 INFO [ProductPluginManager] Loading plugin: iplane= t-plugin.jar 2007-03-09 10:29:47,525 INFO [iPlanetMeasurementPlugin] Defaulting to 6.1,= loading: webserv61.mib 2007-03-09 10:29:47,541 INFO [ProductPluginManager] Loading plugin: jboss-= plugin.jar 2007-03-09 10:29:47,650 INFO [ProductPluginManager] Loading plugin: jmx-pl= ugin.xml 2007-03-09 10:29:47,666 INFO [ProductPluginManager] Loading plugin: memcac= hed-plugin.jar 2007-03-09 10:29:47,682 INFO [ProductPluginManager] Loading plugin: mqseri= es-plugin.jar 2007-03-09 10:29:47,776 INFO [ProductPluginManager] Loading plugin: mssql-= plugin.jar 2007-03-09 10:29:47,807 INFO [ProductPluginManager] Loading plugin: mule-p= lugin.jar 2007-03-09 10:29:47,838 INFO [ProductPluginManager] Loading plugin: mysql-= plugin.jar 2007-03-09 10:29:47,932 INFO [ProductPluginManager] Loading plugin: nagios= -plugin.jar 2007-03-09 10:29:47,947 INFO [ProductPluginManager] Loading plugin: netdev= ice-plugin.jar 2007-03-09 10:29:48,104 INFO [ProductPluginManager] Loading plugin: ntds-p= lugin.jar 2007-03-09 10:29:48,119 INFO [ProductPluginManager] Loading plugin: ntp-pl= ugin.jar 2007-03-09 10:29:48,135 INFO [ProductPluginManager] Loading plugin: oracle= -plugin.jar 2007-03-09 10:29:48,229 INFO [ProductPluginManager] Loading plugin: postfi= x-plugin.jar 2007-03-09 10:29:48,244 INFO [ProductPluginManager] Loading plugin: postgr= esql-plugin.jar 2007-03-09 10:29:48,276 INFO [ProductPluginManager] Loading plugin: resin-= plugin.xml 2007-03-09 10:29:48,354 INFO [ProductPluginManager] Loading plugin: servle= t-plugin.jar 2007-03-09 10:29:48,432 INFO [ProductPluginManager] Loading plugin: sybase= -plugin.jar 2007-03-09 10:29:48,463 INFO [ProductPluginManager] Loading plugin: vmware= -plugin.jar 2007-03-09 10:29:48,526 INFO [ProductPluginManager] Loading plugin: weblog= ic-plugin.jar 2007-03-09 10:29:48,979 INFO [WeblogicProductPlugin] weblogic.installpath = not set, defaulting to: D:\bea\weblogic92 2007-03-09 10:29:49,088 INFO [ProductPluginManager] Loading plugin: websph= ere-plugin.jar 2007-03-09 10:29:49,244 INFO [AgentDaemon] Product Plugin Manager initaliz= ed 2007-03-09 10:29:49,244 INFO [AgentCommandsServer] Agent commands started = up 2007-03-09 10:29:49,244 INFO [AutoinventoryCommandsServer] Autoinventory C= ommands Server started up 2007-03-09 10:29:49,994 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError: javax/management/DynamicMBean =09at java.lang.ClassLoader.defineClass0(Native Method) =09at java.lang.ClassLoader.defineClass(Unknown Source) =09at java.security.SecureClassLoader.defineClass(Unknown Source) =09at java.net.URLClassLoader.defineClass(Unknown Source) =09at java.net.URLClassLoader.access$100(Unknown Source) =09at java.net.URLClassLoader$1.run(Unknown Source) =09at java.security.AccessController.doPrivileged(Native Method) =09at java.net.URLClassLoader.findClass(Unknown Source) =09at java.lang.ClassLoader.loadClass(Unknown Source) =09at java.lang.ClassLoader.loadClass(Unknown Source) =09at java.lang.ClassLoader.loadClassInternal(Unknown Source) =09at weblogic.xml.jaxp.RegistryDocumentBuilderFactory.<clinit>(RegistryDoc= umentBuilderFactory.java:23) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 10:29:50,072 WARN [CommandsServer] Agent certificate not found = -- generating a new one 2007-03-09 10:29:50,072 INFO [CommandsServer] Commands Server started up 2007-03-09 10:29:50,088 INFO [ControlCommandsServer] Control Commands Serv= er started up 2007-03-09 10:29:50,088 INFO [SenderThread] Maximum metric batch size set = to 500 2007-03-09 10:29:50,104 INFO [MeasurementCommandsServer] Measurement Comma= nds Server started up 2007-03-09 10:29:50,166 INFO [AgentDaemon] Agent started successfully 2007-03-09 10:29:50,166 INFO [AgentConnection] 127.0.0.1 -> agent:ping 2007-03-09 10:29:50,322 INFO [AgentConnection] 127.0.0.1 -> bizapp:getCAMS= erver 2007-03-09 10:29:50,385 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 10:29:50,401 ERROR [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 2007-03-09 10:29:50,432 INFO [AgentConnection] 127.0.0.1 -> agent:ping 2007-03-09 10:30:05,401 ERROR [AutoinventoryCommandsServer] Unable to send = autoinventory platform data to server, sleeping for 22 secs before retrying= . Error: Unable to communicate with server -- provider not yet setup 2007-03-09 10:30:27,901 ERROR [AutoinventoryCommandsServer] Unable to send = autoinventory platform data to server, sleeping for 33 secs before retrying= . Error: Unable to communicate with server -- provider not yet setup 2007-03-09 10:31:01,652 ERROR [AutoinventoryCommandsServer] Unable to send = autoinventory platform data to server, sleeping for 50 secs before retrying= . Error: Unable to communicate with server -- provider not yet setup 2007-03-09 10:31:22,324 INFO [AgentConnection] 127.0.0.1 -> bizapp:getCAMS= erver 2007-03-09 10:31:22,418 INFO [AgentConnection] 127.0.0.1 -> bizapp:createT= oken 2007-03-09 10:31:22,918 INFO [SSLConnectionListener] Locking auth token 2007-03-09 10:31:23,137 INFO [AgentConnection] 127.0.0.1 -> bizapp:setCAMS= erver 2007-03-09 10:31:23,230 INFO [CommandsServer] Setting the HQ server to: ht= tp://172.25.5.129:7080/jboss-lather/JBossLather 2007-03-09 10:31:23,230 INFO [ConfigPopulateThread] Starting config popula= te thread 2007-03-09 10:31:23,230 INFO [AgentConnection] 127.0.0.1 -> bizapp:getCAMS= erver 2007-03-09 10:31:23,715 INFO [AutoinventoryCommandsServer] Autoinventory r= eport successfully sent to server. 2007-03-09 10:31:25,074 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 10:31:25,105 ERROR [ScheduleThread] Metric Value not found: \.NE= T CLR Exceptions(dllhost)\# of Exceps Thrown 2007-03-09 10:31:25,105 ERROR [ScheduleThread] Metric Value not found: \.NE= T CLR Loading(dllhost)\Total Assemblies 2007-03-09 10:31:25,105 ERROR [ScheduleThread] Metric Value not found: \.NE= T CLR LocksAndThreads(dllhost)\# of current physical Threads 2007-03-09 10:31:25,105 ERROR [ScheduleThread] Metric Value not found: \.NE= T CLR Memory(dllhost)\# Bytes in all Heaps 2007-03-09 10:31:25,121 ERROR [ScheduleThread] Metric Value not found: \.NE= T CLR Exceptions(dllhost)\# of Exceps Thrown 2007-03-09 10:31:25,277 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 10:31:33,981 INFO [CollectorThread] CollectorThread started 2007-03-09 10:46:25,685 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 10:46:25,888 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:01:26,343 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:01:26,546 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:16:26,954 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:16:27,157 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:31:27,565 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.1 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) 2007-03-09 11:31:27,784 ERROR [AutoScan] AutoScan failed for Weblogic Admin= 9.2 java.lang.NoClassDefFoundError =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou= rce) =09at java.lang.reflect.Constructor.newInstance(Unknown Source) =09at java.lang.Class.newInstance0(Unknown Source) =09at java.lang.Class.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source) =09at javax.xml.parsers.FactoryFinder.find(Unknown Source) =09at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.parse(WeblogicConfig.ja= va:229) =09at org.hyperic.hq.plugin.weblogic.WeblogicConfig.read(WeblogicConfig.jav= a:105) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerList(Weblogi= cDetector.java:161) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:108) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.search(WeblogicDetect= or.java:304) =09at org.hyperic.hq.plugin.weblogic.WeblogicDetector.getServerResources(We= blogicDetector.java:125) =09at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83) =09at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :141) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) ---------------------------------------------------- from the Registry the CmdLine is: -jrockit -Xms512m -Xmx512m -Xverify:none -Dcom.sun.xml.namespace.QName.u= seCompatibleSerialVersionUID=3D1.0 -da -Dplatform.home=3DD:\bea\WEBLOG~1 -= Dwls.home=3DD:\bea\WEBLOG~1\server -Dwli.home=3DD:\bea\WEBLOG~1\integration= -Dweblogic.management.discover=3Dtrue -Dweblogic.ProductionModeEnabled=3D= false -Dwlw.iterativeDev=3D -Dwlw.testConsole=3D -Dwlw.logErrorsToConsole= =3D -Dweblogic.ext.dirs=3DD:\bea\patch_weblogic920\profiles\default\sysext_= manifest_classpath -classpath ".;D:\bea\patch_weblogic920\profiles\default\= sys_manifest_classpath\weblogic_patch.jar;D:\bea\JROCKI~2\lib\tools.jar;D:\= bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic= .jar;D:\bea\WEBLOG~1\server\lib\webservices.jar;;D:\bea\patch_weblogic920\p= rofiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\bea\JROCKI~2\l= ib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\ser= ver\lib\weblogic.jar;D:\bea\WEBLOG~1\server\lib\webservices.jar;;D:\bea\WEB= LOG~1\common\eval\pointbase\lib\pbclient51.jar;D:\bea\WEBLOG~1\server\lib\x= qrl.jar;;D:\bea\WEBLOG~1\integration\lib\util.jar" -Dweblogic.Name=3DAdminS= erver -Dweblogic.management.username=3Dsystem -Dweblogic.ProductionModeEnab= led=3Dfalse -Djava.security.policy=3D"D:\bea\WEBLOG~1\server\lib\weblogic.p= olicy" weblogic.Server |
|
From: <he...@hy...> - 2007-03-09 19:36:14
|
Author: heather Date: 2007-03-09 11:36:11 -0800 (Fri, 09 Mar 2007) New Revision: 3688 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3688 Modified: trunk/web/WEB-INF/classes/ApplicationResources.properties trunk/web/admin/Settings.jsp Log: adding key for the admin page for ee Modified: trunk/web/WEB-INF/classes/ApplicationResources.properties =================================================================== --- trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-09 19:13:34 UTC (rev 3687) +++ trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-09 19:36:11 UTC (rev 3688) @@ -2650,6 +2650,7 @@ inform.config.escalation.scheme.newAction.noactions=Currently there are no actions for this escalation. Click on the "Create Action" button below to create an action to perform when this escalation is invoked. inform.config.escalation.scheme.inProgressEscalation=If you edit an escalation that is currently in progress, the escalation will be stopped. inform.config.escalation.scheme.NoOP=Suppress Additional Alerts -inform.config.admin.HQServerConfig=Change settings for email, data compression, database maintenance and authentication services -inform.config.admin.MonitoringDefaults=Define monitoring policies for the entire environment -inform.config.admin.EscalationScheme=Define global escalation schemes that can be applied to individual alerts \ No newline at end of file +inform.config.admin.HQServerConfig= - Change settings for email, data compression, database maintenance and authentication services +inform.config.admin.MonitoringDefaults= - Define monitoring policies for the entire environment +inform.config.admin.PolicyDefaults= - Define monitoring and alerting policies for the entire environment +inform.config.admin.EscalationScheme= - Define global escalation schemes that can be applied to individual alerts \ No newline at end of file Modified: trunk/web/admin/Settings.jsp =================================================================== --- trunk/web/admin/Settings.jsp 2007-03-09 19:13:34 UTC (rev 3687) +++ trunk/web/admin/Settings.jsp 2007-03-09 19:36:11 UTC (rev 3688) @@ -4,6 +4,7 @@ <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%@ taglib uri="struts-html-el" prefix="html" %> <%@ taglib uri="struts-tiles" prefix="tiles" %> +<%@ taglib uri="struts-bean" prefix="bean" %> <%-- NOTE: This copyright does *not* cover user programs that use HQ program services by normal system calls through the application @@ -39,17 +40,27 @@ <c:if test="${useroperations['administerCAM']}"> <tr> <td width="20%" class="BlockLabel"><fmt:message key="admin.home.Settings"/></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link> - <fmt:message key="inform.config.admin.HQServerConfig"/></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link><fmt:message key="inform.config.admin.HQServerConfig"/></td> </tr> </c:if> <tr> <td width="20%" class="BlockLabel"></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=monitor"><fmt:message key="admin.home.ResourceTemplates"/></html:link> - <fmt:message key="inform.config.admin.MonitoringDefaults"/></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=monitor"><fmt:message key="admin.home.ResourceTemplates"/></html:link> + <tiles:importAttribute name="defaultMsg" ignore="true"/> + <c:choose> + <c:when test="${not empty defaultMsg}"> + <fmt:message key="${defaultMsg}"/> + </c:when> + <c:otherwise> + <fmt:message key="inform.config.admin.MonitoringDefaults"/> + </c:otherwise> + </c:choose> + </td> </tr> <c:if test="${useroperations['administerCAM']}"> <tr> <td class="BlockLabel"></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link> - <fmt:message key="inform.config.admin.EscalationScheme"/></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link><fmt:message key="inform.config.admin.EscalationScheme"/></td> </tr> </c:if> </table> |
|
From: Ryan M. (JIRA) <ji...@hy...> - 2007-03-09 19:14:36
|
[ http://jira.hyperic.com/browse/HHQ-734?page=all ] Ryan Morgan resolved HHQ-734: ----------------------------- Resolution: Fixed Creation of measurements were not setting the mtime, so the backfiller didn't know where to start backfilling. Fixed in 3.0.2-333. > Unavailable data point inserted when importing new resources > ------------------------------------------------------------ > > Key: HHQ-734 > URL: http://jira.hyperic.com/browse/HHQ-734 > Project: Hyperic HQ > Type: Bug > Components: Measurement > Versions: 3.0.0, 3.0.1 > Reporter: Ryan Morgan > Assignee: Ryan Morgan > Fix For: 3.0.2 > Attachments: Picture 2.png > > > As we schedule metrics for a newly imported resource, something is inserting unavailable datapoints prior to the first measurement that is collected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <rm...@hy...> - 2007-03-09 19:13:37
|
Author: rmorgan Date: 2007-03-09 11:13:34 -0800 (Fri, 09 Mar 2007) New Revision: 3687 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3687 Modified: trunk/src/org/hyperic/hibernate/HypericInterceptor.java Log: Set modified flag so that mtimes are properly set. [HHQ-734] Modified: trunk/src/org/hyperic/hibernate/HypericInterceptor.java =================================================================== --- trunk/src/org/hyperic/hibernate/HypericInterceptor.java 2007-03-09 18:47:18 UTC (rev 3686) +++ trunk/src/org/hyperic/hibernate/HypericInterceptor.java 2007-03-09 19:13:34 UTC (rev 3687) @@ -108,6 +108,7 @@ "mtime".equals(propertyNames[i])) { modifiedIdx = i; + modified = true; } } if (createdIdx >= 0) { |
|
From: Heather T. (JIRA) <ji...@hy...> - 2007-03-09 18:51:39
|
[ http://jira.hyperic.com/browse/HHQ-355?page=all ] Heather Tumey updated HHQ-355: ------------------------------ Fix Version: (was: 3.0.2) going to defer to next release > Event Viewer doesn't show correct tab when re-opened > ---------------------------------------------------- > > Key: HHQ-355 > URL: http://jira.hyperic.com/browse/HHQ-355 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: .org build 199 > Reporter: Noah Salzman > Assignee: Heather Tumey > Priority: Minor > Attachments: event_viewer.png > > > The Event Viewer has a mis-match between which tab is shown as active and which events are displayed. > Steps: > 1) When viewing a graph click an "Event/Logs Tracking" blue square > => The Event Viewer pops down below the graphs > 2) Find a tab that has events, find a tab that does not have events. Click the former then click the latter. > 3) Close the Event Viewer > 4) Click a blue square to re-open the Event Viewer > Result: > Events are displayed even though the tab selected should not have any events. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <he...@hy...> - 2007-03-09 18:47:21
|
Author: heather Date: 2007-03-09 10:47:18 -0800 (Fri, 09 Mar 2007) New Revision: 3686 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3686 Modified: trunk/web/WEB-INF/classes/ApplicationResources.properties trunk/web/admin/Settings.jsp Log: text change/addition to the administration links page to explain what is under the links and get rid of the word configuration Modified: trunk/web/WEB-INF/classes/ApplicationResources.properties =================================================================== --- trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-09 13:04:58 UTC (rev 3685) +++ trunk/web/WEB-INF/classes/ApplicationResources.properties 2007-03-09 18:47:18 UTC (rev 3686) @@ -480,8 +480,8 @@ admin.home.ListRoles=List Roles admin.home.Settings=Settings: -admin.home.ServerConfig=HQ Server Configuration -admin.home.ResourceTemplates=Monitoring Defaults Configuration +admin.home.ServerConfig=HQ Server Settings +admin.home.ResourceTemplates=Monitoring Defaults admin.home.EscalationSchemes=Escalation Schemes Configuration # ADMIN.SETTINGS @@ -2649,4 +2649,7 @@ inform.config.escalation.scheme.newAction.dragaction=Drag individual actions to change the order of events inform.config.escalation.scheme.newAction.noactions=Currently there are no actions for this escalation. Click on the "Create Action" button below to create an action to perform when this escalation is invoked. inform.config.escalation.scheme.inProgressEscalation=If you edit an escalation that is currently in progress, the escalation will be stopped. -inform.config.escalation.scheme.NoOP=Suppress Additional Alerts \ No newline at end of file +inform.config.escalation.scheme.NoOP=Suppress Additional Alerts +inform.config.admin.HQServerConfig=Change settings for email, data compression, database maintenance and authentication services +inform.config.admin.MonitoringDefaults=Define monitoring policies for the entire environment +inform.config.admin.EscalationScheme=Define global escalation schemes that can be applied to individual alerts \ No newline at end of file Modified: trunk/web/admin/Settings.jsp =================================================================== --- trunk/web/admin/Settings.jsp 2007-03-09 13:04:58 UTC (rev 3685) +++ trunk/web/admin/Settings.jsp 2007-03-09 18:47:18 UTC (rev 3686) @@ -39,17 +39,17 @@ <c:if test="${useroperations['administerCAM']}"> <tr> <td width="20%" class="BlockLabel"><fmt:message key="admin.home.Settings"/></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=edit"><fmt:message key="admin.home.ServerConfig"/></html:link> - <fmt:message key="inform.config.admin.HQServerConfig"/></td> </tr> </c:if> <tr> <td width="20%" class="BlockLabel"></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=monitor"><fmt:message key="admin.home.ResourceTemplates"/></html:link></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=monitor"><fmt:message key="admin.home.ResourceTemplates"/></html:link> - <fmt:message key="inform.config.admin.MonitoringDefaults"/></td> </tr> <c:if test="${useroperations['administerCAM']}"> <tr> <td class="BlockLabel"></td> - <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link></td> + <td class="BlockContent"><html:link page="/admin/config/Config.do?mode=escalate"><fmt:message key="admin.home.EscalationSchemes"/></html:link> - <fmt:message key="inform.config.admin.EscalationScheme"/></td> </tr> </c:if> </table> |
|
From: John M. W. <joh...@hy...> - 2007-03-09 18:28:23
|
testing |
|
From: Paul S. <pst...@ne...> - 2007-03-09 18:18:57
|
Hi there... New user... just installed 3.0.1 Build #300 onto a RHEL4 box... Nice looking software!! I'm just getting used to it.... will be using it intially in our trials to monitor about 120 Cisco devices so have a few specific questions if someone doesn't mind :) Cisco GSR 12012 - monitors it just fine, CPU/memory and interfaces all seem good... Cisco 7206VXR - measures CPU and memory but doesn't see the interfaces... why idea why? Cisco ASA5520 w/AIP10 - incorrectly measures CPU so far (120-140% it reports when it's really 4-5%) Just looking for ideas... the ASA stuff isn't the end of the world but I need to see interface data on the 7206VXR's and figure I'm just missing something... I've put the correct community string in and can verify via snmpwalk on the same server that things are fine from a communication perspective... Thanks in advance, Paul |
|
From: Heather T. (JIRA) <ji...@hy...> - 2007-03-09 18:15:38
|
[ http://jira.hyperic.com/browse/HHQ-560?page=all ] Heather Tumey resolved HHQ-560: ------------------------------- Resolution: Fixed rechecked in > Suppress Alerts has help text of "Action: NoOp" > ----------------------------------------------- > > Key: HHQ-560 > URL: http://jira.hyperic.com/browse/HHQ-560 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Reporter: Noah Salzman > Assignee: Heather Tumey > Priority: Minor > Fix For: 3.0.2 > Attachments: noop.png > > > NoOp should be changed to something that is not programmer-ese. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Salesforce M. (JIRA) <ji...@hy...> - 2007-03-09 18:13:36
|
[ http://jira.hyperic.com/browse/HHQ-743?page=all ] Salesforce Monitoring updated HHQ-743: -------------------------------------- Attachment: server.log.gz server log file from etf1-hyperic1-1-sfm > hq stopped collecting data > -------------------------- > > Key: HHQ-743 > URL: http://jira.hyperic.com/browse/HHQ-743 > Project: Hyperic HQ > Type: Bug > Components: Server > Versions: 3.0.1 > Environment: Linux etf1-hyperic1-1-sfm.ops.sfdc.net 2.4.21-47.ELsmp #1 SMP Wed Jul 5 20:38:41 EDT 2006 i686 i686 i386 GNU/Linux > Server is oracle 10g xe > Reporter: Salesforce Monitoring > Assignee: Charles Lee > Attachments: server.log.gz > > > Server stopped collecting data. Lots of warnings in the log: > 2007-03-09 02:20:35,035 WARN [org.hyperic.hq.measurement.server.session.DataManagerEJBImpl] Unable to do anything about 106 data points. Sorry. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Salesforce M. (JIRA) <ji...@hy...> - 2007-03-09 18:11:44
|
hq stopped collecting data
--------------------------
Key: HHQ-743
URL: http://jira.hyperic.com/browse/HHQ-743
Project: Hyperic HQ
Type: Bug
Components: Server
Versions: 3.0.1
Environment: Linux etf1-hyperic1-1-sfm.ops.sfdc.net 2.4.21-47.ELsmp #1 SMP Wed Jul 5 20:38:41 EDT 2006 i686 i686 i386 GNU/Linux
Server is oracle 10g xe
Reporter: Salesforce Monitoring
Assigned to: Charles Lee
Server stopped collecting data. Lots of warnings in the log:
2007-03-09 02:20:35,035 WARN [org.hyperic.hq.measurement.server.session.DataManagerEJBImpl] Unable to do anything about 106 data points. Sorry.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.hyperic.com/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|