Coherence Clustered Client Server Configuration

Hi,
I am trying to create a client-server setup in coherence and I have been able to do that successfully using Coherence Extend in a single client - single server environment. However, what I need to do is that, I need to create a cluster of servers and my client should be able to pick the data from any of the clustered servers. Can someone tell me how to configure that.
Right now my server-config xml looks like : -
<cache-config>
     <caching-scheme-mapping>
          <cache-mapping>
               <cache-name>dist-MYCache</cache-name>
               <scheme-name>MY-distributed-cache-scheme</scheme-name>
          </cache-mapping>
     </caching-scheme-mapping>
     <caching-schemes>
          <!--
Distributed caching scheme.
-->
          <distributed-scheme>
               <scheme-name>MY-distributed-cache-scheme</scheme-name>
               <lease-granularity>member</lease-granularity>
               <backing-map-scheme>
                    <local-scheme/>
               </backing-map-scheme>
               <autostart>true</autostart>
          </distributed-scheme>
          <proxy-scheme>
               <service-name>ExtendTcpProxyService</service-name>
               <thread-count>5</thread-count>
               <acceptor-config>
                    <tcp-acceptor>
                         <local-address>
                              <address>server1.domain.com</address>
                              <port>8081</port>
                         </local-address>
                    </tcp-acceptor>
               </acceptor-config>
               <autostart>true</autostart>
          </proxy-scheme>
     </caching-schemes>
</cache-config>
My Client-config xml looks like :-
<cache-config>
     <caching-scheme-mapping>
          <cache-mapping>
               <cache-name>dist-MYCache</cache-name>
               <scheme-name>extend-MYCache</scheme-name>
          </cache-mapping>
          <cache-mapping>
               <cache-name>dist-extend-MYdist</cache-name>
               <scheme-name>extend-MYdist</scheme-name>
          </cache-mapping>
     </caching-scheme-mapping>
     <caching-schemes>
          <!--
Distributed caching scheme.
-->
          <distributed-scheme>
               <scheme-name>extend-MYdist</scheme-name>
               <service-name>MYDistributedCache</service-name>
               <local-storage>false</local-storage>
               <local-scheme></local-scheme>
               <back-scheme>
                    <remote-cache-scheme>
                         <scheme-ref>extend-MYCache</scheme-ref>
                    </remote-cache-scheme>
               </back-scheme>
          </distributed-scheme>
          <remote-cache-scheme>
               <scheme-name>extend-MYCache</scheme-name>
               <service-name>ExtendTcpCacheService</service-name>
               <initiator-config>
                    <tcp-initiator>
                         <remote-addresses>
                              <socket-address>
                                   <address>client.domain.com</address>
                                   <port>8081</port>
                              </socket-address>
                         </remote-addresses>
                         <connect-timeout>5s</connect-timeout>
                    </tcp-initiator>
                    <outgoing-message-handler>
                         <request-timeout>2s</request-timeout>
                    </outgoing-message-handler>
               </initiator-config>
          </remote-cache-scheme>
     </caching-schemes>
</cache-config>
And my tangosol-override xml (SAME FOR CLIENT AND SERVER) looks like :-
<coherence>
     <cluster-config>
          <member-identity>
               <cluster-name>MYUATCluster</cluster-name>
          </member-identity>
          <unicast-listener>
               <well-known-addresses>
                    <socket-address id="1">
                         <address>server1.domain.com</address>
                         <port>8088</port>
                         <port-auto-adjust>true</port-auto-adjust>
                    </socket-address>
                    <socket-address id="2">
                         <address>server2.domain.com</address>
                         <port>8088</port>
                         <port-auto-adjust>true</port-auto-adjust>
                    </socket-address>          
               </well-known-addresses>
          </unicast-listener>
          <multicast-listener>
               <time-to-live system-property="tangosol.coherence.ttl">4</time-to-live>
               <join-timeout-milliseconds>3000</join-timeout-milliseconds>
          </multicast-listener>
          <packet-publisher>
               <packet-delivery>
                    <timeout-milliseconds>30000</timeout-milliseconds>
               </packet-delivery>
          </packet-publisher>
          <service-guardian>
               <timeout-milliseconds system-property="tangosol.coherence.guard.timeout">35000
               </timeout-milliseconds>
          </service-guardian>
     </cluster-config>
     <logging-config>
          <severity-level system-property="tangosol.coherence.log.level">5</severity-level>
          <character-limit system-property="tangosol.coherence.log.limit">0</character-limit>
     </logging-config>
