Portal 309 does not work ...

gurus,
i've installed 9iAS 10220 on windows 2000 with 817 database.
i have the following problems -
1. apache would crash in couple of seconds after etting started -
fixed it by commenting the following in oracle_apache.conf -
# include "D:\ORACLE\ora9ias\Apache\Apache\conf\mod__ose.conf"
2. now i type the url in browser as follows -
http://hchangla.us.oracle.com:80/pls/portal30
and nothing happens ....... after a while i get an error saying
the server may be down ...
3. i logged in the database thru SQL*PLUS portal30 user and
everything seems ok ....
can't understand .... whay i can't access portal ....
ideas ...... anyone .......?
thanx a bunhc
hero

Hello!
I use the java version 1.4.2_17.
I detected the inconsistences regarding the java parameter settings within Config Tool.
Because I am on Windows X86 Platform I changed the values of "Max heap size (in MB)" equal to the values of
u2013Xmx2048 for server and dispatcher. 
Unfortunately this does not solve my problem.
When I log into the portal I get the following error:
Portal-Runtime Error:
Ausnahme bei der Verarbeitung des Requests; senden Sie die ID der Ausnahme an Ihren Portaladministrator
Ausnahme-ID 05:24_21/03/11_0001_8812350
Weitere Details zu dieser Ausnahme finden Sie in der entsprechenden Protokolldatei
How can I find the appropriate log file?
The main problem still is the the disp+work process that getting yellow and after a while again green.
This interuptes the portal functionality of course...

