Weblogic Portal Console Administration and SSO

Hello!
I have integrated Oracle Weblogic Server(10.3.2) with Oracle Identity Manager to achive Single Sign On. In IDM is set form login.
My base_domain configuration is : AdminServer and a Cluster_0 with two managed servers : Server_1 and Server_0.
I have as proxy server : Oracle HTTP Server (OHS) for each server : Admin-Server, Server-0, Server-1.
I targeted my portal app to cluster. My portal application contains Portal Administration Console, avaibled at /myAppAdmin.
Security Providers are (in this order):
1. OAMIDAsserter - Oracle Access Manager Identity Asserter( Control Flag : REQUIRED, Active Types : ObSSOCookie)
2. OIDAuthentificator - Provider that performs LDAP authentication (Control Flag: SUFFICIENT )
3. DefaultAuthenticator - Weblogic Authentication Provider ( Control Flag : SUFFICIENT
4. DefaultIdentityAsserter - Weblogic Identity Assertion provider.
When I access Portal Administration Console from /myAppAdmin (admin-tools.war)
1. I login first in IDM with the user from LDAP : weblogic_ldap. The login is ok and the ObSSOCookie is set.
2. I am redirected to login from Portal Administration Console (this thing is wrong and I want to jump this step. I want to go directly in Portal Administration Console after the first login).
3. I login in the second login page from Portal Administration Console with the same user : weblogic_ldap. The login has succeed.
4. I am logged in Portal Administration Console and I can add content ( for exemple)
What I have to do to have only the login form from IDM. To have the only two steps:
1. Login in Portal Administration Console using login form from IDM and a LDAP user
2. Access the Portal Administration Console
I have tried :
I have changed domain security Default Model : "Advanced" , set Combined Role Mapping Enabled to "FALSE", set Check Roles and Policies to
"ALL Web applications and EJBs" and selected for When Deploying Web Applications or EJBs: "Ignore roles and policies to DD".
After this changes I deployed myApp which contains /myAppAdmin Console with Security policies set to Advanced.
I have only the IDM login, the correct one, and after that I am able to see first page of the Portal Administration Console and whatever I click I receive the error:
####<Mar 29, 2011 11:20:55 AM EEST> <Error> <netuix> <server0-dns> <Server-0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <1301386855474> <BEA-423142> <The control com.bea.netuix.servlets.controls.page.SingleLevelMenu could not be rendered properly due to the following error:
com.bea.p13n.entitlements.common.PolicyMgmtAccessException: Attempt to access Entitlement Policy Mgmt API by user in invalid role. Entitlement Policy operation attempted by disallowed user ["principals=[]"].
at com.bea.p13n.entitlements.management.internal.SecurityHelper.isWLPAdminRole(SecurityHelper.java:937)
at com.bea.p13n.entitlements.management.internal.RolePolicyDelegate.roleExists(RolePolicyDelegate.java:346)
at com.bea.p13n.delegation.DelegationService.getParentInheritanceFlag(DelegationService.java:189)
at com.bea.p13n.delegation.DelegationService.getAdminPolicies(DelegationService.java:753)
at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:450)
at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:430)
at com.bea.jsptools.common.ToolsMenuTag.hasMenuAccess(ToolsMenuTag.java:354)
at com.bea.jsptools.common.ToolsMenuTag.doStartTag(ToolsMenuTag.java:130)
I have to modified admin-tools.war or something in domain's security or myApp's descriptors to be able to login in Portal Administration Console
using only SSO and not both SSO and default login?
Thank you for helping me.

Thank you user11089180, this bit me too. The new password of Passw0rd for the system account is really buried in the documentation.

