Adfc-config navigation not working

Hello,
I have created the following navigation in the adfc-config.xml:
  <view id="partError">
    <page>/partError.jspx</page>
  </view>
  <view id="estimation-home">
    <page>/estimation-home.jspx</page>
  </view>
  <view id="estimation-chart">
    <page>/estimation-chart.jspx</page>
  </view>
  <control-flow-rule id="__9">
    <from-activity-id id="__10">estimation-home</from-activity-id>
    <control-flow-case id="__13">
      <from-outcome id="__14">fill-estimation</from-outcome>
      <to-activity-id id="__12">estimation-chart</to-activity-id>
    </control-flow-case>
  </control-flow-rule>And I am calling the outcome as:
<af:commandLink id="cl1" action="fill-estimation" partialSubmit="true" text="Test"/>But it is not working.
If I define the navigation in the faces-config.xml:
  <navigation-rule>
    <from-view-id>/estimation-home.jspx</from-view-id>
    <navigation-case>
      <from-outcome>fill-estimation</from-outcome>
      <to-view-id>/estimation-chart.jspx</to-view-id>
      <redirect/>
    </navigation-case>
  </navigation-rule>It works. I am unable to find what I am doing wrong. Any suggestion would be very helpful to me.

Hello Frank,
Before I was launching the first page as:
1. Defined index.jsp and added jsp:redirect to the estimation-home.jspx.
2. Added index.jsp as the welcome page in web.xml.
After the point you asked me, form that, I came to know I am doing this in wrong way, that's why the navigation is not working.
Now
1. I have changed my index.jsp to add
<meta http-equiv="refresh" content="0;url=./pages/estimation-home" />2. Removed the navigation from faces-config.xml and defined it in adfc-config.xml.
It is working now.
Thank you very much.
Best regards,
Tapas

