Release candidate of OpenEMM 2013 available now

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Release candidate of OpenEMM 2013 available now

Post by maschoff »

We just published the 2nd release candidate (RC2) of the all new OpenEMM 2013 at SourceForge:
http://sf.net/projects/openemm/files/Op ... EMM%202013

OpenEMM 2013 is our biggest release ever! It offers a ton of new features like a new extension architecture for plugins, default actions for mail openings and link clicks, a context-sensitive online help, user defined columns for the recipient list, a new webservice API with 42 method calls, a multi-mailqueue backend to boost mail output and much more enhancements and improvements.

For the full list of features and bug fixes please have a look at the changelog file:
http://www.openemm.org/fileadmin/docs/CHANGELOG.txt

Since the web container used by OpenEMM 2013 and its predecessor 2011 was changed from Resin to Tomcat, it is NOT possible to use the online update feature of OpenEMM to update from version 6.2 (or an older version) to 2013. However, after you have installed 2013 RC2, the online update will work again and you will be able to update to the final release of 2013 and later versions. (You will also be able to update directly from OpenEMM 2011 to the final version of OpenEMM 2013 as soon as it is available, of course.)

If you update an existing OpenEMM installation please read file UPDATE.txt in directory /home/openemm after the update to finish the update process successfully - even if no warning and no error messages have been reported.

The "OpenEMM Installation and Administration Guide" has been completely revised and contains all information on how to manually upgrade from 6.2 (or an older version) to 2013. You will find the latest OpenEMM guide here:
http://sf.net/projects/openemm/files/Op ... rsions%29/

OpenEMM 2013 RC2 is ready for thorough testing and we await your feedback. Please use this entry in the forum for your feedback. We will work hard to fix any bug you report for the final version of OpenEMM 2013. Thank you for taking the time and helping to improve OpenEMM!

If you want to get notified when new patches or releases of OpenEMM are available, visit our Twitter log at http://twitter.com/openemm or read our Facebook page at http://www.facebook.com/openemm - and if you like, please "like" us.

If you use OpenEMM, please give us a "thumbs up" rating at http://sf.net/projects/openemm. Both, endorsements at Facebook and SourceForge, will help us to increase the visibility of OpenEMM and to grow the user community and the size of this project - thank you!
OpenEMM Maintainer
nterry
Posts: 24
Joined: Thu Nov 01, 2012 5:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by nterry »

I'm running Beta3 right now. Will automatic update work to RC1, or do I need to do a manual update.

Keep up the great work. This product rocks! :D
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

You will be ablte to use the online update to update from RC1 to the final version of OpenEMM 2012, but you will not be able to update from beta3 to RC1 this way. However, if you use symlinks you simply stop OpenEMM, change the symlink "openemm" from beta3 to RC1, copy files emm.properties and cms.properties from beta3 to RC1, execute the six lines to update click_stat_colors_tbl from file update_openemm-2011-2013-sql (the other changes were included in beta3) and start OpenEMM again. See file README.txt for details.
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Image Not upload properly

Post by senthilcse »

Hi

We have been installed Release candidate of OpenEMM 2013 successfully except image upload.while uploading image openemm2013 didn't upload properly.
the following error was shown by openemm:

"An error occurred
Cause: org.hibernate.TransientObjectException: MailingComponentEmbedded"


How to retrieve this problem? Help to us to proceed openemm 2013..

Thanks
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

Can not reproduce. How big is the image you want to upload and of which file format?
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by senthilcse »

Hi
Thanks for the Quick reply, We uploaded 455 kb size image and tried both .jpg, .png and .gif formats. Nothing seemed to work.
Please help us sort this out asap. Many Thanks
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

For some reasons OpenEMM thinks your 455 KByte image is much bigger. Solution:

Set the parameter max_allowed_packet in section [mysqld] of MySQL's configuration file (usually my.cnf in directory /etc) to

max_allowed_packet=2M

and restart MySQL afterwards, with

/etc/init.d/mysqld restart
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by senthilcse »

Hi

Thanks for your reply. it has worked fine now, images are upload perfectly.

Thanks
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

Thank you for making us aware of the problem! We will provide a better error message for the final release.
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by senthilcse »

Hi

thanks for help to sort out our problem. i want to know how to increase bounce list download records into 1000 in openemm 2013 ? now it is 500 hundred only..

Thanks
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

The list of bounced recipients is read in method getBouncedMailingRecipient of class RecipientDaoImpl and stored as list "recipientList" by method loadBounceMailingFormData of class MailingStatAction. JSP stats-mailing-bounce.jsp simply loops over the recipientList and displays every line of it. As you can see there is nowhere a limit.

Therefore, please provide more information:
- how do you navigate to the bounce list?
- what do you see in the GUI?
- are you sure that your mailing has > 500 bounces?
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by senthilcse »

Hi

thanks for your reply
1) how do you navigate to the bounce list?
we just click the statistics link of each mailing list. it shows the information about the open emails,click emails and also bounce mailing count.

2)what do you see in the GUI?
when we click the Bounce count it shows the list of emails those are in bounce list,and there is a icon to save bounce list as a csv file

3)are you sure that your mailing has > 500 bounces?
yes we are sure about our mailing list which has more than 500 bounced email ids

we have changed maxrows value in JSP stats-mailing-bounce.jsp file 500 into 50,000 ,will it work?

thanks
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

I am confused: Mailing lists do not have any statistics at all (please provide click path you used) and my advice regarding the "500" was directed at OpenEMM version 6.2 because the author mentioned that he uses this version. Which version of OpenEMM do you use?
OpenEMM Maintainer
senthilcse
Posts: 28
Joined: Tue Sep 04, 2012 2:18 pm

Re: Release candidate of OpenEMM 2013 available now

Post by senthilcse »

Hi

I am sorry,that was not mailing list .it is mailing.the version is 6.2

Thank you
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Release candidate of OpenEMM 2013 available now

Post by maschoff »

This is a thread for version 2013 only (see subject line).
OpenEMM Maintainer
Post Reply