Similar Messages

  • Simple WD4A Portal Eventing does not work

    Hello togehter,
    I'm trying to get a simple Portal Eventing to work with two WebDynpro ABAP components. I read several threads as well as a blog from Thomas Jung about this but still have no eventing. What am I doing wrong? I think that it might be only a little obstacle but I can't get it. So what I didi is:
    1.) Created 1st WD4A application with a button and an action behind that button:
    DATA: l_api_component  TYPE REF TO if_wd_component,
            l_portal_manager TYPE REF TO if_wd_portal_integration.
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_portal_manager = l_api_component->get_portal_manager( ).
      l_portal_manager->fire(
        portal_event_namespace = 'urn:my.namespace'
        portal_event_name      = 'test_event'
        portal_event_parameter = 'testValue' ).
    2.) Created 2nd WD4A application with the following code in the WDDOinit-Method:
    DATA: l_api_component  TYPE REF TO if_wd_component,
            l_portal_manager TYPE REF TO if_wd_portal_integration,
            view TYPE REF TO if_wd_view_controller.
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_portal_manager = l_api_component->get_portal_manager( ).
      view ?= wd_this->wd_get_api( ).
      l_portal_manager->subscribe_event(
        portal_event_namespace = 'urn:my.namespace'
        portal_event_name      = 'test_event'
        view                   = view
        ACTION                 = 'CATCH_EVENT' ).
    and an action.
    method ONACTIONCATCH_EVENT .
      data: EVT_NAME type STRING,
            evt_parameter type string.
      EVT_NAME = WDEVENT->GET_STRING( NAME = 'PORTAL_EVENT_NAME' ).
      if EVT_NAME = 'test_event'.
        evt_parameter = WDEVENT->GET_STRING( NAME = 'PORTAL_EVENT_PARAMETER' ).
        DATA:
          ls_text TYPE if_main=>element_main,
          node_main TYPE REF TO if_wd_context_node,
          elem_main TYPE REF TO if_wd_context_element.
        node_main = wd_context->get_child_node( name = `MAIN` ).
        evt_parameter = 'IT WORKED'.
      else.
        evt_parameter = 'did not work'.
      endif.
      ls_text-text_receiver = evt_parameter.
      node_main->bind_element( ls_text ).
    endmethod.
    3.) FInally I created two iViews (for each WD4A application) and a page, linked the iViews in the page and made a preview. Unfortunately nothing happend in the second iVIew with the 2nd WD4A application in it.
    Any help?
    Thanx in advance
    Matthias

    Hello,
    thanks for your answers. But the problem is not yet solved, the link gives nothing new for me.
    To amend my first post:
    After having created and activated my both small WD4A applications, I created 2 similar iViews (iViews for WebDynpro -> and chose WD ABAP) in my portal. Both iViews have the same namespace (which is SAP - is this ok?) and no application parameter.
    Then I created both a Standard SAP page and a WebDynpro proxy page and added the 2 iViews as deltalink. The page and the iViews have the same prefix (but this is not important, isn't it?).
    --> In both pages the portal eventing does not work
    The ABAP server and the Portal server are the same machine and I call the portal with the full qualified domain name:
    http://<servername>.<domain>:50000/irj/portal
    When I test my WD4A applications in se80 I get the path http://<servername>.<domain>:8000/sap/bc/webdynpro/sap/z_event_receiver?sap-language=EN
    so this is the same domain.
    I even have an entry in my hosts-file for
    <myInternalIp>  <servername>.<domain>
    - Do I have to specify the domain explicitly in addition when integration the WD4A applications in the portal?
    - Is there a correlation between the Portal Event namespace, the namespace of my iViews and page and the domain name of my server?
    - Does the portal event namespave to have the prefix urn: or not?
    Thanks again in advance

  • EP6 SP9 - 'Personalize Portal' link does not work

    Hi,
    We've just installed EP6 SR1 SP9 and applied patch 4.
    The portal seems to work fine, except for one thing:
    The 'Personalize' link on the top right, above the TLN, doesn't seem to work.
    When clicking the link, nothing happens. No popup, no error message, nada
    Has anyone seen this before, or can give me a guidance where to look for?
    With kind regards,
    Robin van het Hof
    Message was edited by: Robin van het Hof
    - Marked topic as a question -

    Hi Robin,
    i'm afraid you did not understood Hassan right, so I'd like to clarify thinks for you. By default the super_admin_role does not provide an user (i.e. J2EE Administrator) to personalize the portal. In order to do this a user must posses a role which contains the workset "Portal Personalization", (which is not the case for the super_admin_role).
    So, you have the option to assign the role "eu_role" to the user J2EE Adminstrator (or to any other user which would like to  personalize the portal). The other option is to edit the users role (i.e. super_admin_role) and add the workset com.sap.portal.portal_personalization.
    Just try those two options on your portal.
    If you do not need all the iviews from eu_role and do not want to change the standard super_admin_role, i would recomend to create a new role which includes only the workset mentioned and assign it to every user who wants to personalize the portal.
    Hope this helps,
    Robert

  • Column order in ALV using in portal environment does not work

    Hello,
    I set the columns order of an ALV table ( in WD ABAP ).  For one portal user these settings are not applied. ( columns seems to be in random order )  For the other users it works fine. I tried to see the differences between the portal users, but did not find anything.
    I guess it is some portal user personalization setting problem.
    Anyone knows how to fix this?
    Thanks,
    Tamas

    Tamas,
    I think user has done some personalisation or if you are Netweaver 701 you can rearrange the columns in a table
    Thanks
    Bala Duvvuri

  • CWA using customized portal does not work IPAD 2

    Hi all,
    I have another interesting case that I have been testing for more than a month but it is not working. Cisco provides templates to create the customized portals for LWA or CWA. However, Success Page HTML does not work on LWA and Cisco ISE uses internal default success page.
    On my specific case, we need to move from LWA to CWA in order to minimize the number of redirections and the customized portal for login and AUP work fine BUT when the SUCCESS PAGE is presented on the IPAD, the button on the top right corner never changes from CANCEL to DONE even though the Authentication is successful. We modified multiple times the HTML Files following Cisco Templates and the following link (which looks like has an error) with the same incorrect behavior. Only works if I click the go back arrow on the IPAD so I move back to the AUP page (not an acceptable workaround).
    Reference Link:
    http://www.cisco.com/c/dam/en/us/td/docs/security/ise/how_to/HowTo-42-Customize_ISE12_Web_Portals.pdf
    In the link, Cisco mentions version 1.2.0.899 patch 8 as the version to be used on the ISE devices running the customized templates. However, we recently moved from 1.1.3.124 to 1.2.1.198 patch 3. I created a brand new VM running 1.2.1.198 patch 3, imported the cisco templates for login, AUP, success and error and I am still getting the same problem on IPAD 2 for SUCCESS PAGE even though I am using Cisco Templates.
    I could give a try configuring another VM running 1.2.0.899 patch 8 and use the Cisco templates + IPAD 2 but that is not a good solution.
    Have anyone experienced the same problem?
    thanks

    I opened a case with Cisco TAC, let's see what happens. In the meantime, I created a VM ISE which will be running 1.2.0.899 patch 8 so I will upload the Cisco HTML Files on it and see it this option works properly on IPAD 2, IPAD 4, Chromebook, Win 7 and Samsung Tablets.

  • Some Flash files does not work in the Portal

    Hi,
    Anybody know why I have problems viewing some flash files in Content Management in the portal?
    The file extention is .swf
    I have a number of files. All of them works locally. When uploading them, there are a few of them that does not work.
    They can simply not be showed. Not in JSP and not by clicking on them. Very strange.

    Hi Flemming,
    this could be a compression problem. Try to disable output compresssion for .swf files and the corresponding mime type 'application/x-shockwave-flash'. Click <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/ad/08d52d6d95864492a6a5931bb62716/frameset.htm">here</a> for more information how to disable compression.
    Regards, Roland
    PS: disabling compression for .swf is no performance problem, because they are already compressed.

  • I created an Apple ID using my ISP Email when I registered at the Store/Apple Support Communities/iTunes/Face Time and it does not work in iChat. Why Not ?

    Question:-
    I created an Apple ID using my ISP Email when I registered at the Store/Apple Support Communities/iTunes/Face Time or other portal and it does not work in iChat. Why Not ?
    Answer:-
    For a Name to work in iChat it has to be an Valid AIM screen Name.
    Only Apple IDs from the @mac.com ending names registered here  and the Mobileme (@Me.com ending) names are Valid with the AIM service as well as being Apple IDs
    (I am still working on info about registering with iCloud at the moment but if this does give you an @Me.com email it may well be a valid AIM name as well)
    NOTES:-
    The @mac.com page works by linking an external (Non Apple) email with a @mac.com name.
    This External Email cannot be one linked to an Existing Apple ID (you have to use a second email or register at AIM )
    The options at AIM are to use your existing email or create new name and link the existing only for Password recovery
    MobileMe (@me.com ending names) were valid Emails addresses, Apple IDs AND a Valid AIM Screen Name
    @mac.com names look like emails but are only Apple IDs and iChat/AIM Valid Screen Names.
    The AIM registration page seems to be pushing you to register [email protected] This is relatively new and I have not followed through the pages to find out if it a valid AIM email (Previously you could register a name without an @whatever.com suffix)
    8:16 PM      Friday; June 10, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

    Question:-
    So I have my current [email protected] email in iChat as I thought as I had linked that to an Apple ID it was a Valid iChat Name.  It keeps coming up with a UserName or Password Invalid message.  What do I do next ?
    Answer:-
    Open iChat
    Go to the Menu under the iChat name in the Menu Bar and then Preferences and then Accounts in the new window.
    Commonly written as iChat > Preferences > Accounts as directions/actions to take.
    If it displays with a Yellow running name in the list you have a choice.
    Either register it at AIM (I would use a different password to the ISP Login) and then change the password only in iChat  (It may take you to confirm any Confirmation email from AIM first) in iChat > Preferences > Accounts
    Or you register a new Name at AIM (Or at @mac.com) and enter that (details below)
    If you have a Blue Globe name  (@mac.com) that will not Login the chances are that it the password that is the issue.
    Apple lets you create longer passwords than can be used with the AIM Servers.
    Change the Password at iForgot to no more than 16 characters.
    Then change the password in iChat as details above.
    Adding a new Account/Screen Name in iChat (that is valid with the AIM servers)
    Open iChat if not launched.
    Go to iChat Menu > Preferences > Accounts
    Click the Add ( + )  Button at the bottom of the list.
    Choose in the top item drop down either @Mac.com or AIM depending on what you registered
    Add the name (with @mac.com the software will add the @mac.com bit)
    Add in the password.  (If you don't add it now iChat will ask you each time you open it)
    Click Done.
    The Buddy List should open (New Window)
    The Accounts part of the Preferences should now have the new name and you should be looking at the details.
    You can add something in the Description line which will then title the Buddy List (Useful when you have two or more names) and make it show up as that in the iChat Menu > Accounts and the Window Menu of iChat when logged in.
    You can then highlight any other Account/Screen Name you don't want to use and use the Minus ( - ) Button to delete it.
    8:39 PM      Friday; June 10, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • SAML / OIF integration does not work - Could not extract SAML2 message

    Hi gurus,
    We are trying to establish SSO between SAP Portal 7.3 and OIF 11.1.5 (Oracle Identity federation). I configured SAP Portal as service provider and OIF is also configured. I changed Login Module and add SAMl as on top of my default auth stack. When we try to do end-to-end test is does not work and throws the following error:
    Default SAML2 configuration is selected because login module option [provider] is not configured.
    SAML2LoginModule is running in execution mode DEFAULT.
    SAML2Principal not found in current client context.
    Exiting method
    Entering method
    SAMLResponse: PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6
    <BR>U0FNTDoyLjA6cHJvdG9jb2wiIERlc3RpbmF0aW9uPSJodHRwczovL2ppZXB0ODIu
    <BR>dWsuY2VudHJpY2FwbGMuY29tOjgxODIvc2FtbDIvc3AvYWNzIiBJRD0iaWQtVVRW...........................
    Decoded SAMLResponse: <samlp:Response mlns:samlp="urn:oasis:names:tc:  4 пїЅГЈ"пїЅ пїЅ &пїЅFпїЅ6пїЅпїЅ" FW7FпїЅпїЅ.......................3E&saml2post=false
    Could not extract SAML2 message from request.
    [EXCEPTION]
    java.lang.SecurityException: com.sap.security.saml2.lib.common.SAML2Exception: SAML parsing failed..................
    No user name provided.
    Entering method
    Automatic IdP Selection mode configured for the Service Provider
    POST parameters set as HTTP request attribute [sap.com/login_post_parameters] to be re-submitted during login: [SAMLResponse, SAMLart, RelayState]
    Could not remove original application URL cookie because the provided name is invalid: <null>
    Exiting method with true
    LOGIN.FAILED
    User: N/A
    IP Address: 10.11.11.11
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.saml2.sp.SAML2LoginModule                              REQUIRED    ok          exception             true       Service Provider could not extract SAML2 message from request.
            #1 AcceptedAuthenticationMethods = *
            #2 Mode = Standalone
    2. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      
            #1 trusteddn1 = CN=ERT,OU=I0020100174,O=SAP Web AS
            #2 trustediss1 = CN=ERT,OU=I0020100174,O=SAP Web AS
            #3 trustedsys1 = ERT,010
            #4 ume.configuration.active = true
    3. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          false                 false     
    4. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok          false                 true      
    Decoded SAMl response looks strange with all non-readable characters and as a result, there is no username passed to the portal and SAML login fails and portal offers a fall-back login with username/password
    Also, can you please comment the line from the help.sap.com (http://help.sap.com/saphelp_nw73/helpdata/en/bf/b0b879544740c8a3c8bdda87e50587/frameset.htm)
    "Prerequisites for SAML
    "Your service provider must be able to reach the identity provider over HTTP or HTTPS." "
    We have our identity provider / service provider in two different segment of the network and there is no http/https connection between these segments as we assumed that all the communication is going through the browser and we would not need the port to be opened on the firewall. Is it something which is absolutely necessary? In our opinion it negates all the benefits of SAML
    Help will be very much appreciated
    Many thanks in advance,
    Regards, Elena

    Hi Elena,
    The issue was discovered and fixed during the SAML Interoperability Tests early last year (2011). I'm not sure I will be able to find a dedicated note because the fix was not downported but just submitted in the latest SP in correction. If you need a justification then you can open a support ticket with SAP and this will be the official answer there. If you do so please to not forget to attach traces from the system - use the tool described in 1332726 with type "SAML 2.0 (Info)". If you send me the ticket number I can speed-up the processing of the ticket.
    Regards,
    Dimitar

  • "Quit" in ITS Header does not work properly

    Hello,
    we have a self-made ESS Service in use (http://itshost:port/scripts/wgate/zmfa/!). In this service the "Quit" Link in the ESS header does not work.
    When we start e.g. the pz04 transaction on the ITS (http://itshost:port/scripts/wgate/pz04/!) the "Quit" button does work properly, and ends the ITS Session.
    I already tried to set the ~exiturl to a close_window.html file, but still it doesn't work in the self-made service.
    This line is included in the service:
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
    I guesss changing the templatelibrarybasis.html won't work, since the pz04 also uses this template, and there it works. We don't want to remove these "Quit" and "Help" links in the header, since they are still being used (due to older Release of R/3, no Portal App).
    It's a standalone ITS 6.20, latest patch, newly installed.
    Anybody have an Idea?
    Thanks.
    Regards,
    Daniel

    Usually the profiler gives higher execution times than is true, since it is using resources itself. Make sure the profiler is started before starting the program (while in edit mode vs run time mode). Wait for the completion of all vis, then stop the profiler.
    Of course, the sub vis may actually execute faster than the profiler can discriminate (eg faster than a microsecond), which happens frequently.
    2006 Ultimate LabVIEW G-eek.

  • Project link does not work in Office 365

    We recently signed up for Office 365 and Project Online.  That adds a link "Projects" in the top nav, but when I click on it, I get error "Sorry, this site isn't available right now. Give us few minutes and try again. If it still does
    not work, contact your administrator." Any ideas?
    Darwaish

    Hi Darwaish,
    How long ago did you sign up?  We have seen some issues where it has take a while or needed re-provisioning.  I'd suggest you follow the support options from the page
    https://portal.microsoftonline.com/Support/SupportOverview.aspx# - the right hand section and the "Contact Support..." option.  We can look into this and get you sorted.
    Best regards,
    Brian Smith
    Blog |
    Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

  • Exit button - Germany Personal data service does not work

    Hi all,
    We just upgraded our portal to EP7 Sp22 with 1.3 ESS Business Package and 603 XSS components in the back-end.
    In testing Germany and all countries that use the Germany personal data service, the Exit button on all screens (Overview, Edit, Review and Save, Confirmation) does not work. The Exit button, when selected, keeps the user on the same screen. 
    I am not sure where the button is configured, but it should always take us back to the page from where the service was launched.  So if I accessed through the Overview page or Personal Information page, and then click on the exit button, I should be taken back to one of those pages.
    Where can we configure the exit button for the German Personal data service, so that it works and takes the user back to the page where they started.....?
    Cheers!, Neeta

    Hi,
    The Germany personal data service is the only one where the exit button is not working. All other countries are testing fine.
    Is it a customization issue on the back-end? The resource in spro for germany is configured with the pcd link of the german personal data i-view.
    The other countries are also customized in the back-end with the pcd link of the appropriate i-view.
    Regards, Neeta

  • Just replaced iphone battery!! Please help!! Ear speaker does not work.

    I just replaced my iphone 3g battery. It seemed to go smooth. Everything works normally except the ear speaker doesnt work. When i try to make an outgoing call i cant here it ring, but my phone will actually call another phone. Does anyone know what # that connector is labeled as on the motherboard or back of the screen? Any help would be much appreciated!!!!!

    There may be a problem with the microswitch in the headset jack. Click on the following link for the Palm KB article regarding this issue.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=40427
    If this procedure does not work then the phone will need to be replaced.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/wps/portal/kb/na/pre/p100eww/sprint/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • CS4 Design Standard Silent Install does not work

    I've concluded CS4 Design Standard silent install for Macs does not work correctly. I've got the program to install sucessfully with an Exit Code: 0 and the programs still do not work. The whole suite says the licensing has stopped working. I've tried the License Repair utility from Adobe, no go. It looks like the program does not fully install. I noticed within each application directory, it should have an Uninstall application when installed correctly. When this application isn't there, which occurs with silent installs, the whole suite doesn't work.
    Its funny how Adobe wont help me with "enterprise installations". I haven't tried the Creative Suite Deployment Toolkit but I've read other threads where that doesn't work either.
    If someone would like to prove me wrong about the silent installs for CS4, please do so. I've gotten CS3 to install perfectly, and the setup is very similar for both.

    Jimmy,
    As one of the volunteer Forum Hosts, I've requested appropriate help.
    You can also get help via the support portal: http://www.adobe.com/go/supportportal
    Or via the phone: 800-642-3623, Monday-Friday 6am-5pm (Pacific time). BTW, the enterprise number you post isnt a valid number for support.
    Your email address (from your account info) was used to log a CCRT to get Tier 2 to email you, given that you've already tried tier 1 with no solution.
    Please post back and let us know how this works out for you. Thanks!
    Neil

  • CD/DVD drive does not work after Win 8 intsallation

    from a month i've updated my windows into windows 8, everything is working great but the DVD-RW .
    When i put empty cd and try to open it, it gives me error while opening saying:
    "windows was unable to complete the format"
    So is that a software or a hardware problem?!
    waiting for the help !

    Does this mean that your CD/DVD drive does not work anymore and is not recognized by system?
    If yes, then I would recommend checking this Toshiba document which I found on the knowledge base portal webpage:
    +Why does my CD/DVD Drive not work after upgrading to Windows 8?+
    http://aps2.toshiba-tro.de/kb0/FAQ2B03F10002R01.htm
    You will need to uninstall the Toshiba programs:
    TOSHIBA Recovery Media Creator
    TOSHIBA Disc Creator

  • Hp pavilion dv6000 coprocesor does not working .

    My hp pavilion dv6000 coprocesor (windows7-64 bit) does not working.i need to install it but I cant find it, can u help me abut this regerd.
    This question was solved.
    View Solution.

    Welcome to the HP Forum!
    rajurasidh wrote:
    My hp pavilion dv6000 coprocesor (windows7-64 bit) does not working.i need to install it but I cant find it, can u help me abut this regerd.
    Please identify your notebook with the product name (p/n). It should be on the barcoded sticker on the bottom of your notebook or in the HP Support Assistant.
    What you probably need is to install the chipset drivers. You can find them at the drivers & software download section of the HP web support portal for your notebook. Install the drivers that match your installed operating system.
    Kind regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

Maybe you are looking for