Query Region: vo.executeQuery is not using criteria first time.

Hi,
Scenario*
I have a simple QueryRegion with an AdvancedTable. Its construction mode is autoCustomizatioCriteria.
Also, there is a 'Refresh' button on the page to redirect to same page with a parameter 'refreshStatus' set.
This button is handled in the processFormRequest as follows
if (pageContext.getParameter("Refresh") != null) {
HashMap parameters = new HashMap();
parameters.put("refreshStatus", "REFRESH");
pageContext.forwardImmediately("OA.jsp?page=/oracle/apps/ap/payments/psr/webui/PsrSearchPG",
null,
OAWebBeanConstants.KEEP_MENU_CONTEXT,
null, parameters, true,
OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
In the processRequest, the 'refreshStatus' parameter is checked and if it is true, an AM method is invoked which calls a VO method, which ultimately invokes super.executeQuery() which is expected to use previous search criteria.
Issue*
I navigate to this page, enter criteria and click 'Go'.
Expected results are displayed.
Then I click the Refresh button. The table refreshes without considering the criteria. All results from database table are displayed.
The criteria entered is still seen in the search fields as the AM is retained during redirect.
Now I click on 'Go' again keeping the same criteria.
Expected Results are displayed.
Then I click the Refresh button. Now the table refreshes with the criteria in action.
I am not getting the expected Refresh behavior for the first time only. The flow is same both times for Refresh button. Any idea why executeQuery() is not seeing WHERE conditions on the VO for the first time?
Thanks
Chinni

Chinni
Please post the complete codes .
boolean isRefreshStatus =pageContext.getParameter("refreshStatus") != null;Here you are taking refereshStatus value in boolean but your value is REFRESH boolean cannot accept string type data.
I will suggest try using sop() and check whether VO method for executing query is getting called or not and based on what values...
Moreover while posting your code kindly enclose it in between {noformat}{noformat}
for e.g
{noformat} select * from dual
{noformat}
This looks like select * from dualThanks
AJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Can i use pci-7352 to run 4 or 6 axis (motors) if i am not using them same time

    can i use pci-7352 to run 4 or 6 axis (motors) if i am not using them same time. This is a stepper motor

    This is a duplicate posting. I have answered this question here.
    Jochen Klier
    National Instruments Germany

  • HT201250 i am using for first time the time machine and an external hard drive because I want to erase my macbook and start from zero files. do i keep my files in the portable hard disk when I connect it again with the macbook or the time machine will era

    i am using for first time the time machine and an external hard drive because I want to erase my macbook and start from zero files. Am i keeping my files in the portable hard disk when I will connect it again with the macbook or the time machine will erase all?
    I would like to know if after I erase all my data, empy hard drive inside the macbook, the time machine will erase all my files that I have saved in my "WD "My passport" external hard drive

    Welcome to Apple Support Communities
    Time Machine has to erase the external disk in order to make backups. Before setting Time Machine up, copy the files of your external disk to the hard disk of the Mac in order not to lose them, and then, set up Time Machine. The first backup will start automatically.
    If you want more information about Time Machine, read the Pondini's site > http://pondini.org

  • I used IE first time in 3 years. I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. Failed. Ideas please.

    I used IE first time in 3 years. When I did I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. No luck.
    How do I get Firefox to DISPLAY a font as clear and clean as Word? I choose different fonts in Firefox and sizes and nothing really happens.

    You can use an extension to set a default font size and page zoom on web pages:
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *Anti-Aliasing Tuner: https://addons.mozilla.org/firefox/addon/anti-aliasing-tuner/

  • Running BW Query in a Web, but not using Portal

    Hello guys,
    I'm running a BW Query using Web (From Query Designer) and it keeps trying to open a portal page. Then I need to change the URL manually to something like this:
    http://sapdev:8000/sap/bex?......
    Then works fine, my query runs with no issues. Where can I define to do not use Portal url ? (I'm checking the following document: How to... enable SAP BW Web functionality....").
    Regards,
    Marcelo

    Hi Marcelo,
    Please check out these threads:
    Re: Error while running BW Query.
    wrong url on running BEx query
    Regards
    Jeeth

  • Query startdate and end date not using the index

    Hi,
    in my query all the where  i am using  the code as below
    AND START_DATE                   <= SYSDATE
    AND SYSDATE  <= END_DATE
    because of this my query seems to slow and timeconsuming. is there any other alternate way?
    Pls help
    S

    KARTHIK,
    this is my query
    SELECT /*+ PARALLEL(CUSTOMER, 4)PARALLEL(CUSTOMER_MANAGER, 4),PARALLEL(CUSTOMER_DIVISION, 4) */
    CUSTOMER.CUSTOMER_EID 
    FROM  CUSTOMER_   CUSTOMER,
    CUSTOMER_MANAGER_ CUSTOMER_MANAGER,
    CUSTOMER_DIVISION_   CUSTOMER_DIVISION
    WHERE   CUSTOMER_MANAGER.CUSTOMER_EID   = CUSTOMER.CUSTOMER_EID
    AND CUSTOMER.CUSTOMER_EID               = CUSTOMER_DIVISION.CUSTOMER_EID
    AND  CUSTOMER_MANAGER.CUSTOMER_EID   = CUSTOMER_DIVISION.CUSTOMER_EID
    AND ( TRUNC(SYSDATE) BETWEEN CUSTOMER_MANAGER.DIVISION_START_DATE   AND CUSTOMER_MANAGER.DIVISION_END_DATE
    AND  TRUNC(SYSDATE) BETWEEN CUSTOMER_DIVISION.DIVISION_START_DATE   AND CUSTOMER_DIVISION.DIVISION_END_DATE )
    AND CUSTOMER_DIVISION.STATUS             ='AC';
    plan output is as below
    Plan hash value: 2500183415
    | Id  | Operation                     | Name              | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     | Pstart| Pstop |    TQ  |IN-OUT| PQ Distrib |
    |   0 | SELECT STATEMENT              |                   |     1 |    53 |       |   360K  (1)| 01:12:04 |       |       |        |      |            |
    |   1 |  PX COORDINATOR               |                   |       |       |       |            |          |       |       |        |      |            |
    |   2 |   PX SEND QC (RANDOM)         | :TQ10001          |     1 |    53 |       |   360K  (1)| 01:12:04 |       |       |  Q1,01 | P->S | QC (RAND)  |
    |   3 |    NESTED LOOPS               |                   |     1 |    53 |       |   360K  (1)| 01:12:04 |       |       |  Q1,01 | PCWP |            |
    |*  4 |     HASH JOIN                 |                   |    16M|   738M|   111M|   360K  (1)| 01:12:03 |       |       |  Q1,01 | PCWP |            |
    |   5 |      BUFFER SORT              |                   |       |       |       |            |          |       |       |  Q1,01 | PCWC |            |
    |   6 |       PX RECEIVE              |                   |    12M|   302M|       |   305K  (1)| 01:01:10 |       |       |  Q1,01 | PCWP |            |
    |   7 |        PX SEND PARTITION (KEY)| :TQ10000          |    12M|   302M|       |   305K  (1)| 01:01:10 |       |       |        | S->P | PART (KEY) |
    |   8 |         PARTITION HASH ALL    |                   |    12M|   302M|       |   305K  (1)| 01:01:10 |     1 |     4 |        |      |            |
    |*  9 |          TABLE ACCESS FULL    | CUSTOMER_DIVISION_ |    12M|   302M|       |   305K  (1)| 01:01:10 |     1 |     4 |        |      |            |
    |  10 |      PX PARTITION HASH ALL    |                   |    15M|   323M|       | 42663   (1)| 00:08:32 |     1 |     4 |  Q1,01 | PCWC |            |
    |* 11 |       TABLE ACCESS FULL       | CUSTOMER_MANAGER_ |    15M|   323M|       | 42663   (1)| 00:08:32 |     1 |     4 |  Q1,01 | PCWP |            |
    |* 12 |     INDEX UNIQUE SCAN         | CUSTOMER__PK      |     1 |     6 |       |     1   (0)| 00:00:01 |       |       |  Q1,01 | PCWP |            |
    Query Block Name / Object Alias (identified by operation id):
       1 - SEL$1
       9 - SEL$1 / CUSTOMER_DIVISION@SEL$1
      11 - SEL$1 / CUSTOMER_MANAGER@SEL$1
      12 - SEL$1 / CUSTOMER@SEL$1
    Predicate Information (identified by operation id):
       4 - access("CUSTOMER_MANAGER"."CUSTOMER_EID"="CUSTOMER_DIVISION"."CUSTOMER_EID")
       9 - filter("CUSTOMER_DIVISION"."STATUS"='AC' AND "CUSTOMER_DIVISION"."DIVISION_END_DATE">=TRUNC(SYSDATE@!) AND
                  "CUSTOMER_DIVISION"."DIVISION_START_DATE"<=TRUNC(SYSDATE@!))
      11 - filter("CUSTOMER_MANAGER"."DIVISION_END_DATE">=TRUNC(SYSDATE@!) AND "CUSTOMER_MANAGER"."DIVISION_START_DATE"<=TRUNC(SYSDATE@!))
      12 - access("CUSTOMER"."CUSTOMER_EID"="CUSTOMER_DIVISION"."CUSTOMER_EID")
           filter("CUSTOMER_MANAGER"."CUSTOMER_EID"="CUSTOMER"."CUSTOMER_EID")
    Column Projection Information (identified by operation id):
       1 - "CUSTOMER"."CUSTOMER_EID"[NUMBER,22]
       2 - (#keys=0) "CUSTOMER"."CUSTOMER_EID"[NUMBER,22]
       3 - (#keys=0) "CUSTOMER"."CUSTOMER_EID"[NUMBER,22]
       4 - (#keys=1) "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22], "CUSTOMER_MANAGER"."CUSTOMER_EID"[NUMBER,22]
       5 - (#keys=0) "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22]
       6 - "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22]
       7 - (#keys=1) "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22]
       8 - "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22]
       9 - "CUSTOMER_DIVISION"."CUSTOMER_EID"[NUMBER,22]
      10 - "CUSTOMER_MANAGER"."CUSTOMER_EID"[NUMBER,22]
      11 - "CUSTOMER_MANAGER"."CUSTOMER_EID"[NUMBER,22]
      12 - "CUSTOMER"."CUSTOMER_EID"[NUMBER,22]
    Pls suggest
    s

  • TS4268 I updated the 7.0 IOS Now I can not use my face time

    I updated to the 7.0 IOS but now when I try to use FaceTime it says Could not sign in. Please check your network connection and try again.
    I have tryed multiple wifi locations as well as not using wifi at all. Help

    Hello Tsunami LV,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    Best of luck,
    Mario

  • Web graphic is not displayed the first time

    Hi all
    I have a strange issue with some users.  The first time that they run the qry in the web, the chart is not diplayed, only is displayed a big "X" and the error msg is the msg below; but when they refresh, the chart is displayed ok.
    How can I solve it?
    Web application processing terminated
    Diagnosis
    The system had to terminate processing of the Web application.
    The reason could be that the system was no longer able to find the Web application server session.
    System Response
    Processing the navigation step is not possible.
    Procedure
    Call up the Web Application again.
    Note: Use the start URL and not the URL that is currently displayed in the Web Browser.
    Procedure for System Administration
    Notification Number BRAIN 278
    Thanks in advance!

    From HTML pass to jsp with post, then from jsp pass the same data to another jsp with parameter attached to the file URL, so method is "get":
    top.location="../filename.jsp?path="+path;

  • ValueChangeListener in Radio Button not acting after first time

    Hi,
    I am using ADF-BC-JSF in Jdev 10.1.3.3. I have a page on which there are 2 radio buttons which show blank at first. As soon as a user selects a radio button, the valueChangeListener calls up a method in the backing bean that opens a dialog for the user. User enters some text in to the dialog and clicks OK after which the window closes. If the user clicks Cancel on the dialog page, the window is still closed but radio button value is reset to blank through javascript. the problem is that it works only first time. second time it tries to autosubmit but only the constructor of the backing bean is called and not the actual function to open the window. Following is the code snippet that may be helpful.
    Radio Buttons
    <af:selectOneRadio value="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.inputValue}"
    layout="horizontal"
    id="metallurgistRadioBtn"
    autoSubmit="true"
    valueChangeListener="#{UploadDownloadBean.exampleOpenDialog}"
    disabled="#{ !UserInfo.metallurgist || bindings.SP11WarrantDetailsViewMetallurgistReviewStatus !=''}">
    <af:validator binding="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.validator}"/>
    <af:selectItem label="Approved" value="Approved"/>
    <af:selectItem label="Rejected" value="Rejected"/>
    </af:selectOneRadio>
    Function to Open the Window
    public void exampleOpenDialog(ValueChangeEvent valueChangeEvent)
    // Add event code here...
    FacesContext context = FacesContext.getCurrentInstance();
    // Create the dialog UIViewRoot
    ViewHandler viewHandler = context.getApplication().getViewHandler();
    UIViewRoot dialog = viewHandler.createView(context,"/sp11/warrant/MetallurgistNotes.jspx");
    HashMap properties = new HashMap();
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.launchDialog(dialog,
    null, // not launched from any component
    null, // no particular parameters
    true, //show in dialog
    properties);
    Javscript for resetting the Radiob button
    function closeWindowOnCancel()
    if(parent.window.opener.document.getElementById("notesValueHolder").value == '' )
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[0].checked = false;
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[1].checked = false;
    Please suggest what can be the possible cause.
    Regards,
    Neeraj

    Hi,
    I am using ADF-BC-JSF in Jdev 10.1.3.3. I have a page on which there are 2 radio buttons which show blank at first. As soon as a user selects a radio button, the valueChangeListener calls up a method in the backing bean that opens a dialog for the user. User enters some text in to the dialog and clicks OK after which the window closes. If the user clicks Cancel on the dialog page, the window is still closed but radio button value is reset to blank through javascript. the problem is that it works only first time. second time it tries to autosubmit but only the constructor of the backing bean is called and not the actual function to open the window. Following is the code snippet that may be helpful.
    Radio Buttons
    <af:selectOneRadio value="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.inputValue}"
    layout="horizontal"
    id="metallurgistRadioBtn"
    autoSubmit="true"
    valueChangeListener="#{UploadDownloadBean.exampleOpenDialog}"
    disabled="#{ !UserInfo.metallurgist || bindings.SP11WarrantDetailsViewMetallurgistReviewStatus !=''}">
    <af:validator binding="#{bindings.SP11WarrantDetailsViewMetallurgistReviewStatus.validator}"/>
    <af:selectItem label="Approved" value="Approved"/>
    <af:selectItem label="Rejected" value="Rejected"/>
    </af:selectOneRadio>
    Function to Open the Window
    public void exampleOpenDialog(ValueChangeEvent valueChangeEvent)
    // Add event code here...
    FacesContext context = FacesContext.getCurrentInstance();
    // Create the dialog UIViewRoot
    ViewHandler viewHandler = context.getApplication().getViewHandler();
    UIViewRoot dialog = viewHandler.createView(context,"/sp11/warrant/MetallurgistNotes.jspx");
    HashMap properties = new HashMap();
    AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    afContext.launchDialog(dialog,
    null, // not launched from any component
    null, // no particular parameters
    true, //show in dialog
    properties);
    Javscript for resetting the Radiob button
    function closeWindowOnCancel()
    if(parent.window.opener.document.getElementById("notesValueHolder").value == '' )
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[0].checked = false;
    parent.window.opener.document.getElementsByName("metallurgistRadioBtn")[1].checked = false;
    Please suggest what can be the possible cause.
    Regards,
    Neeraj

  • Content not appearing after first time

    I could really do with some help on this one.
    I have a screen (State) in my application that displays some
    custom mxml components using a repeater. The first time I come to
    this screen, all the data appears correctly. However if I navigate
    away from this screen to another screen (State), then return to it,
    all that appears is a scroll bar, with no custom components
    appearing.
    I would appreciate if anyone can take a peek at my code below
    to try and identify the problem. Perhaps this is a problem others
    have experienced?
    The relevant code is as follows:
    <mx:State name="ComponentFolderScreen"
    basedOn="QualificationSummaryScreen">
    <mx:RemoveChild
    target="{qualificationSummaryScreenDG}"/>
    <mx:AddChild relativeTo="{vbox1}"
    position="lastChild">
    <mx:Tile autoLayout="true" width="740" height="230"
    id="tile1" borderStyle="none">
    <mx:Repeater id="productsRepeater"
    dataProvider="{this.category1}" >
    <local:ComFolderItem
    mouseOver="CFSMouseOver_Folder(event)"
    click="CFSClick_Folder(event)"
    studentName='{productsRepeater.currentItem.productName + "(" +
    productsRepeater.currentItem.productPrice + ")"}'
    componentStatus='{productsRepeater.currentItem.componentStatus}'
    >
    </local:ComFolderItem>
    </mx:Repeater>
    </mx:Tile>
    </mx:AddChild>
    </mx:State>
    And here is the code that populates the ArrayCollection that
    is the dataprovider
    var ComponentFolderData:ArrayCollection = new
    ArrayCollection();
    ComponentFolderData =
    _dataManager.returnComponentFolderData(componentCode);
    var howManyObjects:uint = ComponentFolderData.length;
    var objectInstance:Object = new Object();
    category1 = new ArrayCollection();
    for (var objectIndex:uint = 0; objectIndex <
    howManyObjects; objectIndex++) {
    objectInstance.productName =
    ComponentFolderData.getItemAt(objectIndex).productName;
    objectInstance.componentStatus =
    ComponentFolderData.getItemAt(objectIndex).componentStatus;
    category1.addItem(objectInstance);

    Hi there
    600 seconds? Seriously? OMG, that's ten minutes!
    Personally, I would never recommend having a slide longer
    than maybe ten
    seconds. I'm not sure how you even manage a timeline that
    long.
    At any rate, whatever floats your boat I suppose. My guess is
    that you have some object (Click Box, Button or Text Entry Box)
    that is sitting on the timeline and pausing things before the
    button you wish to see has a chance to appear.
    Cheers... Rick

  • Airplay sound not mirroring after first time until restart

    Anyone else seeing this issue?
    When we connect either the iMac or the MacBook Pro to our 2nd generation apple tv via airplay the first time, the sound goes to the tv as expected.
    If we try to use airplay a second time, the sound stays on the computer, though the picture shows up on the tv. If we try to change the sound in preferences to the apple tv, the airplay connection is broken. Once we restart the computer, the sound works as expected.
    All of the latest system software updates have been applied.

    That is right - upgrade to Mac as in purchase a Mac which now have Intel processors and the ability to also install and use Windows XP or Vista along with OS X on the same computer.
    I wonder if u have gone thru Apple's OS X license agreement recently?
    I have gone through the Apple website recently but I don't need to. Regardless, the answer remains the same and will not change. If you want to run OS X, you need to purchase a Mac.

  • Elements 13 Organizer will not open on first time after downloading

    @ ! ! !Why will Elements 13 not open after first downloading?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Custom url scheme not working (for first time) IOS applicaiton

    i have created one distribution application also register custom URL scheme. First time after I installed application, and try custom URL link, it does not work.
    However if I lunch the application manually it will prompt me below mentioned message
    Are you sure you want to open the application ... from the developer iphone distribution ... ?
    i will click on continue, and after that custom URL link works fine with my application.
    Can Custom url link launch the application directly on installation (without manually launch application and contiue)?
    is there any settings, so we can make the prompt message off. So it will not prompt message.
    also i had tried to create new application from another enterprise account, and deploy on other server; then it do not prompt that message, but unable to figure out the reason .
    Thanks

    Are you exactly following the guidance in the iOS App Programming Guide for Implementing Custom URL Schemes? Do you get the same message the first time, no matter whether app has been loaded or not? Are you really using iOS 4 per your profile?
    "If your app is not running when a URL request arrives, it is launched and moved to the foreground so that it can open the URL. The implementation of your application:didFinishLaunchingWithOptions: method should retrieve the URL from its options dictionary and determine whether the app can open it. If it can, return YES and let your application:openURL:sourceApplication:annotation: (or application:handleOpenURL:) method handle the actual opening of the URL.

  • Bumblebee does not work every first time I start it

    When I ran
    optirun firefox
    it failed and showed
    [ 7661.980841] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 16651 does not belong to any known session
    [ 7661.980869] [ERROR]Aborting because fallback start is disabled.
    But when I tried running again it worked.
    journalctl:
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929488] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929507] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929519] [ERROR][XORG] (EE) systemd-logind: failed to get session: PID 16651 does not belong to any known session
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929523] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929527] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929538] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929545] [ERROR][XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929548] [ERROR][XORG] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929551] [ERROR][XORG] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929554] [ERROR][XORG] (EE) NVIDIA(GPU-0): README for additional information.
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929557] [ERROR][XORG] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929560] [ERROR][XORG] (EE) NVIDIA(0): Failing initialization of X screen 0
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929564] [ERROR][XORG] (EE) Screen(s) found, but none have a usable configuration.
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929567] [ERROR][XORG] (EE)
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929570] [ERROR][XORG] (EE) no screens found(EE)
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929573] [ERROR][XORG] (EE)
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929577] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929580] [ERROR][XORG] (EE)
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929583] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.980795] [ERROR]X did not start properly
    8月 28 22:12:24 swordfeng-PC kernel: nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:24 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069802] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069813] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069828] [ERROR][XORG] (EE) systemd-logind: failed to get session: PID 16943 does not belong to any known session
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069831] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069833] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069839] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069845] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069849] [ERROR][XORG] (EE) NVIDIA(0): Failed to initiate mode change.
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069851] [ERROR][XORG] (EE) NVIDIA(0): Failed to complete mode change
    8月 28 22:12:25 swordfeng-PC bumblebeed[254]: [ 7831.069859] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    8月 28 22:12:29 swordfeng-PC kernel: [drm] Module unloaded
    8月 28 22:12:29 swordfeng-PC kernel: bbswitch: disabling discrete graphics
    8月 28 22:12:29 swordfeng-PC kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    8月 28 22:12:29 swordfeng-PC kernel: pci 0000:01:00.0: Refused to change power state, currently in D0
    8月 28 22:12:29 swordfeng-PC bumblebeed[254]: [ 7834.886245] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
    22:09 is the first time and 22:12 is the second time.
    I tried what the wiki Troubleshooting section 'systemd-logind: failed to get session: PID XXX does not belong to any known session' said but nothing changed.

    Did you do this:
    8月 28 22:09:36 swordfeng-PC bumblebeed[254]: [ 7661.929577] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Any additional info there?
    optirun -vv firefox
    could give some hints too.
    Did it ever work? Or is this your first try with bumblebee on that system?

  • Edge animate animation does not start the first time I load the page. But does the second time.

    Hi all,
    I am having trouble with an edge animation on a web page. It doesn't load the first time the page is loaded, but loads fine the second time or any time after that. To test I am clearing my cache, then reloading the page. It seams to work in IE the first time but not Firefox or chrome.
    I have a temporary copy of the page here ... http://emiwip.com/monique-mathieu/landing-page-wip.html
    Can anyone tell me what is going on?
    Thanks.
    Dan

    I found the answer here ... Publishing no longer works in latest Edge
    It appears that you need to load the latest jQuery in the head of the pag. That fixes it.
    Dan

Maybe you are looking for

  • I can't clear my search history in safari because the clear button is gray why is that?

    I am trying to delete my search history in safari but I can't cause me clear button is gray why is this I need help fast!

  • Mapping idoc to flat file

    Hi Friends I Have to map one idoc to cvs flat  file , the file structure has 10 fields , those 10 fields have to be repeated as many times as there is segments in the idoc for instance the first line takes segmenta A and the second line takes segment

  • Overriding

    Is Overriding is static or dynamic? The method call is decided during compile time or run time? public Class SuperClass{ public void methodA(){ System.out.println("Super class method"); public Class SubClass{ public void methodA(){ System.out.println

  • Not good support of Adobe!!

    I recently asked Adobe to suggest a way to me in order to purchase Adobe Dynamic Link separately and with the whole package of Premium Suite. There are thousands of clients that bought Adobe Premier because that's what they needed at the the time the

  • Problem with connect to sql server ..

    I have problem with connect to sql server2005 i use jpa(hibernate) and jsf javax.servlet.ServletException: javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Could not open connection javax.faces.webapp.FacesServ