Integration server fails to start

Hello,

I am very new to webMethods.

I have downloaded and installed webMethods integration server.
While I try to start the integration sever from Start → SoftwareAG → start servers → start integration server → start default

I get below error in command prompt :

jvm 1 | [STARTUP] Glue 8.0 Fix 9000 build 135
jvm 1 |
jvm 1 | CloudStreams product is initialized.
jvm 1 |
jvm 1 | 2018-02-14 17:07:57,759 FATAL [com.s.m.p.M.LOG
] - [6100] Activator Initialization error:ActiveTransfer i
s not initialized. ActiveTransfer database pool is not configured. Please config
ure a database pool for functional alias “ActiveTransfer”.
jvm 1 | com.softwareag.mft.exception.MFTInitException: ActiveTransfer is not
initialized. ActiveTransfer database pool is not configured. Please configure a
database pool for functional alias "ActiveTransfer
".
jvm 1 | at com.softwareag.mft.db.Datastore.init(Datastore.java:141)
jvm 1 | at com.softwareag.mft.osgi.Activator$1.run(Activator.java:64)

server.log (57.2 KB)

Hi,

From the error message, looks like you have installed Active Transfer server with Integration server but no JDBC pool is created. Please created one or remove Active transfer server from your installation.

Also this error will not impact server startup process as in the server log i can see server was started 2 times successfully. Pls check from Admin console once you see below line in server.log file.

“2018-02-14 17:07:55 IST [ISS.0014.0002I] Initialization completed in 209 seconds.”

1 Like