Hello everyone!
I an trying to hook up OpenEMM on an already installed TomCat. I did not use the install scripts and tryied to set up everything mostly manual.
OpenEMM seems to be running alright but sending mails:
When I want to send a message i get the error:
ERROR [ajp-bio-8010-exec-1] org.agnitas.beans.impl.MailingImpl - triggerMailing
java.lang.Exception: Execution of [bin\xmlback.exe, -q, -l, -EC:\Server\xampp\tomcat\temp\error2806541914040705040.tmp, -ogenerate:temporary=true;syslog=false;account-logfile=var\spool\log\account.log;bounce-logfile=var\spool\log\extbounce.log;media=email;path=var\spool\ADMIN, var\spool\META\AgnMail
=D20160318145256=1=6=00001=liaMngA.xml] failed: java.io.IOException: Cannot run program "bin\\xmlback.exe": CreateProcess error=2, The system cannot find the file specified
at org.agnitas.backend.MailWriterMeta.startXMLBack(MailWriterMeta.java:170)
at org.agnitas.backend.MailWriterMeta.done(MailWriterMeta.java:237)
...
I did copy the .exe to the /bin folder of my TomCat.
Where should this file be placed or where can I change the path manually?
Thanks a lot for your help!
Regard wolfmande
Wrong path to 'xmlback.exe'?
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Wrong path to 'xmlback.exe'?
The structure of the binary ZIP file reflects the directory structure of OpenEMM. The xmlback file belongs into directory /OpenEMM/bin.
OpenEMM Maintainer