Authorization and authentication external Weblogic Portal

In our project we use Weblogic portal 10.3 and Oracle 11 g as a backend. During the creation of the field, I specified Oracle as backend. All schemas relevant portals are created in the Oracle database. For our application, we created a specific schema. In a specific scheme of project, we have the table user containing fields like username, password, e-mail, and other relevant areas. How to configure in weblogic to access this table for authentication instead of the user portal schema table? As well as I need to know, in a console of Directors if a new user is created, and then details will be stored in a table schema portal or a project schema user table? In the end, I want to configure specific project table to store the information of the user when the user created through the administrative console.

It's urgent.

Hi Renon
Basically, you need to authenticator custom to store and authenticate all your users to your own specific Tables DB (with information from the user). For this you need to develop custom authenticator. Please note that this has nothing to do with the portal. It's core weblogic security stuff. I have compiled a few links for you. Incase if Oracle Support, open a ticket with them have Oracle support work entirely custom authenticator sample of RDBMS that stores and authenticates users of specific set of custom tables. They will send you immediately. I hope that someone in these forums can have this example also in their personal blogs/forums.

And, Yes, you can force your custom authenticator to be one by default and to store users when you create new users in the administration Console. Essentially, when you create new users, you should see the option as to create users in what way authentication provider.

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 (by changing the order of authentication providers)

Thank you
Ravi Jegga

Tags: Fusion Middleware

