HI all, i've try to install joget workflow on centos 5.4 machine, i've follow the readme instruction on the installer.. but i cannot start joget. i tried to start from the tomcat manager it's show error :
FAIL - Application at context path /wflow-wfweb could not be started
this is the log from catalina.out
Feb 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 13:10:57 org.joget.commons.util.SetupManager - Using base directory: /root/wflow/ *INFO 11 Feb 2011 13:10:57 org.joget.commons.util.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 - Cannot create PoolableConnectionFactory (Access denied for user 'root'@'localhost' (using password: NO))* *ERROR 11 Feb 2011 13:10:57 org.springframework.web.context.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 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1336) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) at java.security.AccessController.doPrivileged(Native Method) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:627) at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Caused by: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57) at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:39) at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:426) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:128) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2073) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1298) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:814) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:732) at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1367) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java: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: 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 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...
thank's in adviced..