Page 1 of 1

Import mail not working

PostPosted:Wed Oct 17, 2012 2:04 pm
by sorenbronsted
I have set up an email account og check in the administration says "Success", but I not seening any mail. In catalina.out I see det following error:
Code: Select all
Exception in thread "User Mail Importer" java.lang.NullPointerException
	at com.openkm.util.PathUtils.escape(PathUtils.java:72)
	at com.openkm.util.MailUtils.importMail(MailUtils.java:625)
	at com.openkm.util.MailUtils.importMessages(MailUtils.java:559)
	at com.openkm.core.UserMailImporter.runAs(UserMailImporter.java:95)
	at com.openkm.core.UserMailImporter.run(UserMailImporter.java:66)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)
I have set schedule.mail.importer to 1, but it only runs once, until I restart the server. What is the measure of the value? Is it hour, minutes or seconds?

Re: Import mail not working

PostPosted:Thu Oct 18, 2012 7:43 am
by jllort
It's a know bug ( problem with some mails with large subjects ) on community and will be solved at integration.openkm.com ( at professional version is yet solved ).

Actually we're working to complete online documentation and then we will configure nightly build for version 6 and then you'll be able to update your installation.