Search found 2607 matches

by maschoff
Tue Jul 01, 2008 9:41 am
Forum: Installation & Upgrades
Topic: Webservice wsdl 404
Replies: 8
Views: 10153

Thnaks, I got it! We will have a look into this issue and if we can reproduce the 404 problem we will fix it.
by maschoff
Tue Jul 01, 2008 8:45 am
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53339

missing package?

The Python interface to MySQL seems to be missing. Are you sure that you installed the python-mysql package (SuSe name: python-mysql, Red Hat name: MySQL-python)?
by maschoff
Mon Jun 30, 2008 1:30 pm
Forum: Installation & Upgrades
Topic: Webservice wsdl 404
Replies: 8
Views: 10153

We do not understand your exact problem. Did you generate a WSDL file successfully? If so, how did you integrate it into your C# client? (We have zero expreience with C#).
by maschoff
Mon Jun 30, 2008 10:51 am
Forum: Using OpenEMM
Topic: OutOfMemoryError when view the Customers
Replies: 7
Views: 7813

Ok, after experimenting we found out that the <jvm-arg>-example provided above for core.conf does not work in our case (although we used it exactly like noted in the Resin documentation ...). If it does not work with you either, please try this instead (it works for us): Open file httpd.sh in /home/...
by maschoff
Sat Jun 28, 2008 7:10 pm
Forum: Using OpenEMM
Topic: OutOfMemoryError when view the Customers
Replies: 7
Views: 7813

list management

With OpenEMM 5.5 you can define special target groups and delete all recipients which belong to this target group with one click from the database (new feature). For more complex list management you should export the recipients first by mailing list, manipulate them locally (like deleting fields or ...
by maschoff
Sat Jun 28, 2008 5:08 pm
Forum: Installation & Upgrades
Topic: javax.servlet.ServletException after install openEMM
Replies: 9
Views: 21062

OpenEMM can not connect to the database. Is MySQL up and running? Did you create the database "openemm" and load it via "openemm.sql"? (Check with phpMyAdmin if the database looks okay.) Did you install the mysql-python module?
by maschoff
Fri Jun 27, 2008 3:26 pm
Forum: Installation & Upgrades
Topic: Configuration Error? Could not get email to go out!
Replies: 1
Views: 3366

Which Linux distribution and version do you use?
by maschoff
Fri Jun 27, 2008 3:24 pm
Forum: Using OpenEMM
Topic: OutOfMemoryError when view the Customers
Replies: 7
Views: 7813

allocate more memory

Beginning with release 5.5.0 OpenEMM loads the whole list into memory (it has to, otherwise the AJAX list sorting would not be possible). In your case this means 350,000 customer records - but your memory ("heap space") seems to be to small. Therefore, you should allocate more heap space t...
by maschoff
Thu Jun 26, 2008 10:21 am
Forum: Using OpenEMM
Topic: submit mailing by email
Replies: 3
Views: 4145

No. We will continue to enhance the set of webservice methods, but this is not on our roadmap yet.
by maschoff
Thu Jun 26, 2008 7:24 am
Forum: Using OpenEMM
Topic: submit mailing by email
Replies: 3
Views: 4145

Yes, please see user manual of OpenEMM 5.5.0, page 207.
by maschoff
Wed Jun 25, 2008 2:04 pm
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53339

Is MySQL up and running and did you dump openemm.sql into database "openemm"?
by maschoff
Wed Jun 25, 2008 10:37 am
Forum: Installation & Upgrades
Topic: Disable Sendmail doesn't work
Replies: 30
Views: 53339

python-mysql module missing?

It seems that the python-mysql bridge is missing. please check with #python -c 'import MySQLdb' If no output is returned the module is present, but if you get something like Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named MySQLdb you did not in...
by maschoff
Fri Jun 20, 2008 11:14 am
Forum: Bugs, bug fixes & releases
Topic: OpenEMM 5.5.0 500 Servlet Exception
Replies: 4
Views: 11561

Yes, because 5.3 included an old library with a different file name and, therefore was not overwritten by the new version of commons-lang.jar.
by maschoff
Thu Jun 19, 2008 3:42 pm
Forum: Bugs, bug fixes & releases
Topic: OpenEMM 5.5.0 500 Servlet Exception
Replies: 4
Views: 11561

Please make sure that only commons-lang-2.4.jar is in /home/openemm/webapps/core/WEB-INF/lib and not commons-lang.jar.
by maschoff
Thu Jun 19, 2008 2:29 pm
Forum: Bugs, bug fixes & releases
Topic: OpenEMM 5.5.0 500 Servlet Exception
Replies: 4
Views: 11561

Looks like a wrong or missing jar file.

Did you use the online update feature to upgrade to 5.5.0? If not, what did you do to upgrate? What version did you use before?