Installation on Tomcat 6.0.18

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

martin.zeug
Posts: 3
Joined: Wed Aug 06, 2008 2:59 pm

Installation on Tomcat 6.0.18

Post by martin.zeug »

Hi,
I managed the installation on Tomcat 6.0.18. But on some menupoint I get an Java Error :

Code: Select all

jjava.lang.NumberFormatException: For input string: "${recipientForm.numberofRows}"
	java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
	java.lang.Integer.parseInt(Integer.java:447)
	java.lang.Integer.valueOf(Integer.java:553)
	org.apache.jasper.compiler.JspUtil.coerceToInt(JspUtil.java:761)
	org.apache.jasper.compiler.Generator$GenerateVisitor.convertString(Generator.java:3038)
	org.apache.jasper.compiler.Generator$GenerateVisitor.evaluateAttribute(Generator.java:2853)
	org.apache.jasper.compiler.Generator$GenerateVisitor.generateSetters(Generator.java:2958)
	org.apache.jasper.compiler.Generator$GenerateVisitor.generateCustomStart(Generator.java:2162)
	org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1692)
	org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512)
	org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343)
	org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393)
	org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1708)
	org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1512)
	org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343)
	org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2393)
	org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2399)
	org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
	org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2343)
	org.apache.jasper.compiler.Generator.generate(Generator.java:3365)
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:199)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:315)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.apache.struts.chain.commands.servlet.PerformForward.handleAsForward(PerformForward.java:113)
	org.apache.struts.chain.commands.servlet.PerformForward.perform(PerformForward.java:96)
	org.apache.struts.chain.commands.AbstractPerformForward.execute(AbstractPerformForward.java:54)
	org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
	org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
	org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:304)
	org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
	org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
	org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:174)
	org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
	org.agnitas.dao.impl.SerializeRequestFilter.doFilter(SerializeRequestFilter.java:27)
	org.agnitas.web.filter.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:51)

Has anybody an idea how to fix this?
I would like to run it on tomcat because we only use tomcat here.

Greetings,

Martin
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Tomcat Support?

Post by lord_alan »

Did anyone get anywhere with a running Tomcat install?

We have several apps that run in Tomcat and I'd really like to avoid having Resin as well.

TIA

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

OpenEMM with Tomcat

Post by maschoff »

It is possible to run OpenEMM with Tomcat but you have to make various adjustments to web.xml (depending on the version of Tomcat you plan to use), to applicationContext.xml and you have to add and remove some libs to and from the classpath.
OpenEMM Maintainer
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Post by lord_alan »

Thanks for the quick reply.

Could you offer any more details?

Is the information in this thread: http://www.openemm.org/forums/ftopic58.html that has a suggestion for the web.xml still accurate?

It is quite old now and I wonder if it is still relevant or not?

Many thanks.

Alan.

PS - I made a suggestion for a small addition here: http://www.openemm.org/forums/ftopic896.html. Is that the right place or do you want a patch for openemm.sql?
maschoff
Site Admin
Posts: 2602
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Re Tomcat: I don't know and don't have the time to check right now. Just give it a try!

Re suggestion: Sorry, I have overlooked your posting and answered it now.
OpenEMM Maintainer
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Stupid question on paths...

Post by lord_alan »

OK, I've started doing some testing using a Virtual Machine running Ubuntu Hardy Server to run OpenEMMin tomcat5.5.

I've installed Tomcat and can talk to it at port 8080 and get to the admin applications.

I have started to move OpenEMM into this tomcat instance but I am a bit confused about the code that resides *outside* of the /webapps/core directory?

There is quite a bit of stuff in a "normal" installation that resides in /home/openemm/{bin,conf,lib,libexec} etc. How do I get the code that should be in $CATALINA_HOME/webapps/openemm/ to find it? Or where should I put it?

Grepping the tree I only find any links pointing to /home/openemm in WEB_INF/classes/emm.properties and none of those appear to help with finding the stuff above...

TIA