Similar Questions

  • JSR 286 Interop: open the producers and consumers of Weblogic Portal

    Hello

    I'm trying to consume Open Portal 2.0 (JSR 286) producer on Weblogic 10.3.2 consumer.

    Question: On the consumer, the images are broken.


    Here's what I have on the producer:

    JSR 286 Portlet on Open portlet
    ---------------------
    public class InvoicePortlet extends GenericPortlet {
    
         public void doView(RenderRequest request, RenderResponse response)
                   throws PortletException, IOException {
    
              response.setContentType("text/html");
              PortletRequestDispatcher dispatcher = getPortletContext()
                        .getRequestDispatcher("/WEB-INF/jsp/sample.jsp");
              dispatcher.include(request, response);
    
         }
    }
    Sample.jsp
    --------------------
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ page import="javax.portlet.*"%>
    <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
    <portlet:defineObjects />
    
    Image 1: <img src='<%= renderResponse.encodeURL(renderRequest.getContextPath() + "/ico_normal.jpg")%>'/>
    <br/>
    
    <%
    ResourceURL resURL = renderResponse.createResourceURL();
    resURL.setResourceID("ico_normal.jpg");
    %>
    
    Image 2:<img src='<%= resURL.toString()%>'/>
    Please note the image in jsp sitting directly under WebContent and gets rendered as straight as a local portlet.
    Image1: http://localhost:7001/SecureProducer/resource/cs__pageLabel%3Dtest_portal_page_2_page_3%26_portlet.portalUrl%3D%252FSecureProducer%252Fconsumer%252Ftest.portal%26_st%3D%26_windowLabel%3DhelloWorldPortletInvoicePortletMINE_1/u_http%3A%2F%2Flocalhost%3A8080%2FhelloWorldPortlet%2Fico_normal.jpg/id_/rr_false/po_/rs_/rc_/iu_{oracle:immutableURI}/*wsrp*separator{oracle:mutableURI};jsessionid=Y1lnM27Zk68ZQ86sBvG19Js9vcncmGTR8s5WStcLQtS448nZ2fQT!-1164873313?{oracle:mutableParameters}
    Image2:
    http://localhost:7001/SecureProducer/resource/cs__pageLabel%3Dtest_portal_page_2_page_3%26_portlet.portalUrl%3D%252FSecureProducer%252Fconsumer%252Ftest.portal%26_st%3D%26_windowLabel%3DhelloWorldPortletInvoicePortletMINE_1/u_/id_ico_normal.jpg/rr_/po_/rs_/rc_cacheLevelPage/iu_{oracle:immutableURI}/*wsrp*separator{oracle:mutableURI};jsessionid=Y1lnM27Zk68ZQ86sBvG19Js9vcncmGTR8s5WStcLQtS448nZ2fQT!-1164873313?{oracle:mutableParameters}
    Image1 reports directly on the producer. But none of these images go directly on to the consumer.

    Of course, this looks more like encoding problem. In particular, the section "oracle: mutal."

    Here's the disclaimer on the console:
    <Dec 1, 2010 11:45:03 AM EST> <Warning> <WSRP-Consumer> <BEA-420727> <The requested URL [{oracle:immutableURI}%7Boracle:mutableURI%7D?{oracle:mutableParameters}] is malformed.>

    Hello

    The only thing I can see wrong with the URL probably still after you change models, is that the URL of the image on the producer is also simply stated ' / id_ico_normal.jpg '-there is no context path / webapp on the URL path. Are always explicitly including the path of the context during the generation of the URL?

    In the generated URL, the path of the resource on the producer is everything after the "/ u_" and before the "/ rr_"-If you can get that to be the correct relative path on the producer, I bet it will work. If the image of the full path to the producer is really "/ id_ico_normal.jpg" then I don't see what else could be wrong at the moment.

    Kevin

  • Authorization and authentication ADF

    Hello world

    I have a request for the adf, including the following files:

    MyLogin.html that is my login page (post to j_security_check) and two jsf pages.

    /Secure1/Secure1.JSPX
    / secure2/secure2. JSPX

    I have configured the adf security and created two users, user1 and user2, application roles two, aRole1 and aRole2 and two roles of enterprice, eRole1 and eRole2.

    I configured policies the adf for two pages, which gives a read access to /secure1/Secure1.jspx to aRole1 and /secure2/Secure2.jspx to aRole2.

    When I run the application and try to access Secure1.jspx, I get redirected to the login page. When I try the User1 credentials, am poster page, and that's fine.

    However, if I try to access the page Secure1.jspx with the credentials of user 2, I get error 401. Also when I try to provide the weblogic user credentials, yet once I get 401.

    How can I capture and customize the 401 error?

    Thank you
    Antonis

    Antonis,

    Have you tried to put code like this in your web.xml file?

    
    401
    /error.jsp
    
    

    John

  • Authorization and authentication in FLEX

    To what extent is it possible to feed my webservice call with a user name and password for the back-end system?

    I tried the bot the SetCredentials and SetRemoteCredentials on my webservice object, but somehow flex ignores.

    Any idea?

    Hello
    I don't know if this can help, in your case, but in my webservice is used ws security username and password Im sending in header:

    var qname:QName = new QName (wsseNamespace, 'Security');
    var header: SOAPHeader = new SOAPHeader (qname, {object with username and password});
    myWebService.addHeader (header);

    LK

  • No workspace of WebLogic in the Oracle WebLogic Portal 10.3.2

    Hi all

    I downloaded and installed Oracle WebLogic Portal 10.3.2. This installation package has no workspace of WebLogic. This pack has 'eclipse for WebLogic 10.3.2. " has no Portal components (I want to say that we don't build portal applications in eclipse).

    My question is: should I install weblogic for weblogic portal 10.3.2 workspace? Is available in the oracle site?


    Thank you

    Yes, if you choose all the default values during the installation, you should get all the stuff site too. In your main menu open Eclipse IDE--> help-> on the Eclipse platform. In this window, in the background, click Installation details. In the details window, click the 4th named Plug-Ins tab. You see an array of plugins, in this kind of Plug In Name column. And look for plugins in Weblogic Portal. You should see a lot of plugins staring "Weblogic Portal... ». If you do not, the only option is to download and re - install. I am not aware of manually add the plugins portal and you can run into some questions too.

    I installed WLP 10.3.2 and I don't see the behavior you're seeing.

    HTH
    Ravi Jegga

  • is it possible to use two external LDAP and authentication of external Table?

    Hi, is it possible to use both external LDAP and authentication of the external table?

    they all need two initialization blocks to access a session system variable, USER?

    Thank you

    Hello
    I don't think it's possible to impliment the LDAP authentication both extenal together. The reasons are,
    1. we cannot define two sources (LDAP and Extenal DB) in the same blocks of justine initialization user information.
    2. If two different (one for LDAP) initialization blocks and one for extenal DB are used, we cannot use variable USER twice it's a defined system variable.

    Thank you
    Swami

  • Authorization without authentication

    Hello

    From Java code, is it possible to query Weblogic LDAP users/groups without requiring a password?  I use an application Java with Weblogic 12.1.2 configured to point to an external LDAP server.  From a java client, I would use the Windows user name, and the query LDAP to view the groups to which the user is in.  It seems that this is possible by using SessionContext.getCallerPrincipal () but I always get 'Anonymous', I think just because the user has not been authenticated.  Is there a way to get information from a user/group LDAP using the Weblogic Server Java without an authenticated user?

    Thanks for any information!

    It is not possible to make an authorization without authentication of the user first.

    In the case of Kerberos, it uses authentication that is already at the computer level (when you connect to the system).

    So I think that Kerberos is the only option.

  • AS5300 - authorization without authentication

    Hello

    I would like to send requests for aaa authorization to an external Radius server.

    However, it seems that an authentication step is required before processing the authorization.

    When I use "none" authentication on a line configuration (see below), the AS5300 is not even send any request to the radius server. The authorization immediately process a situation of FAILURE...

    AAA new-model

    LOGINTTY AAA authentication login no
    radius of group AAA authorization exec LOGINTTY
    AAA - the id of the joint session

    line 1 120

    authentication of the connection LOGINTTY

    exec authorization LOGINTTY

    But if I set up a step of authentication (local, or ray or line...), then permission is properly treated after the success of the authentication.

    Is it not possible to configure aaa authorization without be requested a name of user and password on AS5300?

    Thank you for your help.

    Concerning

    RM

    Hello

    Authentication is an essential step prior to authorization.

    Ray has no separate process for authentication and authorization. It's all part of the same package.

    Authentication is therefore essential for authorization to occur.

    hope that helps.

    Kind regards

    Anisha

    P.S.: Please mark this thread as answered if you feel that the complaint is resolved. Note the useful messages.

  • ACS - ASA authorization and accounting

    Hello

    I have a few questions about the authorization and accounting on the ASA via an ACS server

    1. When I activate the command 'aaa authorization command' users of SSH commands I get locked on console then I have to configure the console, telnet and allow to be authenticated via Ganymede too, is it possible to allow SSH via Ganymede while keeping the Console and telnet authenticated locally or not even no authentication?
    2. I visited command 'aaa accounting TAC' accountant on ASA, but I noticed that GBA records just mod configuration commands ' focus on in 15 "not show all command or privilege 1, is possible to fix this?"»
    3. RADIUS supports authorized SHELL?

    Thank you for your support

    1.] Unfortunately, it is currently not possible to exclude the command authorization serial number / console or ssh to users while having it apply to other methods of access in the case of ASA. Once you run this command, it would be applicable to all methods such as ssh, telnet, http, enable and console. This can be easily achieved by IOS (routers and switches) by creating a list of method.

    2.] when configuring the aaa accounting command , each other than display command command commands entered by an administrator is recorded and sent to accounts or servers. This is a default behavior on the SAA. IOS send/check orders show on ACS/Ganymede.

    http://www.Cisco.com/en/us/docs/security/ASA/asa81/command/ref/A1.html

    Kind regards

    Jousset

    The rate of useful messages-

  • Error while configuring Weblogic Portal (10.3.6) db connection

    Hi all

    I am a newbie to Weblogic Portal so much with goodness correct me if im wrong everywhere...

    I'm trying to set up a new body for Weblogic Portal 10.3.6

    While the establishment of a new area, I got the below error:

    CFGFWK-60850: the Test failed!

    Get more later tried running the command create_db.cmd, below is the generated error

    Kindly help me where mistaken

    D:\Oracle\Middleware\user_projects\domains\domain1 > create_db.cmd

    Database.Properties=D:\Oracle\Middleware\user_projects\domains\domain1\database. Properties

    BuildFile: D:\Oracle\Middleware\wlportal_10.3\p13n\db\build_createdatabase.xml

    init_props:

    appendDomainSqlAuth:

    init_tasks:

    setup_create_database_objects:

    create_database_objects:

    [echo] * call JDBCDataLoader * to create database objects and insert data from seed

    WARNING: Createdb.classpath of reference has not been defined when running, but were found in

    build file analysis, an attempt at resolution. Future versions of Ant can support

    referencing ids defined in the objectives not been executed.

    WARNING: Cwiz.jars of reference has not been defined when running, but were found in

    build file analysis, an attempt at resolution. Future versions of Ant can support

    referencing ids defined in the objectives not been executed.

    [java] Loading database...

    [java]

    [java]

    [java] logFile = create_db.log

    the [java] user = WEBLOGIC

    [java] password = *.

    [java] url = jdbc:derby:weblogic_eval; create = true

    [java] files=D:\Oracle\Middleware\wlportal_10.3/p13n/db/derby/jdbc_index/jdbc.index,D:\Oracle\Middleware\wlportal_10.3/content-mgmt/db/derby/jdbc_index/jdbc.index,D:\Oracle\Middleware\wlportal_10.3/portal/db/derby/jdbc_index/jdbc.index,D:\Oracle\Middleware\user_projects\domains\domain1/security/jdbc.index

    [java] driver = org.apache.derby.jdbc.EmbeddedDriver

    [java] saltFile=D:\Oracle\Middleware\user_projects\domains\domain1/security/SerializedSystemIni.dat

    [java] prodDir=D:\Oracle\Middleware\wlportal_10.3

    [java] Treatment of the file "D:\Oracle\Middleware\wlportal_10.3\p13n\db\derby\jdbc_index\jdbc.index".

    [java] Files =

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/rdbms_security_store_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/p13n_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/er_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/er_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/bt_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/rdbms_security_store_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/bt_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/bt9_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/lease_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n9_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n9_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n9_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/lease_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n9_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n9_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/p13n9_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n102_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/p13n102_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/data/required/p13n102_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/job_manager_create_tables.sql

    [java] Treatment of the file "D:\Oracle\Middleware\wlportal_10.3\content-mgmt\db\derby\jdbc_index\jdbc.index".

    [java] Files =

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm10_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv10_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv9_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/required/cmv_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm9_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/required/cm9_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv9_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv9_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/required/cm_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/sample/cm_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm10_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv10_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cmv102_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/derby/cm102_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/sample/cm102_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/content-mgmt/db/data/sample/cm102_update_system_data.sql

    [java] Treatment of the file "D:\Oracle\Middleware\wlportal_10.3\portal\db\derby\jdbc_index\jdbc.index".

    [java] Files =

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf10_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf10_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_drop_views.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_drop_views.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_drop_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_drop_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_drop_constraints.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_drop_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/wps_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/wps_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_views.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_create_indexes.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/comm_create_triggers.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/comm_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_drop_columns.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_create_fkeys.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf9_create_views.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/pf_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/pf9_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/bt_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/bt9_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf10_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/data/required/pf10_insert_system_data.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf102_create_tables.sql

    [java] file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf102_drop_tables.sql

    [java] Error = SQLException when you run the file file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_tables.sql

    [java] Failed to load

    [java] java.lang.Exception: SQLException when you run the file file:/D:/Oracle/Middleware/wlportal_10.3/portal/db/derby/pf_create_tables.sql

    [java] at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:183)

    [java] at com.oracle.cie.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1321)

    [java] Caused by: java.sql.SQLException: Table/view 'L10N_INTERSECTION' already exists in the schema "WEBLOGIC.

    [java] at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.Util.generateCsSQLException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.EmbedConnection.handleException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.ConnectionChild.handleException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement (unknown Source)

    [java] at org.apache.derby.impl.jdbc.EmbedStatement.execute (unknown Source)

    [java] at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate (unknown Source)

    [java] at com.oracle.cie.domain.jdbc.JDBCDataLoader.loadData(JDBCDataLoader.java:749)

    [java] at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:167)

    [java]... 1 more

    [java] Caused by: java.sql.SQLException: Table/view 'L10N_INTERSECTION' already exists in the schema "WEBLOGIC.

    [java] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException (unknown Source)

    [java] at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA (unknown Source)

    [java]... 12 more

    [java] Caused by: ERROR X0Y32: Table/view 'L10N_INTERSECTION' already exists in the schema "WEBLOGIC.

    [java] at org.apache.derby.iapi.error.StandardException.newException (unknown Source)

    [java] at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.duplicateDescriptorException (unknown Source)

    [java] at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.addDescriptor (unknown Source)

    [java] at org.apache.derby.impl.sql.execute.CreateTableConstantAction.executeConstantAction (unknown Source)

    [java] at org.apache.derby.impl.sql.execute.MiscResultSet.open (unknown Source)

    [java] at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt (unknown Source)

    [java] at org.apache.derby.impl.sql.GenericPreparedStatement.execute (unknown Source)

    [java]... 6 more

    BUILD FAILED

    D:\Oracle\Middleware\wlportal_10.3\p13n\db\build_createdatabase.XML:97: The following error occurred during the execution of this line:

    D:\Oracle\Middleware\wlportal_10.3\p13n\db\build_createdatabase.XML:104: The following error occurred during the execution of this line:

    D:\Oracle\Middleware\wlportal_10.3\p13n\db\build_createdatabase.XML:68: Java returned:-1

    Total time: 48 seconds

    ====================================================================================================

    ERROR!

    CALL FOR ant - cp D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar; f D:\Oracle\Middleware\wlportal_10.3\p13n\db\build_createdatabase.xml FAILED!

    ====================================================================================================

    Future prospects for some entries...

    Thanks in advance,

    Varun Arora

    Strange, run the command even after a few hours and BUILD successfully

  • Sequencer of WebLogic Portal

    HI Experts,

    We are currently migrating to a CMS tailored to weblogic portal CMS, we have done the migration on the level of database by creating scripts that will insert the data from the old CMS to WLP CMS, but after migrating all data, we met a PK violation in the CM_NODE table in particular on the NODE_ID column when we try to create a new content through WLP CMS API. I discovered that the ID on this column (NODE_ID) are generated by p13n sequencer (correct me if I'm wrong). Here's my question, is there a way to modify the starting value sequencer to avoid a PK violation on the current NODE_ID on table CM_NODE? I checked the table SEQUENCER and tried to change the current value for NODE_ID but I have no chance. or is it possible to call the sequencer on an insert script? so scripts that I created will always use the ID generated by the sequencer. I hope you can help me with that. Thanks in advance!

    Villy

    Hi Villy,

    WLP uses the table SEQUENCER to manage all sequences.

    Simply find the entries you want to update in this table. After this operation, restart your servers WLP.

    Emmanuel

  • Creation of authenticated external users

    Greetings,

    Recently, we migrated our security team for Windows XP to Windows 7. With this upgrade, they were forced to stop using the java Oracle 9i Enterprise Manager to manage security and users of the database. I was able to find the point of view--> DBA Oracle SQL Developer tab which allows to CREATE AS, CREATE, etc., but under the CREATE USER, I don't see anywhere where the tool helps one user other than a normal database account authenticated. We have a few key where we create authenticated externally (EXTERNAL) users and databases is simply not an option. Is this feature anywhere in the tool?

    Thank you

    Bradd

    I have connected it to be addressed in a future version.

    In the meantime, you can:

    • create a snippet of code to perform this operation
    • Use the existing dialog box and copy the SQL in the spreadsheet and edit/run away
  • How to make development on Weblogic Portal (10.3.2)

    Im trying to make Weblogic Portal development as described in http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14252.pdf

    But when I downloaded the latest Eclipse IDE (EPCO) Weblogic (Oracle Enterprise Pack for Eclipse), I don't see the prospect of portal or an ro option create a portal project.
    I downloaded the last EPCO (Indigo)

    Am I supposed to download a specific version of the EPCO? If yes what is it?
    How can I proceed with what is given in the tutorial oracle?

    Any help will be greatly appreciated

    Eclipse and EPCO are installed as part of the installation of WebLogic Portal (at least specific installers, not generic, platform). Install WLP and you should get everything already set up and configured with the perspective WLP and publishers.

    Brad

  • Migration of WebLogic Portal Portal WebCenter

    Hello
    We are on the path of migrating our WebLogic Portal application to the new WebCenter Portal framework. We solved some problems, but now we are one, we do not know how to solve.
    In our WebLogic Portal, we used the tag "isUserInRole' of http://www.bea.com/servers/p13n/tags/auth
    We cannot find this tag or something similar in the new environment.

    < code >
    < % @ taglib prefix = "auth" uri = "http://www.bea.com/servers/p13n/tags/auth" % >
    ....
    ....
    ....
    < auth:isUserInRole roleName = "AuthenticatedVisitor" roleMap "rm" id = 'RID' = >
    .........
    .........
    < / auth:isUserInRole >
    < code >


    I know, we could begin to write our own libraries of tags, but I can't believe that this is the preferred and recommended way.
    Our environment to the WebLogic Portal, (WebLogic Server 10.3.2) is JDK 1.6 and JSF 1.2
    and as a first step, we would like to just keep everything that's not migrate to ADF, it is a later step.
    Target environment: Portal WebCenter framework 11.1.1.4.

    Can someone help, please?

    Concerning
    Edmund

    Edited by: egeesken the 05.04.2011 10:07

    WebCenter IS ADF... This is not a tag... It's the expression language.
    You don't have to do anything special to make it work. No special necessary library, if that's what you mean.

    WebCenter is nothing more than the ADF with a whole bunch of libraries top :)

  • WebLogic Portal, coherence * Web, WSRP, Remote Portlets

    WebLogic Portal 10.3.2
    Coherence * Web 3.6.1

    Hi all
    Integrate the coherence * Web 3.6.1 with Weblogic Portal 10.3.2.
    After all goes through various documents and with much more able to integrate these two products.
    EAR Scoped (Coherence.jar in APP-INF/LIB), the shared library of coherence-web-spi, a reference library of coherence-web-spi at WAR - Weblogic.xml
    Change Management HttpSession Coherence * Web Session management

    Development of WSRP
    Created WEB producer, .portlet Hello World created and exposed throguh Web Services
    Created the consumer WAR, created for portlet remote to access the "Hello World" portlet producer

    When accessing remote portlet, I am getting following error:

    The source of this error is:
    java.lang.IllegalArgumentException: session for the name 'com.bea.wsrp.userContext' attribute does not implement serializable; class:
    Class Com.bea.wsrp.bind.markup.UserContextImpl (ClassLoader class = java .net .URLClassLoader, hashCode = 12898381)
    Interface com.bea.wsrp.model.markup.IUserContext (ClassLoader class = java .net .URLClassLoader, hashCode = 12898381)
    Interface com.bea.wsrp.model.INillable (ClassLoader class = java .net .URLClassLoader, hashCode = 12898381)
    Interface com.bea.wsrp.bind.IMarshallable (ClassLoader class = java .net .URLClassLoader, hashCode = 12898381)
    The class java.lang.Object (System ClassLoader)
    at com.tangosol.coherence.servlet.AbstractHttpSessionModel.setAttribute(AbstractHttpSessionModel.java:309)
    at com.tangosol.coherence.servlet.api23.HttpSessionImpl.setAttribute(HttpSessionImpl.java:407)
    to weblogic.servlet.internal.session.CoherenceWebSessionData$ HttpSessionImpl.setAttribute (CoherenceWebSessionData.java:465)
    at weblogic.servlet.internal.session.CoherenceWebSessionData.setAttribute(CoherenceWebSessionData.java:358)
    at com.bea.wsrp.producer.handlers.ProfileFilter.doFilter(ProfileFilter.java:96)
    at com.bea.wsrp.producer.handlers.AbstractServiceHandler.preprocess(AbstractServiceHandler.java:103)
    at com.bea.wsrp.producer.handlers.AbstractServiceHandler.service(AbstractServiceHandler.java:63)
    at com.bea.wsrp.producer.container.ProducerEndPoint.processNow(ProducerEndPoint.java:333)
    at com.bea.wsrp.producer.wsee.ProducerEntryPoint.handleResponse(ProducerEntryPoint.java:90)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:287)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:271)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:341)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:189)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    to weblogic.wsee.server.servlet.BaseWSServlet$ AuthorizedInvoke.run (BaseWSServlet.java:285)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.bea.wsrp.producer.WsrpLocalProxyFilter.doFilter(WsrpLocalProxyFilter.java:72)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Is there a problem with the Configuration or something else... ?

    Your help is greatly appreciated... ?

    Thank you

    Ravi

    The portal app tries to put a session attribute not serializable in a coherence * Web http session, which is not allowed by default. Add the following configuration to the web.xml file in your WAR file:


    consistency-preserve-attributes
    true


    consistency-distributioncontroller-class
    com.tangosol.coherence.servlet.AbstractHttpSessionCollection$ HybridController

    This will allow the attributes not serializable to be stored in the local http sessions. These attributes them will not be distributed on the cluster.

