Can`t access Portal Home page: 'PORTAL.WWPOB_PAGE must be declared

When I try to access Portal's home page (http://server:port/pls/portal) executes Home procedure and redirects me to http://server:port/portal/page?...
Then an error happens, "The Listener returned the following Message: 404 not found.
Apache error_log shows these lines:
[Tue Feb 24 19:11:51 2004] [error] mod_plsql: /pls/portal/!PORTAL.wwpob_page.sho
w HTTP-404 ORA-06550: line 10, column 2:
PLS-00201: identifier 'PORTAL.WWPOB_PAGE' must be declared
ORA-06550: line 10, column 2:
PL/SQL: Statement ignored
The package portal.wwpob_page exists and even is used by HOME procedure, so I don´t understand te message in log.
Any help please ?

Fco. Javier Pozo, from the bug info you provide I assume you are running a version of Portal 9.0.2.x. After having a quick look at the patches you mention I see that patch 2943209 seems to make changes to the WWPOB_PAGE package
As far as your language install commands, the first one looks fine and would have installed language 'e' (spanish I think) in both portal and single sign-on server. So I'm not sure why you ran it a second time to re-install language 'e' into single sign-on server only, but I don't think it would break anything.
I would recommend checking that all your db packages are valid and making aure you didn;t recieve any errors in applying all the actions you listed. If this doesn;t fix the problem then go back to your backup which you would have taken before applying these patches and re-apply them one by one, checling at each stage to see if your Portal is still OK.
Otherwise you should call Oracle Suport and log a TAR as I assume you have access to Oracle support and they are who told you to apply these patches.
Cheers,
Mick.

Similar Messages

  • I can not access the home page

    I have installed Oracle Portal 3.0 EA on a Windows NT 4.0 Workstation
    running Oracle 8.1.6.
    And now I can not access the home page and login from a local browser installed on the server by typing http://<hostname>/pls/portal30/portal30.home.
    Apache is still working.

    Jan-Peter,
    Obviously the browser recognizes the servername:port because your sample works. It must have a problem with the pls or DAD.
    Can you access:
    http://servername:80/pls/admin_/gateway.htm
    If yes,
    Then check to make sure you are calling the correct DAD and they are setup. You can do this through the gateway.htm page.
    If no,
    Then your 9iAS did not setup mod_plsql correctly. Check oracle_admin to see if it points to plsql.conf
    null

  • I can't access my home page. I get an error message

    When I loaded Firefox beta this time I couldn't open my home page. This was the error message:
    Sorry, we're temporarily unable to access your page.
    Please refresh this page to try again.
    If you continue to have an issue, please clear your cookies .
    Host Name: p399.my.re1.yahoo.com
    Yahoo! ID: amike401
    Error Type: (UDB:1)
    Date/Time: Thu, 17 Feb 11 15:22:37 -0800

    Never Mind. I kept fiddling and I think I have it fixed.
    Mike

  • Can't access my home page on my new laptop, but it still shows up on my old one..

    I recently bought a new laptop and installed Firefox on it as my default browser. Now when I open Firefox on the new laptop and click on the "Home" icon, I can't access the "customized" homepage that I originally designed when using my old laptop. When I open Firefox on the old laptop and click on the "home" icon, it still brings me to the old, customized homepage. What's going on?

    You may need to redo that customization on the new computer. Such a customization is usually stored in a cookie on your computer if it is not stored on the server itself (attached to a user account).
    See also [[Enabling and disabling cookies]]

  • I can't access the home page of my bank. i can;t get into my acct.

    i entered my bank site and it didn't go to the home page where i enter my user name and pw. i downloaded firefox because i couldn't read my messages from my bank on ie.

    Do a malware check with some malware scan programs. You need to scan with all programs because each program detects different malware. Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and Searches are redirected to another site

  • Urgent: cannot access the portal home page because of problem’s language

    I have installed Oracle 9iAS, including infrastructure with language FRENCH_FRANCE.WE8ISO8859P15 and portal and wireless type I don’t have problem for access to http://machine:1810 and http://machine:7779 in French.
    But when I access this url: http://machine:7779/pls/portal, there is a error : java.io.IOException:
    Unsupported character encoding: "ISO-8859-15"
    at oracle.webdb.page.BaseContentRequest.getResponseJavaEncoding(Unknown Source)
    at oracle.webdb.page.BaseContentRequest.getReader(Unknown Source)
    at oracle.webdb.page.PageBuilder.getMetaData(Unknown Source)
    at oracle.webdb.page.PageBuilder.process(Unknown Source)
    at oracle.webdb.page.ParallelServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    When I install infrastructure, I select FRENCH_FRANCE.WE8ISO8859P15. I check in sql*plus in the v$NLS_PARAMETERS and NLS_LANGUAGE is FRENCH, NLS_TERRITORY is FRANCE, NLS_DATE_LANGUAGE is FRENCH and NLS_CHARACTERSET is WE8ISO8859P15. It seems all well.
    But I check in the Windows registry, I find that NLS_LANG is FRENCH_FRANCE.WE8MSWIN1252 under under HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOME1 and HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOME2. Then I correct in FRENCH_FRANCE.WE8ISO8859P15 in the Windows registry.
    Also I check in EM web_site in
    To check the DAD settings, in my EM Console, I go to Http Server/PLSQL Properties/DAD status. I correct NLS Language with FRENCH_FRANCE.WE8ISO8859P15.
    Also I correct langinst.cmd under OH/portal/admin/plsql to replace WE8MSWIN1252 with WE8ISO8859P15
    case f:
    setenv NLS_LANG FRENCH_FRANCE.WE8ISO8859P15
    breaksw
    case frc:
    setenv NLS_LANG FRENCH_FRANCE. WE8ISO8859P15
    breaksw
    All that I do is not useful for access the portal home page, thers is always the error java.io.IOException: Unsupported character encoding: "ISO-8859-15"
    I don’t have problem in language English. My page portal is running well in a another machine where I install Oracle9iAS in English, but I have always problem in the machine where I install Oracle9iAS in French.
    I find there are lots of this problem in this forum, but there isn’t a answer. So thanks for anyone to resolve this problem.

    Hello Michael,
    Thanks for your help !
    I think that the problem is in the PlsqlNLSLanguage. But I couldn’t check it now with the version French WE8ISO8859P15, because today I’ve installed oracle902 AS with WE8MSWIN1252 and it functions well. I find the PlsqlNLSLanguage in my $ORACLE_HOME_INFRA/Apache/mod_plsql/conf/dads.conf is FRENCH_FRANCE.WE8MSWIN1252
    , and in my $ORACLE_HOME/Apache/mod_plsql/conf/dads.conf is AMERICAN_AMERICA.WE8MSWIN1252. But I don’t understand why it doesn’t create the language’s problem.
    I will try again in another machine with WE8ISO8859P15.

  • How can i change the Oracle applicaiton server 10g portal home page

    I have this page http://<site>/portal/page?_pageid=#,#&_dad=portal&_schema=PORTAL and i want to change the page . i can go to the edit mode and change it but i want to really change at the code level. THanks in advance

    You can accomplish this via Portal. Log in as a site administrator (Portal or Portal_Admin). On the Portal Builder page, go to the Services portlet & click on the Global Settings link. Here you can set the Default Home Page from a list of pages in Portal.
    If you change the default home page, this will also impact your administration accounts. I strongly recommend changing their profiles to use the Portal Builder home. Otherwise you may lock your admin accounts out from being able to make changes. You can either 1) create a group, add admins to group, & create a group profile or 2) modify the admin account's profile(s) In the main Portal Builder page, on the right you should see portlets for Portal User Profile and Portal Group Profile & they each have a Default Home Page settings. The order of precendence is Global -> Group -> User.

  • I have a portal home page with a navigation

    I have a portal home page with a navigation bar that is accessible to the public. This site also contains information that can only be accessed by privileged user. Therefore, I have a login/logout icon on the page.
    The problem that I am currently facing is that when I go to the page without logging in, the navigation bar is not visible. The only thing that is visible on the navigation bar are the links but without the labels. Labels or texts that are not links are visible. When I log in, only then is the navigation bar and its contents visible.
    Can someone help me resolve this problem? Is it a "style" problem or is it "security" or "rights" problem?

    Go to Settings in Chrome.
    Then in On Startup either check the Open the New Tap pag, Continue to where left off, or edit Open a specific or set of pages. It appear you have the last one checked and it is opening up that page.

  • Portal home page error after install

    Hi,
    I recently installed 9ias on solaris succesfully into its own oracle home(db cache failed but not worried yet). portal install went ok, but i can only access the admin gateway and not the portal home page. I get 500-Internal server error. Tried checking jserv config - looks ok, I can run 'IsItWorking' servlet ok but still get error - has anyone else seen this - any clues?
    thanks.....

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jasen Jacobsen ([email protected]):
    I just went through the same problem with a Win 2k install. The 500 error turned out to be a problem with my DNS and proxy setup. If I understand things correctly, when you hit the portal page (http://<hostname>/pls/portal30/ you are redirected to the real portal application. My machine is not registered with the corporate DNS so even though I could hit the admin pages, and the Apache test pages, when I was redirected to the Portal pages a DNS lookup was attempted and things choked.
    I've fixed the problem, for now, by telling my browser to ignore the proxy server for my portal machine's name. But now I can only hit the portal from the machine it's installed on. The long-term solution is to get the DNS issue resolved.
    Hope this helps.
    - Jasen.<HR></BLOCKQUOTE>
    Jasen,
    Please check out the Standalone Laptop configuration option discussed in the Oracle9iASPortal Configuration options white paper. I believe it will help you resolve your hostname issues. The direct link to the white paper on OTN is http://technet.oracle.com/doc.pdf/iportal/config_options.pdf
    Karthika

  • Tabs on portal home page

    I am trying to put 5 portal pages on the portal home page. However, the portal
    only allows me to put 3. Is there a fix for this?

    Sean Hoffman wrote:
    I am trying to put 5 portal pages on the portal home page. However, the portal
    only allows me to put 3. Is there a fix for this?You should be able to do this. Make sure that all the 5 pages are made
    available and visible for the group you're testing for. You can use the
    admin JSPs to do this.
    Subbu

  • Logoff and personalise link on custom portal home page

    Hi,
    I have created a PAR file in NWDS for Portal home page. In that i have created a header and a hover dropdown menu.
    I want to add a logoff link and personalise link on it. i have tried to add the link using tag library <frm:logOffAnchor/>. bt this doesnt help.
    please help.
    Regards,
    Rahul Doshi

    did you reference html tags library for this? If no look at portal masthead par file to get information.

  • Unable to login from portal home page

    We have installed oracle9iAS portal service. we got the portal home page but when we pressed
    login link on this page we got an error saying
         Error: You cannot login because there is no configuration
         information stored in the enabler configuration table. (WWC-41439)
    we just want to know furthur details about this.
    will you please tell us details about this.?
    Actually when we were installing oracle9iAS we got some messages saying that some queries could not
    execute and asked for continuing with default settings. So we continued with default settings after
    several RETRIES.
    The database for oracle9iAS exists in different machine in the network.(I think this is not a problem)

    run ssodatan.cmd (for NT)if this is your only node.
    or
    run ssodatax.cmd (for NT)if you are associating portal to an existing Login Server
    The scripts reside in your %IAS_HOME%\portal30\admin\plsql directory

  • # in link goes to Portal home page??!!

    Hi,
    We have developed a page template with a drop-down menu. In this menu we have a <A> tag that is not supposed to be linked anywhere. We have therefore written a # in the href. ex: <a href="#....."></a>. In Portal this # takes us to the Portal Home page. Is there a way to avoid this?
    We need the <A> tag because we use javascript events.
    Regards,
    Anniken & Lene

    Hi
    anchors (#) doesn't work because Portal puts a <bas href="path"> in the <head> section and this href is usually .../pls/portal
    So when you want to go to your anchor x further down on the page the browser thinks you want to go to .../pls/portal#x an´d that ends you up on the portal home page.
    There is a javascript fix for this. Search "HTML Anchor" in this forum (that is the title of the thread).
    Kind regards
    Tomas Albinsson

  • Daniel or anyone else, Help on why I can't access certain jsp pages

    I have installed the Web Service Portlet Wizard to build my portlets. In particular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on my Weblogic 6.1
    Server. I can access the login page, and can logon and do a few things but for
    some reason I Can't access certain pages. The pages I can't access are also jsp
    pages on the wlserver6.1 server(exactly the same as other ones I can access and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. I have
    also included in there, a snapshot of the access log for those pages, but I can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I get java.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same page withouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certain pages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL. This is
    also included in the word doc.
    Thanks
    Ramy
    [Portal.doc]

    Ramy,
    I don't know the Web Service Portlet Wizard too well, but I notice that
    login.htm never seems to be found (404 in logs). I would think that the two
    warnings below your JSP call (cookies, and portlet state) are your most
    likely culprits. If the Web Service Portlet Wizard does not handle cookies
    then the portal server will have to continiously reauthenticate. I will
    forward your email however and see if I can dig up a better diagnosis. Also,
    could you post the stack trace for the ArrayIndexOutOfBoundsException you
    are seeing.
    Sincerely,
    Daniel Selman
    "Ramy" <[email protected]> wrote in message
    news:[email protected]..
    >
    I have installed the Web Service Portlet Wizard to build my portlets. Inparticular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on myWeblogic 6.1
    Server. I can access the login page, and can logon and do a few things butfor
    some reason I Can't access certain pages. The pages I can't access arealso jsp
    pages on the wlserver6.1 server(exactly the same as other ones I canaccess and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. Ihave
    also included in there, a snapshot of the access log for those pages, butI can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I getjava.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same pagewithouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certainpages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL.This is
    also included in the word doc.
    Thanks
    Ramy

  • TS2972 i can't access my home sharing in itunes ? :( when i fill up the apple i.d there's a pop-up window "Home sharing could not be activated because an error occurred (5506)" what's with that?

    i can't access my home sharing in itunes ? when i fill up the apple i.d there's a pop-up window "Home sharing could not be activated because an error occurred (5506)" what's with that?

    See:
    Troubleshooting Home Sharing
    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

Maybe you are looking for

  • Problem in use xmlgen.insertXML to insert XML file to Object Viewse

    I am trying to update XML file to Object View but it failed. Refer to the steps that I was doing. 1) Use utl_file.get_line to read XML file which I generated (It is no problem) 2)The xml data is <?xml version="1.0" ?> - <ROWSET> - <ROW num="1"> <PK_N

  • Systemmessage variable screen

    Dear all, We are using IP with variables, there is an authorization check for these variables. We want to change the message, instead of a warning we would like to see an error message, this has been changed since the last technical upgrade. Does any

  • Query on Fault Handling in SOA 11g

    Hi All, I have created a BPEL process which polls a DB table and does a logical delete(updates status column as read). Now I wanted to rollback the update incase of any fault in the BPEL process. I have an email activity and an audit table entry in m

  • Not able to find the required upgrade patch for 10.2.0.2

    Hi all, I am trying to upgrade my database from 10.2.0.1 to 11.2.0.2, for which first i need to upgrade it to 10.2.0.2. But am not able to find the same in the support.oracle.com , please advice. Platform details : [ora10g@www ~]$ uname -a Linux www.

  • The import "java.util.scanner" is not vaild

    I am experiment with the java.util.scanner API after compiling the code below I received the following error: The import "java.util.Scanner" is not valid, since it does not name a type in a package. I declared a string variable should that suffice? i