Problem to send SNMP traps - missing template?

I have created a rule named “Rule Name FN Test” that shall send SNMP traps
as action. But it seems to be some problem to find the configured template.
See below:

(OPTIMIZE) [Analytic Engine
v7.1.0.0.com.dante.analysis.action.SNMPTrapAction.UnknownKey] 2008-04-22
15:20:45.234 CEST WARN: Unable to send the requested SNMP trap for rule
named [Rule Name FN Test] as there is no template configured for template
[SNMPAlert] and alert severity section [NORMAL]

This is our “SNMPAlert Settings” in the analytic engine:

<?xml version="1.0" encoding="UTF-8"?> SNMP_Manager_PRODUCTION IP 161 User ********

This is our templete for SNMPAlerts in the
“optimize/analysis/conf/templates”-folder. Only two files in this folder,
SNMPAlert.template and BusinessMonitorViolation.template.

(See attached file: SNMPAlert.template)

Do anyone know what we have missed?
SNMPAlert.template.txt (274 Bytes)

Did you get this working?

Hello

Solution 1:after defning your template did you deployed it and did you restarted anlaytical engine and MyWMS.If not you should do these

Solution 2:Use some network monitoring software and check to see whether data is transmitting from your system to the target

thanks
Anil

I’ve defined the settings for the SNMP manager in MWS and deployed the env, but the SNMPAlert.template and the webMethods mib files are not part of the deployed environment. I have verified that they are correct, the template matches the mid, etc. I don’t know why it cant find it.

As far as monitoring network traffic, the exception occurs before any sending happens. I purposely kill the IS, which causes some “failure” rules to fire. These rules are setup to send email and snmp alerts. The emails are sent OK, but the snmp alerts fail with the same message in the opening post. No snmp trap is ever attempted to be sent.

The Analytic Engine seems to store it’s settings in the database in a registry type structure. I have a feeling there is an issue when loading the mib and\or template into this structure.

Hello

This seems to be silly but just give it a shot .Remove special char from teh SNMP names like _ ,- etc and try giving name like snmp1 etc
it looks silly but i did the same when calling WSalert action and it worked .

And did you check the password hadle are u using the default one.If you are using the new pass handle then i think u need to define in DC infra admin page
These solutions looks silly for the error u are getting but just try and lets c how it goes

thanks
Anil

There was an ‘_’ in the SNMP definition, I took that out but still got the same error. There’s nothing on the Infra DC to change. We’re not using the snmp data collector. We’re only trying to send snmp traps from the Analytic Engine when a rule is violated.

I think its a bug of some sort. It works on the QA level machine and they are exactly the same as far as I can tell.

hello
earlier from your post
“As far as monitoring network traffic, the exception occurs before any sending happens. I purposely kill the IS, which causes some “failure” rules to fire.”

You will be using the infra DC to identify the components and then using the analytical engine(database) you will be defining your rules and send alerts ( i think thats how it works ) .

Did you copy pasted the template thats there in the documentation with out missing any xml tags.Try this last one ,Define a custom template with out the standard one.
If not i think you should keep a SR to wMsupport may be you need some sort of fix

There is a bug in the mail configuration that loses mail templates. This is also where the snmp template is set. Once you install Optimize for Infrastruture Fix 6, the templates are set correctly.

OPTINF_7-1_Fix6

Hi All

I’m having kind of the same problem while trying to set SNMP Alert settings on a OFI v 7.1.2. Here above my problem :

What I do
1/I configure my SNMP Alert Settings as this :

<?xml version="1.0" encoding="UTF-8"?> SNMP_Manager_Host1 host 161 1264068765671_5 (this corresponds to [SIZE=2]SNMPCommunityHandle, as described in documentation, after automatic encryption)[/size] ******** (=public, after automatic encryption)

2/ in my Mail Settings I have this line :
SNMPAlert=./templates/SNMPAlert.template

3/ I deploy my updates

4/ I restart my analytic engine

What I get
While restarting, i get the errors you will find at the end of my note.

REMARK : when i delete my SNMP Alert settings (set in commentary), the analysis restarts without any problem

Any tips ?

THKS !

José


