Repository Connection failed

Hi
I am on MDM Server 5.5 SP05 Patch 02. When I am trying to connect to repository its giving following error :
Repository connect failed;please try again
Error:Unhandled Exception.
I tried with both users Admin and Master. Also I am having 2 repositories on the same Server and for both repository, its giving same error. Can anyone help on this?

Hi Sapbasis,
You need to stop and start your MDM Server .This should rectify your problem.
Try unmounting all your rep .
Stop your mdm server
restart it
mount your rep again
If it does not work then check your datbase configuration as well
hope it helped
Thanks
Simona

Similar Messages

  • Repository Connect Failed

    Hi Experts,
    I am using MDM 7.1 version(build version 7.1.01.46) with MaxDb database. After creating the new repository I am trying to connect to repositiry with user "Admin" with blank password. But I getting error like "Repository Connect failed, Error:Account Locked". Please suggest me the solution If anyone faced same problem.
    Thanks,
    RDNPrasad

    Hi,
    Just Check your mds.ini settings. and do unmount nad then mount the MDM server again.
    Try to Monitor the Authentication for Particular repositry which you want to connect to your MDM 7.1 server.
    hope it helps.
    Rgds
    Deepak

  • Source loadall.tcl - Repository connection failed

    Hi there!
    I am doing the tutorial with the final aim of implementing MOLAP using OWB.
    I challenged several problems, but now i do not succeed executing the tcl script:
    OMB+> source loadall.tcl
    OMB01118: Herstellen einer Verbindung zum Repository nicht möglich. PRS-00510: S
    ie müssen angeben, welches Repository verwendet wird, um die Datenbankanmeldung
    auszuführen.
    loadall.tcl loads owbdemoinit.tcl first. It looks like this:
    #define global variables used in procedures
    global debug
    global iconlocation
    global owbclient
    global owbclientpwd
    global host
    global port
    global service
    global udoappdefname
    global themodule
    #Set all common variables
    set owbclient janleo2
    set owbclientpwd damals40
    set sysuser sys
    set syspwd sys
    set host janleo-pcd
    set port 1521
    set service DB2
    set project OWB_DEMO
    set sourcedir e:/newowbdemo
    set dataspace USERS
    set indexspace USERS
    set tempspace TEMP
    set snapspace USERS
    set sqlpath e:/oracle/10.2.0/db_1/BIN
    set sid DB2
    I modified the file according to my settings. I cannot find any info on my repository here. Or is there something i do not see?
    Thanx 4 your help!
    /Jan

    Yes, there's a better forum.
    Warehouse Builder
    Werner

  • Runtime repository connects on remote system fails in connection

    Hi,
    I've created runtime repository and access users and target schema on linux server through owb server install. Sqlplus onnections from my window2k PC work OK for all 3 users.
    I created a second runtime repository connection from my owb designer on windows2k system. When I bring up deployment manager and try to connect to the remote target through this connection, it fails with RTC-5260:failed to connect to runtime platform...,and ORA_01017:invalid username/password. Also, I notices a java thread on the remote linux server was created each time I tried the connection .
    I have the connection alias under both OWB and OracleDB tnsnames. What's the problem?
    ~Tracy

    Found one solution from metalink for this. Note:257687.1

  • Unable to Create a Content Repository Connection using 'socketssl'

    I'm trying to create a Content Repository Connection with RIDC Socket Type as "socketssl".
    I am not able to create the connection. The following are the parameters mentioned in Jdeveloper
    RIDC Socket Type : socketssl
    Server Host Name : <ip of the content server>
    Content Server Listener Port : 54444 (incoming SSL provider is configured in the content server)
    KeyStore File Location : patch of the client keystore
    KeyStore Password : password
    Private Key Alias : PrivateKey Alias Name
    Private Key password : password
    I get the below error. However I am able to use RIDC to connect to UCM using socketssl. This problem is seen only with jdeveloper.
    SEVERE: Submission[id=1, service=oracle.webcenter.content.jcr.login, resource=ucm] caught exception running task
    javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:185)
         at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:254)
         at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:165)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:171)
         ... 15 more
    Caused by: java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1523)
         at com.sun.net.ssl.internal.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:103)
         at com.sun.net.ssl.internal.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:689)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:985)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:904)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:238)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         at oracle.stellent.ridc.common.util.StreamUtil.readRawLine(StreamUtil.java:227)
         at oracle.stellent.ridc.common.util.StreamUtil.readLine(StreamUtil.java:254)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readHeaders(HdaProtocol.java:453)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:215)
         ... 17 more
    31/10/2011 2:14:29 PM oracle.webcenter.content.internal.dt.connection.wizard.AdapterConfigPanel validateConfig
    WARNING: Invalid Configuration Parameters
    javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:185)
         at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:254)
         at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:165)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:171)
         ... 15 more
    Caused by: java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1523)
         at com.sun.net.ssl.internal.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:103)
         at com.sun.net.ssl.internal.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:689)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:985)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:904)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:238)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         at oracle.stellent.ridc.common.util.StreamUtil.readRawLine(StreamUtil.java:227)
         at oracle.stellent.ridc.common.util.StreamUtil.readLine(StreamUtil.java:254)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readHeaders(HdaProtocol.java:453)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:215)
         ... 17 more
    Please let me know the valid Configuration Parameters?
    Thanks,
    Manjunath
    Edited by: 890922 on Oct 30, 2011 8:25 PM

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

  • Metadata Manager Repository configuration failed

    Hello,
    I am tring to install Metadata Manager.  I am running BOE XI 3.1 SP2 FP2.5.  I am installing "SBOP Metadata Management XI 3.1 (12.1) on Windows".  My database is a local install of MS SQL Server 2005.
    I get all the way through the install process and the following error message pops up:
    Metadata Management Repository configuration failed with the following error.
    The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: connect
    The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: connect
      SQLSTATE=08S01, SQLCODE=0.
    Utility failed with code 4.
    You need to re-run the installer again.
    Once I click the "OK" button, the install reverses and uninstalls everything.
    Any help would be greatly appreciated.
    Thank you,
    Scott

    how are you specifying the SQL Server 2005 server name in the repository configuration screen ?
    are you able to ping the machine where SQL Server is running ?
    you have to give the Machine Name or IP address in the Repository connection screen, don't give machine\instanceName

  • Business Server exception: attempt to establish connection failed.

    Hi.
    I'm a total newbie to the BPA Suite, but I have experience with other tool sets like MEGA. I've downloaded and installed an evaluation copy of version 10.1.3.4 of the tool.
    I'm working through the Business Process Architect Quick Start Guide, going through the sample Quote to Cash process. Everything is progressing relatively well as I go through the document (except that the QuoteToCash project is already loaded in the LOCAL business repository without me having to load it separately), until I get to the first simulation.
    When I go to the Simulation module, I get an error: "Server access exception: Business Server exception: attempt to establish connection failed."
    I don't know what's wrong, but there are a couple of things I'm thinking about. One is that I didn't install XE separately, so I think that I'm just using the default Oracle Lite instance that gets installed with the tool. Another is that my account is configured without administrator privileges, so I generally have to run installers as a separate user with administrator privileges to get things to work.
    Any suggestions would be greatly appreciated!
    Thanks.

    It might be bad form to answer your own question, but after further experimentation, I think that it's a permissions problem.
    I repeated the installation on another (virtual) machine on an account that is an administrator, and I can simulate the Process Order process as described in the Quick Start Guide to my heart's content.
    Now, the second machine isn't configured exactly the same as the first machine, so there could be other underlying or contributing factors. But I'm un-stuck for now.
    I just thought I'd share what I found. Thanks.

  • Configuration assistant "Repository Configuration" Failed

    Installing OEM Grid Control 11gR1 I get:
    Running Configuration assistant "Repository Configuration"
    Calling the EMSCHEMA MANAGER: CREATE
    Please check the Repository Configuration Assistant logs at: /opt/oracle/Middleware/oms11g/sysman/log/schemamanager
    Configuration assistant "Repository Configuration" Failed
    Below is the only error I could identify in the logs:
    more emschema.log.TRANSX
    2010-09-21 20:59:45,977 [main] INFO emschema.tzinrtwcdst3 - created action logger....
    2010-09-21 20:59:45,982 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - logger is set properly..
    2010-09-21 20:59:50,985 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection is null, creating a new one
    2010-09-21 20:59:55,436 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection is created and saving it...
    2010-09-21 20:59:55,436 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection found: true on try: 0
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection found
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection is not null, using old one
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - check if repos user exists
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - check if repos user exists..
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - REPOS_CONN is found for checking for repos user... u
    sing it
    2010-09-21 21:00:01,438 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - query DB for repos user existence check
    2010-09-21 21:00:02,012 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos user exists: true on try: 0
    2010-09-21 21:00:08,015 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos user exists: true on try: 1
    2010-09-21 21:00:14,017 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - found repos user
    2010-09-21 21:00:14,064 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - repos connection is not null, using old one
    2010-09-21 21:00:14,064 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - executing: SELECT count(*) FROM all_objects WHERE ob
    ject_name='MGMT_MESSAGES' AND owner='SYSMAN'
    2010-09-21 21:00:14,444 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - mgmt_messages found: true on try: 0
    2010-09-21 21:00:20,446 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - mgmt_messages found: true on try: 1
    2010-09-21 21:00:26,448 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - found mgmt_messages
    2010-09-21 21:00:26,448 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - Running the Schema Action
    2010-09-21 21:00:26,449 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - Running the Schema Action
    2010-09-21 21:00:26,708 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - */opt/oracle/Middleware/oms11g/sysman/admin/emdrep/bin/classpath.properties does not exist*
    2010-09-21 21:08:57,758 [tzinrtwcdst3] DEBUG emschema.tzinrtwcdst3 - transx completed
    2010-09-21 21:08:57,758 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - Schema Action Completed Successfully
    2010-09-21 21:08:57,758 [tzinrtwcdst3] INFO emschema.tzinrtwcdst3 - Schema Action Completed Successfully
    Does anybody have any idea of what is going on?

    I have tagged this question as answered, and opened it on the Entreprise Manager / Grid control forumHi user12987613, Congratulate on you have the question answered. Can you share the solution with me. I see the exact error. Where can I find the file?

  • Import Metadata - connection failed

    Hi All,
    When I try to do "import metadata" by right clicking on my database I get connection failed error. In this the datasource name and user name are defined repository variables. Whereas, if I do "import metadata" from under the file menu and give datasource name and user name values I dont have any problems. So it almost seems like the problem is with repository variables but I dont have any problems in doing view data or this rpd is uploaded I dont have any other problems with it. Why doesn't it find the values for variables when I do import metadata?

    Yes. just in case try hostname:port/serviceName
    if not copy tns file into 11g both locations to just go by tns entry name
    \OracleBI1\network\admin (Example: C:\OBI\Oracle_BI1\network\admin)
    \oracle_common\network\admin (Example: C:\OBI\oracle_common\network\admin

  • Emca failed : nmehl_connect_internal: connect failed to (louxor:3938)

    Hello every DBA,
    After creating successuffuly repository, I cannot configure dbconsole :
    #emca -config dbcontrol db
    fails always with the same error in the emdctl.trc file.
    2011-04-26 15:41:50,263 Thread-1 WARN http: nmehl_connect_internal: connect failed to (louxor:3938): A remote host refused
    an attempted connect operation. (error = 79)
    Does someone eunconter this error ?
    ORACLE_HOME version is 11.2.0.2
    Many thanks in advance.

    Hi,
    if louxor is the hostname can you try pinging it.
    Regards,
    Satheesh Shanmugam
    http://borndba.com

  • R3 - Repository Upgrade failed

    Hi,
    AIX5, EM10gR2 upgrade to R3.
    (Fresh installation of R2, applied patch 4329444, proceed with R3 upgrade)
    At the Configuration Assistants screen:
    "Repository Upgrade failed"
    $ cat configToolFailedCommands
    # Copyright (c) 1999, 2007, Oracle. All rights reserved.
    oracle.sysman.emcp.oms.RepositoryPatchUpgrade -verbose
    oracle.sysman.emcp.oms.OmsPatchUpgrade -configureOms
    oracle.sysman.emcp.aggregates.ConfigPlugIn
    oracle.sysman.emcp.oms.StartOMS -configureOms
    oracle.sysman.ccr.configCCR.ConfigCCRPlugIn
    Not sure what to do.
    Any hints how to proceed?
    Thx,
    Dobby

    Same problem but on RHEL4 when trying to upgrade to 10.2.0.3. Fresh install with database already 10.2.0.3 and OMS was installed with option "existing DB".
    Database and listener were left running but all other processes were shutdown with opmnctl stopall.
    Any ideas?
    This is the end of $OMS_HOME/sysman/log/emoms.trc:
    2007-10-04 10:23:14,204 [Job Dispatcher Thread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2007-10-04 10:23:14,220 [Job Dispatcher Thread] ERROR em.jobs preTask.2292 - Cannot get id: Io exception: The Network Adapter could not establish the connection
    2007-10-04 10:23:18,248 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:286)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:108)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1344)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:435)
    at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:330)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:285)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:253)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
    at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
    at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
    at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
    at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1304)
    at oracle.sysman.emdrep.notification.NotificationMgr.getConnection(NotificationMgr.java:403)
    at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1453)
    2007-10-04 10:23:18,251 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Declined work repository connection

    Hello Everyone,
    We installed a new ODI instance but the repositories were same. Now we want a separate repository of the new ODI. We have a valid/active database in Oracle which I want to use as the new repository. I went ahead adding that database as a work repository but it gives an error "CONNECTION FAILED"..........com.sunopsis.sql.c:
    DETAILS -
    com.sunopsis.sql.c:
    oracle/jdbc/driver/OracleDriver
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.graphical.l.pm.o(pm.java)
         at com.sunopsis.graphical.l.pm.r(pm.java)
         at com.sunopsis.graphical.l.pm.g(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at com.sunopsis.graphical.l.pm.q(pm.java)
         at com.sunopsis.graphical.l.pm.<init>(pm.java)
         at com.sunopsis.graphical.frame.b.jh.bx(jh.java)
         at com.sunopsis.graphical.frame.bo.w(bo.java)
         at com.sunopsis.graphical.frame.bo.d(bo.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    The strange thing is that the connection to this repository is valid through sql developer. Please advise !

    Figured out the problem.
    I was using wrong JDBC details. :-|

  • Adding JCAPS repository connections to NetBeans 6.1

    Is there a way to add multiple JCAPS classic repository connection configurations to NetBeans 6.1? We have separate repositories for different organizations within the enterprise. Some folks work in more than one organization and need to access more than one repository.
    Thanks,
    AK~

    Either connect to the first repository or at least attempt to connect to it. If it works you can then select the Change Connection option from the menu. If it fails it will automatically open the Change CAPS Repository Connection dialog box.

  • TREX: Return Code 8010 - Creating Connection Failed

    Hi there,
    I have uploaded a file in the repository and when I checked the queue it returned TREX: Preparation Failed. Checking on the TREX queue, it returned the code 8010 - Creating Connection Failed.
    Any idea how to fix this issue?
    Thanks!

    Please make sure that the Crawler/Crawler task is setup properly.

  • Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    Hi there, I am trying to connect to my server at work from home using a vpn connection. It connects fine and the time ticks along, but when i click go - connect to server, it comes up with connection failed. Please help!

    ... when i click go - connect to server, it comes up with connection failed.
    If you're trying to connect to a Bonjour server on the remote network, that won't work over a layer 3 VPN. Use something like Hamachi or one of the SSH-tunnelling Bonjour proxy apps for that.

Maybe you are looking for

  • Credit Memo Request in VA01

    Dear, Process : Actually , I am going to create CR memo request in VA01 without reference of Invoice . So ,in this case ,I have got one Issue as Z error .Please help me in this issue ,how to solve step be step . Note : 1. Actually , I am SD,MM and PS

  • Syncing shared calendar in iCal

    Hello, My wife and I use google calendar's to put all of our events and commitments in, and we "share" our respective calendars with the other so we can see what the other is up to and try and plan around each other. I use the mail app and iCal for e

  • MM - Price determination per business types

    Hello, I need to determine multiple price determination for the same material purchased to same vendor. Indeed, depending on the business type (purchase for production, for trial or for aftersales), one single material can have different price toward

  • ADS application login time takes 2 minutes

    Hi we have deployed 6 applications in one of our managed server and among the 6 applications is the ADS login application which connects to other application modules after loggin in. We are using wls-10.3.3. We have given 2GB heap space to that manag

  • SMICM query

    Hi, I am trying to do a file-XI-HTTP scenario. There seems to be a problem. When i saw the trace file in SMICM i got the following warnign message. *[Thr  1] *** WARNING => maximum number of sockets supported on this* host (1992) less than parameter