Weblogic - Fusion Middleware Cluster - Clarification - 11g

Hello All,
I've checked the forum and would need just a little clarification regarding weblogic cluster & fusion Middleware + Load Balancing.
My current Setup is:
==============
1 APP Server: Runs Fusion Middleware 11g Forms and Reports + Weblogic + OHS (windows 2008R2)
1 DB Server: Standalone database 11gR2 installation (windows 2008R2)
I've been asked to add a new app server and setup load balancing between the two app servers in order to split the incoming forms & reports requests.
What do I do? Do I install the new app server like the first one and just add it to an existing domain(clustering)? Is there a difference between fusion middleware clustering and weblogic clustering (as in database RAC - the whole idea being failover 24/7 no single point of failure?)
I would appreciate any assistance, and need not great detail, just need to make sense of the whole thing.
I'm already on with the following document: [http://docs.oracle.com/cd/E21764_01/web.1111/e13709/toc.htm]
Thanks in advance
Jan S.

Hi Jan
You are almost there. I would like to clarify some points for you.
1. You already have WLS + Forms/Reports and of course Backend RCU Database that has all the meta data for Forms/Reports. This RCU database is on single server Oracle database.
I've been asked to add a new app server and setup load balancing between the two app servers in order to split the incoming forms & reports requests.
2. The first question for above requirement is, do you need the new Server on the same Existing physical box or a different remote physical box. If on the same physical box (which I doubt), then there is NO need to install any new software like WLS, Forms/Reports etc. All you do is create a new Managed Server and add it to your existing Domain. NOW, do you currently have a Clustered Domain. If you, all you do is add this new server to that cluster. If not, then you need to add a New cluster and add your old and this NEW managed server to that Cluster. If your existing domain is only single server and is very recent, I would prefer create a brand new Cluster domain with Different Port numbers (you can change port numbers anytime later also). Then add/create one or two managed servers.
3. If you are give a new physical box for this new managed server, then YES, you do need to install exactly SAME version of Weblogic Server and same version of Forms/Reports server on this new machine. Then create a Cluster Domain with 2 managed servers. One managed server on first box where you will have Admin Server + Managed Server 1. Then run pack command. Go to other machine. Run unpack command to create second Managed Server. Now you got 2 managed servers in a Single Clustered Domain.
4. Now comes the Load Balancing Part. Never ever expose the individual managed server host and port and WebApp urls for any Clustered Domain. Instead install Apache Http Web App Server which I guess is same as Oracle Http Server. Oracle renamed it (there is no need for this, but it may be company policy). Anyhow all you do is, just install Apache Web Server. Copy some .dll (.so on linux) files to this apache installation. Then update httpd.conf file or weblogic.conf file with details of clustered weblogic domain managed servers host, port, url patterns etc.
5. All the External Requests will now go to Apache Web Server like http://apachehost:apacheport/xxxUrl. This Apache will take care of LOAD Balancing, Failover etc and based on input url pattern will redirect requests to back end cluster of weblogic managed servers.
6. The backend RCU database that has Metadata for Forms/Reports NEED NOT be Clustered. If you really have extremely heavy data, then you can have Oracle RAC database. Have multiple DB Nodes in RAC. For each Node, create a DataSource in Weblogic conolse and finally one master Multi Data Soiurce that uses all these single Datasources. But very rarely you really need RAC or clustered database for RCU. So for now, just go with single non-clustered Database that has RCU Schemas.
In conclusion, even though you have Forms/Reports, just follow the standard normal Weblogic Clustered domain Architecture for your requirement. All clustering is at application server level and nothing to do with any Oracles softwares like SOA/BPM, Forms/Report, BI etc etc.
Thanks
Ravi Jegga

