Page does not load for the first time

Hi,
When I enter the URL to load the page, it does not work, i.e I get page not found message. But when I refresh(F5) the page gets loaded. This is just not for the login page but all my report and form pages and this happens only for the first time I try to access in the day. I couldnt understand why it happens? Can someone help me to understand the problem I am facing?
Thanks

What does the appache log says?
Your appache server home > Apache > Apache > logs > access_log.current_date
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
-------------------------------------------------------------------

Similar Messages

  • JComboBox - Bottom border is not visible for the first time

    JComboBox - Bottom border is not visible for the first time i click on the arrow to drop the list down.
    This happens because the list when dropped down goes out of the frame.
    If have the increased the size of the Frame then i am able to see it,but i dont want to do this.
    I am using jdk1.3.1_02.
    Any Help would be great.
    Please find the code below.
    Thanks,
    Sridhar.
    //file: Lister.java
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Lister {
        public static void main(String[] args) {
            JFrame frame = new JFrame("Lister v1.0");
            // create a combo box
            String [] items = { "uno", "due", "tre", "quattro", "cinque",
            "sei", "sette", "otto", "nove", "deici",
            "undici", "dodici" };
            JComboBox comboBox = new JComboBox(items);
            comboBox.setEditable(true);
            // put the controls the content pane
            Container c = frame.getContentPane( );
            JPanel comboPanel = new JPanel( );
            comboPanel.add(comboBox);
            c.add(comboPanel, BorderLayout.NORTH);
            c.setBackground(Color.white);
            comboBox.setBackground(Color.white);
            comboPanel.setBackground(Color.white);
            frame.setBackground(Color.white);
            frame.setResizable(false);
            frame.setSize(200, 200);
            frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
            frame.setVisible(true);
    }

    Hello,
    try this:JPanel comboPanel = new JPanel(new BorderLayout());Regards,
    Tim

  • Drop down list(JComboBox) - Bottom border is not visible for the first time

    Drop down list(Combo-box) JComboBox - Bottom border is not visible for the first time i click on the arrow to drop the list down.
    I am using jdk1.3.1_02.
    Did any one face this issue.
    Please let me know.
    Thanks,
    Sridhar.

    I must be a little confused regarding your question.
    You can simply change your code frame.setSize(200, 200); to frame.setSize(400, 400);When you say you are unable to see the border are you specifically talking about the border of the frame or the border of the combo box?
    Lance

  • Photoshop Elements does not start for the second time

    Hello,
    our customer has problem with PS Elements 12. He can start it for the first time and everything works fine. But when he closes the program and tries to start it again, it will not start. It doesnt even say anything. No error mesages or anything. He tried to instal a trial version of PS E 13 and it does the same thing.
    He's running Win 7 SP1 64 bit
    Any sugestions? Thank you.

    Hi,
    It has been known that the Welcome screen sometimes fails to close properly and prevents a second load.
    Most people have overcome the problem by creating a shortcut direct to the two main applications.
    Organizer: "C:\Program Files (x86)\Adobe\Elements 12 Organizer\PhotoshopElementsOrganizer.exe"
    Editor: "C:\Program Files (x86)\Adobe\Photoshop Elements 12\PhotoshopElementsEditor.exe"
    Brian

  • New Mac Mini. Can not boot for the first time.

    Hello Mac to all the mini community. I recently buy a mac mini and it is not able to boot for the first time.
    The only progress is the apple logo, the grey screen and the loading circle.
    I was able to boot in safe mode by holding the power button and plug the power cord and i saw the following message:
    'Unable to find driver for this platform: \ACPS\.\n'0/sourcecache/.....
    debugger called <panic>
    can't perform kext scan: no kext summary
    OSD process name correspondling to current threat: unknown
    MAC OS Version:
    Not yet set
    Kernel Version:
    Orvin Kernetl Version 11.0.1....
    So can you please provide any feedback on how to reslove the issue?
    Thanks in advance

    A new Mac should already have OS X installed on it and boot right up .....?
    Mac Pro & Mac mini Fast Start: The new user's guide to the Mac
    You should be able to open the box, plug in the power cord, your Display, Keyboard and Mouse, push the power button and start using it.
    If not, then you need to return it or exchange it for one that works properly.

  • Pr Pro CC 2014 not startup (for the first time)

    Premiere CC 2014 wil not startup on my iMac. (for the first time)
    It shows:
    " Adobe Premiere Pro coult not find any capable video play modules. Please update your video display drivers and startup"
    My iMac:
    O.S. 10.9.5
    3,5 GHz i7
    32 GB 1600 MHz DDR3
    Video:
    NVIDIA Geforce GTX 780 m 4096 MB
    I foud a CUDA driver:
    version 6.5.18
    What to do?

    Hi,
    Please go this location on your computer:
    Click on Go on the top- Go to folder- Type ~/library then go to application folder- rename the adobe folder to old adobe
    go back to ~/library then go to preferences and rename the adobe folder to old adobe
    go to documents and rename the adobe folder to old adobe.
    After doing this you will loosed your synced settings and customized keyboard short cuts and effects if any.
    Thank You
    Arjun

  • PROMPT WITH DEFAULT VALUES DOES NOT DISPLAY VALUES THE FIRST TIME

    Hi,
    With one of our scorecard reports, when you select a division, the leader role/leader prompt picklist values do not get populated the first time. Because this is only happening in reports we have written in house, we do not see this happening to the reports that are installed as default.
    Is there any workaround known for this error.
    Thanks and Regards

    Hey can somebody please let me know how to go about this isssue ..
    Thanks

  • Page with PartialTriggers is not working when it loads for the first time

    Hi All,
    I am experiencing unexpected behavior when using partial triggers and this recurres every time the page loads and the second time it works fine.
    Here is the requirement, The page has a check box, when checked, two text boxes should be disabled. When unchecked the two fields should be enabled.
    (The fields are Start Date Time and End Date Time in the code below). I am also handiling the Date Validations on value change listener of Start Date time and have no issues on that.
    When I try to enter the dates on page load (The check box - "Process Full Indicator" is not selected), I enter the required fields (PEID, Dates and check the Process IAF and Process SMS check boxes and click on the ProcessRFI Button, the date fields are emptied and nothing happens. When i redo the same thing the second time, it works.
    The button invokes a BEPL process.
    One of the links suggested that I use the partialTrigger tag in the parent layout, I used in the panelFormLayout and it sill did not reflect.
    I am facing the same issue in an other page that is reteriving data from a DB Table. As I notice, both the pages are invoking dataControlls. Not too sure if it is related.
    Kindly help.
    <af:panelFormLayout id="pfl1"
    inlineStyle="font-weight:bold; height:181px;"
    >
    <af:inputText value="#{bindings.PEID.inputValue}"
    label="PEID"
    required="#{bindings.PEID.hints.mandatory}"
    columns="#{bindings.PEID.hints.displayWidth}"
    maximumLength="#{bindings.PEID.hints.precision}"
    shortDesc="#{bindings.PEID.hints.tooltip}" id="it1"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.PEID.validator}"/>
    </af:inputText>
    <!--af:inputText value="#{bindings.EnrichmentBatchID.inputValue}"
    label="Enrichment Batch ID"
    required="#{bindings.EnrichmentBatchID.hints.mandatory}"
    columns="#{bindings.EnrichmentBatchID.hints.displayWidth}"
    maximumLength="#{bindings.EnrichmentBatchID.hints.precision}"
    shortDesc="#{bindings.EnrichmentBatchID.hints.tooltip}"
    id="it3">
    <f:validator binding="#{bindings.EnrichmentBatchID.validator}"/>
    </af:inputText-->
    <af:inputDate value="#{bindings.StartDateTime.inputValue}"
    label="Start Date Time"
    shortDesc="#{bindings.StartDateTime.hints.tooltip}"
    id="id1" inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.input_startDate}"
    valueChangeListener="#{backing_ProcessRFI.assignFromDateValue}"
    autoSubmit="true"
    required="true" immediate="true">
    <f:validator binding="#{bindings.StartDateTime.validator}"/>
    <af:convertDateTime pattern="#{bindings.StartDateTime.format}" type="both"/>
    </af:inputDate>
    <af:inputDate value="#{bindings.EndDateTime.inputValue}"
    label="End Date Time"
    shortDesc="#{bindings.EndDateTime.hints.tooltip}"
    id="id2" inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.input_endDate}"
    partialTriggers="id1"
    required="true"
    valueChangeListener="#{backing_ProcessRFI.checkNullStartDateValue}"
    autoSubmit="true" immediate="true">
    <af:validateDateTimeRange minimum="#{backing_ProcessRFI.dtFromDate}"
    hintMinimum="End date should be greater than the Start Date"
    />
    <f:validator binding="#{bindings.EndDateTime.validator}"/>
    <af:convertDateTime pattern="#{bindings.EndDateTime.format}" type="both"/>
    </af:inputDate>
    <af:selectBooleanCheckbox value="#{bindings.ProcessIAFIndicator.inputValue}"
    label="Process IAF"
    required="#{bindings.ProcessIAFIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessIAFIndicator.hints.tooltip}"
    id="it2"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.ProcessIAFIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:selectBooleanCheckbox value="#{bindings.ProcessSMSIndicator.inputValue}"
    label="Process SMS"
    required="#{bindings.ProcessSMSIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessSMSIndicator.hints.tooltip}"
    id="it5"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.ProcessSMSIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:selectBooleanCheckbox value="#{bindings.ProcessFullIndicator.inputValue}"
    label="Process Full Indicator"
    required="#{bindings.ProcessFullIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessFullIndicator.hints.tooltip}"
    id="it4"
    inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.processFullIndicator}"
    valueChangeListener="#{backing_ProcessRFI.handleFullIndicator}"
    autoSubmit="true">
    <f:validator binding="#{bindings.ProcessFullIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:panelStretchLayout id="psl1" inlineStyle="height:40px;">
    <f:facet name="center">
    <af:panelGroupLayout layout="horizontal"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pgl2">
    <af:commandButton actionListener="#{bindings.ProcessRFI.execute}"
    text="Process RFI"
    disabled="#{!bindings.ProcessRFI.enabled}"
    id="cb2"
    attributeChangeListener="#{ProcessRFI.processResult}"/>
    <af:resetButton text="Clear" id="rb1"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10" id="s2"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:panelFormLayout>

    Hi John,
    My page is not a part of a task flow. The whole app is an Admin app comprising of multiple individual pages navigated using Menu.
    I have tried to run this page individually on my local machine as well as when deployed on the WLS server. The behavior is the same.
    Kindly advice,
    Thanks,
    Ram

  • Buttons are not displayed for the first time when drawImage method is used

    Hi
    In my swing window 2 buttons are there and when clicking these buttons, it should display an image . The two buttons are displayed at the first time and I can click on it . While clicking a button , the corresponding image is also got displayed. [ I am using drawImage() function for it] But what the problem is, then the two buttons are not displayed and it will be displayed again when the mouse moves along the position of these two buttons. And this problem occurs only at the first time..When they are on the window on a second time, they won't vanish when the image is displayed when clicking it. Is this the problem with paint() method?. I am using start() method also.
    Please help me!
    Thank You

    Hi
    This is not my exact program, that has a large no: of code. So I am putting here a sample one. One thing I would like to point out is that , I can see the buttons at the time of loading the applet and suddenly it vanishes and the image is drawn. Then if I move the mouse along the position of these buttons , they got displayed.
    import java.awt.*;
    import javax.swing.*;
    /*<applet code = MyClass width = 500 height = 500>
    </applet>
    public class MyClass extends JApplet
    Image img;
    JButton b1,b2;
    Container cp;
    Canvas1 cv;
    class Canvas1 extends JPanel
    public void paint(Graphics g)
    super.paint(g);
    g.setColor(Color.black);
    g.fillRect(0,0,500,500);
    img = getImage(getCodeBase(),"image1.jpeg");
    g.drawImage(img,20,20,this);
    public void start()
    cv = new Canvas1();
    cv.setBounds(0,0,500,500);
    cp.add(cv);
    public void init()
    setLayout(null);
    cp = getContentPane();
    b1 = new JButton("Button1");
    b1.setBounds(1,1,100,30);
    cp.add(b1);
    b2 = new JButton("Button2");
    b2.setBounds(200,1,100,30);
    cp.add(b2);
    It would be very helpful to me if you could fix the problem.
    Thank You.

  • I Chat will not start for the first time on my Macbook Pro after Migration

    Hi hope someone can help as this problem has stumped me. I cannot get ICHAT to even start having migrated all applications via Migration Assistant from a Macbook to a Macbook Pro. Everything else seems to work fine except when I run ICHAT and follow setup I get to a final screen which locks without showing a DONE button to complete the setup process! I have reloaded OS X, downloaded the OS X Combo OSand tried that, deleted the app and started again just in case but to no avail. Can anyone help? The application worked fine on the old Macbook but not on this machine.

    Hi,
    Welcome to the    Discussions
    Please tells us which version of iChat was moved to the new computer ?
    What OS is the new computer at otherwise ?
    I would guess you will have to do th Hard way
    http://discussions.apple.com/thread.jspa?threadID=1486891&tstart=0
    and include the Support folders in any Reinstall
    Please note the Post time I add to my post as it may be some time before I post again.
    10:58 PM Wednesday; September 2, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • I have igoogle for a home page but the personalized page does not load, only the generic page loads; why?

    I have built a personal iGoogle home page. I have checked 'stay logged in'. when I open the home page in Firefox it goes to the frontdoor instead of the page I built.

    I have built a personal iGoogle home page. I have checked 'stay logged in'. when I open the home page in Firefox it goes to the frontdoor instead of the page I built.

  • RowInconsistentException does not show for the 2nd time

    Hi,
    I have a simple page with a few input fields and a save button.
    The input fields are derived from a ViewObject based on a single Entity Object.
    I open the page in two browsers. I follow the below steps:
    1) make changes in first browser
    2) make change in second browser
    3) save changes in first browser - it is successful
    4) click on save on second browser - a RowInconsistentException is thrown
    5) click on save again in the second browser - the changes gets saved, I was expecting the exception to be thrown again, but it is not thrown.
    I tried debugging it by printing the posted attributes (Entitiy.getPosetdAttribute()) before saving.
    On step-4 the posted attributes are different then the ones in DB, so the exception is thrown, that is fine.
    But on step-5 the posted attributes are same as the ones in the DB, (it looks like they are updated from the DB again on step-4) and the exception is not thrown.
    But in my page I want the save in step-5 to fail so that the user has to requery the page. How can I do that?
    Any Idea!!
    Thanks,
    Anil

    If you want to keep getting the JBO-25014 and not refresh the values from the database:
    boolean[] attributeChanges;int numberOfAttributes;
    public void lock() {   
    Object[] currValues = saveCurrentValues();  
    try {        super.lock();    }
    catch (RowInconsistentException e) {        revert();        resetCurrentValues(currValues);        throw(e);    }}
    private Object[] saveCurrentValues() { 
    attributeChanges = new boolean[getAttributeCount()];    numberOfAttributes = getAttributeCount();    // Save the current values of the attributes (so that we can restore them later)   
    Object[] currValues = new Object[numberOfAttributes];      
    for (int i=0; i<numberOfAttributes; i++) {       
    currValues[i] = getAttribute(i);        attributeChanges[i] = isAttributeChanged(i);    }    return currValues;}  
    private void resetCurrentValues(Object[] currValues) {   
    for (int i=0; i<numberOfAttributes; i++) {         // Set the EO instance with the saved values                   System.out.println("Attr["+ i + "] :" +currValues[i]);                 
    if (attributeChanges[i]) {           
    populateAttributeAsChanged(i, currValues[i]);         }
    else {            
    populateAttribute(i, currValues[i]);         }    }}
    Sorry about the formatting. The new forum mess everything up
    Timo

  • Why do blgs not load properly the first time

    Why does it take several "refreshes" to load pages for blogs properly?

    It could possibly be an issue with your Firefox Cache. Try [[How to clear the cache|Clearing your Cache]], and see if that makes a difference. Also, [[Websites look wrong]] has some basic troubleshooting you can try.
    If that doesn't work, Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works fine in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.

  • News Feeds module crashes upon loading for the first time

    The Blackberry OEM News Feeder app crashes on my Torch every time I try to open it. It has never been able to open. I tried removing and re-downloading it several times. I also reset the security to allow everything over custom. Nothing seems to work. The error I continue to receive is as follows: Error starting net_rim_bb_news_app: error loading module 'net_rim_bb_news_app' Verify error. Any help would be appreciated.

    Hello jmlucas71 and welcome to the BlackBerry Support Community Forums.
    I  would suggest backing up your BlackBerry device and doing a clean software as shown in KB11320
    Before any data is restored, test the News Feeds application.
    Let me know how you make out.
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Sortingtable clears the forms when the column is clicked for the first time

    Hi All,
    I have text fields which will take the conditions for search and result will be displayed in the sorting table of the same form,
    When the search is done for the first time the result is shown in the sortingTable, but when we click any of the column to get it sorted it clears out the whole screen and shows only the search text fields.But when we do a search again in the same form there after the sort works.it does not clear out.
    This happens for the first search after the form is loaded for the first time from the workflow
    appreciate any solution or suggestion
    Thanks
    Pratheep

    Thanks for your reply, it did not work even after setting the sortEnable,
    The issue i find is when the any column is clixked for sorting for the first time all the form variables even if it is under Expansion is lost, but when we do the search again (even with different criteria) the same page and hit the sort column again the form variables are retained

Maybe you are looking for

  • Notifications not showing on iPad

    I have installed latest updates I have changed the app setting in the notification center The same app shows notifications on my iPhone Will not display on my iPad

  • Posting period not open for a/c type S and G/L :400020

    Hi Gurus, While posting GR through MB1C, I am getting an error message "Period 009/2009 is Not open for Account type S and G/L:400020". I also went to table T001B, but could not do much. Please help. Thanks, Kumar

  • 10g Nested Tables and APEX

    Trying to use the following within Apex: CREATE TYPE location_typ AS OBJECT ( location_id NUMBER(4), street_address VARCHAR2(40), postal_code VARCHAR2(12), city VARCHAR2(30), state_province VARCHAR2(25)); CREATE TYPE nt_location_typ AS TABLE OF locat

  • My House PC wont See my Mac on our wireless network

    Sorry if this has previously been discussed, but when i searched for this problem, I kept getting "Mac wont see PC" results in my search. but my problem is the other way around. I can see the PC's in the house in my shared folder and I can access one

  • Can I install Elements 12 On Multiple Computers?

    Bought Elements 12 from Best Buy.  I installed it on my Laptop and was wondering if I can install it on my Desk top that doesn't have a internet connection? I have a legal registered Serial Number.