Alan
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Some errors from Tomcat

Post by lord_alan »

Hi,

Some aspects of OpenEMM are starting correctly when I boot tomcat. According to the messages I am seeing in syslog it looks as though it is happily talking to the database but there are a couple of warnings/errors I wonder if someone can help me to identify and fix.

The first is to do with log4j. I get this message:

Code: Select all

Oct 20 11:26:55 hardy-server jsvc.exec[4874]: log4j:WARN No appenders could be found for logger (org.agnitas). 
Oct 20 11:26:55 hardy-server jsvc.exec[4874]: log4j:WARN Please initialize the log4j system properly. 
Google shows many thousands of links about this, but I can't for the life of me work out what the problem is. Do I need a log4j.properties file somewhere? I'd like to get this sorted so I can actually get some decent logging which might help to diagnose the rest.

The second warning is:

Code: Select all

Oct 20 11:27:01 hardy-server jsvc.exec[4874]: 20-Oct-08 11:27:01  net.sf.ehcache.config.Configurator configure WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/tomcat5.5/weba
Oct 20 11:27:01 hardy-server jsvc.exec[4874]: pps/openemm/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml 
I don't have a clue about this one.

And then, what seems to be the main problem:

Code: Select all

Oct 20 11:27:01 hardy-server jsvc.exec[4874]: 20-Oct-08 11:27:01  org.hibernate.proxy.CGLIBLazyInitializer getProxyFactory SEVERE: CGLIB Enhancement failed: org.agnitas.beans.impl.CampaignImpl java.lang.NoClassDefFoundError: net.sf.cglib.core.Deb
This starts off many lines of subsequent errors but it looks like I am missing a class somewhere...

Anyone care to help?

TIA

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

Post by maschoff »

You can ignore the first warning, you probably can ignore the second warning, but the third is critical and I have no idea why the class is missing. Maybe you need another lib in your classpath?
OpenEMM Maintainer
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Getting Closer

Post by lord_alan »

Hi, it is looking better but not quite there.

There is something going on with log4j. If I leave the log4j jar file in webapps/openemm/WEB-INF/lib/ I get the following error:

Code: Select all

Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:  
Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 
Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 358 ms 
Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 
Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5 
Oct 20 21:43:35 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:35 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 
Oct 20 21:43:36 hardy-server jsvc.exec[6931]: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
Oct 20 21:43:36 hardy-server jsvc.exec[6931]: log4j:WARN Please initialize the log4j system properly.
Oct 20 21:43:38 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:38 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart 
Oct 20 21:43:38 hardy-server jsvc.exec[6931]: 20-Oct-2008 21:43:38 org.apache.catalina.core.StandardContext start SEVERE: Context [/openemm] startup failed due to previous errors 
Oct 20 21:43:38 hardy-server jsvc.exec[6931]: log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
If I remove the log4j jar from openemm's lib and so have just one left (in the /usr/share/java I get the following error log instead:

