IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Oracle as Business Integrator Repository V3

  • 1.  Oracle as Business Integrator Repository V3

    Posted Wed April 24, 2002 11:04 AM

    I need to config my BI Repository to use External Database (Oracle)
    Following this config…

    webMethods Repository properties file

    ---------------------------

    mode=shareoutproc
    persiststore=jdbc

    ----------------------------

    path=WmRepository
    dbsize=100
    avgblksz=250

    --------------------------------

    jdbcdriver=oracle.jdbc.driver.OracleDriver
    dburl=jdbc:oracle:thin:@localhost:1521:orcl

    multithread=false
    user=scott
    password=tiger
    createtables=true
    minconns=1
    maxconns=1
    expireconn=500
    logfilename=JDBCData.log
    console=true
    cachesize=0

    JDBCdrivers=classes12.zip;

    -----------------------------

    connthreadmin=10
    connthreadmax=100
    connbacklog=200
    mintcpconn=1
    maxtcpconn=100
    interval=60000
    threshold=100
    retrycount=3
    retrydelay=500

    -----------------------------

    indeflockwait=20000
    maxlockduration=60000
    debuglevel=9
    logfile=logs/repolog

    ------------------------------

    server=server1
    cluster=server1
    server1.hostname=wme-srv-mssql
    server1.port=7777

    but, when I launch “runreposerver.bat”, I have the following error :

    C:\webmethods5\RepoV3>jre\bin\java -cp .\biapp.jar com.wm.app.repov3.remote.RepositoryServer
    Repository Server init failed, Exception: get Repository remote object failed, com.wm.app.repov3.Rep
    ositoryException:registerWithCluster exception: com.wm.app.repov3.RepositoryException:oracle.jdbc.dr
    iver.OracleDriver


    Thank you for your help in advance.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Oracle as Business Integrator Repository V3

    Posted Tue July 16, 2002 09:10 AM

    I had this error, too. change the port from 7777 to some else. Check used ports with “netstat -a”.
    At my system, port 7777 was used by another application.

    Michaela


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General