Maybe you are looking for

  • App lose it! in Switzerland

    Hi, I registered on lose it it! website (loseit.com) and wanted to download the app on my IPhone, but the App Store can't find it in Switzerland, how can I get this app in Switzerland? Thanks in advance.

  • Equivalent of greprefs/all.js in Firefox 6.0

    In the previous version (3.x) of Firefox, there was formerly all.js file in the greprefs file. This file is used to control the many options of Firefox. I do not see the same in the latest version (6.0). What is the equivalent file in version 6.0 of

  • Satellite U940 - Random BSOD after replacing HARD drive

    Good day ladies and gentlemen! I was wondering if I can win some lights here - as I google myself in a bunch of flange on the issue, I have! I am a famous computer technician (modest too) and more recently, a client of mine introduced me to a ultrabo

  • Error-1967362041, DSC module, read the historical traces

    Hello. I'm reading some historical traces, but I get error-1967362041 and the message: HIST_ReadNumericTraceCORE.VI, \\hostname\library\Variable: IAK_SHARED: (Hex 0x8ABC7007) out of reach. This happens when using VI server to run my remote applicatio

  • To the number of decimal places control user input

    Hey everybody, I am all new to LabVIEW and just learn how it works. I was wondering if there was a way to allow user input to change the number of decimal places (the output of my function is infinitely extensible). I tried, but it did not work: Usin