Hello,
I am trying to deploy the Java OCCExtension however am experiencing issues.
First step was to install the OCC Extension installation exe, choosing the relevant statserver when prompted.
Added jvm-path configuration option within the statserver with value: D:\jdk1.5.0_22\jre\bin\client\jvm.dll.
Added enable-java option, set value to true.
Added stats:
[CurrentOverdialRate]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar: CurrentOverdialRate
Objects=CampaignGroup
[CurrentBusyFactor]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar:CurrentBusyFactor
Objects=CampaignGroup
[CurrentAverageWaitingTime]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar: CurrentAverageWaitingTime
Once this was completed, I started statserver and checked logs where it specified the following :
2012-05-17 18:03:26> Init: StatType âOCCStatExtension.jar: CurrentOverdialRateâ cannot be used immediately because Java Host Environment is not initialized
2012-05-17 18:03:26> Init: [CurrentOverdialRate] OK.
2012-05-17 18:03:26> Init: StatType âOCCStatExtension.jar: CurrentNumberDialPortsUsedâ cannot be used immediately because Java Host Environment is not initialized
2012-05-17 18:03:26> Init: [CurrentNumberDialPortsUsed] OK.
2012-05-17 18:03:26> Init: StatType âOCCStatExtension.jar: CurrentNumberChainsRetrievedâ cannot be used immediately because Java Host Environment is not initialized
2012-05-17 18:03:26> Init: [CurrentNumberChainsRetrieved] OK.
2012-05-17 18:03:26> Init: StatType âOCCStatExtension.jar: CurrentNumberChainsFinalizedâ cannot be used immediately because Java Host Environment is not initialized
The jvm.dll definitely exists.
The OCCStatExtension.jar exists within the java\ext folder of the statserver.
Any options or sections I have missed?