Problem ADF Filter

Hi,
I've got a big problem when I launch my application with a WAS 6.0 on Unix. It seems that the adf filter is not installed whereas I've declared it in my web.xml file
I don't have this problem when my WAS is on Windows
The exception log is :
[10/10/06 10:29:49:795 CEST] 00000071 viewhandler E Error Rendering View
java.lang.NullPointerException
at
oracle.adfinternal.view.faces.renderkit.AdfRenderingContext.getTranslatedString
(AdfRenderingContext.java:70)
oracle.adfinternal.view.faces.webapp.AdfFacesFilterImplverifyFilterIsInstalled
The AdfFacesFilter has not been installed. ADF Faces requires this filter for
proper execution.
10/10/06 10:29:46:071 CEST] 00000071 CoreAdfRender W
oracle.adfinternal.view.faces.renderkit.core.CoreAdfRenderingContext_initializeSkin
There is no SkinFactory
Here is a part of my web.xml code :
<context-param>
<param-name>oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER</param-name>
<param-value>com.sun.facelets.FaceletViewHandler</param-value>
</context-param>
<filter>
<filter-name>adfFaces</filter-name>
<filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>adfFaces</filter-name>
<servlet-name>Faces Servlet</servlet-name>
</filter-mapping>
Thanks for your help
Fabien

yes I've got
<faces-config>
<application>
<variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
               <message-bundle>FacesMessages</message-bundle>
               <locale-config>
                    <default-locale>fr</default-locale>
               </locale-config>     
     <default-render-kit-id>oracle.adf.core</default-render-kit-id>
</application>
</faces-config>
Nobody knows how to resolve this problem ?

