I've been trying for a while to get these JavaCategories working don't seem to have much luck.
I'm trying to add the following statistics:
[CurrentNumberChainsFinalized]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar: CurrentNumberChainsFinalized
Objects=CampaignGroup, CallingList, CampaignCallingList
[CurrentNumberChainsReady]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar:CurrentNumberChainsReady
Objects=CampaignGroup, CallingList, CampaignCallingList
[CurrentNumberChainsRetrieved]
Category=JavaCategory
JavaSubCategory=OCCStatExtension.jar: CurrentNumberChainsRetrieved
Objects=CampaignGroup, CallingList, CampaignCallingList
I've followed the deployment guide for installing the OCCStatExtension. I've verified it's installed properly.
I saw the following errors in the logs when I added these stats:
2011-07-01 14:24:32> Init: StatType 'OCCStatExtension.jar: CurrentNumberChainsFinalized' cannot be used immediately because extension 'occstatextension.jar' is not loaded
2011-07-01 14:24:32> Init: StatType 'OCCStatExtension.jar:CurrentNumberChainsReady' cannot be used immediately because extension 'occstatextension.jar' is not loaded
2011-07-01 14:24:32> Init: StatType 'OCCStatExtension.jar: CurrentNumberChainsRetrieved' cannot be used immediately because extension 'occstatextension.jar' is not loaded
So how do I "load" occstatextension.jar? I've looked everywhere in the deployment guide and there is nothing that talks about loading the occstatextension?
Additional setup: on the specific statserver, I have the following setup in the java areas:
[java-config]
java-extensions-dir=./java/ext
java-libraries-dir=./java/lib
jvm-path=C:\Java\jre1.5.0_22\bin\client\jvm.dll
[java-extensions]
eServiceContactStat.jar=yes
eServiceInteractionStat.jar=yes
OCCStatExtension.jar=yes
VCBStatExtension.jar=no
[jvm-options]
-verbose:gc=
-Xcheck:jni=
-Xloggc:gs.log=
-Xms64M=
-Xmx512M=
-XX:+PrintGCDetails=
-XX:+PrintGCTimeStamps=
-XX:+PrintHeapAtGC=
I have no idea what I'm missing here? Any help would be appreciated