Similar Messages

  • Pie chart with two measures and date dimension navigation not working

    Hi Experts,
    Pie chart with two measures and date dimension navigation not working. Any help is appreciated.
    Thanks
    V

    Hi Deepak,
    I had time dimension in the RPD.
    I have stacked bar chart with same time dim like year & month in the report. when I go to legand and set navigation it is working fine. But not with pie chart.
    I am not not sure what is the problem. When I click on Pie chart it is not navigating to the target report. Can it be any other issues..???

  • Easy config..not work..HA

    well...got my copy of 6.x and
    DELETED everything from my pc ( at home )
    (running win 95 ).
    installed 6.x ..blah.
    try to use easy config to set tnsname.ora sql*net.ora
    BANG!...no go...reading the readme.xxx
    easy config does not WORK..you have to MANUAL do it..
    i feel sorry for new developers trying to do this..
    patrick
    united airlines
    null

    It could be the work of one of your add-ons, or even add / mal-ware.
    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Make sure you know what each one is and what it does.
    Remove Yahoo Anything.
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    Also, check the programs that are on your computer
    '''Windows:''' Start > Control Panel > Uninstall Programs.
    '''Mac:''' Open the "Applications" folder.
    '''Linux:''' Check your user manual.
    Remove Yahoo Anything.
    After, reboot the computer.
    Use these after the problem is settled;
    Bookmark and use this;
    '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up and
    then resets your search preferences and home page to their
    default values, and then uninstalls itself. This affects the
    search bar, URL bar searches, and the home page.
    '''[https://addons.mozilla.org/en-US/firefox/addon/settings-guard Settings Guard for Firefox]''' {web link}
    Detects and resets changes to settings that are frequently done
    by add-ons and application installers.

  • Navigation not working in Weblogic Server but working from JDeveloper.

    Hi
    I created a simple application with some page navigations (some declarative and some dynamic using Managed Bean).
    The navigation works fine when I run from JDeveloper. (Local System)
    So I deployed the application to the WebLogic server (Local system with a domain configured with ADF.)
    The pages are getting rendered correctly, bu on button clicks, the navigation is not happening from any of the pages.
    Could I have missed something or is there a way to track what the problem might be?
    JDev : 11.1.1.3
    Web Logic Server : 11gR1 (1.3) which comes with JDeveloper
    Thanks for any help.
    Sameer

    Hi John
    I am not using task flows. I just have some jspx pages defined in the unbounded task flow adfc-config.xml connected with navigation.
    I run from JDEveloper by right clicking on the jspx files.
    The URL when run from jdeveloper is as follows.
    http://127.0.0.1:7101/SessionsPOC-ViewController-context-root/faces/MainPage
    From Weblogic server I am using the link given in the Testing tab of the weblogic administration console.
    The URL is as follows.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root (default)
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/MainPage.jspx
    Actually, the URL given in the weblogic testing tab is not runnable. I am changing the link as follows to be able to run it.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/MainPage.jspx
    I have defined the MainPage.jspx in the web.xml 's Welcome page. But it is not taking it I guess.
    Also, I am able to run the other page by giving the following url. But the navigation buttons are not working in that page also.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/SecondPage.jspx
    Thanks
    Sameer

  • Internal Navigation not working in PDF

    Hi,
    I have a PDF document (parent) which gets rendered in IE8 & IE9 without any issue. However the parent pdf has hyperlinks to other pdf files which are located on a network share in my intranet.
    The issue is when we click on the hyperlink for the pdf documents from the parent PDF document it does not open (no error is obtained). If the parent PDF is saved in the local file system then the hyperlinks start working. Note that permission is not an issue here since the network share has full rights for all accounts.
    Any help appreciated.

    Hi John
    I am not using task flows. I just have some jspx pages defined in the unbounded task flow adfc-config.xml connected with navigation.
    I run from JDEveloper by right clicking on the jspx files.
    The URL when run from jdeveloper is as follows.
    http://127.0.0.1:7101/SessionsPOC-ViewController-context-root/faces/MainPage
    From Weblogic server I am using the link given in the Testing tab of the weblogic administration console.
    The URL is as follows.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root (default)
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/MainPage.jspx
    Actually, the URL given in the weblogic testing tab is not runnable. I am changing the link as follows to be able to run it.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/MainPage.jspx
    I have defined the MainPage.jspx in the web.xml 's Welcome page. But it is not taking it I guess.
    Also, I am able to run the other page by giving the following url. But the navigation buttons are not working in that page also.
    http://10.9.73.103:7001/SessionsPOC-ViewController-context-root/faces/SecondPage.jspx
    Thanks
    Sameer

  • Insanely Simple Navigation Not Working

    Working w/the Core book, which is not much help on exception cases. Here are my files:
    WEB.XML
         <!-- Faces Servlet -->
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup> 1 </load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <listener>
                <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
         </listener>...
    FACES-CONFIG.XML
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
         "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
         "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
         <navigation-rule>
              <!--  <from-view-id>/faces/login.jsp</from-view-id>  -->
              <navigation-case>
                   <from-outcome>login</from-outcome>
                   <to-view-id>/welcome.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
         <managed-bean>
              <managed-bean-name>user</managed-bean-name>
              <managed-bean-class>com.ontometrics.web.test.User</managed-bean-class>
              <managed-bean-scope>session</managed-bean-scope>
         </managed-bean>
    </faces-config>LOGIN.JSP
    <html>
         <%@ taglib uri="http://java.sun.com/jsf/core" prefix="o" %>
         <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
         <o:view>
              <head>
                   <title>Login Screen</title>
              </head>
              <body>
                   <h:form>
                        <h3>Please enter your name and password.</h3>
                        <table>
                             <tr>
                             <td>Name:</td>
                             <td>
                                  <h:inputText value="#{user.email}"/>
                             </td>
                             </tr>
                             <tr>
                                  <td>Password:</td>
                                  <td>
                                       <h:inputSecret value="#{user.password}"/>
                                  </td>
                             </tr>
                             </table>
                             <p>
                                  <h:commandButton id="login" value="Login" action="login"/>
                             </p>
                        </h:form>
                   </body>
         </o:view>
    </html>WELCOME.JSP
    <?xml version 1.0 ?>
    <jsp:root version="2.0"
         xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:o="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html">
         <o:view>
              <o:verbatim><![CDATA[<!DOCTYPE html
                   PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN"
                   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]>
              </o:verbatim>
              <html xmlns="http://www.w3.org/1999/xhtml">
                   <head>
                        <title>Welcome Screen</title>
                   </head>
                   <body>
                        <h3>
                             Welcome to Java Server Faces,
                             <o:outputText value="#{user.first}"/>!
                        </h3>
                   </body>
              </html>
         </o:view>
    </jsp:root>I am loading the page with:
    http://localhost:8080/web/faces/login.jspand that prompts these warnings in the log file:
    Aug 9, 2004 2:24:29 AM com.sun.faces.application.ViewHandlerImpl getFacesMapping
    WARNING: Unable to determine FaceServlet mapping for servlet path '/faces'.
    Aug 9, 2004 2:24:29 AM com.sun.faces.application.ViewHandlerImpl getFacesMapping
    WARNING: Unable to determine FaceServlet mapping for servlet path '/faces'.
    Aug 9, 2004 2:24:30 AM com.sun.faces.application.ViewHandlerImpl getFacesMapping
    WARNING: Unable to determine FaceServlet mapping for servlet path '/login.jsp'.Then when I click submit, I get this:
    StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    javax.servlet.jsp.JspException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:399)
         at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
         at org.apache.jsp.login_jsp._jspx_meth_o_view_0(login_jsp.java:92)
         at org.apache.jsp.login_jsp._jspService(login_jsp.java:69)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:268)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:258)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:205)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:709)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
         at java.lang.Thread.run(Thread.java:552)

    JSF matches patterns based on your web.xml file. You don't put your jsp pages in a folder called /faces or name them with a .faces extension. You just have a normal directory structure, like so:
    ${context_root}/
    somePage.jsp
    folder1/someOtherPage.jsp
    In order to use jsf, you have to have a faces servlet & mapping in your web.xml file:
         <!-- Faces Servlet-->
         <servlet>
              <description>
                   This is the Faces Servlet; the central controller for all jsf applications.
              </description>
              <display-name>The Faces Servlet</display-name>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <init-param>
                   <param-name>config</param-name>
                   <param-value>/WEB-INF/faces-config.xml</param-value>
              </init-param>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Faces Mapping -->
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
    This tells the web container that any URL request for /faces/somePage.jsp must be routed through the FacesServlet, where the actual jsp to process is /somePage.jsp. Similarly, if the server gets a request for /faces/folder1/someOtherPage.jsp, it will process /folder1/someOtherPage.jsp through the faces servlet.
    So, if your web container is at http://localhost:8080
    And your context root is: /webapp_contextroot
    And your jsp is: /folder/page.jsp
    And your FacesServlet mapping pattern is: /faces/*
    Then to request that page you must type the url:
    http://localhost:8080/webapp_contextroot/faces/folder/page.jsp
    On the other hand, if you had the same setup as above but your faces mapping was *.faces, you would have to access this url:
    http://localhost:8080/webapp_contextroot/folder/page.faces
    That's how it works, someone please correct me if I'm wrong...

  • Voice navigation not working on iOS 6 maps 4S

    Voice navigation is not working, no voice
    Coming out of maps  on iPhone 4S maps on iOS 6/6.0.1
    I have tried everything . Help needed!

    Sure it's availble in the country you're trying to use such? Read here:
    http://www.apple.com/ios/feature-availability/

  • Filter and navigation not working properly

    Hi Gurus,
    I have two reports - report1(source) and report2(target) report.
    In report1, it shows two columns - Market_ID, Amount_sold
    In report2, it shows two columns - Market_ID, Reasons(where Market_ID is made prompted)
    In report1, I have made the Value Interaction as 'Navigate' and the target as 'path of report2' in Column properties ->Column Format
    But, when I click on Market_ID(report1), it is NOT showing the details of that particulat Market_ID(report2).
    It is showing the details of whole Market_ID in report2. That means, the filter is not working properly.
    Is there any method in which the report2 shows the details of particular Market_ID which is selected from report1(market_ID)?
    Best Regards,
    J

    yes you can,
    in your source add a master_name column and in that make the navigation.
    in the master_id column go to column format and style options and check the Use Custom CSS style option and type,
    display: none
    now in your source the master_id column will get hidden. in your target make the master_id prompted.
    now click on the master_name in your source, your target will get filtered by the corresponding msater_id
    thanks,
    Karthick
    Edited by: kart on Jun 7, 2010 11:52 AM

  • Table of Contents navigation not working

    I am using Captivate 6.  I have a separate TOC, with only 4 items.  'Self paced Learning' and 'Enable Navigation' are both checked. However, when I publish to SWF, or preview, the navigation does not work.
    Due to IT team desktop image restrictions, I can only check this in IE8, using Flash 11.1.102.55.
    Any suggestions?
    Kayellsa

    I'm having the same exact problem.  I do not have the Navigate Visited Slides only option checked.  I want the user to be able to just skip to a section.  I've noticed it works to an extent, but easliy gets hung up.  So if I click to a section, the project either gets stuck or it continues to play, but audio dissapears.

  • LMS 3.2 - Syslog Config fetch not working

    Hello,
    the syslog config fetch on my LMS 3.2 with RME 4.3.0 is not working.
    I get syslog messages from devices and the count in the syslog collector status is okay.
    But in the syslog message summary in device center the count is not getting higher with every message.
    And the config fetch is not working.
    I changed the logging level in the collector-properties to "debug" and got the following messages for a device which I want to fetch:
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, FcssEmblemProcessor - About to process the syslog string  : Jun 07 14:40:23 10.155.224.102 53: Jun  7 14:39:57: %SYS-5-CONFIG_I: Configured from console by shru1307 on vty0 (4.26.16.20)
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Parser : com.cisco.nm.rmeng.fcss.common.FcssEmblemAFormatParser@13bd574
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Parser : com.cisco.nm.rmeng.fcss.common.FcssEmblemBFormatParser@13adc56
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Parser : com.cisco.nm.rmeng.fcss.common.FcssGenericFormatParser@157aa53
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Parser : com.cisco.nm.rmeng.fcss.common.CSSSyslogFormatParser@6f50a8
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, EmblemA not valid.
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, EmblemB not valid.
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, EmblemA valid.
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Setting daemon date
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, After adjusting the offset Mon Jun 07 14:40:23 CEST 2010 GMT 7 Jun 2010 12:40:23 GMT
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Parsed using the parser : com.cisco.nm.rmeng.fcss.common.FcssGenericFormatParser@157aa53
    SyslogCollector - [Thread: EvaluatorThread-0] DEBUG, 07 Jun 2010 14:40:24,546, FcssEmblemProcessor - Valid EMBLEM format. Passing on...
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Converted syslog to filter string. Filter string is 10.155.224.102;;;SYS-5-CONFIG_I: Configured from console by shru1307 on vty0 (4.26.16.20)
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, ^((10\.161\.1\.45);;;(\S+)(-(\S+))?-(.*)(-(.*\s*))?\s*:\s*.*)$
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, FcssFilterPatternSet- inside 6
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, getInterestedSubscribers() - Incrementing filtered count for HNW2K3CISCO03
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, getInterestedSubscribers() - No interested subscribers. Returning null.
    SyslogCollector - [Thread: FilterThread-0] DEBUG, 07 Jun 2010 14:40:24,546, Entered zero size
    I attached the AnalyzerDebug.log, syslog_debug.log, SyslogAnalyzer.log and SyslogCollector.log for further informations.
    Thanks for any advice!
    Sven

    After I restarted the processes the syslog queue is empty and the config fetch works :-)
    Output from syslog.log:
    Jun 15 09:37:51 4.72.80.13 3131: Jun 15 09:36:59.881: %SYS-5-CONFIG_I: Configured from console by shru1307 on vty0 (4.26.16.20)
    Output from AnalyzerDebug.log:
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,74,Invoking Config collection for syslog message
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,81,Before triggering syslog config fetch
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,83,Syslog Timestamp Tue Jun 15 09:37:51 CEST 2010
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,85,DCMA Endtime String 2010-06-10 00:51:02.94
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,90,DCMA Endtime String after formatting Thu Jun 10 00:51:02 CEST 2010
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,98,Buffer Time after adding 5 minutes Thu Jun 10 00:56:02 CEST 2010
    [ Tue Jun 15  09:37:52 CEST 2010 ],INFO ,[Thread-2],com.cisco.nm.rmeng.dcma.client.RmeSaDcmaActionHandler,act,101,Triggering fetch on syslog since Timestamp > bufferTime
    My last question is now, what can I do that the syslog queue will not getting full one more time?
    Is logrot a solution? My syslog.log will be rotated at 128 MB.
    Thanks a lot!
    Sven

  • How do I enable Javascript in Foxfire 29.0? about:config does not work.

    I've just downloaded the newest available Foxfire (29.0) in the hope I can access my gmail account. But it still says "Javascript is not enabled". about:config does NOT show a preferences menu, so I can't toggle Javascript on. I tried downloading add-ons to toggle Javascript on/off, but they are not compatible with Firefox 29.0.
    Must I stop using Firefox altogether? I cannot access my banks, my credit cards, or my gmail accounts, nor can I access YouTube. This is all I use my browser for -- so Firefox is no longer useful to me, unless you can give me a fix for this!
    Carol Stromek

    This solution didn't work, because the page was redirecting and never arrived. It might have been because I was using Internet Explorer, which also is not Javascript enabled -- but the Mozilla Support Forum requires Javascript enabled in order to access it!
    I used Chrome, and was able to toggle it when the about:config field ''finally'' opened. The originally posted instructions omitted the instruction that the command about:config will only work if you do it from the Firefox home screen, where the orange word 'Firefox' appears at the beginning of the destination.

  • Object based navigation not working in FPN

    Hi All,
    We are having issue with Object Based Navigation in FPN. 
    System details are, Central Portal 7.01 sp 06 and Child (SRM) Portal 7.01 SP 07.
    We are using the standard business package iView Check Status, which is working fine in Producer Portal and the same is not working in Central Portal.
    Kindly help us on this.
    Regards,
    Venkatesh K

    Hi Venkatesh,
    Before gettign into the isue there is some limitation given by sap on this reagrds of OBN with fpn:
    1.A content developer may create an OBN source iView to call the OBN service to run code that processes a number of target iViews and displays them for the user to choose from, during runtime, in a context menu accessible from the source iView.
    When in remote delta link mode, the federated portal network does not support this implementation of OBN, regardless or whether the source iView calling the OBN service was created in NetWeaver 7.1 or in NetWeaver 7.0 and then upgraded to 7.1.
    2.The user on the consumer side may have additional roles that the respective user on the producer does not have.
    Conversely, OBN does not search for targets in roles that the user has on the producer, which do not exist on the consumer.
    Note also: In remote role assignment mode all content editing is done on the producer, including the editingobject-based navigation, such as the removal and addition of implementations and changes in priority
    so as per your perspective issue can i clearly knwo abou the issue your getiing ,as it is working fine in Producer Portal and not in central portal right?
    Once check for the remote delta link which might help you to resolve your issue,Hope this information helps you or take near to the issue any more queries get back !
    Thanks&Regards
    AswinChandraGirmaji

  • Flash Navigation Not Working (the swf works, but the external links don't)

    I used Illustrator and Flash Catalyst to make a navigation bar for my website, but it's not working... I click links and nothing happens. I click one of the links to the sub-menu (the "careers" button and "advertising" button go to other menus) and those work fine, but the links themselves aren't working, even though they were when I first uploaded it...
    I've double and triple checked, and they all have the right links associated with them in FC, so any ideas on what I should do to fix it?
    The site: http://www.sorean.net
    ALSO: Anyone not using Firefox, if you could see if they work for you, I'd much appreciate it.
    Anyway, you click on the logo to bring the main menu back up if you're in a sub menu... But I've had to put text-based links above the navigation so that it wouldn't be a huge inconvenience while I'm trying to make it work.
    Any help or suggestions are greatly appreciated.
    - Amanda

    I figured it out... I was trying to use the navigation on multiple layers (sub-folders) of my site, but putting a full URL makes the external links NOT work
    like "http://mydomain.com/file.swf" instead of just "file.swf" but when I changed it to NOT include my domain, it works great. ... SO, I did have to put a copy of the swf in each sub-folder, but that's ok, 'cause as long as it works, I'm good. I'm so excited.

  • HTMLDB 1.6 Popup LOV navigation not working

    Hi all,
    I've recently migrated from 1.5 to 1.6.
    The pop-up LOV's navigation buttons (ie: Next) do not work. I click them but nothing happens. Any ideas?
    This happens regardless of the query used...
    Thanks...

    Thanks! That did solve the problem;
    The problem resides in the Popup LOV template. Under the field "Next button text" the default value is Next &gt(ampersandgt) <-- substitution is occuring on the screen);
    And "Prev Button text" value is &lt(ampersandlt); Previous
    If you remove the "&lt" or "&gt" from each of these the pagination works properly.
    I decided to look into a different template, my template was Template 3, business look. I checked out Template 9 and it used a different value "< Previous" I pasted this into my template and it worked. Looks like the "& gt or lt substitution " conflicts here...

  • I lost the save and quite funtion in FF16.0.1 .about config is not working..

    I have set the function of save and quite in the FF 15.0.1 However, I lost it after upgraded it to 16.0.1 .I try to use about config method .But it's not working..

    Hi,
    it seems I lost my other account or made some other mess.
    anyway, reading this thread I think I can give you better pointers for troubleshooting than on my blog.
    Please run a
    dmsetup ls
    once you're in the installer (thats for me to verify)
    now, next, it seems all that is missing is the multipath config file in the install initrd.
    If the target linux mpath (if it still exists, i don't got time for testing) is selected, then multipathd will be launched - but without a config, the internal defaults will take over, meaning you end up with the user friendly name instead of the WWN.
    Basically you should be able to find the error looking at the kickstart /etc/rc and restarting multipath with new configs over and over.
    Might be fun :)
    It would be helpful if Oracle picked up your fixes even w/o a support contract. :)
    (ranting: It'll be a festival for me when the multipath tools devs finally get around to groking the world of real sans and create a plugin api for enclosure based naming that is just 10% as good as the one in VxVM. WWIDs are a sad joke, they're intended so the OS can identify the disks well so it can present userful names to the user.
    Not to let the user choose between useless udev-names and non-human-readable WWNs. And yeah, I have tried to make udev scripts for enclosure based naming. Didn't go well obviously :)

Maybe you are looking for