Similar Messages

  • Weblogic portal external authentication and authorization

    In our project we are using Weblogic portal 10.3 and Oracle 11g as back end. While creating the domain, I have specifed Oracle as back end. All the portal relevant schemas are created in Oracle database. For our application, We have created a specific schema. In a project specific schema, we have user table which containing fields like user name, password, email and other relevant fields. How to configure in weblogic to access this table for authentication instead of the user table in portal schema? As well as I need to know, in a admin console if a new user is created then the details will be stored in a portal schema table or in a project schema user table? Ultimately, I want to configure the project specific table to store the user details when the user created via admin console.
    Need this urgently.

    Hi Rajesh
    Basically you need Custom Authenticator to store and authenticate all your users from your own specific DB Tables (that has user information). For this you need to develop Custom Authenticator. Please note that this has nothing to do with the Portal. This is core weblogic security stuff. I compiled some links for you. Incase if you have Oracle Support, open a ticket with them Oracle support do have a fully working sample custom RDBMS Authenticator that stores and authenticates Users from specific set of custom Tables. They will send you right away. I hope someone in these forums may have this sample also in their personal blogs/forums.
    And, Yes, you can force your Custom Authenticator to be the default one and to store the users when you create the users in Admin Console. Basically when you create the users you should see the option like to create the users in which Authentication Provider like that.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/dvspisec/atn.html (Authentication Providers)
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/dvspisec/atn.html#wp1145342 (Do You Need to Develop a Custom Authentication Provider?)
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/dvspisec/atn.html#wp1089150 (How to Develop a Custom Authentication Provider)
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/atn.html#wp1204261 (Changing the Order of Authentication Providers)
    Thanks
    Ravi Jegga

  • RDBMS Authentication in Weblogic Portal console 8.1 (SP5)

    HI,
    I have configured RDBMSBased authentication for oracle in Weblogic portal console 8.1.For Authenticating thru code,do i need to write any custom authentication for RDBMS or Is there any default authenticator?
    Regards,
    Senthil

    Hi subha,
    Thanks for ur reply.
    U meant to say that i need to create RDBMSBeased Authentication provider for oracle in the existing myRealm. This RDBMS authenticator is one of the authenticator in the Authenticator list.Am i correct?
    I have certain issues regarding this type of config:
    1)If i create a user thru program,where does it go? either embaddedLDAP or oracle database
    2)Since point base not used in production,we have to use oracle for Authentication as well as Autherization server.
    In the default configuration, user preferences are stored in point base database but it should go to oracle.
    Is it possible to redirect to oracle?
    What i had done that I have created new Realm where i configured RDBMSBased authenticator. Using this config, can i do Authentication as well as Authorization?
    Pls suggest.
    Regards,
    Senthil

  • Weblogic portal 9.2 and Maven 1.0.2

    Hi ,
    Does any body worked on weblogic portal 9.2 and Maven 1.0.2? If any one then please send me the Pom.xml of Portal Web and Portal Ear project.
    Please make sure Maven version should be 1.0.2.
    I want to convert all the shared jar dependency in my .classpath to POM.xml but not getting correct direction for this.
    Trying e.g
    <dependency>
    <groupId>weblogic-common.p13n-app-lib</groupId>
    <artifactId>p13n-app-lib-parent</artifactId>
    <version>9.2.0</version>
    <type>pom</type>
    <scope>provided</scope>
    </dependency>
    But always getting
    Attempting to download p13n-app-lib-parent-9.2.0.pom.
    WARNING: Failed to download p13n-app-lib-parent-9.2.0.pom.
    classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="com.bea.wlw.ear.core.AppLibrariesContainer/LcdPortalEar"/>
         <classpathentry kind="con" path="com.bea.wlw.xmlbeans.lib"/>
         <classpathentry kind="con" path="com.bea.wlp.eclipse.common.system"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-visitor-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-commonui-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-services-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-support-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-webdav-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-services-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="src" path="build/assembly/.src"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-full-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-wsrp-producer-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-lookandfeel-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-light-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-common-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-struts-1.2-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/p13n-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-full-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/p13n-app-lib/allow-newer/9.2.0/9.2.3"/>

    Yest I study http://www.gexperts.com/articles/weblogic-maven.asp.
    But this was based on Maven 2 version and not maven 1.0.2
    As there is lot of difference between Maven 2 version and maven 1.0.2 so littler bit confussed about compatibily of maven 1.0.2 and Weblogic portal 9.2
    Please reply.

  • Security realm, WebLogic Portal 7.0 and Windows NT 4.0

    Hello!
    My name is Miriam Serrano i and I write to request aid.
    I am working with WebLogic Portal version 7.0 and I need to make a Security realm
    with
    Windows NT 4.0 server.
    In the console of weblogic if I see the NT users ,
    but when I want to make enter the application of stockportal
    single access with administrators and not with the other users
    of the Portal groups, as I can enter with NT groups?
    as I can make the security realm with Portal(users and groups)
    and windows NT 4.0? exists a document?
    it already makes the procedures of Security Realm with Windows NT?
    but as I bind with Weblogic Portal to it?
    Can I help me?
    thanks

    Hello!
    My name is Miriam Serrano i and I write to request aid.
    I am working with WebLogic Portal version 7.0 and I need to make a Security realm
    with
    Windows NT 4.0 server.
    In the console of weblogic if I see the NT users ,
    but when I want to make enter the application of stockportal
    single access with administrators and not with the other users
    of the Portal groups, as I can enter with NT groups?
    as I can make the security realm with Portal(users and groups)
    and windows NT 4.0? exists a document?
    it already makes the procedures of Security Realm with Windows NT?
    but as I bind with Weblogic Portal to it?
    Can I help me?
    thanks

  • Resetting the JSF Portlet State in weblogic portal 10.3 and JSF1.2

    Hi ,
    I have a Registration JSF Portlet. It has two pages, “Registration home Page" and " Registration confirm Page". After I,enter the Registration details on " Registration home Page" and click submit, I will get a " Registration confirm Page". Add this JSF Portlet on a page in weblogic portal 10.3. Now visit some other page and comeback to the page on which I added the JSF Portlet, I will see that it is showing " Registration confirm Page", i.e the state is retained.
    My problem is... I want to see " Registration home Page " everytime you visit the page. how can be achieved in weblogic portal 10.3.
    Can any one help me out with this problem ..
    Thanks,
    Ram

    My approach was to programmatically redirect to the page again with _nfpb=false. I do this in the handlePostbackData() method in the portlet's backing file.
    redirectUrl = redirectUrl.replaceAll("_nfpb=true", "_nfpb=false");          
    PortletBackingContext.getPortletBackingContext(request).sendRedirect(redirectUrl);
    Matthias Rohe
    [email protected]
    Edited by: user7964913 on 29.09.2010 04:06

  • Weblogic 11g console administration

    Hi all,
    We are installing HCM9.1/ tools 8.50 in a wintel environment and, after loading up the weblogic default setup for PIA, we are unable to log on as a Weblogic administrator. The typical system/password credentials aren't working, not are the credentials weblogic/welcome1.
    Is there some secret default account/pw that exists out there that works?
    Any help would be appreciated
    Thanks
    J

    Thank you user11089180, this bit me too. The new password of Passw0rd for the system account is really buried in the documentation.

  • Upgrade Weblogic portal 10.3.2 to 10.3.4

    Hi Guys,
    I installed weblogic portal 10.3.2 and working last 8 months. I developed Client application on this version and put contents its working fine.
    i upgraded portal 10.3.2 to 10.3.4. its upgraded without errors. when i login to Portal administration console and go to visitor entitlements under users, groups and roles.
    Their no default role (AnonymousVisitor, AuthenticatedVisitor ) under Visitors Roles. When i create new role its created with successful message, but not show. when create again its showing Already created.
    Please help me on this issue, i working on this last 2 days still issue.
    Portal application is ready, Now its time to deploy application on live. But at this time i facing this problem.
    Thanks,
    Zeeshan.

    The default visitor roles gets created when you login to portal administration console first time. In your case, I am not sure if it disappered due to upgrade, so need to review the exact upgrade steps.
    But when you create it, you got a success message and not able to create it again as it is already exist. So basically the roles are not visisble in portal administration console, it suggest me that the ldap and db might be out of sync. You can follow the troubleshooting guide in the following knowledge article and narrow down the issue. The article can be found in My Oracle Support portal.
    Troubleshooting Entitlements in WebLogic Portal (Doc ID 1068937.1)
    If it turns out to be ldap and db out of sync then review the suggestion provided in the article "WebLogic Portal (WLP) LDAP and Database Out of Sync (Doc ID 1061447.1)" to recover from it. If you can't recover then you may need to reset the lap and db, but you will loose entitlement/ldap users&groups/DA data.

  • How to install Weblogic Portal 10.3.0

    Dear All,
    I need to install Weblogic Portal 10.3.0 in two flavaors. 1) Single instance 2)In a cluster.
    I'm relative new to Weblogic Portal. The platform is solaris 10 64 bit. Can anyone provide a step-by-step installation sequence?
    I read the installation guide but it says nothing about how the installation would work. This is what I have done till now:
    1. Installed the WLP 10.3.0 with Weblogic Server, Weblogic Portal and Workshop components.
    2. After installation, ran config.sh command and configured Admin server and one managed server (to support portal).
    But after my domain is created and I start my managed server, I see nothing in the deployments page. There are no errors either in the log files.
    IS there a step I'm missing? Do we need to manually deploy portal application? if yes, how?
    Any help would be truly appreciated.
    rgds,
    rb

    Hi RB!
    Sounds like you just starting off fresh with WLP. This may or may not help. I suggest learning some of the basics of creating a Portal.Ear file and deploying it to other environments.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/getting_started/introduction.html#wp1005589
    Using WebLogic Portal
    If you are new to WebLogic Portal, a short tutorial is provided to help you get started. See Tutorials – Getting Started with WebLogic Portal for more information. The tutorials discuss setting up a portal development environment, creating a portal, and assembling a desktop in your staging environment.
    Tip:      If you are unfamiliar with the Eclipse development environment on which Workshop for WebLogic is based, the tutorial “Getting Started with Workshop for WebLogic” located in the Oracle Workshop for WebLogic User’s Guide, is highly recommended; the tutorial shows you how to start Workshop for WebLogic and navigate the workbench user interface, introduces terminology associated with the workbench, and shows you how to create a simple web application.
    The WebLogic Portal Overview provides a starting point for understanding and developing applications with WebLogic Portal. This chapter introduces portal concepts, describes the WebLogic Portal infrastructure framework and business services, and describes the portal life cycle, from architecture through development, staging, and production. The remaining chapters in this guide describe each phase of the life cycle in detail and provide a starting point for using WebLogic Portal.
    Tutorials – Getting Started with WebLogic Portal
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    Cheers!
    RichardL

  • Weblogic portal 10.3 running on local machine

    could not find if this was already discussed ...
    is it just me, or bewteen Weblogic Portal 9.2 and 10.3 the difference in
    performance in drastically in favour of the former.
    I am running locally and 10.3 seems to take almost all resources of my machine,
    taking a couple of good minutes to start.
    Is it any change in configuration that would improve performance while
    developing locally from Workshop?
    thanks,
    Stefan

    if you are directly deploying your application developed in WLW to WLP, you need to add the runtime and access it through WLW.
    portlet container itself is quite heavy and WLW can make it slow. I personally have also faced the same issue with 2gig of mem.
    I would suggest either to increase the memory or try deploying and testing outside the WLW (i know it is not quite a good option)

  • WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)" (?)

    (I'm re-posting as WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)" (?))
    Greetings. I just installed WebLogic Portal 10.3 and I'm trying to install a couple of plug ins to Workshop/Eclipse, but whenever I select any item to install I get this error:
    WebLogic Portal (10.3.0) requires feature "com.m7.nitrox (1.0.20)", or compatible.
    Everything else seems to be working fine, so I'm not sure why my installation is giving me this issue. I've done a bit of digging already and haven't found what may be causing this issue, and I'm hoping someone here may be able to point me in the right direction.
    Thanks!

    This is a known issue with WLP 10.3; it has been addressed for the next release of WLP. You could contact support to try to get a patch created (reference CR379999).
    I can think of 2 possible workarounds:
    1. Download the new plugin manually, and either a) create an extension location on the file system from it and add that via Help|Software Updates|Manage Configuration, or b) extract it to one of the workshop eclipse folders (i.e. tools/eclipse_pkgs/2.0/eclipse_3.3.2, tools/eclipse_pkgs/2.0/pkgs/eclipse, workshop_10.3/workshop4WP/eclipse, wlportal_10.3/eclipse) and restart Workshop.
    2. Edit <beadir>/wlportal_10.3/eclipse/features/com.bea.wlp_10.3.0/feature.xml, comment out the <import feature="com.bea.*"/> lines in the <requires> block, restart Workshop, and try again.
    Greg

  • NPE while registering Remote Portlet in Weblogic Portal 10.3

    Hi,
    I am on Weblogic Portal 10.3 and am trying to create a remote portlet in my portal application. The remote Portlet is hosted on OC4J 10.3.1.1.1 and is consumed properly on Oracle Portal without any errors, however, when I try to access the portlet's wsdl via the Remote Portlet Wizard, I get the following exception while registering.
    bq. {color:#3366ff}!ENTRY com.bea.wlp.eclipse.common 1 1 2008-10-06 11:37:28.938{color} \\ {color:#3366ff} \\ !MESSAGE [Portal-ERROR|http://forums.oracle.com/forums/] There was a problem submitting registration for this producer.{color} \\ {color:#3366ff} \\ Reason = ProducerAgent::java.lang.NullPointerException: null{color} \\ {color:#3366ff} \\ !ENTRY com.bea.wlp.eclipse.common 4 4 2008-10-06 11:37:28.938{color} \\ {color:#3366ff} \\ !MESSAGE {color} \\ {color:#3366ff} \\ !STACK 0{color} \\ {color:#3366ff} \\ java.lang.NullPointerException{color} \\ {color:#3366ff} \\ at weblogic.utils.encoders.CharacterDecoder.decodeBuffer(CharacterDecoder.java:188){color} \\ {color:#3366ff} \\ at com.bea.wsrp.util.XmlUtils.decodeBASE64(XmlUtils.java:270){color} \\ {color:#3366ff} \\ at com.bea.wsrp.bind.RegistrationContextImpl.&lt;init&gt;(RegistrationContextImpl.java:44){color} \\ {color:#3366ff} \\ at com.bea.wsrp.client.ProducerAgentImpl.register(ProducerAgentImpl.java:258){color} \\ {color:#3366ff} \\ at com.bea.wsrp.client.ProducerAgentImpl.register(ProducerAgentImpl.java:221){color} \\ {color:#3366ff} \\ at com.bea.wlp.eclipse.wsrp.portletbuilder.wsrp.ProducerAgent.submitRegistrationDocument(ProducerAgent.java:384){color} \\ {color:#3366ff} \\ at com.bea.wlp.eclipse.wsrp.portletbuilder.wizard.wsrp.SelectProducerPanel$RegistrationRunner.run(SelectProducerPanel.java:1425){color} \\ {color:#3366ff} \\ !ENTRY com.bea.wlp.eclipse.common 1 1 2008-10-06 11:37:28.953{color} \\ {color:#3366ff} \\ !MESSAGE [Portal-DEBUG|http://forums.oracle.com/forums/] RegistrationPanel::could not submit registration document: null{color}
    {color:#3366ff}
    {color}
    {color:#000000}This producer is fully WSRP compliant and works perfectly fine with Oracle Portal. Any pointers of where it might go wrong?{color}
    Ansuman

    Now I am able to display the initial page of the remote portlet. However, when I try to do some operations I m running into one more issue:
    [WSRP-Consumer:420733]No markup received from the producer [oraclePortal_producer] for portlet with portletHandle[E:3:default].
    Is there anything futher I need to do?
    regards,
    Ansuman

  • Oracle WebLogic Portal 10.3.6 Vs. Oracle Portal 11g

    I have a basic question on the latest release. We have BEA (now Oracle) WebLogic Portal 9.2 and need to upgrade. Should we upgrade to Oracle WebLogic Portal 10.3.6 OR  Oracle Portal 11g? Am I comparing the two correctly?
    Thanks,
    Channu

    WebLogic Portal 10.3.6 is the last version of WLP, you can upgrade your application from 9.2 to 10.3.6 with tools provided by Oracle.
    Oracle Portal 11g is a complete different product.

  • Weblogic portal propagation performance issue.

    Hi,
    I created a weblogic portal for client and deployed it on server. After some time we made changes in our portal assests.
    I want to reflect these changes on production environment using portal propagation.
    I am able to propagate portal assests successfully on production environment using ant script but it takes so much time to propagate.
    I have used onlinedownload, offlinecombine, onlineUpload, onlineCommit operation.
    src.zip size is 40MB takes 3 hours to dowload, dest.zip size is also of 40MB takes 8hours to dowload.
    I have used scoping as well.
    I want to reduce propagation time.
    For this i read concept of proliferation, but i am not clear that what is the role of proliferation in propagation.
    Whether or not proliferation will reduce the Propagation time.
    Or is there any way to do this.
    Your help will be appreciable.

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic Portal 10.2 Doesn't support middleware_home(WEBLOGIC SERVER) 10.3

    I have installed weblogic server having version 10.3. Then I have installed weblogic portal 10.2 and tried to extend the middle ware_home of weblogic server having version 10.3.
    It gives me error()Middleware_home is in higher version. Please down grade th middle ware home version.
    Since weblogic portal 10.3 is not avilabe for download which one I should use.
    What are work arounds by which I can instal weblogic portal 10.2 successfully using middle ware_home of weblogic server having version 10.3.
    Regards,
    Deepak

    Hi Ravi,
    When I tried to install Weblogic portal 10.3 separatly it is installed successfully. But when tried to run weblogic server I am getting some error and the server is autometicaly shutdown.
    Here is the error.
    <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file C:\Oracle\Middleware\user_projects\domains\myportaldomain\security\PKICredentialMapperInit.ldift..
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file C:\Oracle\Middleware\user_projects\domains\myportaldomain\security\PKICredentialMapperInit.ldift.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file C:\Oracle\Middleware\user_projects\domains\myportaldomain\security\PKICredentialMapperInit.ldift.
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:365)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.CSSWLSDelegateImpl.getService(CSSWLSDelegateImpl.java:156)
    at com.bea.security.css.CSS.getService(CSS.java:122)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:457)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider CredentialMapper from file C:\Oracle\Middleware\user_projects\domains\myportaldomain\security\PKICredentialMapperInit.ldift.
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadFullLDIFTemplate(BootStrapServiceImpl.java:900)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFTemplate(BootStrapServiceImpl.java:678)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFPKICredentialMapperTemplate(BootStrapServiceImpl.java:208)
    at com.bea.common.security.internal.service.BootStrapServiceImpl.loadLDIFPKICredentialMapperTemplate(BootStrapServiceImpl.java:134)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
    at $Proxy7.loadLDIFPKICredentialMapperTemplate(Unknown Source)
    at weblogic.security.providers.credentials.PKICredentialMapperProviderImpl.initialize(PKICredentialMapperProviderImpl.java:173)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:65)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.CSSWLSDelegateImpl.getService(CSSWLSDelegateImpl.java:156)
    at com.bea.security.css.CSS.getService(CSS.java:122)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:457)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 fatal store error> kodo.jdo.FatalDataStoreException: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred.
    at org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2170)
    at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2017)
    at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:1915)
    at org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:1833)
    at org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
    at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1357)
    at kodo.kernel.KodoBroker.commit(KodoBroker.java:103)
    at org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:877)
    at kodo.jdo.PersistenceManagerImpl.commit(PersistenceManagerImpl.java:409)
    at com.bea.common.store.bootstrap.DefaultBootStrapPersistenceImpl.makePersistentAll(DefaultBootStrapPersistenceImpl.java:50)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.importLDIF(BootStrapServiceImpl.java:1345)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadFullLDIFTemplate(BootStrapServiceImpl.java:893)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFTemplate(BootStrapServiceImpl.java:678)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFPKICredentialMapperTemplate(BootStrapServiceImpl.java:208)
    at com.bea.common.security.internal.service.BootStrapServiceImpl.loadLDIFPKICredentialMapperTemplate(BootStrapServiceImpl.java:134)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
    at $Proxy7.loadLDIFPKICredentialMapperTemplate(Unknown Source)
    at weblogic.security.providers.credentials.PKICredentialMapperProviderImpl.initialize(PKICredentialMapperProviderImpl.java:173)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:65)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:72)
    at weblogic.security.service.CSSWLSDelegateImpl.getService(CSSWLSDelegateImpl.java:156)
    at com.bea.security.css.CSS.getService(CSS.java:122)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:457)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.Subs

Maybe you are looking for

  • Error when using WETextArea and WESubmitButton

    <p>Hi again,</p><p> </p><p>I think I may have found a issue.</p><p> </p><p>if you have a form that has only a WETextArea and a WESubmitbutton that is submitting back to the same report  ( with or with out database connection) I get a error message wh

  • Two video and audio tracks, only need one audio

    Question- I recorded an event- about two hours long. I used two cameras from two different angles. The main camera has the worst audio whereas camera two is best. I want to use the audio from the camera 2. I know how to do this by syncing them up, "t

  • HT1848 Can I use itunes apps on a PC

    Can I use Apple Apps on a windows PC?

  • CS3 FTP will not connect!

    I am quite furious with Adobe. I paid the $450 to upgrade from 8 to the Creative Suite 3 Web Standard package and installed it last night. The main reason for the purchase was for Dreamweaver CS3. I manage about 10 sites for clients and wanted to upg

  • What web templates come with creative cloud subscription

    What webtemplates comes with creative cloud subscription?