|
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) > > |