Code: Select all

Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5 
Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 
Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization started 
Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.springframework.core.CollectionFactory <clinit> INFO: JDK 1.4+ collections available 
Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.springframework.core.CollectionFactory <clinit> INFO: Commons Collections 3.x available 
Oct 20 21:47:40 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:40 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml] 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.hibernate.dialect.Dialect <init> INFO: Using dialect: org.hibernate.dialect.MySQLDialect 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.springframework.web.context.ContextLoader initWebApplicationContext SEVERE: Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'GetArchiveMailing' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Class that bean class [org.agnitas.actions.ops.GetArchiveMailing] depends on not found; nested exception is java.lang.NoClassDefFoundError: org/apache/log4j/Logger java.lang.NoClassDefFoundError: org/apache/log4j/Logger ^Iat org.agnitas.util.AgnUtils.logger(AgnUtils.java:106) ^Iat org.agnitas.util.AgnUtils.getDefaultValue(AgnUtils.java:441) ^Iat org.agnitas.util.AgnUtils.getDefaultIntValue(AgnUtils.java:410) ^Iat org.agnitas.actions.ops.GetArchiveMailing.<clinit>(GetArchiveMailing.java:47) ^Iat java.lang.Class.forName0(Native Method) ^Iat java.lang.Class.forName(Class.java:242) ^Iat org.springframework.util.ClassUtils.forName(ClassUtils.java:109) ^Iat org.spring
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: ionReaderUtils.createBeanDefinition(BeanDefinitionReaderUtils.java:65) ^Iat org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:466) ^Iat org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:432) ^Iat org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitions(DefaultXmlBeanDefinitionParser.java:347) ^Iat org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.registerBeanDefinitions(DefaultXmlBeanDefinitionParser.java:197) ^Iat org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:295) ^Iat org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:223) ^Iat org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: actory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:148) ^Iat org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:128) ^Iat org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:144) ^Iat org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:126) ^Iat org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94) ^Iat org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89) ^Iat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:262) ^Iat org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplic
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: work.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246) ^Iat org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184) ^Iat org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49) ^Iat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764) ^Iat org.apache.catalina.core.StandardContext.start(StandardContext.java:4216) ^Iat org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760) ^Iat org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740) ^Iat org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544) ^Iat org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920) ^Iat org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883) ^Iat org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492) ^Iat org.apache.catalina.startup.HostConfig.start(Ho
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: artup.HostConfig.lifecycleEvent(HostConfig.java:311) ^Iat org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) ^Iat org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022) ^Iat org.apache.catalina.core.StandardHost.start(StandardHost.java:736) ^Iat org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) ^Iat org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) ^Iat org.apache.catalina.core.StandardService.start(StandardService.java:448) ^Iat org.apache.catalina.core.StandardServer.start(StandardServer.java:700) ^Iat org.apache.catalina.startup.Catalina.start(Catalina.java:552) ^Iat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ^Iat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ^Iat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ^Iat java.lang.reflect.Method.invoke(Method.java:585) ^Iat org.apache.catalina.start
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: eflect.NativeMethodAccessorImpl.invoke0(Native Method) ^Iat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ^Iat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ^Iat java.lang.reflect.Method.invoke(Method.java:585) ^Iat org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.catalina.core.StandardContext start SEVERE: Context [/openemm] startup failed due to previous errors 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/28  config=null 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 
Oct 20 21:47:41 hardy-server jsvc.exec[7072]: 20-Oct-2008 21:47:41 org.apache.catalina.startup.Catalina start INFO: Server startup in 1552 ms
Which indicates something about the bean "GetArchiveMailing".

So I commented that bean out from applicationContext.xml.

The startup process gets *much* further but still fails. It's a long log so I'll post it in a new comment.
lord_alan
Posts: 80
Joined: Wed Oct 01, 2008 1:15 pm
Location: Farnham, Surrey. UK
Contact:

Post by lord_alan »

with the GetArchiveMailing bean commented out of applicationContext.xml the startup log failed because it couldn't find the mysql jdbc. It was in the WEB-INF/lib directory, but I read somewhere it should be in common/lib. When I move it there, OpenEMM ALMOST starts. It is is so close...

