Critical Error while creating Campaign statistics

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

racer2k
Posts: 10
Joined: Tue Nov 03, 2009 10:36 am
Location: Munich, Germany

Critical Error while creating Campaign statistics

Post by racer2k »

Hello everybody,

I have installed OpenEMM on a Windows 2003 Server with MySQL 5.1.

The mailings are running fine, as well as the campaign statistics, then I added another mailing and now it always prints critical system error. see log file when I try to access the campaign statistics.

I checked the c:\openemm/var/tmp directory and everyone has full rights.

in the core_stdout.log it says

Code: Select all

[10:41:29.640]resin-file: init
Hibernate: select campaign0_.campaign_id as campaign1_14_, campaign0_.shortname as shortname14_, campaign0_.description as descript3_14_, campaign0_.company_id as company4_14_ from campaign_tbl campaign0_ where campaign0_.campaign_id=? and campaign0_.company_id=?
Hibernate: select campaign0_.campaign_id as campaign1_14_, campaign0_.shortname as shortname14_, campaign0_.description as descript3_14_, campaign0_.company_id as company4_14_ from campaign_tbl campaign0_ where campaign0_.campaign_id=? and campaign0_.company_id=?
Hibernate: select company0_.company_id as company1_1_, company0_.creator_company_id as creator2_1_, company0_.shortname as shortname1_, company0_.description as descript4_1_, company0_.xor_key as xor5_1_, company0_.rdir_domain as rdir6_1_, company0_.mailloop_domain as mailloop7_1_, company0_.status as status1_, company0_.mailtracking as mailtrac9_1_ from company_tbl company0_ where company0_.company_id=?
Worker Thread called.
Hibernate: select campaign0_.campaign_id as campaign1_14_, campaign0_.shortname as shortname14_, campaign0_.description as descript3_14_, campaign0_.company_id as company4_14_ from campaign_tbl campaign0_ where campaign0_.campaign_id=? and campaign0_.company_id=?
Hibernate: select campaign0_.campaign_id as campaign1_14_, campaign0_.shortname as shortname14_, campaign0_.description as descript3_14_, campaign0_.company_id as company4_14_ from campaign_tbl campaign0_ where campaign0_.campaign_id=? and campaign0_.company_id=?
in the cor_stderr.log its just

Code: Select all

 log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
any ideas what could be wrong?

thanks for your help!!