Console Extension Problem

It seems like exception occurs due to WLS console extension problem. I
captured the errors and attaching it here.
The application is working fine on WLS 8.1, the exception occurs only when i deploy
the application on WLS 7.0. The application components are extending administration
console and displaying there. During this time, it is trying to invoke servlet(ServletStupImpl)
and failing over there.
Please check the attached file and reply me ASAP.
Regards
Senthil
[Console Extension error.txt]

What is the the platform the server is running on, and what browser you are using when the problem occurs?
Are there any exceptions in the Java console for the applet?

Similar Messages

  • Administration Console Extension problem with 8.1.5 upgrade

    I have a module of code that is an extension of the Administration Console. When I deploy the .ear file, I can see a yellow folder/node displayed in the Weblogic (8.1.3) console.
    This has been working for a couple of years until we recently upgraded to Weblogic 8.1.5 server. Even though the server log says that .ear file has been deployed successfully, the yellow folder/node does not appear in the Weblogic console.
    Any one know what may caused this problem?
    Thank you!

    From $ORACLE_HOME/bin enter the
    following:
    $ORACLE_HOME/bin/oerr ORA 01034 This will give you more info on your
    problem.

  • 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

  • Online media player won't display nor will formatting buttons in forum since Java console extension is no longer supported.

    Yesterday the following message appeared in my browser (Firefox 3.6.13):
    "The Java Console extension is no longer supported and will be automatically removed the next time you restart Firefox. This will not affect any Java applications or websites in any way."
    After receiving this message, the formatting buttons in the reply boxes of this SMF forum would not display.
    http://www.thechristianidentityforum.net/smf/
    And when I clicked on the "Listen Live" link at the site below, I got a "Cannot create DirectShow player" error message.
    http://www.3aw.com.au/
    How do I fix this?
    Many thanks in advance for your help.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Trouble with console-extension using struts portlet

    hello everyone,
    I'm developing a console-extension for wls9.2 but couldn't get is to work despite all the documentation available. The console-ext is a struts portlet which gathers data from custom mbeans via jmx and renders the result with a jsp. What already works is fetching the data from the MBeans in the struts action. What does not work is the display of the results in the admin console. So I removed all the stuff from the jsp to just display "Hello World" which should be displayed on the desktop in the admin console, but even this didn't work (it's just a blank spot). Having a look at the log file I get the following:
    e.netui.pageflow.internal.AdapterManager ERROR ServletContainerAdapter manager not initialized correctly.
    e.netui.pageflow.internal.AdapterManager INFO No ServletContainerAdapter specified or discovered; using class org.apache.beehive.netui.pageflow.DefaultServletContainerAdapter
    tui.util.config.parser.NetUIConfigParser INFO NetUIConfigParser -- load config: /WEB-INF/beehive-netui-config.xml
    e.netui.pageflow.internal.AdapterManager INFO No ServletContainerAdapter specified or discovered; using class org.apache.beehive.netui.pageflow.DefaultServletContainerAdapter
    netui.pageflow.AutoRegisterActionServlet INFO Dynamically registering module /loggingController, config XML /WEB-INF/struts-auto-config-loggingController.xml
    netui.pageflow.AutoRegisterActionServlet INFO Dynamically registering module /loggingController, config XML /WEB-INF/struts-auto-config-loggingController.xml
    (...other debug output from my struts action...)
    .wls.web.actions.LoggingControllerAction DEBUG Going to /ext_jsp/helloWorld.jsp using module null
    flow.scoping.internal.ScopedResponseImpl INFO ScopedResponse error 404:
    .netui.pageflow.PageFlowRequestProcessor WARN Struts module is configured to use com.bea.console.internal.ConsolePageFlowRequestProcessor as the request processor, but the <controller> element does not contain a <set-property> for "controllerClass". Page Flow actions in this module may not be handled correctly.
    .netui.pageflow.PageFlowRequestProcessor INFO Attempting to instantiate SharedFlowControllers for request /console/ChangeManagerAction.do
    ive.netui.pageflow.FlowControllerFactory INFO No Global.app was found in /console
    Despite the errors it seems to find my struts config (struts-auto-config-loggingController.xm) and execute the action, but then it seems to have trouble findingd/displaying the jsp (helloWorld.jsp). I tried to set various controller-elements in the struts config, like this ([url http://edocs.bea.com/wlp/docs92/portals/integrate.html#wp1005659]source):
    <controller inputForward="true" processorClass="com.bea.struts.adapter.action.AdapterRequestProcessor" />
    but this didn't work either (and results in other errors). The log from above was created with a config without any controller element (since this is never mentioned in the eDocs for console extensions).
    Despite spending several hours trying to figure out what goes wrong here I wasn't able to get one step closer to a solution. Does anyone have a clue what I did wrong (please ask if you need further information)? Thanks a lot!
    Btw. Sorry if this is the wrong forum, I could't find another one which matches better. Feel free to move the topic to a more appropriate place. thx.
    ====================================
    Struts config:
    <struts-config>
         <form-beans>
              <form-bean name="loggingForm" type="...web.forms.LoggingControllerForm" />
         </form-beans>
         <action-mappings>
              <action path="/LoggingControllerAction"
                   type="...web.actions.LoggingControllerAction"
                   name="loggingForm"
                   scope="request"
                   validate="false"
                   input="/ext_jsp/helloWorld.jsp">
                   <forward name="success" contextRelative="true"
                        path="/ext_jsp/helloWorld.jsp" />
              </action>
         </action-mappings>
    </struts-config>

    The problem could be solved by adding the "handle" property (of type com.bea.console.handles.Handle) to the form bean.
    This is stated on page 7-4 in the "Extending the admin console" guide or [url http://e-docs.bea.com/wls/docs92/console_ext/simpleext.html#wp1083856]here
    In addition the following controller element must be used in the struts config: <controller inputForward="true" processorClass="com.bea.struts.adapter.action.AdapterRequestProcessor" />
    This is not mentioned anywhere and should definitely be added to the guide.
    Hope this helps someone encountering the same problem.

  • Building an Admin Console Extension for a Custom Security Provider

    I am looking for an example or a description how to build an Administration Console extension for a custom Authentication Provider.
    Especially the creation page for the provider is interesting because I am not able to create and register the required Authentication Provider MBean.
    The call “mbeanHome.getMBeanServer().createMBean(className,objectname)” always throws the following Exception “javax.management.ReflectionException: The MBean class could not be loaded by the default loader repository”
    Even if I try the class “weblogic.security.providers.authentication.IPlanetAuthenticator”, that is part of the bea distribution, the same exception is thrown.
    It seams that the Problem has something to do with class loaders?
    When I use the standard admin console pages to create and configure my provider everything works fine.
    The only example “kennedy0208.zip” I found in the net does not deal with the creation of the MBean.
    It only customizes the edit pages for the provider and at that point the MBean has already been created by the standard admin pages.
    Maybe the author discovered the same Problems and gave up!?
    What makes me wondering is that I have to put my MBean Classes to my console extension war file to be able to import the packages in my jsp.
    If I not put the classes to my war the compiler throws an exception because he can’t resolve the package.
    Because I moved my provider implementation jar to the directory “WLHOME\server\lib\mbeantypes” as described in the bea documentation it should run without putting the classes to the war!?!
    I am very surprised that the bea documentation does not provide any example about this topic.

    Found it. Cut and paste error. I still had one of their example class
    names in my code. Oops.

  • 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

  • Perfomance Monitor Console Extension (PMCE) on WebLogic 8.1 SP3

    Is it possible to run PMCE on WebLogic 8.1 SP3?
    I downloaded PMCE from bea and used the installer to install the administrative console extension and an agent on my own machine. I 'm also running a WebLogic server instance on this machine.
    When I go to the server's administrative console it has a new section for the performance monitor, but clicking on anything in that section doesn't work.
    Any suggestions would be appreciated.
    In the server's log there are NullPointerExceptions and it says the servlet failed. The text of the error is:
    ####<DATE> <Error> <HTTP> <MACHINENAME> <MACHINENAME-WLS> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101020> <[ServletContext(id=19875128,name=PerformanceMonitor,context-path=/PerformanceMonitor)] Servlet failed with Exception
    java.lang.NullPointerException
    at weblogic.management.console.tags.TextTag.getText(TextTag.java:46)
    at weblogic.management.console.tags.TextTag.doStartTag(TextTag.java:56)
    at jsp_servlet.__prftop._jspService(__prftop.java:339)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    For anyone that is searching for the same problem. Bea customer support has confirmed that this is a bug in SP3. SP4 fixes the problem.
    Message was edited by lngtones at Jan 31, 2005 9:36 AM

  • 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.

  • Using credentials of a logged in user with JMX (Admin console extension)

    Hello,
    I would appreciate any info regarding creation of a connection to the DomainRuntimeService MBean server in an administration console extension in BEA Weblogic 9.2.
    The problem is that if I provide no security credentials, I'm not able to invoke any operations on the MBean server. Also the possibility of providing "default" user credentials within the extension "configuration" used to authenticate is not an option.
    The most convenient way would be to use the same mechanisms used by the rest of the administration console, but there seems to be very little information around about where to retrieve the username/password used to log in to the console.
    Thank you very much in advance, If you didn't understand my question, please ask for more information since English is not my native tongue.

    Hi,
    Check the following wiki content submitted by Michael Nicholls:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/excel%252bspreadsheet%252bof%252bume%252bassignment%252bdata
    The code for getting groups for your case (current logged in user) should be like:-
    IWDClientUser clientUser = WDClientUser.getLoggedInClientUser();
    IUser user1 = clientUser.getSAPUser();
    Iterator groups = user1.getParentGroups(false);
    while (groups.hasNext()) {
    IGroup group = groupFact.getGroup(groups.next().toString());
    String groupname = group.getDisplayName();
    Add this group name to a list
    I do not have NWDS access at the moment so haven't checked it myself... you may try it out.
    Also check out the following threads on the same issue:
    Re: Get all Groups for current user
    Re: Portal User and Role info

  • Console Extension with monitor user

    I have found a bug in the console extensions.
    When the server starts and the first user which login the weblogic console is a user with the role 'monitor', then the console extension won't start and I can't find my extension in the left tree.
    But when the first user is in role 'administrator', than everything works fine.
    If the first login is a monitor user, I must redeploy the console webapp and login with a administrator user, to get the console to work.
    Is there any patch for this problem?

    Guys .. If you have PMCE working for 8.1 SP4 .. Can you somebody tell me if there any extra SSL configuration that need to be done part of PMCE install and setup ?
    I keep getting the follwing :
    <Oct 3, 2005 1:53:57 PM EDT> <Notice> <Security> <BEA-090170> <Loading the private key stored under the alias DemoIdenti
    ty from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    Exception encountered while processing content in console extension:
    javax.servlet.ServletException: weblogic.security.service.SSLManager.getServerCertificate(Lweblogic/security/utils/SSLCo
    ntextWrapper;)[Ljavax/security/cert/X509Certificate;
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:469)

  • Admin console extension sample

    I've been trying to create a simple admin extension against WLS 10.0. I believe I've followed the proper procedure by creating a myextension.jar file and placing it into the console-ext of the domain root directory. In this jar file, I have a WEB-INF/netuix_extension.xml file that tries to place a portlet on the "page" parent. The portlet is nothing special and just has a "hello world" jsp page. I have placed the files in the directories as recommended by WLS documentation and created the jar file. However, the extension has no effect. There are no console errors to be found in either output or logs and am hoping to find some help.
    Are there some extra debug flags I can turn on to see if it's being loaded, i.e. is there any config setting I can enable to provide more insight into finding the problem?
    I've looked, but have been unable to find a working bare bones example like this. Does anyone know where I can find one for WLS 10.0
    Here are the contents of the files I used to generate the extension:
    The netuix_extension.xml look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-portal-extension
    xmlns="http://www.bea.com/servers/portal/weblogic-portal/8.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/portal/weblogic-portal/8.0 netuix-extension-1_0_0.xsd">
    <provider-info>
    <title>My Console Extension</title>
    <version>1.0</version>
    <description>My Console Extension</description>
    <author>Oracle Inc.</author>
    <last-modified>08/18/2008</last-modified>
    <support-url>http://www.bea.com</support-url>
    </provider-info>
    <portal-file>/console.portal</portal-file>
    <!-- Adds a page -->
         <page-extension>
    <page-location>
    <parent-label-location label="page"/>
    <page-insertion-point
    layout-location="1"
    placeholder-position="0"/>
    </page-location>
    <portlet-content
    content-uri="/portlets/myext.portlet"
    title="My Console Extension"
    orientation="top"
    instance-label="MyExtLabel"/>
    </page-extension>
    </weblogic-portal-extension>
    The /portlets/myext.portlet page is:
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:html="http://www.w3.org/1999/xhtml-netuix-modified/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/
    support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="MyAdminPortlet" title="wwMyAdminPortlet">
    <netuix:content>
    <netuix:jspContent contentUri="/ext_jsp/myext.jsp"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>
    the jsp page is:
    <html>
    <head>
    <title>Sample Application JSP Page</title>
    </head>
    <body>
    Sample Application JSP Page
    <%= new String("Hello!") %>
    </body>
    </html>
    Thanks

    I have successfully installed this sample on a domain configured with the MedRec tutorial, but failed on a newly created domain. Again there were no errors reported in the console or log. How does one get more debug information?

  • I have been getting this (or earlier version) messages every time Firefox updates for at least a year "The Java Console extension is no longer supported and will be automatically removed the next time you restart Firefox. " What should I do?

    For a long time, each time Firefox updates, it invites me to install theJava Console Update. then I get a message that Java Console not supported.

    You can uninstall (remove) the Java Console extensions and disable the Java Quick Starter extension, you do not need them to run Java applets.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    Disable the Java Quick Starter extension (if you have it): Tools -> Add-ons -> Extensions<br />
    Control Panel -> Java -> Advanced tab -> Miscellaneous -> Java Quick Starter (disable)
    See http://www.java.com/en/download/help/quickstarter.xml - What is Java Quick Starter (JQS)? What is the benefit of running JQS? - 6.0

  • Breadcrumb navigation in console extension not working

    Hi everyone,
    I'm trying to get the breadcrumb navigation working in my console-extension for wls 9.2.
    Currently it is displayed like this:
    Home >  com.bea.console.handles.JMXHandle%28%22No+context+provided+for+Loggers%22%29 ("Loggers" is the definitonLabel of my netuix:page element).
    As described on [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078025]page 6-15 of the "Extending the Admin Console" guide I added the <netuix:meta name="breadcrumb-context" content="handle" /> element exactly as in [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078078]listing 6-7.
    Do you have any idea what goes wrong here or any pointers what I might be missing?
    Any help is greatly appreciated.
    Btw. Is there a more appropriate place to post this question?

    Chariot, unless someone decompiles that swf we cannot see
    your code or how you constructed it. I did do that and took a look
    but not everyone can do that. In the future, you can either post
    the FLA or use the "Attach Code" button to show what you've done.
    1.) first thing I noticed was that your HIT area on your
    buttons is the text itself. If you make a rectangle on the HIT
    frame only that is slightly larger than your text, you won't have
    such jumpy behavior when mousing over or trying to find the "sweet
    spot" that will actually click. You've made invisible buttons, I
    see. It's the same concept. That way, you can get rid of the
    invisible buttons altogether.
    2.) Not sure why you have several layers on your buttons.
    Looks like you have a layer per letter. They can all be on the same
    layer. :)
    3.) Try to put your button code on the main timeline instead
    of on the buttons themselves. If you're curious why, read
    this
    article.
    4.) You only need one arrow button... not a different one for
    each section. Again, place the code on the main timeline and
    specify at each keyframe what you want "leftArrow_btn" or
    "rightArrow_btn" to do. I just made up those instance names but
    they'll do whatever you tell them to do even if it's different than
    what you told them to do before.
    Other than that, I don't see what you are referring to.
    There's a lot of cleaning up to be done. That will probably fix
    some errors. I've posted an example of how it might work for you
    here.

Maybe you are looking for