Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

this is the log from catalina.out

Wiki MarkupFeb 11, 2011 1:10:52 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.core.StandardContextValve/1.0
Feb 11, 2011 1:10:52 PM org.apache.catalina.startup.ContextConfig start
FINE: ====================== INFO  11 Feb 2011
INFO  11 Feb 2011 13:10:57 org.joget.commons.util.SetupManager  SetupManager  - Using base directory: /root/wflow/ *INFO  11 Feb 2011
INFO  11 Feb 2011 13:10:57 org.joget.commons.util.DynamicDataSource  DynamicDataSource  - datasourceName=workflow, url=jdbc:mysql://localhost:3306/wflowdb?characterEncoding=UTF-8, user=root* *
ERROR 11 Feb 2011 13:10:57 org.hibernate.util.JDBCExceptionReporter  JDBCExceptionReporter  - Cannot create PoolableConnectionFactory (Access denied for user 'root'@'localhost' (using password: NO))* *
ERROR 11 Feb 2011 13:10:57 org.springframework.web.context.ContextLoader  ContextLoader  - Context initialization failed* *
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'setupSessionFactory' defined in class path resource \ [commonsApplicationContext.xml\]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Hibernate Dialect must be explicitly set*     at set
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1336)     at
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471)     at
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)     at
    at java.security.AccessController.doPrivileged(Native Method)     at
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)     at
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)     at
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)     at org
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)     at
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)     at
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)     at
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)     at org.springframework
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)     at
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)     at
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)     at
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)     at org.
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)     at
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)     at
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)     at
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)     at org.apache
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)     at
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)     at
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:627)     at
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)     at org.
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)     at
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)     at
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)     at
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)     at org.apache
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)     at
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)     at
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)     at
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)     at org.
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)     at
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)     at
    at org.apache.catalina.startup.Catalina.start(Catalina.java:578)     at
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at
    at java.lang.reflect.Method.invoke(Method.java:597)     at
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)     at
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set     at set
    at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57)     at
    at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:39)     at
    at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:426)     at :426)
    at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:128)     at
    at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2073)     at
    at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1298)     at
    at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:814)     at :814)
    at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:732)     at
    at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211)     at
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1367)     at
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1333)     :1333)
    ... 39 more
Feb 11, 2011 1:10:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Feb 11, 2011 1:10:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Context \ [/wflow-wfweb\] startup failed due to previous errors
Feb 11, 2011 1:10:57 PM org.apache.catalina.startup.ContextConfig stop
FINE: ContextConfig: Processing STOP
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig init
FINE: ContextConfig: Initializing
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/wflow-designerweb\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/wflow-designerweb\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/wflow-designerweb\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf Catalina/localhost/context.xml.default
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/wflow-designerweb\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/Catalina/localhost/wflow-designerweb.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/wflow-designerweb\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/Catalina/localhost/wflow-designerweb.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ContextConfig: Processing START
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processDefaultWebConfig
FINE: Processing context \ [/wflow-designerweb\] web configuration resource file:///data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
FINE: Parsing application web.xml file at jndi:/localhost/wflow-designerweb/WEB-INF/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: Pipeline Configuration:
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.core.StandardContextValve/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ======================
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig init
FINE: ContextConfig: Initializing
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf Catalina/localhost/context.xml.default
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/webapps/manager/META-INF/context.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/webapps/manager/META-INF/context.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ContextConfig: Processing START
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processDefaultWebConfig
FINE: Processing context \ [/manager\] web configuration resource file:///data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
FINE: Parsing application web.xml file at jndi:/localhost/manager/WEB-INF/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig authenticatorConfig
FINE: Configured an authenticator for method BASIC
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: Pipeline Configuration:
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.authenticator.BasicAuthenticator/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.core.StandardContextValve/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ======================
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig init
FINE: ContextConfig: Initializing
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/host-manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/host-manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/host-manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf Catalina/localhost/context.xml.default
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [/host-manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/webapps/host-manager/META-INF/context.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [/host-manager\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/webapps/host-manager/META-INF/context.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ContextConfig: Processing START
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processDefaultWebConfig
FINE: Processing context \ [/host-manager\] web configuration resource file:///data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
FINE: Parsing application web.xml file at jndi:/localhost/host-manager/WEB-INF/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig authenticatorConfig
FINE: Configured an authenticator for method BASIC
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: Pipeline Configuration:
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start FINE:  
FINE:   org.apache.catalina.authenticator.BasicAuthenticator/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.core.StandardContextValve/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ======================
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig init
FINE: ContextConfig: Initializing
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context \ [\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18 conf/context.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf Catalina/localhost/context.xml.default
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context \ [\] configuration file /data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/webapps/ROOT/META-INF/context.xml null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ContextConfig: Processing START
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig processDefaultWebConfig
FINE: Processing context \ [\] web configuration resource file:///data/joget/joget-linux-2.0.1/apache-tomcat-6.0.18/conf/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
FINE: Parsing application web.xml file at jndi:/localhost/WEB-INF/web.xml
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: Pipeline Configuration:
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE:      org.apache.catalina.core.StandardContextValve/1.0
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.ContextConfig start
FINE: ======================
Feb 11, 2011 1:10:58 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 11, 2011 1:10:58 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 11, 2011 1:10:58 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/25  25  config=null
Feb 11, 2011 1:10:58 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6869 ms

i've confused for the one that's i've bold... any body can help me please...

...