Where to find diagnostics-console-extension.jar(WLDF) file

Hi All,
I am doing Load balancing / fail over testing using DB RAC11g and weblogic 9.2MP3, so I would like to know how many requests are going to each node in the RAC data base. For this I would like configure the diagnostics-console-extension.jar to my weblogic server. I tried to download this jar file internet, but I didnot get it. Can anyone help me in getting this jar file.
I also see "diagnostics-agent.jar" file at WL_HOME/server/lib location, is this same as diagnostics-console-extension.jar file or this is different.
Help me in finding this jar file or some other alternative to achieve this requirement.
thanks
Venkat.

Yes In 9.x/10.x you can enable it from the Admin Console or copy the file from WL_HOME/wlserver/server/lib and copy this to DOMAIN_NAME/lib and bounce the Admin Server to see the Extension

Similar Messages

  • Applet loading Failed .... for diagnostics-console-extension.jar

    Hi everybody,
    i downloaded diagnostics-console-extension.jar from bea site. i copied this file to D:\bea9.0\user_projects\domains\mydomain\console-ext. i started weblogic server . in administration console when i clicking WLDF console extension tab it gives the Applet loading failed....and also in server console it gives an exaception as follows ""
    java.lang.ClassNotFoundException: jsp_servlet._com._bea._diagnostics._dashboard.
    __chartpanelapplet_class.
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:512)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:224)
    at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(Servlet
    StubImpl.java:383)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:298)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:165)
    Truncated. see log file for complete stacktrace
    >
    in Java console output Exception
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\mselvan
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.ClassFormatError: Truncated class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-5" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.bea.diagnostics.dashboard.ChartPanelApplet.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    so kindly any one help for the same.please help me
    Thanks & regards
    Selvan.M

    Several issues with the diagnostic console extension have been fixed in WLS 9.2. Can you try the extension from 9.2? WLS 9.2 is now ready for download from the BEA site.
    Thanks

  • How do I tell iTunes where to find my default Outlook 2013 pst file?

    How do I tell iTunes where to find my default Outlook 2013 pst file - I do not use the default location and I am not using Exchange?

    Basically now what you will have to do is clear your library, and then re-add the music from the external drive (File menu, "Add folder to library").
    For future reference though, the best way to handle this situation would have been to first create a "Music" folder on the external drive, set that as the default music folder (Edit menu, Preferences, the General sub-tab under the Advanced tab), and then use the Advanced menu "Consolidate Library" option. This would have copied all your iTunes music to your external drive and re-linked iTunes to that location for each of the songs. Then all you would have had to do is delete the song files off the computer's hard drive, and it wouldn't have had any effect on the iTunes library.

  • Where do I add my custom jar library files

    I need sone extra .jar library files, fo my application to compile. e.g
    lotusxsl.jar, xerces.jar
    what should be the location of these files, in the .ear file, and also in
    exploded directory?

    Yes, that might work but the problem is that to my understanding only the
    content of .ear-files are distributed to managed servers. Where do I put my
    jar-files inside the .ear-file?
    "Viresh Garg" <[email protected]> wrote in message
    news:[email protected]..
    best thing would be to put them in any relqative directory in archive or
    exloaded directory and then add them as classpath element in manifest filefor
    your archive/exloaded directory.
    Viresh Garg
    Manmari wrote:
    Thanks Viresh. So in 6.1 where do I put these files in the .ear ?
    My guess is, I need to put them under WEb-INF/lib directory in the .war
    file. and similarly in the exploded directory as well.
    Can you please confirm this, or otherwise?
    Thanks
    "Viresh Garg" <[email protected]> wrote in message
    news:[email protected]..
    Currently you have to put then in system classpath and not include in.ear.
    Unfortunately manifest calsspath currently doesn't work with
    enterprise
    archive. This is getting fixed in 6.1, for which beta is alreadyavailable.
    Consult J2EE Application specifications for manifest classpath and to
    know
    how it works.
    Viresh Garg
    BEA Systems
    Manmari wrote:
    I need sone extra .jar library files, fo my application to compile.
    e.g
    lotusxsl.jar, xerces.jar
    what should be the location of these files, in the .ear file, andalso
    in
    exploded directory?

  • Where to find javadoc for wsdl.jar

    With Oracle Jdeveloper 9.0.695 comes wsdl.jar.
    I suppose that it is some kind of parser for wsdl document.
    Does anybody know where I can find a javadoc fro this library ?
    Thank you in advance!

    The JavaDoc wasn't ready in time for inclusion in the release
    candidate, but it will be in the production release.

  • Web logic 10.3  - WLDF Console Extension java applet is not loading

    Weblogic running in Solaris
    Navigating to the weblogic console using – HTTP like , http://host:port/console
    I was trying to enable WDLF console extension , as mentioned in documentation copied diagnostics-console-extension.jar to <domain>/console-ext folder. After this a I could see the “WLDF Console Extension” tab when I log into the admin console. But the java applet is failing to load - showing Error: Click for details , follwing are the details
    Java Plug-in 10.2.0.13
    Using JRE version 1.7.0_02-b13 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Appreciate your comments

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • Myfaces-extensions.jar DOWNLOAD ????

    Can somebody please tel me from where do I donwload mfaces-extensions.jar .
    I am really tired of searchin over the net, but of use. :(

    Got it, but turns out that it is not use full at all :) for my application.

  • Can't find a valid editor for this file extension

    When I try to open access from within Dreamweaver I get this
    error message.
    Can't find a valid extension for this file extension
    I have MSACCESS showing in Edit > Preferences > File
    Types Editors
    Many Thanks for any help
    John

    Support for ColdFusion and other databases were removed from DWCC. You can add them back with the Legacy Extension, or adding a paid extension from DMX Zone...
    About 1/2 way down this page for the legacy extension: http://blogs.adobe.com/dreamweaver/
    It's a paid extension, but adds back a lot of the things that were removed...
    http://www.dmxzone.com/go/22072/dmxzone-database-connector-php

  • Issue with WLDF Console extension  displaying  Instrumentation details

    Hi,
    I have enabled WLSDF Console extension on WLS9.1.
    I am able to monitor weblogic metric data but when I enable instrumentation in my diagnostic module WLDF console displays server state as Unknown.
    I am not able to monitor any metric data or request details after enabling instrumentation.
    I have enabled DEBUG for diagnostic package and I can see diagnostic data getting collected in a server file store.But I am not able to see any details on WLDF dash board.
    Has anyone experienced similar issue ?
    Thanks & Regards,
    Bhushan

    Hi Bhushan,
    Can you post your WLDF descriptor, and your config.xml? I'm not sure I can decipher what's going on based on the problem description.
    Modifying or deploying a WLDF descriptor to a server should not affect the console extension behavior. Are there any error messages in the server log?
    Are you actively graphing metrics in a DB configuration that are not displaying after this change?
    Thanks,
    Mike

  • Where to find Enterprise Manager 10g Java Console software on OTN?

    Hi All, Please let me know where to find Enterprise Manager 10g Java Console software on OTN? Appreciate your help!
    Thanks!

    "The Java Console program is on the Oracle 10G Client software CD. When you are prompted to choose the type of installation, select the Administrator option and the Java Console will be installed with the rest of the software. After the installation is complete, navigate to the Oracle home's bin directory where you installed the Oracle Client and type in:
    oemapp console
    "

  • WLDF Console Extension

    I'm trying to view the pre-packaged JVM Runtim View from the GUI WLDF console in WLS 10 and while I can see the charts and verify that the time are updating, there is no data.
    I am basically looking at empty charts with updating refresh times. Is there another step outside of those needed to enable the console, that need to take place before the charts begin to populate with data?

    I have the same problem. i added the WLDF console extension But it doesn't seemed to be useful to me. Because it is very hard to analyze graph from it.

  • Where to find 3 Jar files

    Hello,
    Can someone kindly provide me with the path to these 3 jar files on the server:
    1. com.sap.portal.usermanagementapi.jar
    2. com.sap.portal.pcd.glserviceapi.jar
    3. com.sap.portal.pcmbuilderserviceapi.jar
    Thanks,
    Enas

    Hi Enas
    You can use jar class finder to locate the jar files.Check this blog.
    Using JAR Class Finder
    Also check these links.
    Re: Is anyone using IBM's JAR Class Finder in NWDS/Eclipse? Help
    Re: Where can we download the API jar files in SDN
    Regards
    Yoga

  • Where to find the jar fie  for the following packages

    Hi All,
    Can any one help me to find out the Following jar file. i am unable to find the jar file for these package.
    import com.sapportals.wcm.repository.ICollection;
    thanks in advance.

    It is in bc.rf.framework_api.jar
    But the best way to find out is to use the classLocator to search for the jar files containing specific class files.
    Check out this thread.
    How to search for a class to know it is in which Jar file
    Also you will get lots of document on the sourceforge home page as to how to use to class locator
    Hope this helps.
    Please reward points for helpful answers on SDN

  • HELP: failed to deploy and run WL performance monitor, console extension

    Hi All
    i downloaded and installed the WL performance monitor, console extension package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war.
    java.io.FileNotFoundException: No such path: null\java\FenwayWL.war
         at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
         at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155)
         at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
         at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war" and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However, it seems
    of no use. I still failed to carry out any operations through "performance monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources" and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration "
    screen. Very thankful somebody can help me to sort out my problem. My platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

    In order to find the PerformanceMonitor web app, the ConsoleExt needs to
    examine your classpath to get the appropriate WLHOME. It does this by
    searching for .../server/lib/weblogic.jar. Please make sure your CLASSPATH
    is correct and matches where PerformanceMonitor is installed. For example,
    the path to .../server/lib/weblogic.jar is the same as to ../common/perf. In
    my world, they both happen to be d:\bea\weblogic81.
    Paul.
    "dso" <[email protected]> wrote:
    >
    Hi All
    i downloaded and installed the WL performance monitor, console extension
    package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at
    "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException:
    No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war"
    and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However,
    it seems
    of no use. I still failed to carry out any operations through "performance
    monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources"
    and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration
    screen. Very thankful somebody can help me to sort out my problem. My
    platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

  • HELP: failed to setup and run WL performance monitor, console extension on WL 8.1

    Hi All
    i downloaded and installed the WL performance monitor, console extension package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException: No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war" and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However, it seems
    of no use. I still failed to carry out any operations through "performance monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources" and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration "
    screen. Very thankful somebody can help me to sort out my problem. My platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

    In order to find the PerformanceMonitor web app, the ConsoleExt needs to
    examine your classpath to get the appropriate WLHOME. It does this by
    searching for .../server/lib/weblogic.jar. Please make sure your CLASSPATH
    is correct and matches where PerformanceMonitor is installed. For example,
    the path to .../server/lib/weblogic.jar is the same as to ../common/perf. In
    my world, they both happen to be d:\bea\weblogic81.
    Paul.
    "dso" <[email protected]> wrote:
    >
    Hi All
    i downloaded and installed the WL performance monitor, console extension
    package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at
    "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException:
    No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war"
    and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However,
    it seems
    of no use. I still failed to carry out any operations through "performance
    monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources"
    and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration
    screen. Very thankful somebody can help me to sort out my problem. My
    platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

Maybe you are looking for

  • Sql Server Network Error !!

    HI we hav 2 sys landscape ,dev and qal on one server and prd on one server  dev and qal are not getting up simultaneously . when I start dev the qal is getting down and if start qal dev is getting down. but if I start dev alone its getting up and sam

  • Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade.

    Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade. Is there any way to use a 10.5.7 wireless .kext files on Snow Leopard? And where can I find the files?

  • HT204406 itunes match playlists from imac not appearing on ios devices

    I've finally gotten my entire iTunes library onto iTunes Match.  (Be patient folks, it only took 4 weeks for my entire library to load!) However, the Playlists that I've created on my iMac are not appearing on any of my IOS devices (iPad, iPhone, etc

  • Purchased OS X but it is not downloading on my machine.

    I purchased OS X from appstore The icon places itself on the dock But there is not progress with the download I have cancelled the download and went pack to appstore to install again, the programme is not downloaded Any advice?

  • Messed with kexts, killed kb/tp on brand new mac!!! help

    ok, i was trying to disable mac's usb ports to see if that would let windows in Parallels get access to it (later learned this was impossible) so that I could read/write to an external ntsf hard drive. One method with SOME potential that I found on a