</coherence>

I am not sure I understand you correctly, so let me re-phrase my question :
Right now my client-config.xml has :
<remote-cache-scheme>
<scheme-name>extend-MYCache</scheme-name>
<service-name>ExtendTcpCacheService</service-name>
<initiator-config>
<tcp-initiator>
<remote-addresses>
<socket-address>
*<address>server.domain.com</address>*
<port>8081</port>
</socket-address>
</remote-addresses>
<connect-timeout>5s</connect-timeout>
</tcp-initiator>
<outgoing-message-handler>
<request-timeout>2s</request-timeout>
</outgoing-message-handler>
</initiator-config>
</remote-cache-scheme>
where server.domain.com is one of the servers of the cluster, so I will face a problem when this server goes down but the cluster is still up and running. Because this client can only contact server.domain.com. What do I need to change so that every time it looks for the cluster and not a specific server.
Edited by: user1945969 on Sep 10, 2009 10:05 AM

Similar Messages

  • Running reports created with Reports 9i in client-server configuration

    I need to have users run reports created with Oracle Reports 9i on workstations without any Oracle products installed on it, (in a client-server configuration as opposed to Web based) . I am looking for a step-by-step approach to accomplish this. I looked through the installation documents in OTN and I did not see one that addressed this.
    BTW, I saw an earlier post in this form which disscussed this,indirectly, for Reports 6i but I don't think these steps will work for 9i rpeorts
    ** Earlier post
    Question:
    I have an application in Oracle 8i, Forms 6i, Reports 6i. Now I want to make executable CD which will be installable in nature. I don't know how to make it or what tools to be used for this . Kindly help me out.
    Answer:
    You can write a .bat file for installation.....
    This file should do following things.
    1. Oracle8 Personal Setup
    Install only Database (no tools)
    2. Oracle Developer200 Setup
    Install only Forms Runtime
    Reports Runtime
    Graphics Runtime
    3. Use imp/exp to put the desired database...
    4. Copy exexutables in some directory and place shortcuts in programs and destkop
    5. Make new file-types in start->setting ->folder options-> file-types
    and specify that in which runtime-application you want to open your executables....
    Thanks in advance,
    Audrey Watson

    hi audrey,
    there is no client/server runtime available for reports9i. what
    you can do is to use the rwclient executable shipped with IDS
    to submit jobs to the reports server.
    there are plans to provide a stand alone thin client in the
    future but this is not available yet.
    regards,
    christian

  • Access-SQL Server (Client Server Configuration) Best Way To Refresh SQL Server Records ?

    We are using Access 2013 as the front end and SQL Server 2014 as the back end to a client server configuration.
    Access controls are bound to the SQL fields with the same names. When using Access to create a new record in a Form, the data are not transferred to SQL if the form is exited to display a different Form or Access is closed. If the right or left arrow navigation
    buttons at the bottom of the form are first used to display either the previous or next record, then the data in the new record are correctly transferred to SQL.
    What is the best way to refresh the new SQL record prior to the closing of the new record in the bound Access form ? We have tried Requery of the entire form and with all of the individual controls without success. We are looking for a method of refreshing
    SQL that functions in a manner similar to that of what happens with the navigation buttons.
    Thank you very much for your assistance.
    Robert Robinson
    RERThird

    Hi Stefan,
    I had added the code to set me.dirty = False in response to the On Dirty event and didn't realize that it was working properly. I had tried other several approaches and must have become confused somewhere along the line.
    I retested the program. On Dirty is working and the problem is solved.
    Thank you very much for your assistance.
    Robert Robinson
    RERThird

  • Primavera P6 Client Server Configuration

    Hi,
    I am new to Primavera. I wanted to know what are the exact specifications required for installing Primaver P6 EPPM Client / Server.
    The configuration would consists of all the modules like - Project Management, Timesheet, Web Access.
    Also, we have a server with SAP installed on it. Can we still go ahead and install Primavera on it.
    I have searched a lot on Google for the realistic client/server configuration. But no luck.
    Kindly help.
    Thanks

    Its Java j2EE

  • MUDE for client-server configuration

    I can easily connect from a client remotely to a server hosting OBIEE, by creating a ODBC system DSN that points to
    the server, and choosing this DSN from the list of available DSN from Administration => file => open => online. works
    perfectly
    When I configure projects at OBIEE server as a Multiuser Development Environment, I can not connect from a client remotely to a server. Administration => file => nultiuser => checkout does not give me an option to choose the system DSN for remote server
    Can someone clarify steps to configure MUDE in a client-server environment
    Thanks

    Amrita,
    In the article by Venkat, that you referred to in your response , I read the article, I have a few questions
    1. When I install OBIEE, the Master Repository automatically created at the c:\OracleBi\server\Repository directory
    When you create projects, they are created in the Master Repository.
    Do I then copy the master repository to Shared Network directory, ex. N:\SharedRepository
    2. When i start the AdminTool from the client m/c, how will the client knows to connect the remote server
    I have not gotten to this part yet, just want to clarify, if any configuration necessary on the client side,
    before file => Multiuser => checkout
    Thanks

  • Can I access the built-in queue of the client-server configuration?

    We are working on a remote lab, using LabVIEW 6i. Our solution is based on a client-server structur, where the server unit has the dual function of communicating with the client over the Internet and controlling the experimental setup. If two or more clients are using the setup at the same time, we have discovered that LabVIEW 6i is using a built-in queue system. In our work to make the client inteface userfriendly, we have the following problem. Is it possible to inform the client that he/she is in a queue, and also how many clients are in front of him/her?
    Thanks for any hints.
    Greetings, Anna Söderlund
    anna@ic
    .chalmers.se
    Solid State Electronics, Department of Microelectronics,
    Chalmers University of Technology
    Sweden

    Take a look to this sample Tcp/ip LLB.
    The server vi build-up a queue according to the number of clients connected.
    Based on this principle you can probably manage to make the server to broadcast which client it is sending data to.
    Attachments:
    tcp-ip_daq.llb ‏161 KB

  • OWB Client/Server Configuration

    Dear Gurus,
    The scenario is like this.
    Server OS : Sun Solaris.
    Server Database : Oracle 9i for unix.
    Client OS : Win 2K
    Client Database : Oracle 9i client for Windows.
    If OWB 9i is installed on Win2K machines, all mappings can be executed. ETL process will run smooth.
    ETL Loads are monthly.
    Will the performance be greatly affected if Database and OWB server aren't installed on the same physical machine?
    Is my information listed correct ?
    Your inputs would be appreciated.
    Regards
    Milind

    Milind,
    You first question was "Will the performance be greatly affected if Database and OWB Server aren't installed on the same physical machine?" If you are referring to the database where OWB's runtime schema resides, then yes, OWB Server Side should be installed on the same physical server where that database is.
    Second question - Availability of Oracle Datebase Server 9.2.0.4 on Sun Solaris. The full Oracle9i Database Release 2 is 9.2.0.1.
    9.2.0.2, 9.2.0.3 and 9.2.0.4 are patches on top of 9.2.0.1, with each subsequent patchset including all the previous ones. Pathes and patchsets are downloadable from metalink.oracle.com. So:
    * to get 9.2.0.2 - install 9.2.0.1, apply 9.2.0.2 patchset (patch ID 2632931).
    * to get 9.2.0.3 - install 9.2.0.1, apply 9.2.0.3 patchset (patch ID 2761332).
    * to get 9.2.0.4 - install 9.2.0.1, apply 9.2.0.4 patchset (patch ID 3095277).
    Nikolai

  • Simple iCal client/server configuration guide?

    Is there a simple guide somewhere which explains how to setup the iCal client once your iCal Server is up and running?

    Read Antonio Rocco's posts. Specifically read these:
    http://discussions.apple.com/thread.jspa?messageID=7602817&#7602817
    http://discussions.apple.com/thread.jspa?threadID=2013389&tstart=0
    Long story short, its all about the DNS config. after you get that sorted, config Open Directory. after that, iCal. Antonio will get you sorted...

  • OLE Alternatives in Forms 6i Client Server

    I'm fishing for some advice and maybe some examples of how to get around an OLE issue that's adversely affecting an upgrade project.
    We're currently migrating a Forms 4.5 application to 6i. This application displays MS Word documents (OLE Container) that are stored in the database and uses OLE to open manipulate, and save the documents back to the database. We've come across some serious problems with OLE and 6i that don't look like they'll be fixed any time soon (bug #2615804 in particular).
    Since OLE (ActiveX) is not supported a web delivered configuration, we're looking at an alternative to interacting and storing Word documents using a client/server configuration. This will have the added bonus of making the move to web delivery once we decide to go down that path.
    Has anyone out there had any good experience with overcoming this OLE problem? It seems like every pre-Forms 9i book out there has touted OLE as a way of interacting with Office tools and now OLE has become a roadblock.
    I've had a look at the JACOB example, but that doesn't really help if you're not deploying via the web.

    With the beans you've looking at visual stuff : like the look and feel project
    With the importer it's more like leveraging java functionality : in my case I've just implemented a call to a webservice on an application server. There is nothing visual here and it's just called via a straight bit of PL/SQL that call my java classes ( however, in that case I could also use UTL_HTTP directly to make the call and thus not bother with java importer - but the database wouldn't allow UTL_HTTP calls :( )
    For both of these you'd need to tell forms where to find the JAR file in it's java environment - but you won't have that in c/s
    Another way is to load up java code into the database and process it within the database and hide it completely from Forms. I've done this sort of thing loading Apache-FOP into Oracle and creating PDF files in the database (as BLOBS) from XML/XSL also in the database as XMLTYPES.
    At least that's my view on how it fits together ... maybe others know more :)
    Steve

  • AnyConnect Client Profile Backup Server Configuration

    I'm trying to understand the use of Backup Server option in AnyConnect Client Profile
    Configuration > Remote Access VPN > Network (Client) Access > AnyConnect Client Profile > Edit > Backup Server
    (Screenshot attached)
    My questions:
    1. In what all scenarios do we add servers (ASA devices) in this tab
    2. If I have same information in two different locations (Site A and Site B) for AnyConnect user, can I add Site A-ASA and Site B-ASA into Backup Server tab as a failover mechanism for end user.
    3. Or is it only used to mention ASA devices configured in failover unit
    4. In case of failover unit, does it support stateful failover
    I could not find answers to above questions from Google search. So, asking here

    I think we need to be careful when we talk about failover. The original post was clearly asking about two different scenarios
    1) ASAs at two different sites
    2) ASAs configured as a High Availability failover pair (Active/Standby).
    The profile does work to provide failover in 1) but does not work to provide failover in 2).
    I do not know the authoritative answer to the question about IP phones use of the profile. I believe that the answer ought to be that yes the phone would receive the profile after its first connection and would use the backup server identified in the profile is the primary server was not available. That is a basic functionality of the AnyConnect client and if the phone is using the AnyConnect client then it ought to support that failover. 
    If someone does have an authoritative answer then please speak up. Several of us would like to know the right answer here.
    HTH
    Rick

  • Webserver "client denied by server configuration" after reboot

    Hello all,
    Long story short, I was the unfortunate victim of a rather nasty virus that made me have to restore from a time maching backup. In the process my webserver is acting up (not sure if this was pre or post restore).
    I am getting the following error in my apache2 error log...
    [Sat Jan 28 20:48:06 2012] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Sat Jan 28 20:48:06 2012] [notice] Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 configured -- resuming normal operations
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    [Sat Jan 28 20:48:07 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/error
    [Sat Jan 28 20:48:10 2012] [error] [client 127.0.0.1] client denied by server configuration: /var/empty/server-status
    I did some searching and tried to edit my /etc/apache2/httpd.conf file with the following code snippet...
    # Allow server status reports generated by mod_status,
    # with the URL of http://servername/server-status
    # Change the ".example.com" to match your domain to enable.
              ExtendedStatus On
              <Location "/server-status">
                        SetHandler server-status
                        Order deny,allow
                        Deny from all
                        Allow from .example.com
              </Location>
    No luck. I am somewhat at my whits end....my server is running with a 10-15% increase in load...
    Thanks so much in advance. Please let me know if any further information is required.

    any advice? Link? anything would be appreciated...

  • Client server vs direct linked

    Hi, when reading TimesTen documentation it shows that client / server connections are much slower than direct linked, but direct linked require that the application be running on the same machine as the timesten datastore.
    For a clustered environment what sort of configuration is recommended so that all nodes have access to the same data?
    Thanks

    It is of course true that client/server connections are significantly slower than direct mode connections but typically they are still quite a bit faster than a regular RDBMS.
    Before deciding on an architecture i would recommend evaluating the performance of client/server connections to see if they meet your requirements.
    There are two main architectures that are possible here (I'm assuming that you want a highly-available configuration):
    1. A central TimesTen active/standby pair on two machines. The applications run on the rest of the machines in the cluster and access the datastores in client/server mode. If there are some components that need better performance than C/S can provide they can run on the active/standby nodes using direct mode. This setup is easy to configure and easy to manage.
    2. Partition the data across multiple datastores distributed across all the cluster nodes. If there are 4 nodes, each will have 4 datastores; one will be the local 'master' for 25% of the total data and the others are read-only copies of the other 75% of the data. TimesTen replication is used to keep all the copies synchronised. Applications can use direct connect mode to access all of the data but applications at a node can only directly update the 25% of data mastered at the local node. Updates for other data must be directed (by the application) to the relevant 'master' node. Essentially, the workload must be partitioned to match the data partitioning. This setup is more complex to configure and more complex to manage but potentially could give better overall performance.
    This requirement is not that uncommon and we are considering adding some kind of automatic partitioning/distribution functionality to TimesTen in a future release.
    Chris

  • Constantly getting "Reopen for Clustered Client Failover registered application has failed for FileObject " error in CCFilter eventlog.

    Hi everybody.
    Hope somebody will be able to help me with the following issue.
    I have the following environment configuration:
    1. WFC cluster (cluster1) contains 3 nodes - sql1,sql2,sql3
    2. sql1 and sql2 can run single shared instance SQL server
    3. Node sql3 is a standalone SQL server.
    4. AlwaysON is turned on shared instance and standalone SQL servers and availability group have been configured for multiple DBs. So sql3 is a replica of shared instance.
    5. All this runs on Vmware as a virtual machine.
    I'm  constantly getting following error in Microsoft-Windows-CCFFilter/Operational logfile when I execute SQL DB/Transaction log backup maintenance plan on my shared instance SQL server (sql1 or sql2):
    Log Name:      Microsoft-Windows-CCFFilter/Operational
    Source:        Microsoft-Windows-CCFFilter
    Date:          10/24/2014 6:00:12 AM
    Event ID:      2000
    Task Category: None
    Level:         Error
    Keywords:      
    User:          DOMAIN\wfcsqlsvc
    Computer:      SQL1
    Description:
    Reopen for Clustered Client Failover registered application has failed for FileObject 0xfffffa801cbb08a0 to \SQL3\Backups\Logs\DB1\DB1_backup_2014_10_24_060003_3960528.trn with status 0xC0000034
    Getting multiple mentioned errors for every single DB I'm running my backup maintenance plan against. The maintenance plan gets executed on SQL1 which is shared instance machine.
    Any ideas of what can cause this and how to fix it.
    Thanks in advance.

    Yes. I'm doing backup on primary replica in the AlwaysOn Availability Group. And this primary replica itself is a WFC shared SQL instance.
    I've double checked Maintenance Plan's History and Agent's logs. No Error, no warning, nothing. And by the way DB full and transaction log backups gets created as they should. By that I mean that 'For availability databases, ignore Replica Priority for Backup
    and Backup on Primary Settings' property is turned on and this allows me to do backups from primary replica.
    As you've written I've clear the maintenance plan setting ''For availability databases, ignore Replica Priority for Backup and Backup on Primary Settings.', and configure the availability group's AUTOMATED_BACKUP_PREFERENCE setting to allow backup from any
    replica for certain availability group. But still nothing. Getting the same error.
    This is how AVG1 are configured regarding Backup preferences:
    For example this subplan from Maintenance plan cause mentioned errors:

  • Error deploying a composite to a clients server

    Hi,
    I'm having trouble deploying a composite to a clients server.
    I've defined the Configuration Plan to change all the references from our server to the clients server.
    The composite has some references to webservices deployed on the same server. I can test those webservices on the Enterprise Manager and they work.
    The error when I try to deploy is the following:
    Deploying on partition "default" of "/Farm_bpm_domain/bpm_domain/soa_server1" ...
    Deploying on "/Farm_bpm_domain/bpm_domain/soa_server1" failed!
    Error during deployment: Deployment Failed: Error occurred during deployment of component: ServiceTest2Process to service engine: implementation.bpmn for composite: ServiceTest2Composite: ORABPEL-05250
    Error deploying BPMN suitcase.
    error while attempting to deploy the BPMN component file "/oracle/product/fmw/11.1.1/bpm/user_projects/domains/bpm_domain/deployed-composites/ServiceTest2Composite_rev1.0/sca_ServiceTest2Composite_rev1.0/soa_68135a9a-c6b0-4982-99de-2eb366875b5d"; the exception reported is: java.lang.IllegalArgumentException: Conversation is not properly defined. There are not operation/process or external services defined
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    .The logs on the server (set to TRACE:32 (FINEST)) don't add anything to the error message.
    Anyone has had the same problem or has any ideia what might be the problem?
    Thanks in advance,
    Diogo Henriques

    Hi
    Can't offer much help but I just got exactly the same problem also. I just made a minor modification to a simple BPMN Test process. The change involved adding a Script Task and changing the assignment to the Output Argument of a Sub-Process. This change should not have caused any change to the service interface of the process. This was on a local Dev box.
    The process does call a Web Service. It was deploying/executing without error at last WLS boot a day ago, the Web Service is running fine and the process is building without error. There have been no other changes.
    This seems to be some kind of deployment versioning or stale caching related bug. I just undeployed the current version via EM (which actually reported a failure during undeployment but undeployed anyway!) and rebooted WLS and the deployment was then successful.
    See also Error deploying 2 processes in the same project BPM 11gR3 Project
    I suspect both of these are symptoms of the the same underlying problem which show up when there are repeated deployments of the same process after changes - regardless of whether you overwrite the existing version or start a new one.
    Regards
    Jim Nicolson

  • OHS: MBean error while trying to access server configuration

    I have an SSL installation of WebLogic. I further installed webtier components (which includes OHS) for 11g. I can access the OHS default port (7777) fine but when I try to access server confuration for OHS on the em page I get following error:
    oracle.sysman.emSDK.app.exception.EMSystemException at oracle.sysman.emas.sdk.model.jmx.JMXUtil.invokeOperation(JMXUtil.java:100) at oracle.sysman.emas.model.ohs.OHSConfigModel.initializeData(OHSConfigModel.java:130) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.initOrResetEMObject(ModelUtil.java:319) at oracle.sysman.core.model.util.ModelUtil$EMObjectResetter.access$000(ModelUtil.java:280) at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:231) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:131) at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:102) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPrePrepareModel(EMPagePhaseListener.java:868) at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.beforePhase(EMPagePhaseListener.java:794) at
    I see following error in weblogic admin logs:
    <Jan 25, 2011 11:03:17 AM PST> <Warning> <Security> <BEA-090477> <Certificate chain received from adc1140465.us.oracle.com - 10.232.154.60 was not trusted causing SSL handshake failure.>
    <Jan 25, 2011 11:03:17 AM PST> <Warning> <Security> <BEA-090477> <Certificate chain received from adc1140465.us.oracle.com - 10.232.154.60 was not trusted causing SSL handshake failure.>
    <Jan 25, 2011 11:03:17 AM PST> <Warning> <Security> <BEA-090477> <Certificate chain received from adc1140465.us.oracle.com - 10.232.154.60 was not trusted causing SSL handshake failure.>
    javax.net.ssl.SSLKeyException: [Security:090477]Certificate chain received from adc1140465.us.oracle.com - 10.232.154.60 was not trusted causing SSL handshake failure.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.ClientStateReceivedServerHello.handle(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    Any clue how to solve this issue?
    Appreciate the help.
    --Rahul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Rahul,
    It seems to be a mismatch between the Server (WLS) SSL configuration and the (OHS)client SSL configuration. This can happen if a new certificate is created after configuring the WebLogic server SSL certificate.
    If a new certificate is created, the new nms-server.keystore will be saved to $NMS_CONFIG/jconfig/server
    To update the certificate, first verify whether WebLogic is reading the certificate from.
    In the WebLogic console, go to Home, Server, [server name], Keystores, Custom identity keystore.
    Next, overwrite this keystore with the version that is in $NMS_CONFIG/jconfig/server
    Thanks
    GK

Maybe you are looking for

  • Application not working in windows 8

    Hello Sir, I have Lenovo Z500 laptop recenty brought. When i Run any application in windows 8 It will error as shown in below 1st image. So how to solve this error. I troubleshoot that program. but still it is not working. Hope this will solved out s

  • Purchased Music Download... Frozen for over 12 hours!

    Album: Pinoy Ako Songs: 14 Price: $9.99 11:50PM - Purchased 2 Singles and Album with iTMS $15 card. Balance is now $0.90 11:52PM - The 2 singles and 4 (out of 14) album songs downloaded. Downloading is frozen. I rebooted the computer, many times. Sam

  • Can Adobe edge be used for creating a short animation in an eBay description

    I am writing a description in Adobe Dreamweaver for my eBay auctions and wish to add a short edge animation.  would this breach Ebay policies as I know they do not like JavaScript in the descriptions or is it converted to HTML5? Thanks for the advice

  • Weblogic 10.3.5.0 problem with hibernate criteria

    Hi, I have problim with using Hibernate Criteria on Weblogic server. Everithing works fine on Tomcat. On weblogic I can execute this on Weblogic : Query query = sessionFactory.getCurrentSession().createSQLQuery("select sysdate from dual");//To get st

  • Help on showing currency symbol for '?'

    SQL>select * from nls_database_parameters; PARAMETER VALUE NLS_NCHAR_CHARACTERSET UTF8 NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NUMERIC_CHARACTERS ., NLS_CHARACTERSET UTF8 NLS_CALENDAR GREGORIAN NLS_DATE