I'm not able to execute a java apre agent that is the first participant in a workflow and hope a couple of diagnostic log statements allow someone to point out what I'm doing wrong:
2006-05-26 16:24:02,373 [main] WARN
openwfe.org.engine.impl.participants.CompositeParticipantMap - lookupFactories() no ParticipantMapFactory named 'xmlPmapFactory' found.
2006-05-26 16:26:00,095 [Thread-8] WARN openwfe.org.engine.expressions.Environment
- lookup() didn't find an env at ( fei 1.7.0b mainEngine/mainEngine file:/u02/projects/groundtruth/systems/openwfe-1.7.0b/etc/engine/cron.xml cron_service 1.0 1148675102394 __env__ 0e )
My python-apre agent is one of the participants in
cron.xml as a service (along with the cron test logger). That is being successfully executing and it's launching the workflow in which the apre agent is supposed to be the first sequence participant. Another clue is that an ls -lu (when was the last time a file was accessed) of the .class file indicates it's not being read/accessed every time I restart the engine and python-apre.
One specific question: Can an agent class reside in a .jar that's in ./apre-scripts/ (agentPath) or do jars need to be unpacked?
thanks,
Tony
- [OpenWFE-users] Interpretation of two WARNs in engine.log Anthony Bigbee
- Re: [OpenWFE-users] Interpretation of two WARNs in eng... John Mettraux
- Re: [OpenWFE-users] Interpretation of two WARNs in... Anthony Bigbee
- Re: [OpenWFE-users] Interpretation of two WARN... John Mettraux
- Re: [OpenWFE-users] Interpretation of two ... Anthony Bigbee
- [OpenWFE-users] Re: Interpretation of two WARNs in eng... Anthony Bigbee
- Re: [OpenWFE-users] Re: Interpretation of two WARN... John Mettraux