Code: Select all

Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:  
Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 
Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 368 ms 
Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 
Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5 
Oct 20 22:12:39 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:39 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization started 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.core.CollectionFactory <clinit> INFO: JDK 1.4+ collections available 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.core.CollectionFactory <clinit> INFO: Commons Collections 3.x available 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.hibernate.dialect.Dialect <init> INFO: Using dialect: org.hibernate.dialect.MySQLDialect 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/dataAccessContext.xml] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/cronContext.xml] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition INFO: Overriding bean definition for bean 'propertyConfigurer': replacing [Root bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; abstract=false; singleton=true; lazyInit=false; autowire=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/applicationContext.xml]] with [Root bean: class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]; abstract=false; singleton=true; lazyInit=false; autowire=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/cronContext.xml]] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition INFO: Overriding bean definition for bean 'messageSource': replacing [Root bean: class [org.springframework.context.support.ResourceBundleMessageSource]; abstract=false; singleton=true; lazyInit=false; autowire=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/applicationContext.xml]] with [Root bean: class [org.springframework.context.support.ResourceBundleMessageSource]; abstract=false; singleton=true; lazyInit=false; autowire=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in ServletContext resource [/WEB-INF/cronContext.xml]] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.context.support.AbstractRefreshableApplicationContext refreshBeanFactory INFO: Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [propertyConfigurer,messageSource,TargetRepresentation,TargetNodeString,TargetNodeNumeric,TargetNodeDate,UserForm,EmmAction,Mailinglist,TrackableLink,Mailing,MaildropEntry,MediatypeEmail,Mediatype,MailingComponent,DeliveryStat,CampaignStatEntry,DomainStat,IPStat,MailingStat,MailingStatEntry,URLStatEntry,Mailgun,DynamicTag,DynamicTagContent,TagDetails,Recipient,Campaign,BindingEntry,Target,DatasourceDescription,Title,ProfileField,Company,Mailloop,Admin,AdminGroup,UID,ExportPredef,CustomerImportStatus,EmmLayout,mailgunCache,imageCache,companyCache,versionControlService,AdminDao,AdminGroupDao,BindingEntryDao,BlacklistDao,CampaignDao,CompanyDao,DynamicTagDao,EmmActionDao,ExportPredefDao,MaildropStatusDao,Mail
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: Dao,MailloopDao,OnepixelDao,ProfileFieldDao,RecipientDao,TargetDao,TitleDao,TrackableLinkDao,UserFormDao,versionControlDao,GetArchiveList,ActivateDoubleOptIn,SubscribeCustomer,UnsubscribeCustomer,UpdateCustomer,GetCustomer,ExecuteScript,SendMailing,workerExecutorService,dataSource,sessionFactory,transactionManager,Ruler,dateBasedMailingsJob,delayedMailingsJob,Bounce,deleteBounceJob,dateBasedMailingsCronTrigger,delayedMailingsCronTrigger,deleteBounceCronTrigger,org.springframework.scheduling.quartz.SchedulerFactoryBean]; root of BeanFactory hierarchy 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.context.support.AbstractApplicationContext refresh INFO: 88 beans defined in application context [Root WebApplicationContext] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties INFO: Loading properties file from class path resource [emm.properties] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.context.support.AbstractApplicationContext initMessageSource INFO: Using MessageSource [org.springframework.context.support.ResourceBundleMessageSource: basenames=[messages]] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster INFO: Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a83a13] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.ui.context.support.UiApplicationContextUtils initThemeSource INFO: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@2b7db1] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [propertyConfigurer,messageSource,TargetRepresentation,TargetNodeString,TargetNodeNumeric,TargetNodeDate,UserForm,EmmAction,Mailinglist,TrackableLink,Mailing,MaildropEntry,MediatypeEmail,Mediatype,MailingComponent,DeliveryStat,CampaignStatEntry,DomainStat,IPStat,MailingStat,MailingStatEntry,URLStatEntry,Mailgun,DynamicTag,DynamicTagContent,TagDetails,Recipient,Campaign,BindingEntry,Target,DatasourceDescription,Title,ProfileField,Company,Mailloop,Admin,AdminGroup,UID,ExportPredef,CustomerImportStatus,EmmLayout,mailgunCache,imageCache,companyCache,versionControlService,AdminDao,AdminGroupDao,BindingEntryDao,BlacklistDao,CampaignDao,CompanyDao,DynamicTagDao,EmmActionDao,ExportPredefDao,MaildropStatusDao,MailingComponentDao,MailingDa
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: ao,ProfileFieldDao,RecipientDao,TargetDao,TitleDao,TrackableLinkDao,UserFormDao,versionControlDao,GetArchiveList,ActivateDoubleOptIn,SubscribeCustomer,UnsubscribeCustomer,UpdateCustomer,GetCustomer,ExecuteScript,SendMailing,workerExecutorService,dataSource,sessionFactory,transactionManager,Ruler,dateBasedMailingsJob,delayedMailingsJob,Bounce,deleteBounceJob,dateBasedMailingsCronTrigger,delayedMailingsCronTrigger,deleteBounceCronTrigger,org.springframework.scheduling.quartz.SchedulerFactoryBean]; root of BeanFactory hierarchy] 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.hibernate.cfg.Environment <clinit> INFO: Hibernate 3.1.3 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.hibernate.cfg.Environment <clinit> INFO: hibernate.properties not found 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.hibernate.cfg.Environment <clinit> INFO: using CGLIB reflection optimizer 
Oct 20 22:12:40 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:40 org.hibernate.cfg.Environment <clinit> INFO: using JDK 1.4 java.sql.Timestamp handling 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Target -> dyn_target_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Company -> company_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Admin -> admin_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollection INFO: Mapping collection: Admin.adminPermissions -> admin_permission_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: AdminGroup -> admin_group_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollection INFO: Mapping collection: AdminGroup.groupPermissions -> admin_group_permission_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: EmmLayout -> emm_layout_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: DynamicTag -> dyn_name_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: DynamicTagContent -> dyn_content_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Mailing -> mailing_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollection INFO: Mapping collection: Mailing.mediatypes -> mailing_mt_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: MailingComponentEmbedded -> component_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: DynamicTagEmbedded -> dyn_name_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: TrackableLinkEmbedded -> rdir_url_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: DynamicTagContentEmbedded -> dyn_content_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: MaildropEntryEmbedded -> maildrop_status_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: MailingComponent -> component_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Campaign -> campaign_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Title -> title_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollection INFO: Mapping collection: Title.titleGender -> title_gender_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: DatasourceDescription -> datasource_description_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: CustomerImportStatus -> customer_import_status_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollection INFO: Mapping collection: CustomerImportStatus.errors -> customer_import_errors_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: UserForm -> userform_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: EmmAction -> rdir_action_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Mailinglist -> mailinglist_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: TrackableLink -> rdir_url_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: ExportPredef -> export_predef_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: Mailloop -> mailloop_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues INFO: Mapping class: ProfileField -> customer_field_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.springframework.orm.hibernate3.LocalSessionFactoryBean afterPropertiesSet INFO: Building new Hibernate SessionFactory 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: DynamicTag.dynContent -> dyn_content_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: Mailing.dynTags -> dyn_name_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: Mailing.components -> component_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: Mailing.trackableLinks -> rdir_url_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: Mailing.maildropStatus -> maildrop_status_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.HbmBinder bindCollectionSecondPass INFO: Mapping collection: DynamicTagEmbedded.dynContent -> dyn_content_tbl 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: RDBMS: MySQL, version: 5.0.51a-3ubuntu5 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ ) 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.dialect.Dialect <init> INFO: Using dialect: org.hibernate.dialect.MySQLDialect 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory INFO: Using default transaction strategy (direct JDBC transactions) 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Automatic flush during beforeCompletion(): disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Automatic session close at end of transaction: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: JDBC batch size: 15 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: JDBC batch updates for versioned data: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Scrollable result sets: enabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: JDBC3 getGeneratedKeys(): enabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Connection release mode: on_close 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Maximum outer join fetch depth: 2 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Default batch fetch size: 1 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Generate SQL with comments: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Order SQL updates by primary key: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> INFO: Using ASTQueryTranslatorFactory 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Query language substitutions: {} 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Second-level cache: enabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Query cache: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory createCacheProvider INFO: Cache provider: org.hibernate.cache.EhCacheProvider 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Optimize cache for minimal puts: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Structured second-level cache entries: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Echoing all SQL to stdout 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Statistics: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Deleted entity synthetic identifier rollback: disabled 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.cfg.SettingsFactory buildSettings INFO: Default entity-mode: pojo 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 org.hibernate.impl.SessionFactoryImpl <init> INFO: building session factory 
Oct 20 22:12:41 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:41 net.sf.ehcache.config.Configurator configure WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/tomcat5.5/webapps/openemm/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.hibernate.impl.SessionFactoryObjectFactory addInstance INFO: Not binding factory to JNDI, no JNDI name configured 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.orm.hibernate3.HibernateTransactionManager afterPropertiesSet INFO: Using DataSource [org.agnitas.dao.EnhBasicDataSource@cd83d8] of Hibernate SessionFactory for HibernateTransactionManager 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.simpl.SimpleThreadPool initialize INFO: Job execution threads will use class loader of thread: main 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.core.QuartzScheduler <init> INFO: Quartz Scheduler v.1.5.1 created. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.simpl.RAMJobStore initialize INFO: RAMJobStore initialized. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.impl.StdSchedulerFactory instantiate INFO: Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.impl.StdSchedulerFactory instantiate INFO: Quartz scheduler version: 1.5.1 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.scheduling.quartz.SchedulerFactoryBean startScheduler INFO: Starting Quartz scheduler now 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.core.QuartzScheduler start INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Using context class [org.springframework.web.context.support.XmlWebApplicationContext] for root WebApplicationContext 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization completed in 2107 ms 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.catalina.core.StandardContext start SEVERE: Context [/openemm] startup failed due to previous errors 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.context.support.AbstractApplicationContext close INFO: Closing application context [Root WebApplicationContext] 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.beans.factory.support.AbstractBeanFactory destroySingletons INFO: Destroying singletons in factory {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [propertyConfigurer,messageSource,TargetRepresentation,TargetNodeString,TargetNodeNumeric,TargetNodeDate,UserForm,EmmAction,Mailinglist,TrackableLink,Mailing,MaildropEntry,MediatypeEmail,Mediatype,MailingComponent,DeliveryStat,CampaignStatEntry,DomainStat,IPStat,MailingStat,MailingStatEntry,URLStatEntry,Mailgun,DynamicTag,DynamicTagContent,TagDetails,Recipient,Campaign,BindingEntry,Target,DatasourceDescription,Title,ProfileField,Company,Mailloop,Admin,AdminGroup,UID,ExportPredef,CustomerImportStatus,EmmLayout,mailgunCache,imageCache,companyCache,versionControlService,AdminDao,AdminGroupDao,BindingEntryDao,BlacklistDao,CampaignDao,CompanyDao,DynamicTagDao,EmmActionDao,ExportPredefDao,MaildropStatusDao,MailingComponentDao,MailingDao,MailinglistDao,Mail
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: cipientDao,TargetDao,TitleDao,TrackableLinkDao,UserFormDao,versionControlDao,GetArchiveList,ActivateDoubleOptIn,SubscribeCustomer,UnsubscribeCustomer,UpdateCustomer,GetCustomer,ExecuteScript,SendMailing,workerExecutorService,dataSource,sessionFactory,transactionManager,Ruler,dateBasedMailingsJob,delayedMailingsJob,Bounce,deleteBounceJob,dateBasedMailingsCronTrigger,delayedMailingsCronTrigger,deleteBounceCronTrigger,org.springframework.scheduling.quartz.SchedulerFactoryBean]; root of BeanFactory hierarchy} 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.orm.hibernate3.LocalSessionFactoryBean destroy INFO: Closing Hibernate SessionFactory 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.hibernate.impl.SessionFactoryImpl close INFO: closing 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.springframework.scheduling.quartz.SchedulerFactoryBean destroy INFO: Shutting down Quartz scheduler 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.core.QuartzScheduler shutdown INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.core.QuartzScheduler standby INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.quartz.core.QuartzScheduler shutdown INFO: Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/34  config=null 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 
Oct 20 22:12:42 hardy-server jsvc.exec[7360]: 20-Oct-2008 22:12:42 org.apache.catalina.startup.Catalina start INFO: Server startup in 3379 ms
As you can probably tell, I'm struggling here.

Anyone got any bright ideas?
Post Reply