Forms , Reprots10g Deployment on Web Logic Server

Currently, I am hosting my Forms and Reports 10g on Oracle Application Server 10g on Redhat Linux AS 4.
How would I host Forms and Reports 10g on Web Logic Server?
regards

>
bhupinder singh wrote:
> Do you have a clustered deployment? ( of CMS?)
No, my scenario did not involve clustered CMSs.
>
Is your CMS on the same machine as WebLogic?
No, my scenario was with 2 servers.  CMS on Server 1, WebLogic on Server 2.
>
I have two environments.
>
> One is two machine ( cms on both and Weblogic is on the same servers as CMS)
>
> Another one ( Pro) have three servers only dedicated to Weblogic, 4 cms's but on different machines.
>
> This solution didn't worked at my end.
As you have a BOE cluster running, try setting the domain value in the dsws.properties file to @clustername or clustername.

Similar Messages

  • Single Sign on for 2 Web Applications deployed on Web Logic Server

    We want to implement single sign on for our application.
    We want to deploy 2 applications(JSF/ADF) on web logic server say
    webapp1 and webapp2.
    If user already logged into webapp1 with valid userid and password and
    then he access the link for webapp2 he should not be asked to provide
    the credential details userid and password.
    How we can implement this
    1. If user credentials are maintained/authenticated against LDAP
    2. If user maintained/authenticated are from database

    you are in the wrong forum. This one is related to Oracle forms. Try the ADF-forum instead.

  • Composite   deployment  to  web logic  server

    Malformed WS Binding port. Missing # between namespace URI and service/port names on deploying composite project

    <binding.ws port="http://namespace#wsdl.endpoint(abstractAsyncService_Client_ep/AbstractAsyncService_pt)"
    location="http://hostname:8001/soa-infra/services/default/AbstractAsyncService!1.0/abstractAsyncService_Client_ep?WSDL"/>
    <callback>
    <binding.ws port="http://namespace/#wsdl.endpoint(abstractAsyncService_Client_ep/AbstractAsyncServiceCallback_pt)"/>
    </callback>
    In your composite.xml file the declarations you have for your reference or service definitions are missing correct endpoint definitions. You need something similiar to the above, pointing to your services.

  • Enabling https to the bpel process deployed in web logic server

    hi All,
    I have to enable https instead http is to ensure that the communication is encrypted for my bpel process(bpel version - 10.1.3.5.0), which will be deployed in weblogic server11g(10.3.1).
    Am using the following environment...
    This is an immeadite requirement.
    Any help would be really appreciated.
    Thanks in advance...
    JK

    Hi
    You can view this document to configure the ssl.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/ssl.html

  • Changes not showing in other instance of web logic server after deployment

    Hi Everyone,
    My Jdev version is 11.1.2.3.0.
    I have developed one ADF application and deployed into web logic server from Jdev itself and is working fine with the URL.
    Now the same EAR file is deployed into other instance of web logic server. it was working fine too.
    NOw i have modified some columns in the table in ADF page and modified the URL of the page in Controller project properties Java EE Application tab and deployed the page in first instance through Jdeveloper only and is working very fine with the new URL and with the new changes.
    But when i deploy this EAR file into other instance of the web logic server i got following problems:
    1. URL is not being changed. --> page is running with the old URL only.
    2. Changes to the ADF page is not reflected.
    3. Test point for this application is blank in web logic server.
    What can be the issues with this?
    Any suggestions will be really useful.
    Thanks.....

    About the context URL:
    There are 2 ways to change the context URL, 1 for design time (the one you used) and 1 for deploy time.
    All info here: http://one-size-doesnt-fit-all.blogspot.be/2010/12/adf-changing-your-applications-url-or.html

  • Servlet class not found error deploying a WAR on Web Logic Server 8.1

    I'm re-deploying an updated web application to a web logic server, but when I navigate to the login page of the web application to test it, I get a class not found error for my login servlet. I have both the web.xml and the weblogic.xml descriptors in my WEB-INF directory, and all of my compiled classes are in the WEB-INF/classes directory, is there something else I'm missing? Any help would be much appreciated.

    Thanks for the response. Here's the web.xml file:
    <?xml version="1.0" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <display-name>Web Forms</display-name>
    <servlet>
    <servlet-name>LoginServlet</servlet-name>
    <display-name>LoginServlet</display-name>
    <servlet-class>LoginServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ChangePasswordServlet</servlet-name>
    <display-name>ChangePasswordServlet</display-name>
    <servlet-class>ChangePasswordServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>LogoutServlet</servlet-name>
    <display-name>LogoutServlet</display-name>
    <servlet-class>LogoutServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>PageServlet</servlet-name>
    <display-name>PageServlet</display-name>
    <servlet-class>PageServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>UploadServlet</servlet-name>
    <display-name>UploadServlet</display-name>
    <servlet-class>UploadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>LoginServlet</servlet-name>
    <url-pattern>/LoginServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ChangePasswordServlet</servlet-name>
    <url-pattern>/ChangePasswordServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>LogoutServlet</servlet-name>
    <url-pattern>/LogoutServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>UploadServlet</servlet-name>
    <url-pattern>/UploadServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PageServlet</servlet-name>
    <url-pattern>/PageServlet</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>Login.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    None of the classes are in a package (I know it's not the best idea, but I didn't write these, I'm just doing some updates). So the file structure is pretty much just WEB-INF/classes/
    At the moment I've got a fix by just putting the entire project (not in any sort of archive) on the server itself instead of deploying it as a WAR, any thoughts on why the WAR isn't working would be much appreciated though.

  • Error deploying entity bean on web logic server

    i am trying to deploy a container managed persistence entity bean on web logic server when i run the command ejbc which generates the final jar file ready to deploy having its stub and skeleton it gives me the error that the return type of create(int) method should have a type of bean home interface while in accordance with ejb1.1 specicication it should be the type of primary key and a null value should be returned.
    plz let me know where i am doing it wrong.

    thanks for ur quick response sir i am using this services provided by sun microsystem first time and
    am really thankful to Sun Microsystem for this great deal of help to the new commers but sir my problem is still there.
    following is the method which i have written in the code
         public InvoicePK ejbCreate(int id)
              this.id=id;
              return null;
    and here it is the error generated by the server deployment tool.
    [9.2.8] In EJB Invoice, the return type for the create method create(int) must be the bean's remote interface type.
    [9.2.8] In EJB Invoice, the findByPrimaryKey method must return the Entity bean's remote interface type.
    [9.2.8] In EJB Invoice, the return type for the method findByPrimaryKey(com.swi.InvoicePK) must be the entity bean's remote interface type (for a single-object finder) or a collection thereof (for a mult-object finder).
    the detail of files created by me are as follows.
    1. Invoice (Entity Bean)
    2. InvoicePK (Primary Key file)
    3. MyRemoteInterface (remote interface for entity bean)
    4. MyHomeInterface (home interface for entity bean)
    plz let me know where i am doing wrong and oblige.

  • Web Logic Server Administration Console

    Hi All,
    I loged into Admin Console of Oracle Web Logic Server Administration Console
    For DeployingP6WebServices::
    Created aWebLogicdomain for the WebServices application.
    DeployingP6WebServicesintotheWebLogicdomain. giving an error:
    In Deployments Tab which is left corner:Deployed a WAR File but while starting all rquests its giving me the java error
    javax.servlet.ServletException: [HTTP:101249]
    [weblogic.servlet.internal.WebAppServletContext@d025b9 - appName: 'p6ws', name: 'p6ws.war', context-path: '/p6ws', spec-version: 'null']:
    Servlet class org.apache.cxf.transport.servlet.CXFServlet for servlet cxf could not be loaded
    because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet.
    Please help me its urgent

    check in the documentation http://www.oracle.com/technetwork/indexes/documentation/index.html , select your primavera version, and check document called: tested_configuration, check if you are using the right weblogic and jdk version for your primavera p6 version.

  • Web Logic server 10.3.5 not running

    I am starting the WLS from START-->All Programs-->Oracle Classic Instance - asinst_1-->Start Web Logic Admin Server.
    When it starts it is giving error highlighted in bold.After Logging in the error in bold keeps coming.I am unable to understand this .Can anybody explain me the what should I do?Please assist me as I am not able to understand.
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic
    patch.jar;C:\oracle\MIDDLE~1\patchocp360\profiles\default\sys_manifest_classpa
    th\weblogic_patch.jar;C:\oracle\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;C:\oracle\MI
    DDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\serve
    r\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_1
    0.3.5.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\M
    IDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0
    _1/lib/ant-contrib.jar;C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.ja
    r;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle
    \Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\M
    iddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Middlewar
    e\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\Middleware\Oracle_F
    RHome1\common\wlst\lib\adf-share-mbeans-wlst.jar;C:\Oracle\Middleware\Oracle_FRH
    ome1\common\wlst\lib\mdswlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst
    \resources\auditwlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resourc
    es\jps-wlst.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\jrf-wl
    st.jar;C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamap_help.jar;
    C:\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\oamAuthnProvider.jar;C
    :\Oracle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap_help.jar;C:\Ora
    cle\Middleware\Oracle_FRHome1\common\wlst\resources\ossoiap.jar;C:\Oracle\Middle
    ware\Oracle_FRHome1\common\wlst\resources\sslconfigwlst.jar;C:\Oracle\Middleware
    \Oracle_FRHome1\common\wlst\resources\wsm-wlst.jar;C:\oracle\MIDDLE~1\ORACLE~1\s
    oa\modules\commons-cli-1.1.jar;C:\oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.so
    a.mgmt_11.1.1\soa-infra-mgmt.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_
    11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:
    \oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib
    \ext\QTJava.zip
    PATH=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\oracle\MIDDLE~1
    \patch_ocp360\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORG
    APA~1.1\bin;C:\oracle\MIDDLE~1\JROCKI~1.2-4\jre\bin;C:\oracle\MIDDLE~1\JROCKI~1.
    2-4\bin;C:\Oracle\Middleware\Oracle_FRHome1\bin;C:\oracle\product\10.2.0\db_1\bi
    n;E:\oracle\product\10.2.0\db_1\bin;C:\Program Files\PC Connectivity Solution\;C
    :\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTRU Cryptosystems\
    NTRU TCG Software Stack\bin\;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Windows;C:
    \Windows\system32;C:\Oracle\Middleware\Oracle_FRHome1\opmn\bin;C:\Oracle\Middlew
    are\Oracle_FRHome1\opmn\lib;C:\Oracle\Middleware\Oracle_FRHome1\perl\bin;C:\Prog
    ram Files\Java\jdk1.6.0_24\bin;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\3
    2\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic
    .Name=AdminServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C
    :\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dw
    eblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -Doracle.
    home=C:\Oracle\Middleware\Oracle_FRHome1 -Ddomain.home=C:\Oracle\Middleware\user
    _projects\domains\ClassicDomain -Dcommon.components.home=C:\oracle\MIDDLE~1\ORAC
    LE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.lo
    gging.impl.Jdk14Logger -Ddomain.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~
    1 -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocke
    t_optfile.txt -Doracle.server.config.dir=C:\oracle\MIDDLE~1\USER_P~1\domains\CLA
    SSI~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\oracle\M
    IDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:
    \oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\carml -Digf.arisidst
    ack.home=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\config\FMWCON~1\arisidprov
    ider -Doracle.security.jps.config=C:\oracle\MIDDLE~1\USER_P~1\domains\CLASSI~1\c
    onfig\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\oracle\MIDDLE~1\USER
    P~1\domains\CLASSI~1\servers\AdminServer\tmp\WL_user -Doracle.deployed.app.ext
    =\- -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracl
    e.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -
    Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabl
    ed=false -Dwc.oracle.home=C:\oracle\Middleware\Oracle_FRHome1 -Dclassic.oracle.
    home=C:\oracle\Middleware\Oracle_FRHome1 -Dem.oracle.home=C:\oracle\Middleware\
    oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwl
    w.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dwe
    blogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifes
    t_classpath;C:\oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_cla
    sspath weblogic.Server
    *[WARN ] Use of -Djrockit.optfile is deprecated and discouraged.*
    *[WARN ][osal   ] Could not enumerate processes (1) error=-1073738819*
    *[WARN ][osal   ] Could not add counter (null)\ for query*
    *[WARN ][osal   ] Failed to init virtual size counter.*
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ
    JCE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jul 14, 2012 9:52:53 PM IST> <Info> <Security> <BEA-090906> <Changing the defau
    lt Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jul 14, 2012 9:52:54 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-
    1429-windows-ia32 from Oracle Corporation>
    <Jul 14, 2012 9:52:55 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jul 14, 2012 9:52:56 PM IST> <Info> <Security> <BEA-090065> <Getting boot ident
    ity from user.>
    Enter username to boot WebLogic server:Oracle Classic Instance - asinst_1

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Web logic server found error

    hi guys, i have successfully deployed my first container managed persistence entity bean
    on web logic server 5.1 but i am unable to run my client application the following error
    occurs when i try to run my client application on windows 98 platform
    we are unable to get a connection to the web logic server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactory
    plz let me know how to overcome this problem
    and what does it mean by t3 why we use it instead of http.
    with regards
    abid

    we are unable to get a connection to the web logic
    server at t3:\\localhost:7001
    please make sure that the server is running
    unable to lookup the beans home: cannot instantiate
    class:weblogic.jndi.WLInitialContextFactoryt3 is a proprietary protocol used by weblogic. First of all tcp/ip needs to be set up in order for you to access localhost. You can check this by opening your browser and typing http://localhost in the address bar. This should bring up the weblogic homepage. If this does not happen, all you need to do is install the TCP/IP services.
    Amit Rajaram

  • Monitor loggedin user in Oracle Web Logic Server

    Dear All,
    We are using IPM (11.1.1.3.0) with Oracle Web Logic Server 10.3.3.0 (Embedde LDAP).
    Can you please let me know how to monitor user login sessions (which user login at what time to the system, when he last loggedin) from Web Logic Server ?
    Also let me know whether it is possible to create a monthly report of each user login duration and how can I do it.
    Thank You

    >
    For Oracle Forms and Reports 11g Release 2 (11.1.2), download Oracle WebLogic Server 11g (10.3.5) from OTN or
    >
    from http://docs.oracle.com/cd/E23104_01/download_readme_cr2/download_readme_cr2.htm#BABDBHCJ
    Oracle Fusion Middleware 11g Software
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html

  • Separating obiee server and presentation services via Web Logic Server

    Hello,
    I'm attempting to Install OBIEE Server 11.1.1.3.0 on Linux (box A). I also am installing Web Logic Server 10.3.3 on Linux (box B) with the plan of deploying presentation services on WLS.
    I originally did the following:
    1. setup Repositoyr using RCU
    2. Installed OBIEE 11.1.1.3.0 using Enterprise Option.
    3. Installed WLS 10.3.3
    4. Began following this doc: http://www.obieetalk.com/deploying-obi-presentation-services-weblogic
    ---and the following questions arose as I was going through those steps:
    a. when I start up the Weblogic configuration wizard. I get to step 8 and it asks me to configure the Administration Server.
    --is that the Weblogic Server(box B)?
    b. It then asks me to configure Managed Servers.
    --That is the Weblogic Server, correct(box B)?
    I skipped Configuring Clusters.
    c. It then asks to Configure Machines.
    --I'm not sure what to put here.
    **I then proceeded to open up an SR and was given a "Here's the install guide" as a 'Solution Offered'.
    Oracle then came back with you need to do a "Software Only" install of OBIEE
    --On Box A or B? Because when I do that it asking where the WebLogic Server / Middleware Home is located.
    So, I'm asking
    1. do I do Enterprise, Simple or Software Only on Box A?
    2. Install WLS first, and then follow the document( http://www.obieetalk.com/deploying-obi-presentation-services-weblogic ) on how to deploy the Presentation Services?
    3. Which will lead me back to these questions:
    a. when I start up the Weblogic configuration wizard. I get to step 8 and it asks me to configure the Administration Server.
    --is that the Weblogic Server(box B)?
    b. It then asks me to configure Managed Servers.
    --That is the Weblogic Server, correct(box B)?
    I skipped Configuring Clusters.
    c. It then asks to Configure Machines.
    --I'm not sure what to put here.
    Any help is greatly appreciated. Thanks in advance!

    Hi,
    Is this the only error that you got in log files. Can you change the presentation catalog name and give it a try. Kill all the services. Start OC4J and then start the services.
    Regards,
    Sandeep

  • JDev Integrated Web Logic Server fails

    I'm a newbie with WLS. I've installed JDEV 11.1.1.3 in Windows XP SP3, and installed extensions for Webcenter.
    Now trying to go through webcenter tutorial, I arrived at point where I'm trying to run a small application,
    but nothing works. I've searched and searched the internet for clues, help, and tried multiple things, but nothing helps.
    First, I get the warning message
    Warning> <Server> <BEA-002611> <Hostname "XXX", maps to multiple IP addresses: 10.10.10.10, 169.254.25.129, 192.168.2.6
    and then when I disable all the network connections for these IPs, just to see if this would help,
    then the server appears to start successfully, but the tutorial app that compiled successfully does not start to run in any brower.
    I go through the properties of the Application Server for the Integrated Web Logic Server to test the connection and I get
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... failed.
    Unable to open conection: Connection refused: connect
    Testing Server MBeans Model ... skipped.
    I have no clue, and trying different configurations does not help.
    I need a WebLogic for Dummies guide. Anyone have some clue ?

    Thanks Ravi Jegga for looking at my post. Here's some info.
    1) Here's the log output for starting Server Instance (IntegratedWebLogicServer)
    *** Using port 7101 ***
    "C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\oracle\Middleware\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\native;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\oracle\MIDDLE~1\JDK160~1\jre\bin;C:\oracle\MIDDLE~1\JDK160~1\bin;C:\oracle\product\10.2.0\db_4\BIN;C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\product\10.1.3.1\OracleAS_5\jdk\bin;C:\product\10.1.3.1\OracleAS_5\jdk\jre\bin\client;C:\product\10.1.3.1\OracleAS_5\jdk\jre\bin;C:\product\10.1.3.3\OracleBIP\jre\1.4.2\bin\client;C:\product\10.1.3.3\OracleBIP\jre\1.4.2\bin;C:\product\10.1.3.1\OracleAS_5\ant\bin;C:\product\10.1.3.1\OracleAS_5\bin;C:\oracle\product\10.2.0\db_4\BIN;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Ora_10g2_DevSuite\jdk\jre\bin\classic;C:\Ora_10g2_DevSuite\jdk\jre\bin;C:\Ora_10g2_DevSuite\jdk\jre\bin\client;C:\Ora_10g2_DevSuite\jlib;C:\Ora_10g2_DevSuite\bin;C:\Ora_10g2_DevSuite\jre\1.4.2\bin\client;C:\Ora_10g2_DevSuite\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\MKS\mksnt;C:\Program Files\QuickTime\QTSystem\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=emeacache.uk.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=null -Dhttps.proxyHost=emeacache.uk.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=null -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.wc.openusage.clustername=localhost -Doracle.wc.openusage.collectorport=31314 -Doracle.wc.openusage.timeout=30 -Doracle.wc.openusage.unicast=true -Doracle.wc.openusage.enabled=false -Doracle.webcenter.tagging.scopeTags=false -XX:+UseParallelGC -XX:+DisableExplicitGC -Dwc.oracle.home=C:\oracle\Middleware\jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Oct 5, 2010 11:01:47 AM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\lib\mbeantypes\csp-id-asserter.jar>
    <Oct 5, 2010 11:01:48 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Oct 5, 2010 11:01:52 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 5, 2010 11:01:55 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 5, 2010 11:01:55 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 5, 2010 11:01:56 AM EDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 11:01:56 AM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00008. Log messages will continue to be logged in C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Oct 5, 2010 11:01:57 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Oct 5, 2010 11:02:10 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application consoleapp was not deployed. Error: [Deployer:149158]No application files exist at 'consoleapp'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application wlstestclient was not deployed. Error: [Deployer:149158]No application files exist at 'wlstestclient'.>
    <Oct 5, 2010 11:02:31 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 5, 2010 11:02:31 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <ServerMessages><warningMsgFailedLoadingPipeline> Unable to load the webservices management interceptor pipeline
    java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission IdentityAssertion)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:378)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:438)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:460)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.checkPermission(AbstractSubjectSecurity.java:113)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.getActionExecutor(AbstractSubjectSecurity.java:76)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase$2.run(PMPolicyResolverBase.java:209)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase$2.run(PMPolicyResolverBase.java:207)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase.getActionExecutor(PMPolicyResolverBase.java:206)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase.init(PMPolicyResolverBase.java:100)
         at oracle.wsm.policyaccess.impl.remote.RemotePolicyResolver.init(RemotePolicyResolver.java:116)
         at oracle.wsm.policyaccess.impl.PolicyAccessResolver.getResolver(PolicyAccessResolver.java:169)
         at oracle.wsm.policyaccess.impl.PolicyAccessResolver.getResolver(PolicyAccessResolver.java:98)
         at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.getPolicySetMap(PolicyAccessorImpl.java:412)
         at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.getPolicySet(PolicyAccessorImpl.java:379)
         at oracle.integration.platform.common.mgmt.PolicyCacheImpl$CacheNode.refreshIfStale(PolicyCacheImpl.java:142)
         at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getPolicySet(PolicyCacheImpl.java:247)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:192)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:68)
         at oracle.j2ee.ws.server.JAXRPCProcessor.createAndInitWsmgmtInterceptor(JAXRPCProcessor.java:919)
         at oracle.j2ee.ws.server.JAXRPCProcessor.init(JAXRPCProcessor.java:877)
         at oracle.j2ee.ws.server.JAXRPCServlet.init(JAXRPCServlet.java:252)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         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)
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00008. Log messages will continue to be logged in C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.2.6:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    2) And here's the feedback from testing the application server connection
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... success.
    Testing Server MBeans Model ... skipped.
    1 of 8 tests successful.
    3) The install of the webcenter extension was done via the JDEV Help - Check for updates
    selecting for files
    oracle.webcenter.framework_bundle.zip
    and
    oracle.webcenter.customization_bundle.zip
    that were automatically installed by JDEV without any prompts for additional steps.

  • Integration of Web Logic Server with OAM 11g

    Hi all
    I'm trying to integrate OAM 11g with Web Logic server by following the steps mentioned in below link.
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/osso.htm#CHDFIGDC
    I placed oamAuthnprovider.jar file in mbean types folder and created a provider named OAMAuthn as per the link to use oam Authenticator.
    I deployed a sample application in weblogic server by mentioning the Active directory group name in web.xml and weblogic.xml files as shown below:
    web.xml :
    <auth-constraint>
    <role-name>Administrators</role-name>
    </auth-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    <security-role>
    <description>Authenticated Users</description>
    <role-name>Administrators</role-name>
    </security-role>
    weblogic.xml :
    <security-role-assignment>
    <principal-name>Administrators</principal-name>
    <role-name>Administrators</role-name>
    </security-role-assignment>
    When i try to acces my application http://<weblogic host>:<port>/<sample application>/<sample welcome.jsp> with the user credentials present in the AD group (Administrators).,i'm getting the Basic pop-up but getting an Error-403 forbidden.
    I'm able to access the application if i create a user named Administrator but not with the Users under Administrators group.
    can anyone please help me and tell me whether it a valid behaviour or not?
    I'm really sorry for my long post.
    Thanks & Regads,
    Swathi.

    Hi,
    Obiee11.1.1.5.0/6.0 both version supporting weblogic 10.3.5.0/6.0 both are no issues.
    http://blog.whitehorses.nl/2012/02/26/a-few-quick-tips-for-upgrading-ofm-11g-to-patch-set-5/
    also refer
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    Thanks
    Deva

  • Oracle Enterprise Repository + Web logic server configuration

    Hi,
    I have installed Oracle Enterprise Repository 11g, I would set web logic server with application server fo OER, when I started the configuration tool of web logic server (config.sh), in the second screen 'Generate a domainconfigured automatically to support the following products', there isn't 'Oracle enterprise Repository - 11.1.1.2.0'.
    Why?
    Regards
    Leopoldo

    Hi Nitin
    1. Refer: http://otn.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    2. You can develop reports using Report Builder that comes with Oracle 9iDS. Alternatively, since Reports 9i supports .jsp/.xml/.html input files, you can also "hand code" your reports. Moreover, you can create reports JSP file using JDeveloper.
    3. iDS suite comes with Reports Developer, Runtime and Server. You need iAS to deploy your reports.
    Oracle Database is required if you go for Job Repository and several other options with Reports. Oracle Reports per se does not require Oracle database to be installed.
    Regards
    Sripathy

Maybe you are looking for

  • PDF Error in Workspace

    Hello Gurus, I have this issue while trying to open PDF in Workspace. I can open the Financial Reports in Workspace as HTML, however, if I try to open in PDF, I get the "The website cannot display the page" http 500 message. What could have been the

  • Export to dropbox as pdf

    Trying to create a keyboard shortcut without applescript to export to dropbox as pdf. Maybe with automator as a service? Need clear direction. Thanks Clint

  • When would you use "Hide" elements on a slide ?

    Hi Could anyone give me an example of when they use the "Hide"  and "Lock" elements on a slide option. Trying to get my head around who I might make use of them...in case I am missing out on something. I am using Cap v4 but believe these options also

  • Mac version 5.1 compatability problems with pc version 6.1

    i am using a vi from a mac version 5.1 and when i try to use it on the pc version 6.1 it is showing the correct data on the graphs, but when it prompts me to save the data to a text file i do, and when i open the file when it is done running nothing

  • I cant read my backup after an 'erase and install' !!

    I backed up with time machine, erased and installed my mac. Now i'm manually looking for files and I do not have 'certain privileges' for some folders! (folder has a small red sign on it at the bottom) help please? =D