Page 2 of 2
Re: upload process won't finish
PostPosted:Sun Jul 13, 2014 4:06 pm
by jllort
This is the default value you should have:
Code: Select allnotification.message.body=<b>Message: </b>${notificationMessage}<br/><b>User: </b>${userId}<br/><#list documentList as doc><b>Document: </b><a href="${doc.url}">${doc.path}</a><br/></#list>
If you do not still receive mail notifications, ensure your server.xml is correctly configured for sending mails ( take in mind after do any change here, must restart application to take effect ).
http://wiki.openkm.com/index.php/Tomcat ... figuration
Re: upload process won't finish
PostPosted:Thu Jul 31, 2014 4:57 am
by dummy
I updated to version 6.3 build 8149, which has delete button instead of edit (in the popup window when I click delete icon), but after click this delete button, nothing happen, the configuration key still there, so I cannot delete these two keys
Re: upload process won't finish
PostPosted:Thu Jul 31, 2014 5:10 am
by dummy
I try to delete these 2 properties directly in Database and it won't show in the Configuration anymore. However the upload window still cannot finish with the Notify users checked, otherwise it can upload normally without Notify users
Re: upload process won't finish
PostPosted:Thu Jul 31, 2014 6:35 am
by pavila
When you "delete" a configuration property, it's reset to the default value but not really deleted.
Sorry for the confusion.
Re: upload process won't finish
PostPosted:Thu Jul 31, 2014 6:46 am
by dummy
So what can I do to correct this Notification issue?
This is my SMTP config in server.xml, I used Microsoft Live mail with my domain and my catalina.log show the same errors with this thread's owner.
Code: Select all<Resource name="mail/OpenKM" auth="Container" type="javax.mail.Session"
mail.transport.protocol="smtp"
mail.smtp.auth="true"
mail.smtp.host="smtp-mail.outlook.com"
mail.smtp.port="25"
mail.smtp.user="xxx@xxxxxxx"
password="xxx"
mail.smtp.from="OpenKM"
mail.smtp.quitwait="false"
mail.smtp.starttls.enable="true"
mail.debug="true"/>
Re: upload process won't finish
PostPosted:Sun Aug 03, 2014 8:50 am
by jllort
after changing the values have you restarted openkm ( is mandatory in this case, because xml file is load by tomcat only at startup ). In Administration you got some utility to test sending mails. Can you test and put here the log if it's not going right ( tomcat/log/catalina.log -> only the error, no all the log please ).
Re: upload process won't finish
PostPosted:Mon Aug 04, 2014 3:32 am
by dummy
When I used function with notification (send link, send attachment...), I always have this error
With the upload function, the issue is exact the same as mentioned in the first post of this topic.
Re: upload process won't finish
PostPosted:Mon Aug 04, 2014 7:42 am
by developer0129
Dear Team,
I want to enable the version control feature into open km software as i think it is disable, because when i am uploading the same file next time then its saying or giving me error that this file already exist.it should take the new version of this file automatically.but i don`t know why its giving me error.
Then can you help me regarding to this ASAP
For More information Please find the attachment.
Re: upload process won't finish
PostPosted:Mon Aug 04, 2014 7:53 am
by dummy
You are doing the wrong procedure. Before updating the file already exist, you must use the function Edit and then Update which will generate the new version of this document. What you are doing is uploading the file already exist (same name) which will lead to that Error.
Re: upload process won't finish
PostPosted:Mon Aug 04, 2014 8:00 am
by developer0129
Thanks For your Rply,
Firstly i want know that if i will update my old file to new file then how i will access old file which was uploaded.
for example.
First file------- abc.xls ver=1.0
second file ----- abc.xls ver =2.0
in these file how i will know what was in 1.0 version file.
have any idea about this.
Re: upload process won't finish
PostPosted:Mon Aug 04, 2014 9:03 am
by dummy
When you do the right update procedure as I shown before, you only see the latest version, which will increase 0.1 unit by the previous version. All the version history will be shown in the tab history below the explorer tab, and you can restore any version you want (if you have permission)
You can see the detail in the image below

Re: upload process won't finish
PostPosted:Tue Aug 05, 2014 12:26 am
by dummy
Hi moderators,
How about my Notification error? Please help, because without Notification function, the Taxonomy is a mess
dummy wrote:When I used function with notification (send link, send attachment...), I always have this error

With the upload function, the issue is exact the same as mentioned in the first post of this topic.
Re: upload process won't finish
PostPosted:Wed Aug 06, 2014 5:51 pm
by jllort
try to delete the property notification.message.body the error could be there. If problem persists dummy add other post, do not merge here because your problems seems different.
Re: upload process won't finish
PostPosted:Tue Sep 15, 2015 1:56 pm
by karthik
Hi Moderate,
I still face this issue<Only on selecting notify user> with Version: 6.3.1-DEV (build: 8225) , Could you please let me know if this has been fixed.
Was not successful in deleting the key "notification.message.body" but was able to empty the value which again dint help.
It would be really helpful if i get an fix for this, If its fixed in your end please let me know the version and build .
Regards,
Karthik.k
Re: upload process won't finish
PostPosted:Thu Sep 17, 2015 11:26 am
by jllort
Hi karthik
Please add another post for it, because in this post we're totally loosing the point.