ERRORS WHILE RESTARTING ANALYTIC AFTER SETTING SNMP ALERT SETTINGS
“(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: Could not set property ServerPassword in configuration file MailProperties.
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: java.lang.reflect.InvocationTargetException: null
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: wraps: java.lang.RuntimeException: No matching property found for method: getServerPassword
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.handleGetInvocation(ConfigurationProxy.java:168)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.invoke(ConfigurationProxy.java:146)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at $Proxy9.getServerPassword(Unknown Source)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.lang.reflect.Method.invoke(Method.java:618)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.util.ConfigMigrator.poupulateProperties(ConfigMigrator.java:42)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.analysis.action.MailProperties.(MailProperties.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.analysis.action.MailPropertiesSingleton.(MailPropertiesSingleton.java:4)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.lang.J9VMInternals.initializeImpl(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.analysis.action.MailProperties.instance(MailProperties.java:97)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.analysis.action.SNMPTrapAction.executeAction(SNMPTrapAction.java:35)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at com.dante.analysis.action.ActionInvocation.run(ActionInvocation.java:23)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.util.concurrent.FutureTask.run(FutureTask.java:138)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.879 CET WARN: at java.lang.Thread.run(Thread.java:810)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: Could not set property AuthenticationRequired in configuration file MailProperties.
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: java.lang.reflect.InvocationTargetException: null
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: wraps: java.lang.RuntimeException: No matching property found for method: getAuthenticationRequired
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.handleGetInvocation(ConfigurationProxy.java:168)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.invoke(ConfigurationProxy.java:146)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at $Proxy9.getAuthenticationRequired(Unknown Source)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.lang.reflect.Method.invoke(Method.java:618)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.util.ConfigMigrator.poupulateProperties(ConfigMigrator.java:42)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.analysis.action.MailProperties.(MailProperties.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.analysis.action.MailPropertiesSingleton.(MailPropertiesSingleton.java:4)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.lang.J9VMInternals.initializeImpl(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.analysis.action.MailProperties.instance(MailProperties.java:97)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.analysis.action.SNMPTrapAction.executeAction(SNMPTrapAction.java:35)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at com.dante.analysis.action.ActionInvocation.run(ActionInvocation.java:23)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.util.concurrent.FutureTask.run(FutureTask.java:138)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.883 CET WARN: at java.lang.Thread.run(Thread.java:810)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: Could not set property ServerUser in configuration file MailProperties.
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: java.lang.reflect.InvocationTargetException: null
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: wraps: java.lang.RuntimeException: No matching property found for method: getServerUser
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.handleGetInvocation(ConfigurationProxy.java:168)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.webMethods.configuration.proxy.ConfigurationProxy.invoke(ConfigurationProxy.java:146)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at $Proxy9.getServerUser(Unknown Source)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.lang.reflect.Method.invoke(Method.java:618)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.util.ConfigMigrator.poupulateProperties(ConfigMigrator.java:42)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.analysis.action.MailProperties.(MailProperties.java:79)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.analysis.action.MailPropertiesSingleton.(MailPropertiesSingleton.java:4)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.lang.J9VMInternals.initializeImpl(Native Method)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.analysis.action.MailProperties.instance(MailProperties.java:97)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.analysis.action.SNMPTrapAction.executeAction(SNMPTrapAction.java:35)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at com.dante.analysis.action.ActionInvocation.run(ActionInvocation.java:23)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.util.concurrent.FutureTask.run(FutureTask.java:138)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ConfigMigrator.configFileLoadPropertyError] 2010-01-21 09:52:44.885 CET WARN: at java.lang.Thread.run(Thread.java:810)
(OPTIMIZE) [Analytic Engine v7.1.2.0.JMSUtil.configFileLoadComplete] 2010-01-21 09:52:44.887 CET INFO: Configuration file MailProperties loaded.
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: Message not found for messageKey ‘’
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: java.lang.NullPointerException: null
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at com.dante.analysis.action.SNMPTrapAction.executeAction(SNMPTrapAction.java:41)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at com.dante.analysis.action.ActionInvocation.run(ActionInvocation.java:23)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.util.concurrent.FutureTask.run(FutureTask.java:138)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
(OPTIMIZE) [Analytic Engine v7.1.2.0.ActionInvocation.] 2010-01-21 09:52:44.987 CET ERROR: at java.lang.Thread.run(Thread.java:810)”

Hi all

FYI, it’s now working fine, after having the fix OPTINF_7-1_SP2_Fix4 installed on OFI.