|
From: Doug M. <do...@hy...> - 2007-03-09 00:38:21
|
Hi Tom, 3.0 includes the changes we had provided in the patch, so no need to =20 update the plugin. Are there any errors or warnings in log/=20 agent.log? If not, you could try enabling debug logging: http://support.hyperic.com/confluence/display/DOCSHQ30/HQ+Agent=20 +Configuration#HQAgentConfiguration-agentdebuglog Here's how the plugin finds the admin server on Windows: - Look through the list of services using the service control =20 manager, looking for binary path ending with beasvc.exe - If found, use the service name (e.g. "beasvc qa92_AdminServer") to =20 get the service parameters in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\beasvc =20 qa92_AdminServer\Parameters - Check that the value of the CmdLine key does not contain "-=20 Dweblogic.management.server", if it does then this entry is a managed =20= node which will be discovered later. Also check that CmdLine endsWith "weblogic.Server", otherwise it =20 is likely the NodeManager - If we get through those filters, this is an Admin server. Next the =20= value of ExecDir is searched for the domain config.xml where we get =20 the version, domain, t3 url, etc. Any details you could provide about your install/layout would be =20 helpful. On Mar 2, 2007, at 1:50 PM, tom wrote: > I am adding a new computer so I thought I would try HQ 3.0. > After installing the Server (on a PC that never had HQ server =20 > before) and Client (on the new PC) HQ can not discover the Weblogic =20= > 9.2 > > This is similar to the case I had before, see =93Install: Trouble =20 > with Weblogic 9.1=94 > Posted: Dec 19, 2006 8:12 AM > > HQ Server: > OS: Win 2003 Server Standard > HQ version 3.0.1 > > Client > OS: Win 2003 Server Standard > Client version 3.0.1 > > Should I use the patch I got for 2.76 ? > > Thanks > Tom > > |
|
From: John M. W. <joh...@hy...> - 2007-03-14 18:52:22
|
Looks like dougm answered it |
|
From: tom <hq-...@hy...> - 2007-03-15 23:40:05
|
I still do not see my Web App
I have installed 3.0.2 server and agent to different locations trying to ge=
t things to work.
I installed the agent server using =93hq-agent.exe -j D:\bea\jrockit1_5_0_0=
8 =96I=94.
I added the line =93weblogic.discover.fqdn=3Dsame=94 to the agent propertie=
s.=20
I have run and rerun auto discovery, but still no luck.
Properties file for agent-------------------------:
# Agent configuration file
#
# The following are the properties that the Agent recognizes:
#
# agent.listenPort =20
# Default: "2144"
#
# Description: Port that the agent listens on.
#
# agent.listenIp
# Default: "*"
#
# Description: Address that the agent listens on. If set to '*',
# the agent will listen on all available interfaces.
#
# agent.startupTimeOut
# Default: "300"
#
# Description: This is the number of seconds that the agent startu=
p
# script will wait before determining that the agent
# did not startup successfully.
#
# agent.maxBatchSize
# Default: "500"
#
# Description: This is the maximum number of metrics that the
# agent will send per contact with HQ.
#
## Use the following if you'd like to have the agent setup=20
## automatically from these properties. The values for these
## properties are used to answer the setup questions
##
## If any of these properties are left undefined, the setup=20
## process will prompt for their values
##
## If the value that should be used is the default when interactive
## setup is done, use the string *default* as the value for the option
#agent.setup.camIP=3Dlocalhost
#agent.setup.camPort=3D7080
#agent.setup.camSSLPort=3D7443
#agent.setup.camSecure=3Dyes
#agent.setup.camLogin=3Dhqadmin
#agent.setup.camPword=3Dhqadmin
#agent.setup.agentIP=3D*default*
#agent.setup.agentPort=3D*default*
#agent.setup.resetupTokens=3Dno
agent.tmpDir=3D./tmp
# required to find server/lib/weblogic.jar
#weblogic.installpath=3D/usr/local/bea/weblogic-8.1
# required to find websphere jars
#websphere.installpath=3D/opt/WebSphere/AppServer
# required to find jboss jars
#jboss.installpath=3D/usr/local/jboss-4.0.0
##
## Logging settings
##
agent.logFile=3D${agent.logDir}/agent.log
agent.logLevel=3DINFO
log4j.rootLogger=3D${agent.logLevel}, R
log4j.appender.R.File=3D${agent.logFile}
log4j.appender.R.MaxBackupIndex=3D1
log4j.appender.R.MaxFileSize=3D5000KB
log4j.appender.R.layout.ConversionPattern=3D%d %-5p [%c{1}] %m%n
log4j.appender.R.layout=3Dorg.apache.log4j.PatternLayout
log4j.appender.R=3Dorg.apache.log4j.RollingFileAppender
##
## Disable overly verbose logging=20
##
log4j.logger.httpclient.wire=3DERROR
log4j.logger.org.apache.commons.httpclient=3DERROR
log4j.logger.org.hyperic.hq.measurement.agent.server.SenderThread=3DINFO
log4j.logger.org.hyperic.hq.agent.server.AgentDListProvider=3DINFO
log4j.logger.org.hyperic.hq.agent.server.MeasurementSchedule=3DINFO
# Only log errors from naming context
log4j.category.org.jnp.interfaces.NamingContext=3DERROR
log4j.category.org.apache.axis=3DERROR
##
## Agent Jars
##
agent.pdkLibDir=3D./pdk/lib
agent.pdkPluginDir=3D./pdk/plugins
##
## Auto-inventory options
##
#autoinventory.defaultScan.interval.millis=3D86400000
autoinventory.runtimeScan.interval.millis=3D86400000
## Agent classpath (pdk/lib/*.{jar,zip} are included by default)
agent.classPath=3D\
./lib/AgentServer.jar:\
./lib/lather.jar
## Options to pass to java
agent.javaOpts=3D-Xmx128m -Djava.net.preferIPv4Stack=3Dtrue
# this is added so that we can see our app
weblogic.discover.fqdn=3Dsame
-------------------------------------------------------
Agent log file
2007-03-15 16:22:29,654 INFO [AgentConnection] 127.0.0.1 -> agent:ping
2007-03-15 16:22:32,076 INFO [AgentCommandsServer] Agent commands loaded
2007-03-15 16:22:32,108 INFO [AgentDaemon] Agent starting up
2007-03-15 16:22:32,170 INFO [ProductPluginManager] Loading plugin: system=
-plugin.jar
2007-03-15 16:22:32,451 INFO [ProductPluginManager] Loading plugin: netser=
vices-plugin.jar
2007-03-15 16:22:32,498 INFO [MeasurementPlugin] Register TCP Socket proxy=
for domain: socket
2007-03-15 16:22:32,498 INFO [MeasurementPlugin] Register HTTP proxy for d=
omain: http
2007-03-15 16:22:32,498 INFO [MeasurementPlugin] Register HTTP proxy for d=
omain: url.availability
2007-03-15 16:22:32,498 INFO [MeasurementPlugin] Register FTP proxy for do=
main: ftp
2007-03-15 16:22:32,498 INFO [ProductPluginManager] Loading plugin: sqlque=
ry-plugin.jar
2007-03-15 16:22:32,514 INFO [SQLQueryMeasurementPlugin] Registered proxy =
for domain: sql
2007-03-15 16:22:32,514 INFO [ProductPluginManager] Loading plugin: active=
mq-plugin.xml
2007-03-15 16:22:32,561 INFO [ProductPluginManager] Loading plugin: apache=
-plugin.jar
2007-03-15 16:22:32,608 INFO [ProductPluginManager] Loading plugin: bind-p=
lugin.jar
2007-03-15 16:22:32,608 INFO [ProductPluginManager] Loading plugin: db2-pl=
ugin.jar
2007-03-15 16:22:32,623 INFO [ProductPluginManager] Loading plugin: dotnet=
-plugin.jar
2007-03-15 16:22:32,639 INFO [ProductPluginManager] Loading plugin: exchan=
ge-plugin.jar
2007-03-15 16:22:32,654 INFO [ProductPluginManager] Loading plugin: geroni=
mo-plugin.xml
2007-03-15 16:22:32,654 INFO [ProductPluginManager] Loading plugin: hqagen=
t-plugin.jar
2007-03-15 16:22:32,654 INFO [ProductPluginManager] Loading plugin: iis-pl=
ugin.jar
2007-03-15 16:22:32,670 INFO [ProductPluginManager] Loading plugin: iplane=
t-plugin.jar
2007-03-15 16:22:32,904 INFO [iPlanetMeasurementPlugin] Defaulting to 6.1,=
loading: webserv61.mib
2007-03-15 16:22:32,904 INFO [ProductPluginManager] Loading plugin: jboss-=
plugin.jar
2007-03-15 16:22:32,920 INFO [ProductPluginManager] Loading plugin: jmx-pl=
ugin.xml
2007-03-15 16:22:32,936 INFO [ProductPluginManager] Loading plugin: memcac=
hed-plugin.jar
2007-03-15 16:22:32,936 INFO [ProductPluginManager] Loading plugin: mqseri=
es-plugin.jar
2007-03-15 16:22:32,951 INFO [ProductPluginManager] Loading plugin: mssql-=
plugin.jar
2007-03-15 16:22:32,951 INFO [ProductPluginManager] Loading plugin: mule-p=
lugin.jar
2007-03-15 16:22:32,967 INFO [ProductPluginManager] Loading plugin: mysql-=
plugin.jar
2007-03-15 16:22:32,983 INFO [ProductPluginManager] Loading plugin: nagios=
-plugin.jar
2007-03-15 16:22:32,983 INFO [ProductPluginManager] Loading plugin: netdev=
ice-plugin.jar
2007-03-15 16:22:32,998 INFO [ProductPluginManager] Loading plugin: ntds-p=
lugin.jar
2007-03-15 16:22:33,014 INFO [ProductPluginManager] Loading plugin: ntp-pl=
ugin.jar
2007-03-15 16:22:33,014 INFO [ProductPluginManager] Loading plugin: oracle=
-plugin.jar
2007-03-15 16:22:33,029 INFO [ProductPluginManager] Loading plugin: postfi=
x-plugin.jar
2007-03-15 16:22:33,029 INFO [ProductPluginManager] Loading plugin: postgr=
esql-plugin.jar
2007-03-15 16:22:33,045 INFO [ProductPluginManager] Loading plugin: resin-=
plugin.xml
2007-03-15 16:22:33,045 INFO [ProductPluginManager] Loading plugin: servle=
t-plugin.jar
2007-03-15 16:22:33,076 INFO [ProductPluginManager] Loading plugin: sybase=
-plugin.jar
2007-03-15 16:22:33,092 INFO [ProductPluginManager] Loading plugin: vmware=
-plugin.jar
2007-03-15 16:22:33,108 INFO [ProductPluginManager] Loading plugin: weblog=
ic-plugin.jar
2007-03-15 16:22:33,342 INFO [WeblogicProductPlugin] weblogic.installpath =
not set, defaulting to: D:\bea\weblogic92
2007-03-15 16:22:33,358 INFO [ProductPluginManager] Loading plugin: websph=
ere-plugin.jar
2007-03-15 16:22:33,404 INFO [AgentDaemon] Product Plugin Manager initaliz=
ed
2007-03-15 16:22:33,404 INFO [AgentCommandsServer] Agent commands started =
up
2007-03-15 16:22:33,404 INFO [AutoinventoryCommandsServer] Autoinventory C=
ommands Server started up
2007-03-15 16:22:33,436 INFO [CommandsServer] Commands Server started up
2007-03-15 16:22:33,436 INFO [ControlCommandsServer] Control Commands Serv=
er started up
2007-03-15 16:22:33,451 INFO [SenderThread] Maximum metric batch size set =
to 500
2007-03-15 16:22:33,467 INFO [MeasurementCommandsServer] Measurement Comma=
nds Server started up
2007-03-15 16:22:33,467 INFO [ConfigPopulateThread] Starting config popula=
te thread
2007-03-15 16:22:33,498 INFO [AgentDaemon] Agent started successfully
2007-03-15 16:22:33,498 INFO [AgentConnection] 127.0.0.1 -> agent:ping
2007-03-15 16:22:33,608 INFO [AgentConnection] 127.0.0.1 -> bizapp:getCAMS=
erver
2007-03-15 16:22:34,201 INFO [AutoinventoryCommandsServer] Autoinventory r=
eport successfully sent to server.
2007-03-15 16:22:35,858 INFO [CollectorThread] CollectorThread started
2007-03-15 16:22:42,186 WARN [ScheduleThread] Collection of metric: 'Weblo=
gic Admin 9.1:sodadomain:Location=3DAdminServer,ServerRuntime=3DAdminServer=
,Name=3DJTARuntime,Type=3DJTARuntime:TransactionTotalCount:admin.url=3Dt3%3=
A//wdscsoda03%3A2201,admin.username=3Dsystem,admin.password=3Dsodajerk__RAT=
E__=3D1m' took: 6328ms
2007-03-15 16:22:44,201 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for .NET 2.0
2007-03-15 16:22:44,264 INFO [RuntimeAutodiscoverer] .NET 2.0 discovery to=
ok 0.016
2007-03-15 16:22:44,264 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for WindowsServer
2007-03-15 16:22:44,326 INFO [RuntimeAutodiscoverer] WindowsServer discove=
ry took 0.000
2007-03-15 16:22:44,326 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for FileServer
2007-03-15 16:22:44,389 INFO [RuntimeAutodiscoverer] FileServer discovery =
took 0.016
2007-03-15 16:22:44,389 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for Net Services
2007-03-15 16:22:44,451 INFO [RuntimeAutodiscoverer] Net Services discover=
y took 0.000
2007-03-15 16:22:44,451 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for ProcessServer
2007-03-15 16:22:44,514 INFO [RuntimeAutodiscoverer] ProcessServer discove=
ry took 0.000
2007-03-15 16:22:44,514 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for Weblogic Admin 9.1
2007-03-15 16:22:44,717 INFO [RuntimeAutodiscoverer] Weblogic Admin 9.1 di=
scovery took 0.141
2007-03-15 16:22:44,717 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for HQ Agent
2007-03-15 16:22:44,780 INFO [RuntimeAutodiscoverer] HQ Agent discovery to=
ok 0.000
2007-03-15 16:22:44,780 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for NetworkServer
2007-03-15 16:22:44,842 INFO [RuntimeAutodiscoverer] NetworkServer discove=
ry took 0.016
2007-03-15 16:22:44,842 INFO [RuntimeAutodiscoverer] Running runtime autod=
iscovery for IIS 6.x
2007-03-15 16:22:44,967 INFO [RuntimeAutodiscoverer] IIS 6.x discovery too=
k 0.078
2007-03-15 16:37:45,844 INFO [AutoinventoryCommandsServer] Autoinventory r=
eport successfully sent to server.
|
|
From: tom <hq-...@hy...> - 2007-03-16 15:55:26
|
Looks like Hyperic is looking in the wrong directory. The real location of the config file is: D:\bea\sodadomain\config Hyperic is looking in: D:\bea\sodadomain\servers\config How do I work around this? I get this message in the agent log file 2007-03-16 08:33:36,034 WARN [WeblogicDetector] Failed to read D:\bea\sodadomain\servers\config\config.xml: D:\bea\sodadomain\servers\config\config.xml (The system cannot find the path specified) |
|
From: tom <hq-...@hy...> - 2007-03-26 22:19:03
|
The fix for Has anyone got HQ 3.x working for both Weblogic 9.2 admin server and other has made this work |
|
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: 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: tom <hq-...@hy...> - 2007-03-10 00:39:09
|
This gets me a lot farther. I can now see the weblogic 9.2 admin server but not application server that= host my web app. I have tried to all kinds of auto discover and manual con= fig but nothing get it to work When I first set config in HQ after a successful Auto Detect I mistyped the= server URL. After correcting the typo I still can not get the Agent to aut detect the w= eblogic (no admin) server. I tried deleting, restarting, =85. But I still= get the message below on the client My typo is: lwdscsoda03 =20 corrected is wdscsoda03 2007-03-09 16:32:13,207 INFO [RuntimeAutodiscoverer] Running runtime autod= iscovery for Weblogic Admin 9.2 2007-03-09 16:32:15,550 WARN [RuntimeAutodiscoverer] Error running autodis= coverer for plugin: Weblogic Admin 9.2: java.net.UnknownHostException: lwds= csoda03: lwdscsoda03 org.hyperic.hq.product.PluginException: java.net.UnknownHostException: lwds= csoda03: lwdscsoda03 =09at org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discover= As(WeblogicRuntimeDiscoverer.java:129) =09at org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discover= Resources(WeblogicRuntimeDiscoverer.java:102) =09at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRun= timeScan_internal(RuntimeAutodiscoverer.java:292) =09at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRun= timeScan(RuntimeAutodiscoverer.java:220) =09at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java= :165) =09at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:= 41) =09at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107) Caused by: java.lang.SecurityException: java.net.UnknownHostException: lwds= csoda03: lwdscsoda03 =09at org.hyperic.hq.plugin.weblogic.WeblogicAuth.getSubject(WeblogicAuth.j= ava:148) =09at org.hyperic.hq.plugin.weblogic.WeblogicAuth.runAs(WeblogicAuth.java:1= 25) =09at org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discover= As(WeblogicRuntimeDiscoverer.java:127) |
|
From: Doug M. <do...@hy...> - 2007-03-14 00:22:59
|
You shouldn't have to delete anything, but if you deleted the server =20 from inventory in the UI when the agent was not running, you may also =20= need to: del data\* This cleans out the agent's local storage where this configuration is =20= stored. You may also need to add the following to agent.properties and =20 restart the agent if your managed app server is not auto-discovered: weblogic.discover.fqdn=3Dsame We've been run into this problem, where the plugin depends on the =20 servers ListenAddress to match up with a platform in the HQ =20 inventory. This property will force the app server to be reported =20 under the same platform as the admin server. On Mar 9, 2007, at 4:38 PM, tom wrote: > This gets me a lot farther. > I can now see the weblogic 9.2 admin server but not application =20 > server that host my web app. I have tried to all kinds of auto =20 > discover and manual config but nothing get it to work > > When I first set config in HQ after a successful Auto Detect I =20 > mistyped the server URL. > After correcting the typo I still can not get the Agent to aut =20 > detect the weblogic (no admin) server. I tried deleting, =20 > restarting, =85. But I still get the message below on the client > > My typo is: lwdscsoda03 > corrected is wdscsoda03 > > > 2007-03-09 16:32:13,207 INFO [RuntimeAutodiscoverer] Running =20 > runtime autodiscovery for Weblogic Admin 9.2 > 2007-03-09 16:32:15,550 WARN [RuntimeAutodiscoverer] Error running =20= > autodiscoverer for plugin: Weblogic Admin 9.2: =20 > java.net.UnknownHostException: lwdscsoda03: lwdscsoda03 > org.hyperic.hq.product.PluginException: =20 > java.net.UnknownHostException: lwdscsoda03: lwdscsoda03 > at =20 > org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discoverA=20= > s(WeblogicRuntimeDiscoverer.java:129) > at =20 > org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discoverR=20= > esources(WeblogicRuntimeDiscoverer.java:102) > at =20 > org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRunt=20= > imeScan_internal(RuntimeAutodiscoverer.java:292) > at =20 > org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRunt=20= > imeScan(RuntimeAutodiscoverer.java:220) > at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop=20 > (ScanManager.java:165) > at org.hyperic.hq.autoinventory.ScanManager.access$000=20 > (ScanManager.java:41) > at org.hyperic.hq.autoinventory.ScanManager$1.run=20 > (ScanManager.java:107) > Caused by: java.lang.SecurityException: =20 > java.net.UnknownHostException: lwdscsoda03: lwdscsoda03 > at org.hyperic.hq.plugin.weblogic.WeblogicAuth.getSubject=20 > (WeblogicAuth.java:148) > at org.hyperic.hq.plugin.weblogic.WeblogicAuth.runAs=20 > (WeblogicAuth.java:125) > at =20 > org.hyperic.hq.plugin.weblogic.jmx.WeblogicRuntimeDiscoverer.discoverA=20= > s(WeblogicRuntimeDiscoverer.java:127) > > |