Hello,
I’m new in this business so pls bare with me if I put stupid questions sometime thank you!
So I am trying to install the e-mail solution but Interaction Server is not connecting to my stat server and the reason that I see in logs is “Java Host Environment is not initialized”. Here is the complete log.
16:56:25.656 Trc 04112 The Log Output of type 'd:\GENESYS\Logs\StatServerRT' has been created and opened
2010-02-17 16:56:26> Client: Client 288 Connected from '172.26.116.150'(port 3620)
16:56:26.546 Trc 04521 New client 288 connected from '172.26.116.150'
2010-02-17 16:56:26> Client: Creating Client 288
16:56:26.656 Trc 04541 Message RegisterClient received from 288 ( 'MM_COLT_IxnSrv')
2010-02-17 16:56:26> Client: Message from MM_COLT_IxnSrv(288) received
2010-02-17 16:56:26> Client: Message 'RegisterClient'
'PROTOCOL' 'StatExchangeProtocol 2.0.4'
'LIB_INTERNAL_VERSION' 8
'CLIENT_NAME' 'MM_COLT_IxnSrv'
16:56:26.656 Trc 04522 Client 288 authorized, name 'MM_COLT_IxnSrv', type 'Unknown'
2010-02-17 16:56:26> Client: Sending message to MM_COLT_IxnSrv(288)
2010-02-17 16:56:26> Client: Message 'ClientRegistered'
'STRING_VALUE' '7.6.100.12'
'LONG_VALUE' 61
'TM_LENGTH' 1266422186
'TM_SERVER' 1266422186
'USER_REQ_ID' 0
'REQ_ID' 0
16:56:26.656 Trc 04541 Message OpenDataStream received from 288 ( 'MM_COLT_IxnSrv')
2010-02-17 16:56:26> Client: Message from MM_COLT_IxnSrv(288) received
2010-02-17 16:56:26> Client: Message 'OpenDataStream'
'REQ_ID' 1
'USER_REQ_ID' 0
'PROTOCOL_NAME' 'Data Stream Wraper protocol'
'PROTOCOL_DATASOURCE_TYPE' 'Interaction Server 7.6'
'PROTOCOL_VERSION_MAJOR' 1
'PROTOCOL_VERSION_MINOR' 0
'DATASTREAM_TYPE' 1
'DATASTREAM_DATASOURCE_NAME' 'MM_COLT_IxnSrv'
'DATASTREAM_DATACONSUMER_URL' 'eServiceInteractionStat.jar'
2010-02-17 16:56:26> Client: Sending message to MM_COLT_IxnSrv(288)
2010-02-17 16:56:26> Client: Message 'DataStreamOpeningFailure'
'STRING_VALUE' 'Java Host Environment is not initialized'
'LONG_VALUE' 13
'TM_LENGTH' 0
'TM_SERVER' 1266422186
'USER_REQ_ID' 0
'REQ_ID' 1
2010-02-17 16:56:26> Client: Client 288 Disconnected
16:56:26.656 Trc 04524 Client 'MM_COLT_IxnSrv' disconnected
2010-02-17 16:56:26> Client: Removing Client MM_COLT_IxnSrv
seams like the problem with JRE on host mashine. Check next sequense
1.Did you already install JRE and enable it on Stat Server (I assume that you already have Java Extensions installed)?
in [statserver] section set enable-java=true ?
in [java-config] section ‘jvm-path’ should point to correct DLL.
on Windows:
jvm-path=C:\JAVA142\jre\bin\server\jvm.dll
(for Solaris it’s libjava.so or libjvm.so)
Correct missing options and then restart StatServer and Interaction Server.
Thank you for your replays. I did all these in the statserver. Even imported settings from a server that is working but I still get Java Host Environment is not initialized. I don’t get it.
Looking in my add/remove programs I see installed:
Java DB 10.3.1.4
Java™ 6 Update 4
Java™ SE Development Kit 6 Update 4
My path in jvm-path is correct D:\Java\jdk1.6.0_04\jre\bin\server\jvm.dll.
Is anything I’m missing? Do you need me to post here any of the log or configuration files?