Hi, if i run the following command line: $ perl -e 'use OpenXPKI::Server::Workflow::Condition::IsServerKeyGeneration'; echo "result $?" i get the output:
result 0 (Note the empty line before the 'result'-line, which comes from perl). So it seems that perl can load the module, but it isn't working for openxpki. The question is why? Ideas? Regards, Andreas On Monday 16 February 2009 13:23:45 Alexander Klink wrote: > Hi Andreas, > > On Sun, Feb 15, 2009 at 01:40:22PM +0100, Andreas Roth wrote: > > 2009/02/15 13:05:48 Workflow.State.INFO Fetching condition > > 'server_key_generation' > > 2009/02/15 13:05:48 Workflow.Exception.ERROR workflow_error exception > > thrown from [Workflow::Factory: 665; before: Workflow::State: 388]: No > > condition with name 'server_key_generation' available > > Hmmm, weird. What happens if you do > $ perl -e 'use > OpenXPKI::Server::Workflow::Condition::IsServerKeyGeneration' ? > > Cheers, > Alex ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