Similar Messages

  • Weblogic- Fusion Middleware 11g domain JPS security issue.

    Hello All,
    I'm not very familar with the extensive Security "JPS" managembnt inside weblogic including fusion middleware and the domain security policy.
    I just wanted to remove the below line from my "Reports Engine" configuration and now I'm stuck with the further below error constantly.
    As far as I can tell the Domain security provide is configure to OID (which I don't even use). All teh files .sso, system_jazn... are all available and have never been deleted or changed.
    Fusion Report Engine config (want to remove the security )
    =======================================
    <engine minEngine="3" maxIdle="30" maxEngine="8" id="rwEng" engLife="50" defaultEnvId="GICQA" class="oracle.reports.engine.EngineImpl"/>
        <!--engine minEngine="3" maxEngine="11" id="rwURLEng" engLife="50" class="oracle.reports.urlengine.URLEngineImpl"/-->
        <!--security id="rwJaznSec" class="oracle.reports.server.RWJAZNSecurity"/-->JPS security errors
    ============
    [2012-08-20T13:49:57.567-04:00] [reports] [TRACE:32] [REP-56025] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] RWServer:startServer  Reports Server is starting up.
    [2012-08-20T13:49:58.098-04:00] [reports] [WARNING] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] Multicast:init  java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    [2012-08-20T13:49:58.098-04:00] [reports] [WARNING] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] Multicast:init  java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    [2012-08-20T13:49:58.113-04:00] [reports] [NOTIFICATION:16] [REP-65000] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] Multicast:init  Communication channel is initialized.
    [2012-08-20T13:49:58.113-04:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] Multicast:registerReceiver  Packet handler registered
    [2012-08-20T13:49:58.113-04:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] ServerPacketHandler:start  ServerPacketHandler started successfully
    [2012-08-20T13:50:00.219-04:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] SecurityHelper:start  Security system rwJaznSec successfully started.
    [2012-08-20T13:50:00.531-04:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] ReportsCacheHandler:init  JOC is initialized
    [2012-08-20T13:50:00.578-04:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] JobManager:start  Job id sequence = null
    [2012-08-20T13:50:00.594-04:00] [reports] [NOTIFICATION] [] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] Failed initializing JPS  D:\Oracle\Middleware\asinst_1\config\ReportsServerComponent\RptSvr_GICPHXAP11_asinst_1\rwserver.conforacle.security.jps.service.credstore.CredStoreException: Could not find the key specified
    [2012-08-20T13:50:00.594-04:00] [reports] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [tid: 10] [ecid: 0000J_59wD2Fc5WFLzINOA1GCbZ5000001,0] REP-50125 : An internal exception occurred: oracle.security.jps.service.credstore.CredStoreException: Could not find the key specified.  [[
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
         at oracle.reports.utility.Utility.newRWException(Utility.java:1066)
         at oracle.reports.server.ServerConfig.getValueFromCSF(ServerConfig.java:1354)
         at oracle.reports.server.ServerConfig.getElementProperties(ServerConfig.java:1294)
         at oracle.reports.server.ServerConfig.getElementProperties(ServerConfig.java:1038)
         at oracle.reports.server.JobStoreDB.start(JobStoreDB.java:77)
         at oracle.reports.server.RWServer.startServer(RWServer.java:1038)
         at oracle.reports.server.RWServer.jniMain(RWServer.java:305)
    ]]Can anybody assist.
    Thanks in advance
    Jan S.

    Hello Kalyan,
    I looked at the bug you mentioned and this seem to be related to JSP files as opposed to JPS security. I've searche metalink and may have found some similar and possibly the exact error.
    *Error PKI-02002: Unable to open the wallet. Check password When Starting a Reports Server [ID 1316651.1]*
    Thanks
    Jan S.

  • Installing Oracle Fusion Middleware (Forms/Reports) 11g on windows 2012 x64

    Hi All,
    I'm planning to install oracle fusion middleware 11g (forms/reports) on windows 2012 64 bit.
    Once i started the installation of weblog server 10.3.6 it went fine without any error at this stage.
    In second stage i tried to configure it, but in the configuration process "*Creating Domain*" is getting failed.
    Placed some sample message below from the log file.
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(CREATE_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXTEND_DOMAIN) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000KOYojYVCWr^pxSP5iW1JVQQa000000,0] Setting valueOf(EXPAND_CLUSTER) to:false. Value obtained from:USER
    [2014-05-22T10:26:30.563+03:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid:
    [ecid: 0000KOYolfhCWr^pxSP5iW1JVQQa000003,0] Adding Element:CREATE_DOMAIN_ID for writing.
    Any help in the regard will be greatly appreciated.
    Thanks
    Syed

    Hi,
    1)As per certification matrix Forms and Reports 11.1.1.7.0 is supported on Windows 2012.
       So in order to install Forms and Reports you need to first install the Forms and Reports software binaries then need to run the config.sh command from %ORACLE_HOME%/bin.
       No need to create any domain using the config.sh from Weblogic home.
    2)Please see if the below prerequisites were met :-
       . Assign Proper ip, hostname & domain name
      . Entry of ip, host name & domain name in etc/hosts file
      . Disable anti-virus if any
      . Disable ipv6, a
      . Disable Windows Firewall, Windows Update & Windows Management Instrumentation at Service level (services.msc)
      . Create 2 folder "tmp" & "Java" for temp, jdk & jre installation. And set the path of installed jdk in Environment Variable
    Regards,
    Prakash.

  • Focus of BPM in Fusion Middleware 10g and 11g

    New to 11g. Just curious to know what was the focus of BPM in the Fusion Middleware architecture in 10g, meaning was it mostly used as part to enhancing EAI ? and if that is the case has that focus changed in 11g meaning can a out and out BPM project be done in 11g.
    Venkat

    http://www.oracle.com/us/technologies/bpm/029418.pdf
    http://www.oracle.com/newsletters/information-indepth/fusion-middleware/jun-10/unify.html
    http://blogs.oracle.com/bpm/2010/04/bpm_suite_11gr1_released.html
    http://www.oracle.com/technetwork/middleware/bpm/overview/index.html
    Regards,
    Anuj

  • Configuration locked by user in fusion middleware enterprise obiee 11g

    Hi All,
    one of my team member locked the configuration and forgot to release the lock.when i login to the fusion middleware i m getting warning configuration locked by User.
    Please help me to solve the issue.
    Reply ASAP.
    Thanks and Regards
    Kiran.

    I have cleared the tmp Folder under the Admin Server Directory and restarted the server..but still facing the same error..How to resolve the error *"oracle.adf.share.security.authentication.AuthenticationServlet"*

  • DBAdapter insert failing in Fusion Middleware SOA Suite 11g

    Hi,
    I am trying a simple example of inserting into database using DBAdapter. Here is the log message and am unable to figure out the problem it says log at DBAdapter logs can someone tell me where does DBAdapter logs exists. I tried the select and it works fine some how insert is failing.
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [InsertNewEmployee.Emp].
    Caused by java.sql.SQLException: Cannot call rollback when using distributed transactions.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    oracle.fabric.common.FabricInvocationException: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [InsertNewEmployee.Emp].
    Caused by java.sql.SQLException: Cannot call rollback when using distributed transactions.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.EndpointInteractionException.getFabricInvocationException(EndpointInteractionException.java:75)
         at oracle.integration.platform.blocks.adapter.AdapterReference.getFabricInvocationException(AdapterReference.java:287)
         at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:273)
         at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
         at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
         at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:204)
         at sun.reflect.GeneratedMethodAccessor771.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy210.post(Unknown Source)
         at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post2Mesh(MediatorServiceEngine.java:871)
         at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:200)
         at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:94)
         at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:74)
         at oracle.tip.mediator.service.OneWayActionHandler.process(OneWayActionHandler.java:47)
         at oracle.tip.mediator.service.ActionProcessor.onMessage(ActionProcessor.java:64)
         at oracle.tip.mediator.dispatch.MessageDispatcher.executeCase(MessageDispatcher.java:121)
         at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCase(InitialMessageDispatcher.java:467)
         at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:366)
         at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:272)
         at oracle.tip.mediator.dispatch.InitialMessageDispatcher.dispatch(InitialMessageDispatcher.java:138)
         at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:656)
         at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post(MediatorServiceEngine.java:482)
         at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
         at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
         at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:204)
         at sun.reflect.GeneratedMethodAccessor771.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy210.post(Unknown Source)
         at oracle.integration.platform.blocks.adapter.fw.jca.mdb.AdapterServiceMDB.onMessage(AdapterServiceMDB.java:511)
         at oracle.integration.platform.blocks.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:376)
         at oracle.tip.adapter.file.inbound.Publisher.publishMessage(Publisher.java:377)
         at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.xlate(InboundTranslatorDelegate.java:455)
         at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.doXlate(InboundTranslatorDelegate.java:116)
         at oracle.tip.adapter.file.inbound.ProcessorDelegate.doXlate(ProcessorDelegate.java:252)
         at oracle.tip.adapter.file.inbound.ProcessorDelegate.process(ProcessorDelegate.java:157)
         at oracle.tip.adapter.file.inbound.ProcessWork.run(ProcessWork.java:349)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:171)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [InsertNewEmployee.Emp].
    Caused by java.sql.SQLException: Cannot call rollback when using distributed transactions.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:427)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:510)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeAsyncJcaReference(JCAInteractionInvoker.java:494)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performAsynchronousInteraction(JCAEndpointInteraction.java:463)
         at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:236)
         ... 50 more
    Caused by: BINDING.JCA-11616
    DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [InsertNewEmployee.Emp].
    Caused by java.sql.SQLException: Cannot call rollback when using distributed transactions.
    Please see the logs for the full DBAdapter logging output prior to this exception.  This exception is considered retriable, likely due to a communication failure.  To classify it as non-retriable instead add property nonRetriableErrorCodes with value "0" to your deployment descriptor (i.e. weblogic-ra.xml).  To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff.  All properties are integers.
         at oracle.tip.adapter.db.exceptions.DBResourceException.createRetriableException(DBResourceException.java:641)
         at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:610)
         at oracle.tip.adapter.db.exceptions.DBResourceException.outboundWriteException(DBResourceException.java:661)
         at oracle.tip.adapter.db.transaction.DBTransaction.commit(DBTransaction.java:255)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:310)
         ... 54 more
    Caused by: java.sql.SQLException: Cannot call rollback when using distributed transactions
         at weblogic.jdbc.wrapper.JTAConnection.rollback(JTAConnection.java:379)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicRollbackTransaction(DatabaseAccessor.java:1410)
         at oracle.toplink.internal.databaseaccess.DatasourceAccessor.rollbackTransaction(DatasourceAccessor.java:581)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.rollbackTransaction(DatabaseAccessor.java:1401)
         at oracle.toplink.internal.sessions.AbstractSession.basicRollbackTransaction(AbstractSession.java:369)
         at oracle.toplink.threetier.ClientSession.basicRollbackTransaction(ClientSession.java:135)
         at oracle.toplink.internal.sessions.AbstractSession.rollbackTransaction(AbstractSession.java:3003)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.rollbackTransaction(UnitOfWorkImpl.java:4405)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.rollbackTransaction(UnitOfWorkImpl.java:4426)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1374)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1417)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1167)
         at oracle.toplink.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:939)
         at oracle.tip.adapter.db.transaction.DBTransaction.commit(DBTransaction.java:203)
         ... 55 moreThanks

    CHeck this thread:
    BINDING.JCA-12510 JCA Resource Adapter location error in SOA 11g Suite
    Did you have set the correct parameters to the DBAdpater; it look lik it can not bind the parameters (BINDING JCA-12563).
    Marc

  • Problem with Reports Server on Fusion Middleware 11g

    Hi,
    We recently installed a new Weblogic Fusion Middleware Server 11g and I'm trying to get the reports server to start. When I issue the opmnctl command to start the standalone report server it says it is unable to do so but does not explain why. Our old 10g reports server was on Windows Server 2003 and the new 11g one is on Linux RHEL 4 so there are some differences, I'm hoping someone can give me a hand to find out what the problem is - at the moment I'm flying blind.
    Thanks
    Adam

    In the documentation that Shail pointed to, take a look at the Migration Assistant part:
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/migtool.htm#i1004902
    *"The Oracle Forms Migration Assistant updates obsolete usage in your PL/SQL code in order to upgrade your Forms 6i applications to Oracle Forms 11g."*
    I think it is clear that you can upgrade from 6i to 11g in one step... you need to upgrade to 10g first if you are coming from pre 6i versions ...
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/plsqlconv.htm#i1007147
    *"If you are upgrading from releases of Forms before Forms 6i to Oracle Forms 11g, you must first upgrade your applications to Forms 10g, and then upgrade* them to Oracle Forms 11g."+
    You can also decide not to use the Migration assistant and open the 6i objects (.fmb, .mmb, etc) with the Forms Builder 11g and they would be upgraded to 11g by simply saving the object.
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e10394/fmbfmt.htm#i1008219

  • How to change trace file location in Oracle Fusion Middleware

    Hi all,
    I would like to know how to change the location of the trace file in Oracle Fusion Middleware - Report Server 11g ?
    I notice there is logging.xml file in $ORACLE_HOME/config/ReportServerComponenent/logging.xml. In the xml file, it did specify the location of the diagnostic file and other log files.
    Is it the correct way to reconfigure the location of the log file? I havent try it though. :D
    Thanks.

    Hi Fleix,
    For additional instructions for Release 11i, see Note.167635.1 and Note.150168.1.
    For additional instructions for Release 11.0.3 and 10.7, see Note.148982.1 and Note.135715.1.
    a. Append the following to the end of the URL used to login to the Oracle Applications:
    ?play=&record=collect&log=/tmp/oracle.FRD.log
    ** Note: The self service login URL will not work for creating FRD trace files. You may need to talk to your technical team to get the URL that accesses the forms server directly.
    b. If the URL to logon to 11i applications is:
    http://machine:9603/dev60cgi/f60cgi
    Then the following label needs to be included:
    ?play=&record=collect&log=/tmp/'file_name'.frd
    For example to create frd for above url log in to application as
    http://machine:9603/dev60cgi/f60cgi?play=&record=collect&log=/tmp/4764802.992.frd
    c. Now log into the application and go directly to the form with the problem and perform the actions which generate the error.
    Once the error has been generated and cleared, immediately log out of the application so no additional diagnostics are captured.
    d. The diagnostics will be written to the file specifed after "log=". In the example, this would be /tmp/4764802.992.frd
    e. After reproducing the issue, log on the server side of the instance and go to the directory to /tmp (cd tmp)
    f. Retrieve the frd file: /tmp/4764802.992.frd
    This file contains all the details about built-in programs, triggers, procedures in a FORM
    Thanks,
    Anchorage :)

  • What to download for fusion middleware

    Dear all,
    We are using ORACLE 10G with DEVELOPER 10G.
    our oraganization want o move to FUSION MIDDLEWARE with ORACLE 11G. They ask me to configure it in a testing environment.
    i have windows 7 64 bit server with 8 gb RAM.
    i dont know what product should i download and which version of it?
    could kindly somebody guide me with download links if possible?
    Thanks & Regards.

    Hi Maahjoor,
    It is a very good idea to get some training before starting this quest :-)
    It will save you a lot of time.
    The latest release of FMW is 11.1.1.6. You can read about what to download and from where here:
    http://docs.oracle.com/cd/E23104_01/download_readme_ps5/download_readme_ps5.htm#BABFFJFC
    Regards Peter

  • Fusion middleware OID cluster installation with weblogic domain

    Hi,
    I am trying to install/configure fusion middleware OID 11.1.1.2 cluster with two nodes.
    Installed Databse, Weblogic, Ran RCU for schema creation.
    I installed OID by selecting Create new Domain
    selected clustered check box while installtion.
    Selected OID and DIP for installation and configuration.
    Create domain was sucessfull.
    Deploy oracle directory server was Sucessfull.
    Got Error when deploying Directory Integration platform.
    Error: An internal operation has failed error in configuring DIP-00004 error in connecting to oracle internet directory server.
    I thing apply patch will solve this issue.
    I am able to login to weblogic
    Admin Server, Node manager and manager server are in running state.
    I am able launch enterprise manager.
    OID1 is up.
    I am not able to launch /odsm. any idea?? (tried with different browsers its the same)
    I am applying patch now..hope solves the issue.
    So now OID is deployed on one manager server and i have to add one more server in this cluster.
    I am thinking to do basic weblogic installation on other cluster server then copy the domain from machine1 to machine2.
    Not sure how to setup the other managed server with machine 2 details??
    Please correct me if i followed any wrong step.
    I need steps for Clustering.
    Any idea please help??

    when click on Next button it says "Weblogic server must already be installed".Please see if ("TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'" Signaled When Creating ODI Domain On WebLogic Server [ID 1220075.1]) helps.
    In this configured with EBS instance? If yes, what is the document you have followed to configure it?
    Thanks,
    Hussein

  • Oracle 11G fusion middleware weblogic server

    Can anyone help me to know all about oracle 11G fusion middleware weblogic server.
    Please provide me soft stdy material links.
    prompt reply really appriciated.
    Regards
    Piku

    http://download.oracle.com/docs/cd/E17904_01/index.htm

  • Fusion Middleware 11g Weblogic, forms and Reports in Solaris  11 zone

    Hi,
    Any one Installed Fusion Middleware 11g Weblogic, forms and Reports on Solaris 11 zone ??
    So Pls Let me know Weblogic and Fusion Middleware 11g versions which are working
    I try
    Weblogic 10.3.3 Installed 64 Bit Went OK
    Fusion Middleware 11g 11.1.1.2.0 Errors While Relink few items like frmbldr etc
    Then Fusion Middleware 11g Patchset5 11.1.1.6 Still Same Errors Relink few items like frmbldr etc
    Then Cconfig.sh failed at create domain
    Regards

    Hi Deepak,
    Just config.sh or config.cmd file and try to change the JDK with in and try to configure new domain from there.
    Regards,
    Kal

  • Structure Design for fusion middleware &weblogic project

    Hi All,
    we have new project for upgrade forms & reports up to 11g as fusion middleware
    I searched a lot to find proper design to start implementing phase...
    I got good design
    2 servers will run 2x independent Oracle fusion middleware (forms and reports) with weblogic on it,
    and we need one load balancer
    User will hit the load balancer and load balancer will direct the connections to the individual server in a round robin manner.
    So could you please more clarification for the above scenario with details.
    Second Scenario....
    there is scenario with using oracle cluster .....
    so please I need more details about this scenario.
    and could you please provide the license cost of cluster.
    thanks,
    Ahmed.

    Hi Ravi,
    we set with oracle consultant in OFM.
    and he advice us to do cluster in report level
    e.g we have to server...
    serverA create report instance let us say report1, and in another server create report instance named reprot2
    between tow reports create on node as cluster named reports.qnet,
    requests comes to reports.qnet and reports.qnet will assign requested to report1 and report2.
    but i am confuse, could you please advice,
    thanks,
    Ahmed.

  • Cannot start Enterprise Manager for Fusion Middleware 11g

    Dear all,
    Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
    After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
    Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
    +./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
    I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
    OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
    I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
    Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
    Best Regards,
    Kenny Wang

    Ravi Jegga wrote:
    Hi Kenny
    See this post of mine: Re: Fusion Middleware Console
    For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    Thanks
    Ravi JeggaHello Ravi:
    I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
    http://computer:7001/em
    Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
    I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
    Thanks,
    Gio

  • Oracle Fusion Middleware 11G  B2B Document Type not getting Identified

    Hello,
    I have installed Oracle Fusion Middleware 11g on my local machine and created a custom document type with proper .xsd definition and XPath Expression Identifier in Oracle B2B interface and configured its trading partners ( Host & Remote ) along with an agreement between the partners.
    I have also configured the host listening channel of Generic-File type which picks xml files from my c:\orclsrvs_in folder.
    My problem is that the moment I drop any sample file in the expected directory, it gets picked up from B2B , but there isn't any record of the same under Reports and Metrics links.
    The Business message, Application message and Conversation message tabs are also not showing any information about the record picked, but in wire message tab, the record is shown in PROCESSING state.
    I am not able to conclude whats wrong behind this.. where can i track the logs for the same ??
    kindly help to resolve this issue.
    Thanks & Regards
    Hiteshkumar Chaudhary

    Hi Hitesh,
    i came to know that B2B extracts the TP name from the filename itselfYes, in case of Generic File, Generic SFTP and Generic FTP, file name provides the necessary values to Oracle B2B to identify the Trading Partner. You can define your own file name format in the Delivery Channel under Transport Protocol Parameters in field "Filename format" (It's an optional field but it is always good to define your own format, otherwise B2B will take it's default format - TradingPartner_DocumentType_Revision_msgType_msgId_replytoMsgID_extension.xml ). Following Filename formats can be used -
    %FROM_PARTY%
    %TO_PARTY%
    %DOCTYPE_NAME%
    %DOCTYPE_REVISION%
    %MSG_ID%
    %TIMESTAMP%
    These file name formats can be used in any combination; for example,
    %TO_PARTY%_%DOCTYPE_NAME%_%DOCTYPE_REVISION%.dat
    Note - Any file extension is allowed.
    what are the system parameters to be set in weblogic console and how?? This activity is part of the pre and post installation steps. If you have done those without getting any errors then nothing else is required.
    how shall I reinstall XEngine properly ??XEngine is part of B2B installation. If B2B gets installed without flashing any errors then we assume that other components of this part has installed properly.
    Regards,
    Anuj
    Edited by: Anuj Dwivedi, Infosys on Aug 28, 2009 5:51 PM

Maybe you are looking for

  • Linking between portlets

    Can anyone describe how to create a link in one portlet that updates the data in another portlet on the same page.

  • Files put but not translating on site

    I put the files of my website composed of 2 html files (one called index) and 2 swf files (each of the 2 pages has a flash layout. I orginially loaded a bunch of crap onto the site and decided to start new and re-ruoted my site info to this new folde

  • EPM Add-in not available in RRMX

    Hello All, EPM Add-in is installed and can be accessed through MS Excel. In our scenario, BEx Analyzer is accessed through RRMX Txn however EPM add-in tab is not available in the Excel. Our customer needs both BEx Analyzer add-in and EPM add-in the s

  • Hidden text and TOC order

    I have hidden text in a document that I have set to appear in the TOC. However, it appears in the wrong place in the TOC. I have placed the hidden layer where I want it to appear in the document (and tried moving it around a bit), but it still comes

  • Printing playlist from Zen Mi

    It seemed so simple - print out a hard copy of the songs on my Micro. Problems - it may work with WinAmp, but I upgraded to WinAMP Pro 5.3, and it locks up my machine. I might be able to import it into Excel, but I have an old version of Excel. Someb