APEX 2.2 starting page.

Hi All,
I install oracle application express on linux es4 with out any issues.
Thank you for installing Oracle Application Express.
Oracle Application Express is installed in the FLOWS_020200 schema.
my opmn status is
[oracle@abc bin]$ ./opmnctl status
Processes in Instance: standalone
------------------------------------------------+---------
ias-component | process-type | pid | status
------------------------------------------------+---------
HTTP_Server | HTTP_Server | 30188 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
my http://localhost:7777/ is working fine. but my starting page for apex is show error message.
url : http://localhost:7777/pls/apex
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at abc Port 7777
where to check the errors. Please help me

I found the problem. According to installation doc we need add an "include" entry of dads.conf in httpd.conf. Once I removed that entry ever thing is working fine. I don't know the document is wrong or some thing else?
Another questions.
1. Can any one guid me where to start the development.
2. How to change the default admin passwords including schemas.
3. After installing HTTP server and AE my EM is not starting any help is appreciated.
Thanks,

Similar Messages

  • Apex Listener return blank pages with no configuration errors!

    - I set up an Apex Listener "Version:1.1.3.243.11.40" at "10.0.114.11" in standalone mode.
    - I configured Apex Listener via http://10.0.114.11:8585/apex/listenerConfigure and return with no errors.
    - I get http://10.0.114.11:8585/apex/listenerStatus, it returned this:
    Current Time:     Tue Dec 13 17:06:32 ICT 2011
    Server Uptime:     0 Days 01:10:14.101
    Total Accesses:     38.0
    Total Traffic:     161.34K
    Total Errors:     0
    Total File Downloads:     0
    Total Processing Time:     0 Days 00:00:09.354
    Processing Time in milliseconds:     Minimum: 20 Average: 246 Median: 64 Maximum: 3062
    Database Time in milliseconds:     Minimum: 14 Average: 61 Median: 50 Maximum: 204
    Active Requests:     0
    Connections in the pool apex:
    Active: 0 Available: 1
    But when I go to "http://10.0.114.11:8585/apex" or "http://10.0.114.11:8585/apex/apex_admin", I got blank pages.
    The page displays "Application Express Login" or "Application Express Administration Services" in the tab at the top of IE, but nothing else. Anyone have any ideas what could be happening here ?
    thanks so much,

    Hi Udo!
    I run apex_listener with this below command and the output is that:
    java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war
    INFO: Starting: /source_install/apex_listener.1.1.3.243.11.40/apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: /tmp/apex
    INFO: Using classpath: file:/tmp/apex/apex/____embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/tmp/apex/apex/WEB-INF/lib/commons-fileupload-1.2.1.jar:file:/tmp/apex/apex/WEB-INF/lib/je-4.0.103.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar:file:/tmp/apex/apex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojdbc6.jar:
    INFO: Starting Embedded Web Container in: /tmp/apex
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=/tmp/apex/apex/WEB-INF/web.xml
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=/tmp/apex/apex/WEB-INF/web.xml
    Using config file: /tmp/apex/apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.3.243.11.40
    APEX Listener server info: Grizzly/1.9.18-o
    Dec 13, 2011 6:40:23 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Tue Dec 13 18:40:23 ICT 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    I don't know how to "could you please check if you configured the directory for the static contents ("images") correctly"
    because the Installation Guide of Oracle about Install Apex in standalone mode do not tell me to configure images any more. I just run apex listener with above command "java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war".
    Thank you for your reply,Udo!

  • Can't open start page

    Hello !
    I have installed APEX 4.2.2 on CentOS 6.2 64 and can't open start page. Except of it I see empty page.
    Could anybody explain this.
    Thanks in advance Andrii.

    Thanks for reply.
    I have run
    @apxldimg.sql /u01/app/oracle/product/11.2.0.3
    as is written on http://www.snapdba.com/2013/04/installing-apex-4-2-and-configuring-embedded-plsql-gateway-epg/
    and apex is running ok.
    Andrii.

  • Changing the Start Page after loggin in the application

    How can we change the start page once i log in to the oracle apex application.I took the following measures to change the page number
    The default source code for the login page 101 process is
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P2_USERNAME,
    P_PASSWORD => :P2_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    I tried to change the P_FLOW_PAGE variable to page 15 as below
    P_FLOW_PAGE => :APP_ID||':15'
    but still no luck,still the login page is redirecting me to page 1 only instead of page 15.Can any of the experts here please help.
    Thanks

    Hello
    You need to go to
    Home>Application Builder>Application 127>Shared Components>Edit Security AttributesThen edit the Home Link item.
    For example, mine is set to
    f?p=&APP_ID.:35:&SESSION.The result is that my application goes to page 35 after login.
    Hope this helps.
    Simon.

  • The Mozilla WHITE start page is blocking the upper left Firefox to Print to Print Preview, so i can not see what is on the Printer Glass

    The BIG WHITE MOSTLY BLANK , MOZILLA START PAGE was blocking my use of PRINT PREVIEW, from the orange "Firefox" in the upper left corner.
    I was told i was using an out of date version of Firefox.
    But no "click here to update".
    So i downloaded the new edition of Firefox.
    And still, i can not see PRINT PREVIEW, because the large white screen of the MOZILLA START PAGE is blocking it.
    I have selected a background wallpaper, so would rather not see ANY of the BIG WHITE START PAGE, at all !!
    HEEEELP,,,,,,

    Hi,
    Can you please post a [https://en.wikipedia.org/wiki/Screenshot screenshot] of the start page when it is blocking the print preview. Please note that you may have to change to the tab of the site to be printed to see the print preview of the page. If the problem persists, please also check in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Apple Start page no longer works with Safari 1.3.2?

    I just set up an iBook G3 with Mac OS X 10.3.9, with all updates, and opened Safari, which is set to got to the Apple Start page initially:
    http://www.apple.com/startpage
    Safari loads the page, but two areas are blank: the "Hot News Headlines" in the middle of the page, and the "iTunes Movie Trailers" on the left side. No content appears in these areas. If I click on the "All" next to "Hot News Headlines" a page of html-code text appears.
    When I load this page in Firefox or Camino, these areas have the expected content: text in "Hot News Headlines" and a picture in "iTunes Movie Trailers".
    I know Safari 1.3.2 is pretty old now, and cannot be upgraded to anything later, since it's integrated with 10.3.9; for this reason I recommend using a more current browser such as Camino or Firefox with this System. But I was just wondering: has anyone else seen this behavior? Is Apple's own web page now too much for Safari 1.x to handle?

    {quote}
    When I load this page in Firefox or Camino, these areas have the expected content: text in "Hot News Headlines" and a picture in "iTunes Movie Trailers".
    I know Safari 1.3.2 is pretty old now, and cannot be upgraded to anything later, since it's integrated with 10.3.9; for this reason I recommend using a more current browser such as Camino or Firefox with this System. But I was just wondering: has anyone else seen this behavior? Is Apple's own web page now too much for Safari 1.x to handle?{quote}
    Hi HandyMac,
    Yes, Safari v1.3.2 is quite dated by today's standards. And yes, the Apple StartPage doesn't work for me either 100% on Safari v1.3.2.
    Most Panther users have migrated to Camino. FireFox 2 is no longer updated for Panther either.
    On Panther I use Opera and SeaMonkey.
    -Mike

  • My computer will randomly leave a web site I'm working on and go back to my google start page.

    The most recent incident was today but it has happened in the recent past. I was working on a website, filling out an account creation form to begin accessing a secure website. I was almost finished when I was switched back to firefox start page with google. This happened twice, doing the same thing.When I go back to the page it's blank and I have to start again.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Copyrights for Images in Starter Pages

    Ok, I am building a web site for someone and they need it FAST, so I am using one of the starter page templates in DreamWeaver CS3. They also want a business card designed that matches the website. Can I use the header image and manipulate it to create a business card around it in Photoshop or are there copyrights on those images. If someone can point me to the terms of use for the elements that comprise the starter page templates that would be great - thanks!

    Yes but not within Pages itself.
    I have used iText Pro to create an inline image with link, then copied that into Pages. Sometimes it takes a little fiddling but you can retain the link. Obviously if you exported to .pdf you would lose it all.
    You can always use Acrobat Pro to reinstate or add links to images or anything in a .pdf file created from Pages.
    Peter

  • Lenovo Yoga 2 13 - Screen going back to windows 8 Start page every 5 seconds

    Hello !
    I've had for a few months this weird problem I find no solution for. In laptop mode, my screen randomly go back to the windows 8 start page while the laptop loudly vibrates. Even when I'm not touching the laptop it does so. I've searched for long on this forum and others but I still have not found any solution.
    Could somebody please help me ? :-)

    Hello !
    I've had for a few months this weird problem I find no solution for. In laptop mode, my screen randomly go back to the windows 8 start page while the laptop loudly vibrates. Even when I'm not touching the laptop it does so. I've searched for long on this forum and others but I still have not found any solution.
    Could somebody please help me ? :-)

  • How do I replace bookmark bar that was lost when a new Mozilla Fox Start page suddenly appeared with a Zone Alarm Community Toolbar, and nothing I have so far tried, working with "Show all Bookmarks", works ("Unable to process the backup file).

    My current version is 6.0.2. A box appeared a few days ago informing me of an update to 7 (x?). I declined for the time being.
    Then a Start Page just showed up missing the bookmark tool bar. I tried to import a bar from another browser. Nothing showed up. Then, I went to "Help". First, I clicked on "About Firefox" where I was informed of an update. This time, I tried it. When I clicked on "Apply Update", I received a message; 'Update could not be installed" despite there being no other Firefox browsers running.
    I went back to "Help" and clicked on "Firefox Help". A page came up with the URL in place, but the page would not load ("Cannot find server at support.mozilla.com"). After several clicks on "Try Again" with the same result, I copied the URL and pasted it into a different browser, from which I am now working.
    Before sending this question, I tried the two procedures ("Manual Backup" and "Restoring From Backup") found on Bookmarks/Show All Bookmarks/Import And Backup/Restore, using both "stored backups" from Mozilla's Profile folder and "Choose a file", as well as Bookmarks/Show ... /Backup. In each case, the response was, "Unable to process the backup file".
    I had previously tried another method I found on Google which involved copying and saving a Mozilla backup file (this is the file I used in the procedure above - "Choose a File") found in the C:/Documents And Settings/.../Profile Folder, then renaming the original file "backup.HTML" and saving it in a folder one level up from its original location. The Bookmark bar was to show up after shutting down and reopening Mozilla - it never happened. I replaced the original backup file.
    It occurred to me to locate the Bookmark File for this browser (Chrome) and using it in the "Choose a File" method, referred to above. But there is no extension included in the file name, and I was afraid to try it.
    I'm out of ideas. Is there something else to try?

    Check that the Bookmarks Toolbar is visible and that the "Bookmarks Toolbar items" is still placed on the Bookmarks Toolbar.
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    See also:
    *http://kb.mozillazine.org/Uninstalling_add-ons
    *http://kb.mozillazine.org/Uninstalling_toolbars

  • I installed 4Sync on my computer, and it resets my browser constantly. Even when I set my browser back to FireFox Start Page it just switches it back the next time I open a browser. How can I stop this please??

    I installed 4Sync when I was trying to find a download for a song and it has hijacked my browser completely. It always tries to set my default home page back to the 4Sync Homepage, but I do not want this. I even change it back and save the settings, but it just comes back and does it again in a few clicks. I feel like it has completely taken over Firefox and that it will always be my start page now, instead of the Firefox Google search page I normally use. I need to stop this because it is frustrating me. There is no new plugins or extensions installed on my browser, I just don't get it. Any answers would be greatly appreciated!!

    Same issue for me, no settings or options config changes this
    I also tried a roll back to 3.16 and the problem is there too now, so its something in the general mozilla files
    dont fancy a full uninstall and delete of anything mozilla, but i wont be using this if it continues

  • All of a sudden, my settings have been changed, my homepage, and EVERYTHING. No matter how many times I go in and change them again, the SAME pages open up when I start FireFox and I am constantly being asked if I want Yahoo as my start page and default s

    I don't know what happened. All of a sudden, my settings have been changed, my homepage, and EVERYTHING. No matter how many times I go in and change them again, the SAME pages open up when I start FireFox and I am constantly being asked if I want Yahoo as my start page and default search engine. I click the box 'do not ask me again' and it comes up EVERY TIME. I change things like I don't want history remembered, and when I reload FireFox again, it's back to the way it was BEFORE. EVERY SINGLE TIME. I don't know why this is happening, or how to fix it. What do I do??

    I do not want to download another virus program.. I do not believe it is a virus. I am running the full version of Norton 360 and it is doing a daily scan. I have Windows 7, 64 bit OS.
    This is very irritating !! If I wanted Yahoo I would ask for it !

  • Why does my firefox start page keep opening in a foreign language, no matter how many times i have uninstalled and reinstalled the US English version? also, why is it so slow to open, if it opens at all now?

    it wants me to believe it's opening in Spanish, but that is not the language that appears on the start page, looks like it might be German? also, since i have reinstalled, mozilla/firefox is extremely slow to open, if, in fact, it opens at all. if i stop the process, and then proceed to open something else via the toolbar, i.e., aol mail, etc., i get to where i need to be.

    If the Google (Firefox) or Yahoo home page is in the wrong language then see:
    * Google: http://www.google.com/support/bin/answer.py?answer=873
    * Yahoo: http://help.yahoo.com/l/us/yahoo/homepage/troubleshooting/troubleshoot-02.html

  • I have Wildblue email, igoogle start page is beeing removed, now I can't get to my mail, firefox keeps trying to go to igoogle start page, Help Please.

    A new Windows 8 opp.system. It has Google all through it, I don't like google, but google is who Wildblue uses for mail. Right from the start I tried to set some short cuts to get to mail, but the google stuff already in there would intersept my efforts, so I would have to type in wildblue and thenI would get there and I'm guessing, that Firefox started automatically do the rest. Now that the igoogle start page has gone away, they are fasing it out, it is suppose to go right to my mail, instead it keeps trying to go to igoogle start page, over & over & over & ......
    I see now that my other tab shows that it finally got to my mail. Will this be the norm, or will it self correct?

    When you start typing in the address bar, Firefox may suggest your most frequently used site address, and show other frequently/recently used sites in a drop-down list. To get Firefox to stop suggesting a particular site, try using the down arrow key on the keyboard to go down and select it, then press the Delete key, then arrow up or down to the site you really want to clear that unwanted address from the address bar.
    If you haven't already, you might want to create a bookmark for your new mail site. Not only does this provide one-click access (or two-click, if you use the menu rather than the Bookmarks Toolbar), but it helps speed access when you start typing in the address bar.
    Some related help articles:
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]]
    With respect to iGoogle, it's possible that going to this page is a Google setting. Two things to check:
    (1) While you are logged in to your Google account, check whether you've somehow specified you want iGoogle instead of the main Google page or Gmail.
    (2) Remove your Google cookies. This will clear out preferences related to Google that are stored on your computer (separate from the ones stored in your account). You can do that as follows:
    First, save any pending work such as draft messages or Google Docs documents you're editing. While viewing a page on Google, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Hopefully now Google will forget your previous interest in iGoogle.

  • Why can't I open my start page on my hp laptop and the side screen won't open so I can turn it off

    I can't open my start page and I can't shut off my computer even when I push the little window button on my laptop it won't open.I't will go to sleep when I push the power button .

    Hi @grandmaman ,
    Thank you for visiting the HP Support Forums and Welcome. I have read about your HP Notebook and getting a blank or black screen on startup. Try performing a hard reset.
    When performing a hard reset please note remove any and all USB devices. Disconnect all non-essential devices.
    Here is a link to computer won't start for Windows 7. Windows 8 here.
    If that does not help at the end of the document it shows you to do a hardware test.
    I hope this helps you.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

Maybe you are looking for