MGW agent can't start [message #314098] |
Tue, 15 April 2008 15:31 |
kanetkark
Messages: 2 Registered: April 2008
|
Junior Member |
|
|
Hello, I'm trying to use oracle messaging gateway but i cannot run the mgwagent.
I'm using oracle 10G R2 with linux 64. I did follow the oracle documentation filling my listener.ora, tnsnames.ora and mgw.ora. But I obtain the following error looking at my mgw_gateway view : ora-28595 : Extproc agent : invalid dll path.
Has anyone experienced the same problem?
Below is my listener.ora details. So will it work at all on Linux 64-bit with any changes to listener.ora?
################
# Filename......: listener.ora
# Name..........: Oracle listener definitions file for Guidant
# Date..........: 04-Feb-2002
# : 08-Feb-2005 10g Modifications
################
#
#
# Define "where" to listen
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = AVAQD))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS = (PROTOCOL = TCP)(Host = ADAQ03)(Port = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
)
)
)
#
# Pre-Defined Services
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SDU = 1460)
(SID_NAME = AVAQD)
(GLOBAL_DBNAME = AVAQD)
(SERVICE_NAME = AVAQD.world)
(ORACLE_HOME = /ofa/product/10.2.0/DB)
)
(SID_DESC =
(SID_NAME = mgwextproc)
(ENVS = " LD_LIBRARY_PATH=/ofa/product/10.2.0/DB/jre/1.4.2/lib/i386:/ofa/product/10.2.0/DB/jre/1.4.2/lib/i386/server:/ofa/product/10.2.0/DB/lib ")
(ORACLE_HOME = /ofa/product/10.2.0/DB)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /ofa/product/10.2.0/DB)
(ENVS="EXTPROC_DLLS=/ofa/product/10.2.0/DB/lib32/av_extproc_LINUX.so")
(PROGRAM = extproc)
)
)
#
# Tracing / Logging
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
TRACE_LEVEL_LISTENER = OFF
#
# Miscellaneous Parameters
# ~~~~~~~~~~~~~~~~~~~~~~~~~~
CONNECT_TIMEOUT_LISTENER = 10
STARTUP_WAIT_TIME_LISTENER = 0
SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = OFF
SAVE_CONFIG_ON_STOP_LISTENER = OFF
Regards
Kiran
|
|
|
|
|