I am trying out jemh-1.0 in unlicensed mode (without the user interface). I configured a mail handler service, and pointed the configFile parameter (the only available one in this mode) like so:
configFile=testPTSemh.properties
where testPTSemh.properties is under WEB-INF/classes.
I get the following error:
2012-03-30 14:28:06,065 QuartzWorker-1 ERROR ServiceRunner TESTIPCTIE PTS Self Service App Activation [atlassian.mail.incoming.mailfetcherservice] TESTIPCTIE PTS Self Service App Activation[10400]: Unhandled Exception occurred during processing, type=com.javahollic.jira.emh.service.InvalidDirectiveDataException), location=com.javahollic.jira.emh.engine.AbstractFieldProcessorFixer.fixup(AbstractFieldProcessorFixer.java:144). Likely this is a BUG: com.javahollic.jira.emh.service.EMHProcessingFailureException: Failed to fixup projectDefaults
com.javahollic.jira.emh.service.InvalidDirectiveDataException: com.javahollic.jira.emh.service.EMHProcessingFailureException: Failed to fixup projectDefaults
at com.javahollic.jira.emh.engine.AbstractFieldProcessorFixer.fixup(AbstractFieldProcessorFixer.java:144)
at com.javahollic.jira.emh.processor.BasicMailProcessor.extractFieldsAndBody(BasicMailProcessor.java:41)
at com.javahollic.jira.emh.service.ProcessorRunner.runProcessor(ProcessorRunner.java:431)
at com.javahollic.jira.emh.service.ProcessorRunner.execute(ProcessorRunner.java:171)
at com.javahollic.jira.emh.service.EnterpriseMessageHandlerImpl.handleMessage(EnterpriseMessageHandlerImpl.java:179)
at com.javahollic.jira.emh.service.EnterpriseMessageHandlerProxy.handleMessage(EnterpriseMessageHandlerProxy.java:44)
at com.atlassian.jira.service.services.mail.MailFetcherService$1.process(MailFetcherService.java:356)
at com.atlassian.jira.service.services.mail.MailFetcherService$MessageProviderImpl.getAndProcessMail(MailFetcherService.java:259)
at com.atlassian.jira.service.services.mail.MailFetcherService.runImpl(MailFetcherService.java:344)
at com.atlassian.jira.service.services.file.AbstractMessageHandlingService.run(AbstractMessageHandlingService.java:250)
at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)
at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:47)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at com.atlassian.multitenant.quartz.MultiTenantThreadPool$MultiTenantRunnable.run(MultiTenantThreadPool.java:72)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Caused by: com.javahollic.jira.emh.service.EMHProcessingFailureException: Failed to fixup projectDefaults
at com.javahollic.jira.emh.engine.AbstractFieldProcessorFixer.fixupProjectDefaults(AbstractFieldProcessorFixer.java:343)
at com.javahollic.jira.emh.engine.AbstractFieldProcessorFixer.fixup(AbstractFieldProcessorFixer.java:118)
... 14 more
Caused by: java.lang.NullPointerException
at com.javahollic.jira.emh.engine.AbstractFieldProcessorFixer.fixupProjectDefaults(AbstractFieldProcessorFixer.java:179)
... 15 more
2012-03-30 14:28:06,070 QuartzWorker-1 ERROR ServiceRunner TESTIPCTIE PTS Self Service App Activation [atlassian.mail.incoming.mailfetcherservice] TESTIPCTIE PTS Self Service App Activation[10400]: Exception: JEMH cannot process mail, there are no configurations available.
java.lang.IllegalStateException: JEMH cannot process mail, there are no configurations available.
Not sure exaclty what the problem is. I need to validate the free mode stuff, forgive me but I was focussing on the UI :) Please watch https://studio.plugins.atlassian.com/browse/JEMH-668 which is related, and which I plan resolve this weekend.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.