Similar Messages

  • Filter-class 'oracle.webcache.adf.filter.FacesPageCachingFilter' not found

    Hello,
    I am upgrade the JHS to JHS 10.1.3.2.51 and I get the next message when deploy my application:
    500 Internal Server Error
    Servlet error: Error loading filter 'PCF', filter-class 'oracle.webcache.adf.filter.FacesPageCachingFilter' not found
    I put a post on the JHeadstert forum, but they said this is not related to JHeadstart
    Please somebody can help to me?
    Thanks
    Tony

    Tony,
    guess that I need to have a word with them because they bouncing questions back far too often. Make sure you have the Webcache libraries provided and being a part of the project you deploy
    Frank

  • ADF Filter problem

    I get the following warning when I run my ADF application
    Apr 15, 2010 6:59:50 AM oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution.
    does any1 know how can I eliminate this?

    Can you please give some more information about your environment, jdev version and the kind of adf application (Struts, rich faces, faces...) you are talking about?
    Timo

  • Problem ADF af:document i18n

    Hello,
    I tried to use SRDemo application as a base for mine, but I've got a problem with encoding.
    I wrote smth like:
    <?xml version='1.0' encoding='windows-1251'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:af="http://xmlns.oracle.com/adf/faces">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1251"/>
    <f:view>
    <af:document title="(text in russia)"/>
    </f:view>
    </jsp:root>
    When I run, everything looks fine, but source code looks like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
    <html><head><meta http-equiv="content-type" content="text/html;charset=windows-1251"/>
    <title lang="ru">& # ...; & # ...; ...</title>
    </head>
    <body>
    And so on.
    Tried to specify russian locale in all tags, but nothing helps.
    Is there any way to correct it?
    Thanks in advance

    It didn't help too.
    Now I see, that all jsf (not just ADF) components, for example, <h:outputText value="text_in_russian)"/> emit "wrong" markup. "Wrong" means the following: my .jspx files have windows-1251 encoding, as it is prompted by JDeveloper. I want them to emit windows-1251 text to the browser, while <h:outputText value="(text in russian)"/> now emits
    <input type="text" name="_id0:_id1" value="& # 1058;& # 1077;& # 1082; ... ">,
    not <input type="text" name="_id0:_id1" value="text_in_russian">.
    User sees "right" text in the browser, and value is properly updated, but maruup is "bad".
    Here are my files now:
    1.jspx
    <?xml version='1.0' encoding='windows-1251'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core">
    <jsp:directive.page contentType="text/html;charset=windows-1251" pageEncoding="windows-1251"/>
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <f:view locale="ru">
    <html>
    <body>
    <h:form>
    <h:inputText value="Текст"/>
    <h:commandButton value="Выполнить"/>
    </h:form>
    </body>
    </html>
    </f:view>
    </jsp:root>
    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>
    <application>
    <locale-config>
    <default-locale>ru</default-locale>
    <supported-locale>ru</supported-locale>
    </locale-config>
    </application>
    </faces-config>
    I think, the same questions occur with other languages? How are they solved?
    Thanks in advanced, Valeriy

  • Problem with filter function in tableview

    Hello,
    I am face the whole day with an issue. I hope to find an expert to solve my problem.
    I have a table on my view. And in most cases it is a standard functionality to filter the columns via mouseclick (see excel).
    So what I want is to implement these function in my own coding. When the event is started my table should be filtered automatically with previously (in the coding) defined options.
    So, how to implement this requirement?
    Best regards,
    Marcus

    Hi Markus,
    If I understand it correctly then you have a dropdown box and on the basis of value selected in dropdown box you need to filter the records displayed in the table view below...
    If this is the requirement then you will have to write your custom code to filter data. For your dropdown field redefine get_p_xxxx to add a server event once the value is selected in dropdown box.
    Please refer to:
    Re: Tableview - get changed data event???
    Since server round trip would be triggered you can loop on data from your context and filter it in do_prepare_output or else you can create your event handler as well...
    e Regards,
    Bhushan

  • Problems with filter exception using Network IP range

    We are using a spam filtering service for out incoming email. As such, all
    our email is directed to our SMTP server from their IP address range. We
    employ a dual firewal set up. We have a Netscreen firewall connected to the
    Internet and the Border Manager 3.8 server sits between the Netscreen and
    our internal network. On the BM server I have set up a generic proxy with a
    proxy port of 1025 to proxy the incoming email to our internal mail server.
    The Netscreen is set up to forward all SMTP (port 25) traffic to the
    BorderManager server on port 1025. Using FiltCfg I also set up a packet
    filter exception to allow traffice from the service providers network
    (Network = 104.56.144.0, Mask = 255.255.248.0) to port 1025. With this
    setup most email is received just fine. However I was getting reports of
    bounced and delayed email. Working with our service provider it was
    detemined that randomly some connections were failing. I used PktScan to
    collect packet trace infomation from our BM server. On a regular basis
    there are groups of SYN packets from the service providers email servers
    which are not receiving a response from the BM server. In some cases the BM
    server does eventuall respond with a SYN/ACK. There are also times when the
    BM server responds immediately after the first SYN. All the incoming
    connections from the service provider are currently comming in from two IP
    addresses, 104.56.144.247 and 104.56.145.247. The BM server is showing the
    same problem for both IP addresses, sometimes it responds immediatley to the
    SYN, sometimes it takes a few SYN packets before it responds, and sometimes
    the BM server never responds to the connection attempt. On a whim I added
    filter exceptions which specifed the two host IP addresses specifically
    (other than that the rules are identical to the one using the Network
    specification). After doing this the BM server is now responing immediately
    to all the incoming SMTP connection attempts from the service provider. Why
    would I be seeing this problem with the filter exception defined with a
    Network specification but not with Host specifications? Is there anything I
    can do to fix this?
    Thank you for any help provided,
    Brad Johnson

    Yes. I created 8 separate 255.255.255.0 exceptions. In viewing the packet
    trace data for the last couple of days it appears this resoloved the
    problem.
    Thanks
    Brad Johnson
    "Craig Johnson" <[email protected]> wrote in message
    news:[email protected]..
    > In article <XCo8l.13813$[email protected]>, Brad Johnson
    > wrote:
    >> Both servers are running NW 6.5 sp 6. After this problem started I
    >> applied
    >> BM38sp5_IR1, TCP681K, and wsock6o. This had no affect on the issue.
    >>
    >> If I create individual exceptions for the IP addresses I am currently
    >> receiving mail from, rather than using the range of potential addresses,
    >> the
    >> problem goes away.
    >>
    > Well, it sounds definitive enough, but I think if it were a generic issue
    > to
    > the patch level I would have heard about it from my clients who use
    > Postini
    > mail filtering service. All of the Postini-related servers have a network
    > address as a source in the filter exceptions for smtp.
    >
    > Instead of using a 255.255.248.0 mask, does it work if you set up 8
    > different
    > 255.255.255.0 exceptions?
    >
    >
    > Craig Johnson
    > Novell Support Connection SysOp
    > *** For a current patch list, tips, handy files and books on
    > BorderManager, go to http://www.craigjconsulting.com ***
    >
    >

  • Problem with filter object

    Hi, i have a filter (client number) in my WAD
    In a query i have the same client number infoobject with some attributes as a detail.
    When i run the WAD in Internet Explorer, and i search by client number, the query detail don´t show me the client number and the attributes.
    I don´t know what's the problem
    Thanks

    Hi,
    By default you get data for first 1000 records and the client may be more than that. Try increasing teh number of records under Heading "Maximum"

  • A problem about filter data in RPD by Roles

    Dear All,
    I face a serious problem.
    How I set the filter in RPD if there are several member I dont want to receive in different Generation?
    Assume I want receive A, B in Gen4, Accounts. C in Gen5, Accounts. And D, E, D in Gen6, Accounts?
    I tried to set it up in a few way, but the result didnt come out right. Some Gen4, Accounts should show but it didnt.
    Best Regards,
    Martin

    Hi Srihari,
    Thanks for your reply.
    And also I have tried with Object Model to display the report.
    Here field catalog will not come into place.
    Only the following lines involves for the ALV.
    Yet the issue comes in the same way.
    cl_salv_table=>factory( importing r_salv_table = gr_table changing t_table = IG_ALV ).
    gr_functions = gr_table->get_functions( ).
    gr_functions->set_all( abap_true ).
    gr_display = gr_table->get_display_settings( ).
    gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
    gr_display->set_list_header( 'EDI IDOC').
    gr_columns = gr_table->get_columns( ).
    gr_table->display( ).

  • Problem in filter data in alv

    Hi
    I Generate a ALV report . Now I am Selecting one column of the report  and setting filter condition , the report is getting filtered . but the problem is when i select another column along with previous selected  column , Filter Condition is getting correct .
    My CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        CALLBACK_PROGRAM  'ZPP_RAK_WORKCENTER'         IT_FIELDCAT        = I_FIELDCAT[]
        IS_LAYOUT          = A_LAYOUT
        I_SAVE             = 'A'
       I_DEFAULT          = 'X'
      TABLES
        T_OUTTAB           = ITAB_DISPLAY.
    X_FIELDCAT-COL_POS      = 1.
      X_FIELDCAT-FIELDNAME = 'BUDAT'.
      X_FIELDCAT-OUTPUTLEN = 8.
      X_FIELDCAT-SELTEXT_M = 'Posting Date'.
      X_FIELDCAT-TABNAME = ITAB_DISPLAY.
      APPEND X_FIELDCAT TO I_FIELDCAT.
      CLEAR X_FIELDCAT.
    X_FIELDCAT-COL_POS      = 2.
      X_FIELDCAT-FIELDNAME = 'SHFT_NUM'.
      X_FIELDCAT-OUTPUTLEN = 1.
      X_FIELDCAT-SELTEXT_M = 'Shift'.
      X_FIELDCAT-TABNAME = ITAB_DISPLAY.
      APPEND X_FIELDCAT TO I_FIELDCAT.
      CLEAR X_FIELDCAT.
    Edited by: anand kumar on Nov 3, 2008 8:19 AM

    Hi,
    Your fields catalogues are ok. Check your function module. Call it again and assign parameters. It has to work with more than one field filter also.
    Regards,
    Dhanunjaya Reddy

  • ADF FILTER

    6/12/14 09:04:13 java.lang.NullPointerException
    06/12/14 09:04:13      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    06/12/14 09:04:13      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    06/12/14 09:04:13      at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
    06/12/14 09:04:13      at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    06/12/14 09:04:13      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    06/12/14 09:04:13      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    06/12/14 09:04:13      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    06/12/14 09:04:13      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    06/12/14 09:04:13      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    06/12/14 09:04:13      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    06/12/14 09:04:13      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    06/12/14 09:04:13      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    06/12/14 09:04:13      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    06/12/14 09:04:13      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    06/12/14 09:04:13      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    06/12/14 09:04:13      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    06/12/14 09:04:13      at java.lang.Thread.run
    Message was edited by:
    BrunoTonet

    Hello,
    I'm also getting the same error when I use my application for the first time.
    The application server log shows:
    Component Name adfinternal
    Component ID adfinternal
    Host Network Address 10.40.113.96
    Message Level 1
    Module ID view.faces.webapp.AdfFacesFilterImpl
    User ID SYSTEM
    Execution Context ID 1173906922:10.40.113.96:692:3084:800
    Execution Context Sequence 1
    Host Name z0001-app0821-s
    Thread ID 48
    Message Type Warning
    The application is depevloped in jdev 10.1.3 using adf faces.
    it is deployed to OAS 10.1.3
    My web.xml
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    Thank you
    Kate

  • ADF Filter- change the order of displayed attributes

    Fairly new to ADF. Started a week ago. I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter? if so how would I go about it
    Thanks

    Hi,
    I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter
    where did you click on filter? Which component ?
    Frank

  • Guide Lines problems graduate filter LR 5

    I'm having a problem finding the guide lines with my  graduate filter Lightroom 5 . How do I reset my  to use the guide lines. On my computer the lines appear when using camera raw.

    Press H

  • Problem moving filter between layers

    I'm having a problem moving and pasting a filter from one layer to another. Initially, I had a light rays filter applied to the Layer, effecting all the objects (text, a video file, and a particle effect) on the layer. The problem I discovered was for some reason, when applying the filter to the entire layer, it caused the video file to jitter. Applying the filter directly to the video file eliminates the problem, but then I have to apply the filter individually to each, and if I want to adjust it's keyframes it's a pain. Any ideas?
    My second issue when I paste a filter to a layer, it pastes in and shows in the layers palatte and appears listed on the timeline, but it doesn't actually appear on the timeline. In other words, the solid bar that represents the filter in the timeline is not present, and no adjustment of the in and out on the inspector makes it visible.
    Any help you can provide on these two issues is much appreciated.
    _jason

    You're welcome.
    New Discussions ResponsesThe new system for discussions asks that after you mark your question as Answered, you take the time to mark any posts that have aided you with the tag and the post that provided your answer with the tag. This not only gives points to the posters, but points anyone searching for answers to similar problems to the proper posts.
    If we use the forums properly they will work well...
    Patrick

  • Performance Problem ADF-UIX Appl. with Bea 8.1

    Hello JDev & J2EE Folks,
    I'm running into a performance problem with an ADF-UIX Application (JDev Version 10.1.2.0.0) under Bea 8.1. Application Server. It seems that the the same application is running at least factor 5 slower than on OC4J. I didn't experience such a difference with the older JDev9i Applications, seems to be an issue with 10g. Not done much investigation so far. Are there any ideas or suggestions out there? Anyone who had a similar problem?

    Hi ,
    Did you get this resolved? Can you share? Thanks!

  • Concurrent users problem ADF JDev 10.1.2(1811)

    Hallo,
    I've posted it earlier on JHeadstart forum but this forum may be better for this problem.
    We have ADF(JHeadstart) application with uix view. Application is created with JDev 10.1.2(1811) and run on IAS 9.0.4 with WebCache enabled, DB 9.2.0.4.
    We have problem with concurrent users.
    Application creates rows by inserts to view and instead-of trigger. Only inserts are allowed and every VO i configured to allow only "while new" modifications. When one user uses application it works fine, but when many users do same actions something strange is happend. It looks like sessions mismatch or sth.
    After LOV validation or JBO exception(from validation trigger) form returns and display error messages but users get in forms values they don't entered(they look like values entered by another users). Also form is in strange state - some fileds are made readonly. Non-visible fileds like fk were validated against mendatory.
    Regards,
    Kuba

    To tell you the truth I'm using a combination of 10.1.2 and 10.1.3 since the beta is still lacking the capability to handle BC4J. I'm waiting eagerly for the final release.
    As regards that document I followed the instructions to setup the 10.1.3 and followed the same guidelines to apply the same settings on 10.1.2 which has a different screen to setup the libraries. maybe I just missed out some jar files in the library setup in 10.1.2

Maybe you are looking for

  • I installed the latest update of itunes and now I can't even open itunes. I have Windows 7.

    As seen above. I installed the latest update of itunes, as an admin on my windows 7 and now nothing is working. I already deinstalled itunes. But nothing is working. Could please someone help. It's the 11.1 or 11.2 update I think

  • X-SAN Media Network Advice

    I am researching into the implementation of a video / audio network using X-SAN as a system to manage multiple workstations and a pool storage array. Could I ask your advice about what I think I require in order ensuring I get the right network setup

  • DB Characterset Problem

    Dear All, Please let me to know how to find the current database characterset. Please also advice me how to change db charset, pre-requesits and its steps. I will be very thakful to you all. Aqeel Nawaz

  • CS4 javascript error in recordset.htm

    Hi,       I'm using Webassist eCart with Dreamweaver CS4. I will be doing digital downloads and when trying to add the proper recordset to the checkout_success.php (which tests fine) I get the following error upon hitting ok,  javascript error in the

  • ACR & PSE 10

    What is the latest versio of ACR for Mac and PSE 10?