<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for mstor</title><link>https://sourceforge.net/p/mstor/activity/</link><description>Recent activity for mstor</description><language>en</language><lastBuildDate>Sun, 31 Mar 2019 11:38:48 -0000</lastBuildDate><item><title>mike modified a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</link><description>Thanks Ben. BTW, I noticed in the Tomcat log I'm getting many NonSerializableExceptions. I made the Service class implement Serializable, but that didn't help. Since the Exception stack below doesn't point to a particular cause, I was wondering if you had any suggestions how to fix this. (There is also a log message that there is no configuration for ehcache, but no Exceptions with that meesage.) I'm using the 1.0.0 mstor version you referred me to for maven. Thanks, ""2019-03-29 08:17:01 - Disk...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Sun, 31 Mar 2019 11:38:48 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</guid></item><item><title>mike modified a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</link><description>Thanks Ben. BTW, I noticed in the Tomcat log I'm getting many NonSerializableExceptions. I made the Service class implement Serializable, but that didn't help. Since the Exception stack below doesn't point to a particular cause, I was wondering if you had any suggestions how to fix this. (There is also a log message that there is no configuration for ehcache, but no Exceptions with that meesage.) Thanks, ""2019-03-29 08:17:01 - Disk Write of 80 failed: "java.io.NotSerializableException: net.fortuna.mstor.data.MessageInputStream...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Sun, 31 Mar 2019 11:32:46 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</guid></item><item><title>mike posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</link><description>Thanks Ben. BTW, I noticed in the Tomcat log I'm getting many NonSerializableExceptions. I made the Service class implement Serializable, but that didn't help. Since the Exception stack below doesn't point to a particular cause, I was wondering if you had any suggestions how to fix this. Thanks, ""2019-03-29 08:17:01 - Disk Write of 80 failed: "java.io.NotSerializableException: net.fortuna.mstor.data.MessageInputStream at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Sun, 31 Mar 2019 11:31:30 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#39f8</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#07f0</link><description>hi mike the maven coordinates changed a few years ago so you can find the latest here: https://search.maven.org/search?q=g:org.mnode.mstor%20AND%20a:mstor&amp;core=gav also the project now lives on github so feel free to raise issues there.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Sat, 30 Mar 2019 01:02:29 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#07f0</guid></item><item><title>mike modified a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#3705</link><description>Fixed the problem. Turned out to be that although "inbox.close()" threw an Exception, inbox.close (false) worked! All good now. Thanks. Just wondering if there is a reason why the maven version is only 0.9.9, but the JAR file is 0.9.13?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Fri, 29 Mar 2019 17:38:10 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#3705</guid></item><item><title>mike posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#3705</link><description>Fixed the problem. Turned out to be that although "inbox.close()" threw an Exception, inbox.close (false) worked! All good now. Thanks. Is there a reason why the maven version is only 0.9.9, but the JAR file is 0.9.13? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Fri, 29 Mar 2019 17:37:17 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#3705</guid></item><item><title>mike modified a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#632b</link><description>This is a cool library, but having an issue on Windows Server. Using the basic mstor processing code and version 0.9.9 (maven), mstor works great on the mac. It also works on Windows 2016 server except that the mbox file is not released when the mstor code ends. For example, I am unable to rename the mbox file afterwards and if I try, I get an error that Java is still using the file. Restarting Tomcat fixes that of course (same Tomcat version on Mac and Windows, and Java 8, 201) but that isn't a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Fri, 29 Mar 2019 16:56:33 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#632b</guid></item><item><title>mike posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#632b</link><description>This is a cool library! Using the basic mstor processing code and version 0.9.9, mstor works great on the mac. It also works on Windows 2016 server except that the mbox file is not released when the mstor code ends. For example, I am unable to rename the mbox file afterwards and if I try, I get an error that Java is still using the file. Restarting Tomcat fixes that of course (same Tomcat version on Mac and Windows, and Java 8, 201) but that isn't a solution for the client. Since this problem doesn't...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Thu, 28 Mar 2019 16:48:10 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/748566005c/?limit=25#632b</guid></item><item><title>Douglas Eric modified a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#a1f4</link><description>Hello, I'm doing some maintenance on a code that uses mstor to cleanup a unix mailbox from the server, as people tell me, it used to delete the e-mails, but it doesn't anymore. I've tracked the issue to this exception javax.mail.MessagingException: Error purging mbox file; nested exception is: java.io.IOException: Unable to rename existing file at net.fortuna.mstor.connector.mbox.MboxFolder.expunge(MboxFolder.java:373) at net.fortuna.mstor.MStorFolder.expunge(MStorFolder.java:465) at net.fortuna.mstor.MStorFolder.close(MStorFolder.java:320)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Douglas Eric</dc:creator><pubDate>Fri, 18 Aug 2017 00:09:44 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#a1f4</guid></item><item><title>Douglas Eric posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#6797</link><description>Thank you for the quick reply. I've created an issue as requested https://github.com/benfortuna/mstor/issues/10 Also, I will mention I managed to workaround the issue by creating my own build and commenting block of code above that throws the exception. Thanks again.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Douglas Eric</dc:creator><pubDate>Thu, 17 Aug 2017 23:57:33 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#6797</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#8bc9</link><description>It seems that your /tmp directory might be on a different mount point to /var/spool. A possible solution might be to override the temp location. I can possibly add support for this if you can raise an issue on the GitHub project</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Thu, 17 Aug 2017 23:18:15 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#8bc9</guid></item><item><title>Douglas Eric posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#a1f4</link><description>Hello, I'm doing some maintenance on a code that uses mstor to cleanup a unix mailbox from the server, as people tell me, it used to delete the e-mails, but it doesn't anymore. I've tracked the issue to this exception javax.mail.MessagingException: Error purging mbox file; nested exception is: java.io.IOException: Unable to rename existing file at net.fortuna.mstor.connector.mbox.MboxFolder.expunge(MboxFolder.java:373) at net.fortuna.mstor.MStorFolder.expunge(MStorFolder.java:465) at net.fortuna.mstor.MStorFolder.close(MStorFolder.java:320)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Douglas Eric</dc:creator><pubDate>Thu, 17 Aug 2017 21:29:37 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/662967b0/?limit=25#a1f4</guid></item><item><title>Laxmi Narasimha Murthy posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#5dc4</link><description>Hi Ben, It works :) Thank you very much for the help. Best regards, Laxmi.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laxmi Narasimha Murthy</dc:creator><pubDate>Thu, 25 May 2017 08:19:43 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#5dc4</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#dfb6</link><description>Hi Laxmi, I can see from your code that you are adding the 'mstor.cache.disabled' property to your javamail session properties. This will not work as you need to add it to your System properties. You can do this by adding an option at runtime (e.g. java -Dmstor.cache.disabled=true &lt;program&gt;), or programmatically: System.setProperty("mstor.cache.disabled", "true"); regards, ben</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Thu, 25 May 2017 04:16:26 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#dfb6</guid></item><item><title>Laxmi Narasimha Murthy posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#e48a</link><description>Hi Ben, Just an update on the problem. I went through the code and found that the property(mstor.cache.disabled) is retrieved from Configurator class which inturn loads the properties from mstor.properties. When i create a file mstor.properties in classpath, i am able to parse the mbox file without ehcache. However, can i acheive the samething without having mstor.properties file and set properties in my code(as shown above)?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laxmi Narasimha Murthy</dc:creator><pubDate>Thu, 25 May 2017 03:56:59 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#e48a</guid></item><item><title>Laxmi Narasimha Murthy posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#e6b9</link><description>Hi Ben, Thank you very much for the prompt response :) I am trying to parse mbox file. I exclued the ehcache from maven dependency and tried the above solution but ran into some problem. Please find below the piece of code Properties properties = new Properties(); properties.setProperty("mstor.mbox.metadataStrategy", "none"); properties.setProperty("mstor.cache.disabled", "true"); Session session = Session.getDefaultInstance(properties); File file = new File("mbox file path"); System.out.println(file.getParentFile().getAbsolutePath());...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laxmi Narasimha Murthy</dc:creator><pubDate>Thu, 25 May 2017 03:17:31 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#e6b9</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#c896</link><description>Yes, you can disable the cache using the system property: mstor.cache.disabled=true See the readme for details: https://github.com/benfortuna/mstor/blob/master/README.md</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Wed, 24 May 2017 11:47:10 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#c896</guid></item><item><title>Laxmi Narasimha Murthy posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#3043</link><description>Hi, Is it possible to completely remove the ehcache dependency from mstor 0.9.13? If yes, could you please let me know how to acheive it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laxmi Narasimha Murthy</dc:creator><pubDate>Wed, 24 May 2017 09:03:01 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/97997773/?limit=25#3043</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#e4e4</link><description>I've also tried to rebuild the wiki on github, but some of the pages are still missing:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Mon, 06 Mar 2017 03:07:28 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#e4e4</guid></item><item><title>Ben Fortuna posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#b42a</link><description>Hi Daniel, The available documentation is a bit limited, but the best place to look...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Fortuna</dc:creator><pubDate>Mon, 06 Mar 2017 00:06:39 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#b42a</guid></item><item><title>Daniel Johansson posted a comment on discussion Help</title><link>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#fa4b</link><description>Hi, I´m trying to find usage documentation for mstor but it seems that it has been...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Johansson</dc:creator><pubDate>Thu, 02 Mar 2017 11:41:10 -0000</pubDate><guid>https://sourceforge.net/p/mstor/discussion/390660/thread/3c29f03e/?limit=25#fa4b</guid></item><item><title>mstor released /OldFiles/mstor-0.9.6-bundle.jar</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/mstor/files/OldFiles/mstor-0.9.6-bundle.jar/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mstor</dc:creator><pubDate>Thu, 08 Jan 2015 18:03:10 -0000</pubDate><guid>http://sourceforge.net/projects/mstor/files/OldFiles/mstor-0.9.6-bundle.jar/download</guid></item></channel></rss>