B1i Scenario Filter Definitions problem

Hello gurus,
we copied the IC.Purchasing scenario in order to create a new one but using the setup wizard the filter definitions do not seem to appear anywhere.
Is there some different way i could set them up?
Thanks in advance!

In case anyone has the same problem;
it would appear, in the Scenarios -> Package Design -> Definitions -> Criteria Fields menu, i had entered a wrong name in the Default Steps column.
After that, in the wizard setup the filter definitions appear correctly.

Similar Messages

  • Filter Key problem in table without ALV

    HI,
    I have two tabs in my view. In Each tab I have a table which are binded to different nodes.
    Now i am applying FILTER for these two tables using Toolbar UI Element. I have created a ToolBar Toggle button inside this.
    In the action (DO_FILTER)of this button i am using the following code.
    IF table_1.
    in any case clear the table's filter strings
      l_node = wd_context->get_child_node( if_v_1=>wdctx_n_node1 ).
      l_node->invalidate( ).
    if the filter is off: show the whole shebang
      wd_this->table_method_hndl->apply_filter( ).
    ELSEIF table_2.
    in any case clear the table's filter strings
      l_node = wd_context->get_child_node( if_v_2=>wdctx_n_node2 ).
      l_node->invalidate( ).
    if the filter is off: show the whole shebang
      wd_this->table_method_hndl->apply_filter( ).
    ENDIF.
    In the modify view i am calling this action 'DO_FILTER' for applying my filter option. Now when i run my program the filter keys are working fine.
    I am having the problem for the belowing scenario.
    1. In tab1 i have 5 rows in table. I apply filter and getting 2 rows in table.
    2. Now i use select tab to go to tab2 and there i have 6 rows.
    3. Now again i go back to tab1. My problem comes here.
    Now it is only displaying 2 rows in table1. (The first two rows in the total no. of 5 rows). (Two rows because in filter only 2 rows where displayed.)
    Note: In the select tab when i debug i am able to notice that the internal table which is binding to table1 is having 5 rows and not 2 rows.
    My modify code has the following code.
        IF lv_a_sel_tab = 'TAB1'.
    Get reference of the table view element
          l_table ?= view->get_element( 'TABLE1' ).
    Get reference to the Filter & Sorting API
          wd_this->table_method_hndl ?= l_table->_method_handler.
    Set or cancel the table's filter action
          IF lv_a_checked = abap_true.
            l_table->set_on_filter( 'DO_FILTER' ).
          ELSE.
            l_table->set_on_filter( ' ' ).
        ENDIF.
       ELSEIF lv_a_sel_tab = 'TAB2'.
    Get reference of the table view element
          l_table ?= view->get_element( 'TABLE2').
    Get reference to the Filter & Sorting API
          wd_this->table_method_hndl ?= l_table->_method_handler.
    Set or cancel the table's filter action
          IF lv_a_checked = abap_true.
            l_table->set_on_filter( 'DO_FILTER' ).
          ELSE.
            l_table->set_on_filter( ' ' ).
          ENDIF.
        ENDIF.
    Please tell me how to make these deactivation rows active, so that all rows will be displayed when selecting the tab.
    Regards,
    Delphi.

    ommit

  • Filter Function problems on ALV report. [Resolved]

    Hi,
    I developed an ALV report by using function as below:
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
             EXPORTING
                  I_CALLBACK_PROGRAM = G_REPID
    *            I_CALLBACK_PF_STATUS_SET = status_set
    *            I_CALLBACK_USER_COMMAND  = USER_COMMAND
                  I_STRUCTURE_NAME = 'T_BSIK'
                  IS_LAYOUT        = GS_LAYOUT
                  IT_FIELDCAT      = GT_FIELDCAT[]
             TABLES
                  T_OUTTAB    = TAB_BSIK.
    And this ALV custom report is referenced from standard function FBL5N.
    After i completed this report, i made an comparision of FBL5N and my custom report.
    When I apply the filter function, for example, on the document type, I cannot input 2 characters in the document type field under the filter function. The field length is only 1 character. Similar case results on the field document date.
    While the standard function FBL5N works very nice.
    What should i do to make the filter function of my own ALV report as the same as the standard function FBL5N do?
    Thanks in advance.
    Lala
    Message was edited by:
            Hoo lala

    Oh, i found where the problem is...
    add below 2 statements, then the question is resolved.
      LS_FIELDCAT-ref_fieldname = ****
      LS_FIELDCAT-ref_tabname = ***
    FORM FIELDCAT_INIT tables RT_FIELDCAT.
    CLEAR LS_FIELDCAT.
      LS_FIELDCAT-COL_POS   =  3.
      LS_FIELDCAT-FIELDNAME = 'BLART'.
      LS_FIELDCAT-TABNAME   = 'TAB_BSIK'.
      LS_FIELDCAT-SELTEXT_L = 'Document Type'.
      LS_FIELDCAT-ref_fieldname = 'BLART'.
      LS_FIELDCAT-ref_tabname = 'BSIK'.
      APPEND LS_FIELDCAT TO  RT_FIELDCAT.
    endform.
    Fine now.
    Lala

  • In a document library : group by view and manage metadata filter & Navigation problem

    Hi all, I encounter a problem when configuring a document library using a group by view and in combination with the Managed Metadata filtering and
    navigation :
    - all the documents appear under my group by, even the ones that does not correspond
    - In the other hand, the number in brackets shows the correct number of documents that should be shown
    See screenshot below. 
    Did you already encounter that issue ? Is there a workaround ?

    Hi,
    According to your post, my understanding is that you wanted to use a group by view and combine with the Managed Metadata filtering and navigation in a document library
    to show the corresponding documents with the correct numbers in SharePoint 2013.
    In my SharePoint 2013, I created a view which was group by two columns and combine with the Metadata Navigation Hierarchies and Key Filters some fields in a document
    library. As a result, it showed only items matching the filter values.
    So, I recommend that you can follow the steps to implement it in your environment.
    Step1: Enable Metadata Navigation and Filtering:
    Metadata Navigation and Filtering is a Site Feature that has to be activated for this to work.
    And, the Metadata Navigation and Filtering feature is enabled by default on most sites.
    If it is not enabled for your site, you can enable it on the Site Features pages for your site.
    You must be a Site Owner or a Site Collection Administrator to enable Metadata Navigation and Filtering.
    1. Go to “Site Settings” and click “Manage site features” under Site Actions.
    2. Find “Metadata Navigation and Filtering” in the Features list and click “Activate”.
    Step2:
    Configure Metadata Navigation:
    You must have a least the Manage Lists permission level to configure metadata navigation for a list or library.
    1. Open the document library for which you want to configure metadata navigation.
    2. Go to “Library Settings” of the document library and click “Metadata navigation settings” under “General Settings”.
    3. In the Configure Navigation Hierarchies section, select the field or fields you want to display in the navigation hierarchy and then click “Add”.
    4. By default, Folders are automatically displayed in the navigation hierarchy. If you do not want folders to display, select Folders, and then click Remove.
    5. In the Configure Key Filters section, select the fields you want to add as Key Filters, and then click “Add”.
    6. In the Configure automatic column indexing for this list, specify whether you want to automatically create indices on this list to increase the performance of the
    queries that users will perform when they use the Navigation Hierarchy and Key Filter columns you've specified. It is recommended that you select the option “Automatically manage column indices on this list”.
    7. Click “OK”.
    Step3: Set a group by two columns by modifying view in the document library:
    1. Go to the “LIBRARY” ribbon of the document library and click the “Modify view”.
    2. Click the “Group By” and select up to two columns to determine what type of group and subgroup the items in the view will be displayed in.
    3. Click “OK”.
    Step4:
    Go back to the document library, apply Navigation Hierarchies and Key Filters to do a test in your environment.
    The result will like as below:
    There is an article about how to apply Metadata Navigation Filtering in SharePoint 2013 for your reference.
    http://blogs.interfacett.com/how-to-apply-metadata-navigation-filtering-in-sharepoint-2013
    Best Regards,
    Linda Li
    TechNet Community Support

  • SQL to XI Scenario (message delivery problem)

    Hi All
    Scenario is:
    Sender Communication Channel is polling data from SQL.
    From SQL around 2,75,000 records need to be picked up.
    Communication Channel has successfully picked up data.
    When i see communication channel monitoring getting an error
    "Transmitting the message to endpoint http://hkbxiprd:8000/sap/xi/engine?type=entry using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: Error writing to server."
    What is this error and how to sove it.
    As XI sender channel already picked up data so flag in SQL side is also updated so cant try to pick up data again from SQL. All the records got stuck in adapter engine.
    I also tried to resend the message but still getting the same Error Message.
    Please suggest what can be done.
    Regards
    Dheeraj Kumar

    Hi All
    Now i have set icm/HTTP/max_request_size_KB = 2097152
    Sender communication channel successfully picked up records and sent to Integration Engine.
    Now the problem is now it got stucked into smq2.
    When i am checking my moni it is showing message in automatic restart.
    inside error it is showing
    <SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2>HTTPIO_PLG_CANCELED-Fehlermeldung beim Senden der Daten.</SAP:P2>
    What i can do next please suggest
    Regards
    Dheeraj Kumar

  • Filter refreshing problem

    Hello, we are trying to refresh filter on a master table as you change pages. Both the pages use the same data control and if i search for the country Finland the results follow me as I move to the other page. Is there any way to avoid this problem.

    If your using BEx Web for executing this query, try deleting the cache on your browser before re-executing the query with the new Sales Rep. The other thing you may want to consider is adding the following code prior to the READ TABLE statement:
    CLEAR: ls_var.
    This will ensure that the variable being read into won't have any values in it before it's being populated.

  • File to RFC scenario - receiver determination problems

    Hi ,
    Im trying to work out a flat file to RFC scenario, and am facing problems in configuring the receiver determination .
    While creating my receiver determination, in the configured receivers, when i click on the F4 help to select service, i do not see the business system that i configured in SLD .
    This system i have configured as an WAS ABAP system and provided all relevant data. I can also import objects from this system into IR, so i dont think i have set it up wrongly. I have also created RFC destination .
    Is there some setting that has to be made that im missing ? Could somebody point out why im not able to see this system in the list of business services available at receiver configuration time ?
    Thanks,
    Joe
    I also cleared the SLD cache by the way.. that didnt work either .
    Message was edited by:
            Joe Stein

    Thanks a lot for you replies guys , but problems still not solved ;
    1. I looked at the blog given and ive done everything pretty much as given . My problem lies in not finding the business system itself  in the list of services for the configured receiver. How to implement this has not been shown in the blog.
    2. I tried refreshing the cache and checking again, but it still doesnt show me the necessary step.
    SOS !
    I checked in the inbound system , and found that an RFC wasnt created for the XI system . I created that but i still cant see this system as a business system when i try to create the receiver determination . Do i need to recreate the technical system in the landscape to incorporate this change ?
    Any pointers at all ??
    Message was edited by:
            Joe Stein

  • Bex Analyzer Filter 0CALDAY problem

    Hello,
    We having a problem in our BEX Analyzer, when we are filtering the characteristic 0CALDAY with a interval range based in the last days of a month (Example from 21.03.2014 to 25.03.2014), the Analyzer shows the messsage error "For characteristic 0CALDAY, enter value in a permitted format". But if we put the range 01.03.2014 to 20.03.2014, the Query executes without problem.
    The same occurs with other months either.
    Examples:
    Report:
    Filter range 01.03.2014 to 20.03.2014:
    Filter range 21.03.2014 to 25.03.2014 (PROBLEM):
    The same filter, but in single values format:
    Could anyone help me to solve this problem?
    SAPGUI version 7.03 patch 7
    BIAddon (Anlyzer) patche 6
    Thanks in advance.

    Corrected with the notes:
    1935435 BExAnalyzer: Filter with range does not work correctly
    1921770 BExAnalyzer: Filter works incorrectly
    1914698 BExAnalyzer: General Filter Problems
    Thanks

  • Filter reading problem

    Hi
    I'am sending xml data to servlet. I have created a filter where I check if the xml data is valid. I read filter request to a String and I send it to validation class (=valid variable in a code).
    If everything is ok I call chain.doFilter(req, res), but servlet request has null content.
    Program goes about like this
    ...public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException,ServletException{
       HttpServletRequest  request  = (HttpServletRequest)req;
       HttpServletResponse response = (HttpServletResponse)res;
       String contentText = readContent(request);
       if (valid.isValid(content))
                 chain.doFilter(req, res);  
      public String readContent(HttpServletRequest req){
          String line=null;
          String content=null;
          try{
             BufferedReader in = new BufferedReader(new InputStreamReader (req.getInputStream()));
             while((line = in.readLine()) != null) {
                  if (content == null)
                      content = line;
              else     
                      content = content + line;
              in.close();               
        catch (IOException ex){
            System.out.println("ERROR ....." + ex);
    }So I don't change request (req) anyway. Can somebody tell me what is the problem ?.
    Thanks ktu

    You are reading all the bytes off the request input stream, so they are no longer there when you try to do the same in the servlet.

  • FTP-FTP scenario...problem with FCC

    Hi,
        Iam doing a FTP to FTP scenario.I have specified the following parameters-
    source.fieldNames
    source.fieldSeparator -> ;
    source.endSeparator ->'nl'
    ignoreRecordsetName
    source.fieldContentFormatting->nothing
    source.missingLastfields->add
    Target.fieldFixedLengths
    Target.fixedLengthTooShortHandling ->Cut
    Target.fieldSeparator -> ;
    Target.endSeparator ->'nl'
    There are 2 fields in source file that has blank values,so the source file is like
    In the target file, the fields upto those fields with blank values are coming...but fields from those blank values are missing.so the output file looks like this.
    The fields with blank values has lengths 50,50.
    I want all the fields in output file .Every thing is direct mapping.
    Please suggest something that will do this.Its urgent.

    HI,
    From sender side if you get blank value then that particular node will not be generated on target side XML structure in mapping. and you have used Target.fixedLengthTooShortHandling ->Cut so the further fields are not considerd properly.
    Can you plesae add mapWithDefault api while mapping. Double click on it and pass blank value. This will create the Blank node on target side.
    Source --> mapWithDefault ( [] ) --> Target
    i hope this will solve your problem
    Thanks
    Swarup

  • Filter Design Problems - Labview 8.2

    I am trying to designe a filter to replicate the frequency weighting curves in ISO-2631-4.
    These curves are specified (in third octace steps) between 0.1 and 400 hz
    I have based my design on the "DFD least Pth Norm Design.vi"
    I have created the band specification array but in my vi I do not appear to be getting anthing out of the "DFD Get Freq responce.vi"
    Any thoughts
    I quite new to filter design,  Am I using the right technique? If not how should I be implementing this filter?
    Attached is my vi
    Thanks
    Attachments:
    RQ Filter.vi ‏40 KB

    dehmann wrote:
    Wow, thank you for the diagram tbob.  The program outputs correctly.  I've been searching for help for almost 3 weeks now.  I have a few remaining questions. 1) Why did you choose to use shift registers instead of indexing nodes?  2) What exactly is writing the data inside the loop? 3) How do I make the program write every 100 ms instead of once every cycle? 4) Do you have any other tips for programming?  Thank you so much for your help.
    1)  You are using a For Loop which can run 0 times if the input to N is 0.  With regular terminals, if this happens, the output terminals will be at default value and you will get an error on your Close function after the loop, and the file will not close.  Causes memory problems.  Also if there was an error before the loop, the default error (no error) will occur after the loop and you lose your error.  With shift registers, the values going in (error and file reference) will be carried to the output if the loop does not execute and the file will close normally and the errors will be reported.  This was a suggestions given to me by NI in one of their training classes.
    2)  The Format Into File function will format the data according to the input format string and then write the formated string to a file.
    3)  Make the cycle 100ms and then write once every cycle.  This is the easiest way to do it.  Make the delay 100ms to do this.  You gather data every loop cycle so just write once every cycle.  Why would you want to write the same data more than once?
    - tbob
    Inventor of the WORM Global

  • Create CAPI definition problem with Headstart 6i / Designer  6i rel. 4.3

    During migration from hsd50/des60 to hsd65/des6i rel 4.3 of an application using CDM ruleframe: according to the migration guide, one step is "Upgrading Existing CDM RuleFrame objects", which includes running the Create CAPI definition (Headstart utility). After that step we assume de created CAPI's should be generated together with the Table API. But executing the CAPI-scripts results in errormessages. After comparing the 60 and 6i versions, we found a bug, probably caused by the Headstart utility: In the package body, after the header of the first function of the Business Rule Check Functions, suddenly the declaration section of the package is again inserted, and after that the first function is again defined followed by the rest, causing also a missing end statement at the end of the package.
    Is this known, and if so, is there a fix available?
    Regards, Paul.

    Paul,
    We have found the cause for your other problem (the repeating of the declaration section).
    With 6.5 a new package property Private Declaration was introduced in Designer.
    This property should officially be used instead of PL/SQL block to specify package body declaration
    (assuming you define all package procedures and functions in separate PL/SQL Definitions).
    However, at first the migration from an earlier version of Designer did not pose any problems
    because of Designer bug 1470283. That's why you won't find anything about this in the Headstart Migration Guide.
    Now that Designer bug is fixed, migrating a CAPI causes part of the PL/SQL Block to be moved to the Private Declaration.
    If you then generate the CAPI package to the database, it works fine, but when you run the CAPI utility again,
    it inserts the package declarations again in the PL/SQL Block (leaving the Private Declaration in tact).
    That's when you get duplicate package declarations. We logged this as Headstart bug 2527128.
    You already found a workaround: deleting the CAPI and generating it again. Another workaround is
    moving the Private Declaration to the top of the PL/SQL Block (this allows you to keep your existing
    Revision History).
    Hope this helps,
    Sandra

  • AC3 Filter & Spidif Problems with Audigy 4 p

    I have an Audigy 4 Pro. I'm having a problem getting the spidif settings right on it so that it will produce 5. on my cambridge audio amplifier. I understand that spidif passthrough is required and have read the article about coax output producing audio over two speakers, however, in the AC3 filter interface the status of passthrough is set to "disabled".
    Is it possible to get this to work with this sound card? Or should I use another method to get the AC3 files to output in 5.
    It does work using power DVD but only with DVD files on discs. This problem only occurs when I play divx files with ac3 audio.

    Lex,
    The information I gave Felix2 is not "horrible" or wrong, they are the truth. There is no need to start attacking again, if you are not clear on the information I gave in his thread, ask for more clarification, but do not attack.
    If you are having problems getting it set up, it's best to provide some detail on what settings you have changed, how everything is configured, and someone will probably be able to help you.
    The start of your post isn't very clear, do you have a standard Audigy 4 or an Audigy 4 Pro? The Audigy 4 Pro does have an optical output on the external dri'vebay, the standard Audigy 4 (just a card) does not have an optical output. You would need to connect through a coaxial input (minijack to RCA, then RCA-RCA).
    Cat

  • 2d3 filter render problem

    I have a problem with 2d3 stabilizing filter:
    When applied to certain clip it begins to blink rapidly applying effect and not applying effect which give the impression of zooming in/out very rapidly.
    This occurs when render out via adobe media encoder; I a a preview bug in PP3 with AspectHD that doesn't allow me to see preview on timeline of rendered clip, so I can't say if it does that in project as well before exporting it...
    At first I thought it could be because I used 100% smoothing correction, so lowered it progressively to 25 but it's not that; particularly since I can apply it well enough on another take of that shot that is a clip of same tape, captured during same session. Both clip aren't corrupted and play perfectly without 2d3 applied to them.
    Maybe I could use another stabilizer filter on them, any recommendations; heard that AEF got a good one?
    Thank you.
    My spec:
    ADM Athlon64 x2 4600+
    MATROX APVe
    Sound Blaster X-FI
    4 GB ram 733 mghz
    ASUS M2N SLI-DELUXE
    separate HD raid 0 configuration for video
    dual monitor with Ultramon
    AspectHD 5.2 last built

    2d3 SteadyMove is not compatible with Premiere Pro CS3. It is however compatible with After Effects CS3. Adobe has modified the Premiere Pro CS3 engine but not the After Effects engine when going to CS3. 2d3 has not made any announcement as to if and when they will update SM. If you wish to buy you may be better off with Mercalli.

  • JRun4 Filter Chain problem

    Hi,
    I try to use servlet.Filter in my web app. the Filter works
    fine in Tomcat. but when i deployed it to JRun4(update6), JRun gave
    me this error message as below.
    I tried to google it in the internet, but couldn't find
    anything related to this problem. Please can someone help me?
    Thanks in advance.
    oneduan
    500
    jrun.servlet.JRunInvokerChain
    java.lang.ClassCastException: jrun.servlet.JRunInvokerChain
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:85)
    at myTest.SessionFilter.doFilter(SessionFilter.java:140)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:534)
    at
    jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:503)
    at
    jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:177)
    at
    jrun.servlet.file.FileServlet.service(FileServlet.java:316)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at myTest.SessionFilter.doFilter(SessionFilter.java:62)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    ------------------------------------------------------------------------------------------ -------------------------------------

    I find another error message from JRun launcher console.
    ERROR: Translator.CompilationFailedExceptionCompiler
    errors:Note: C:\JRun4\serve
    rs\default\SERVER-INF\temp\dwadj.war-1227002279\07/04
    13:34:39 error jrun.servle
    t.JRunInvokerChain
    java.lang.ClassCastException: jrun.servlet.JRunInvokerChain
    at jrun.servleWEB-INF\jsp\jrun__jsp__index2ejspe.java uses or
    overrides
    a deprecated API.
    Note: Recompile with -Xlint
    eprecation for details.t.FilterChain.doFilter(Filte
    rChain.java:85)
    at myTest.SessionFilter.doFilter(
    SessionFil
    ter.java:140)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.j
    ava:534)
    at
    jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatche
    r.java:503)
    at
    jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java
    :177)
    at
    jrun.servlet.file.FileServlet.service(FileServlet.java:316)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at myTest.SessionFilter.doFilter(
    SessionFilter.java:62)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
    259)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
    541)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo
    l.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j
    ava:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.
    java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Maybe you are looking for

  • My Macbook pro is running very slow.  I just learned about etrecheck.  Can anyone give me pointers.  The etrecheck report should be attached

    Here is my etrecheck report.  I have no idea what any of it means.  My computer is 5 years old and running VERY slowly.  Help is appreciated from anyone! EtreCheck version: 1.9.12 (48) Report generated July 15, 2014 at 1:59:29 PM EDT Hardware Informa

  • Pictures not taken - (or not captured)

    I took several pictures, I swear I did, but they are nowhere to be found.  Not camera roll, not photo stream, nor any album, not even in deleted. I thought I was crazy, but my wife said she had the same thing happen yesterday on her phone. Both 5S wi

  • Links in emails borked

    The links in emails for 'reply/view' this thread, as well as 'you can't start a new thread over email' are both broken.

  • Daylight Saving Time Changes in 2007 for USA

    Can anyone give me solution how to handle Daylight saving Time changes in 2007 in USA for JDK 1.3.x releases? We are using this due to some vendor dependency. We can�t upgrade to higher versions up to middle of the 2007. I would be thankful if somebo

  • Wallet file question

    Hi all Oracle 10.2.0.5 wallet We are using wallet file and in that "Certificate(Ready) expires at Sep 2012. I could also find the trusted certificates added which expires at Oct 2030. Is this means I have the certificates till 2030 or I need to get a