Odk Aggregate v1.4.15 ubuntu 14.04 -


i have following error trying run odkaggregate in - ubuntu 14.04 server 32bit - tomcat 7 on port 8080 - open-jdk-7 - java version "1.7.0_101" - mysql 5.5 - odk aggregate v1.4.15 linux-installer.run

i think permission of database, crated user permissions granted , checked console.

ago 14, 2017 5:22:18 pm org.springframework.jdbc.support.sqlerrorcodesfactory informaciÓn: sqlerrorcodes loaded: [db2, derby, h2, hsql, informix, ms-sql, mysql, oracle, postgresql, sybase, hana] ago 14, 2017 5:22:18 pm org.opendatakit.common.persistence.engine.mysql.datastoreimpl assertrelation informaciÓn: attempting: create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ago 14, 2017 5:22:18 pm org.opendatakit.common.persistence.engine.mysql.datastoreimpl assertrelation advertencia: failure: _granted_authority_hierarchy exception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near ‘(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _l' @ line 1 ago 14, 2017 5:22:18 pm org.opendatakit.common.security.spring.rolehierarchyimpl refreshreachablegrantedauthorities advertencia: datastore failure: refreshreachablegrantedauthorities -- adjusting retry time ago 14, 2017 5:22:18 pm org.springframework.web.context.support.xmlwebapplicationcontext refresh advertencia: exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.beancreationexception: error creating bean name 'hierarchicalrolerelationships' defined in servletcontext resource [/web-inf/applicationcontext-security.xml]: invocation of init method failed; nested exception org.opendatakit.common.persistence.exception.odkdatastoreexception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create tableodk_prod._granted_authority_hierarchy(_urivarchar(80) character set utf8 not null ,_creator_uri_uservarchar(80) character set utf8 not null ,_creation_datedatetime(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_last_update_datedatetime(6) not null ,dominating_granted_authorityvarchar(80) character set utf8 not null ,subordinate_granted_authorityvarchar(80) character set utf8 not null , index(_uri) using hash , index(_last_update_date) , index(dominating_granted_authority) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near '(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_l’ @ line 1 ago 14, 2017 5:22:18 pm org.springframework.scheduling.concurrent.threadpooltaskscheduler shutdown informaciÓn: shutting down executorservice 'task_scheduler’ ago 14, 2017 5:22:18 pm org.springframework.web.context.contextloader initwebapplicationcontext grave: context initialization failed org.springframework.beans.factory.beancreationexception: error creating bean name ‘hierarchicalrolerelationships’ defined in servletcontext resource [/web-inf/applicationcontext-security.xml]: invocation of init method failed; nested exception org.opendatakit.common.persistence.exception.odkdatastoreexception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near ‘(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _l' @ line 1 @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.initializebean(abstractautowirecapablebeanfactory.java:1583) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.docreatebean(abstractautowirecapablebeanfactory.java:553) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.createbean(abstractautowirecapablebeanfactory.java:482) @ org.springframework.beans.factory.support.abstractbeanfactory$1.getobject(abstractbeanfactory.java:306) @ org.springframework.beans.factory.support.defaultsingletonbeanregistry.getsingleton(defaultsingletonbeanregistry.java:230) @ org.springframework.beans.factory.support.abstractbeanfactory.dogetbean(abstractbeanfactory.java:302) @ org.springframework.beans.factory.support.abstractbeanfactory.getbean(abstractbeanfactory.java:197) @ org.springframework.beans.factory.support.defaultlistablebeanfactory.preinstantiatesingletons(defaultlistablebeanfactory.java:754) @ org.springframework.context.support.abstractapplicationcontext.finishbeanfactoryinitialization(abstractapplicationcontext.java:866) @ org.springframework.context.support.abstractapplicationcontext.refresh(abstractapplicationcontext.java:542) @ org.springframework.web.context.contextloader.configureandrefreshwebapplicationcontext(contextloader.java:444) @ org.springframework.web.context.contextloader.initwebapplicationcontext(contextloader.java:326) @ org.springframework.web.context.contextloaderlistener.contextinitialized(contextloaderlistener.java:107) @ org.apache.catalina.core.standardcontext.listenerstart(standardcontext.java:5010) @ org.apache.catalina.core.standardcontext.startinternal(standardcontext.java:5504) @ org.apache.catalina.util.lifecyclebase.start(lifecyclebase.java:150) @ org.apache.catalina.manager.managerservlet.start(managerservlet.java:1256) @ org.apache.catalina.manager.htmlmanagerservlet.start(htmlmanagerservlet.java:692) @ org.apache.catalina.manager.htmlmanagerservlet.dopost(htmlmanagerservlet.java:217) @ javax.servlet.http.httpservlet.service(httpservlet.java:646) @ javax.servlet.http.httpservlet.service(httpservlet.java:727) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:303) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.filters.csrfpreventionfilter.dofilter(csrfpreventionfilter.java:213) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:241) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.filters.setcharacterencodingfilter.dofilter(setcharacterencodingfilter.java:108) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:241) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.core.standardwrappervalve.invoke(standardwrappervalve.java:220) @ org.apache.catalina.core.standardcontextvalve.invoke(standardcontextvalve.java:122) @ org.apache.catalina.authenticator.authenticatorbase.invoke(authenticatorbase.java:610) @ org.apache.catalina.core.standardhostvalve.invoke(standardhostvalve.java:170) @ org.apache.catalina.valves.errorreportvalve.invoke(errorreportvalve.java:98) @ org.apache.catalina.valves.accesslogvalve.invoke(accesslogvalve.java:950) @ org.apache.catalina.core.standardenginevalve.invoke(standardenginevalve.java:116) @ org.apache.catalina.connector.coyoteadapter.service(coyoteadapter.java:408) @ org.apache.coyote.http11.abstracthttp11processor.process(abstracthttp11processor.java:1041) @ org.apache.coyote.abstractprotocol$abstractconnectionhandler.process(abstractprotocol.java:607) @ org.apache.tomcat.util.net.jioendpoint$socketprocessor.run(jioendpoint.java:313) @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145) @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615) @ java.lang.thread.run(thread.java:745) caused by: org.opendatakit.common.persistence.exception.odkdatastoreexception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create tableodk_prod._granted_authority_hierarchy(_urivarchar(80) character set utf8 not null ,_creator_uri_uservarchar(80) character set utf8 not null ,_creation_datedatetime(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_last_update_datedatetime(6) not null ,dominating_granted_authorityvarchar(80) character set utf8 not null ,subordinate_granted_authorityvarchar(80) character set utf8 not null , index(_uri) using hash , index(_last_update_date) , index(dominating_granted_authority) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near '(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_l’ @ line 1 @ org.opendatakit.common.persistence.engine.mysql.datastoreimpl.assertrelation(datastoreimpl.java:751) @ org.opendatakit.common.security.spring.grantedauthorityhierarchytable.assertrelation(grantedauthorityhierarchytable.java:115) @ org.opendatakit.common.security.spring.grantedauthorityhierarchytable.getentiregrantedauthorityhierarchy(grantedauthorityhierarchytable.java:186) @ org.opendatakit.common.security.spring.rolehierarchyimpl.buildrolesreachableinonestepmap(rolehierarchyimpl.java:465) @ org.opendatakit.common.security.spring.rolehierarchyimpl.refreshreachablegrantedauthorities(rolehierarchyimpl.java:282) @ org.opendatakit.common.security.spring.rolehierarchyimpl.afterpropertiesset(rolehierarchyimpl.java:132) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.invokeinitmethods(abstractautowirecapablebeanfactory.java:1642) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.initializebean(abstractautowirecapablebeanfactory.java:1579) … 42 more caused by: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near ‘(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _l' @ line 1 @ org.springframework.jdbc.support.sqlerrorcodesqlexceptiontranslator.dotranslate(sqlerrorcodesqlexceptiontranslator.java:231) @ org.springframework.jdbc.support.abstractfallbacksqlexceptiontranslator.translate(abstractfallbacksqlexceptiontranslator.java:73) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:419) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:443) @ org.opendatakit.common.persistence.engine.mysql.datastoreimpl.assertrelation(datastoreimpl.java:737) ... 49 more caused by: com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near '(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_l’ @ line 1 @ sun.reflect.nativeconstructoraccessorimpl.newinstance0(native method) @ sun.reflect.nativeconstructoraccessorimpl.newinstance(nativeconstructoraccessorimpl.java:57) @ sun.reflect.delegatingconstructoraccessorimpl.newinstance(delegatingconstructoraccessorimpl.java:45) @ java.lang.reflect.constructor.newinstance(constructor.java:526) @ com.mysql.jdbc.util.handlenewinstance(util.java:425) @ com.mysql.jdbc.util.getinstance(util.java:408) @ com.mysql.jdbc.sqlerror.createsqlexception(sqlerror.java:943) @ com.mysql.jdbc.mysqlio.checkerrorpacket(mysqlio.java:3973) @ com.mysql.jdbc.mysqlio.checkerrorpacket(mysqlio.java:3909) @ com.mysql.jdbc.mysqlio.sendcommand(mysqlio.java:2527) @ com.mysql.jdbc.mysqlio.sqlquerydirect(mysqlio.java:2680) @ com.mysql.jdbc.connectionimpl.execsql(connectionimpl.java:2490) @ com.mysql.jdbc.connectionimpl.execsql(connectionimpl.java:2448) @ com.mysql.jdbc.statementimpl.executeinternal(statementimpl.java:845) @ com.mysql.jdbc.statementimpl.execute(statementimpl.java:745) @ org.apache.commons.dbcp2.delegatingstatement.execute(delegatingstatement.java:291) @ org.apache.commons.dbcp2.delegatingstatement.execute(delegatingstatement.java:291) @ org.springframework.jdbc.core.jdbctemplate$1executestatementcallback.doinstatement(jdbctemplate.java:435) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:408) … 51 more  ago 14, 2017 5:22:18 pm org.apache.catalina.core.standardcontext listenerstart grave: excepción enviando evento inicializado de contexto instancia de escuchador de clase org.springframework.web.context.contextloaderlistener org.springframework.beans.factory.beancreationexception: error creating bean name ‘hierarchicalrolerelationships’ defined in servletcontext resource [/web-inf/applicationcontext-security.xml]: invocation of init method failed; nested exception org.opendatakit.common.persistence.exception.odkdatastoreexception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near ‘(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _l' @ line 1 @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.initializebean(abstractautowirecapablebeanfactory.java:1583) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.docreatebean(abstractautowirecapablebeanfactory.java:553) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.createbean(abstractautowirecapablebeanfactory.java:482) @ org.springframework.beans.factory.support.abstractbeanfactory$1.getobject(abstractbeanfactory.java:306) @ org.springframework.beans.factory.support.defaultsingletonbeanregistry.getsingleton(defaultsingletonbeanregistry.java:230) @ org.springframework.beans.factory.support.abstractbeanfactory.dogetbean(abstractbeanfactory.java:302) @ org.springframework.beans.factory.support.abstractbeanfactory.getbean(abstractbeanfactory.java:197) @ org.springframework.beans.factory.support.defaultlistablebeanfactory.preinstantiatesingletons(defaultlistablebeanfactory.java:754) @ org.springframework.context.support.abstractapplicationcontext.finishbeanfactoryinitialization(abstractapplicationcontext.java:866) @ org.springframework.context.support.abstractapplicationcontext.refresh(abstractapplicationcontext.java:542) @ org.springframework.web.context.contextloader.configureandrefreshwebapplicationcontext(contextloader.java:444) @ org.springframework.web.context.contextloader.initwebapplicationcontext(contextloader.java:326) @ org.springframework.web.context.contextloaderlistener.contextinitialized(contextloaderlistener.java:107) @ org.apache.catalina.core.standardcontext.listenerstart(standardcontext.java:5010) @ org.apache.catalina.core.standardcontext.startinternal(standardcontext.java:5504) @ org.apache.catalina.util.lifecyclebase.start(lifecyclebase.java:150) @ org.apache.catalina.manager.managerservlet.start(managerservlet.java:1256) @ org.apache.catalina.manager.htmlmanagerservlet.start(htmlmanagerservlet.java:692) @ org.apache.catalina.manager.htmlmanagerservlet.dopost(htmlmanagerservlet.java:217) @ javax.servlet.http.httpservlet.service(httpservlet.java:646) @ javax.servlet.http.httpservlet.service(httpservlet.java:727) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:303) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.filters.csrfpreventionfilter.dofilter(csrfpreventionfilter.java:213) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:241) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.filters.setcharacterencodingfilter.dofilter(setcharacterencodingfilter.java:108) @ org.apache.catalina.core.applicationfilterchain.internaldofilter(applicationfilterchain.java:241) @ org.apache.catalina.core.applicationfilterchain.dofilter(applicationfilterchain.java:208) @ org.apache.catalina.core.standardwrappervalve.invoke(standardwrappervalve.java:220) @ org.apache.catalina.core.standardcontextvalve.invoke(standardcontextvalve.java:122) @ org.apache.catalina.authenticator.authenticatorbase.invoke(authenticatorbase.java:610) @ org.apache.catalina.core.standardhostvalve.invoke(standardhostvalve.java:170) @ org.apache.catalina.valves.errorreportvalve.invoke(errorreportvalve.java:98) @ org.apache.catalina.valves.accesslogvalve.invoke(accesslogvalve.java:950) @ org.apache.catalina.core.standardenginevalve.invoke(standardenginevalve.java:116) @ org.apache.catalina.connector.coyoteadapter.service(coyoteadapter.java:408) @ org.apache.coyote.http11.abstracthttp11processor.process(abstracthttp11processor.java:1041) @ org.apache.coyote.abstractprotocol$abstractconnectionhandler.process(abstractprotocol.java:607) @ org.apache.tomcat.util.net.jioendpoint$socketprocessor.run(jioendpoint.java:313) @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145) @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615) @ java.lang.thread.run(thread.java:745) caused by: org.opendatakit.common.persistence.exception.odkdatastoreexception: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create tableodk_prod._granted_authority_hierarchy(_urivarchar(80) character set utf8 not null ,_creator_uri_uservarchar(80) character set utf8 not null ,_creation_datedatetime(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_last_update_datedatetime(6) not null ,dominating_granted_authorityvarchar(80) character set utf8 not null ,subordinate_granted_authorityvarchar(80) character set utf8 not null , index(_uri) using hash , index(_last_update_date) , index(dominating_granted_authority) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near '(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_l’ @ line 1 @ org.opendatakit.common.persistence.engine.mysql.datastoreimpl.assertrelation(datastoreimpl.java:751) @ org.opendatakit.common.security.spring.grantedauthorityhierarchytable.assertrelation(grantedauthorityhierarchytable.java:115) @ org.opendatakit.common.security.spring.grantedauthorityhierarchytable.getentiregrantedauthorityhierarchy(grantedauthorityhierarchytable.java:186) @ org.opendatakit.common.security.spring.rolehierarchyimpl.buildrolesreachableinonestepmap(rolehierarchyimpl.java:465) @ org.opendatakit.common.security.spring.rolehierarchyimpl.refreshreachablegrantedauthorities(rolehierarchyimpl.java:282) @ org.opendatakit.common.security.spring.rolehierarchyimpl.afterpropertiesset(rolehierarchyimpl.java:132) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.invokeinitmethods(abstractautowirecapablebeanfactory.java:1642) @ org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.initializebean(abstractautowirecapablebeanfactory.java:1579) … 42 more caused by: org.springframework.jdbc.badsqlgrammarexception: statementcallback; bad sql grammar [create table odk_prod._granted_authority_hierarchy ( _uri varchar(80) character set utf8 not null , _creator_uri_user varchar(80) character set utf8 not null , _creation_date datetime(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _last_update_date datetime(6) not null , dominating_granted_authority varchar(80) character set utf8 not null , subordinate_granted_authority varchar(80) character set utf8 not null , index(_uri ) using hash , index(_last_update_date ) , index(dominating_granted_authority ) using hash ) ]; nested exception com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near ‘(6) not null , _last_update_uri_user varchar(80) character set utf8 null , _l' @ line 1 @ org.springframework.jdbc.support.sqlerrorcodesqlexceptiontranslator.dotranslate(sqlerrorcodesqlexceptiontranslator.java:231) @ org.springframework.jdbc.support.abstractfallbacksqlexceptiontranslator.translate(abstractfallbacksqlexceptiontranslator.java:73) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:419) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:443) @ org.opendatakit.common.persistence.engine.mysql.datastoreimpl.assertrelation(datastoreimpl.java:737) ... 49 more caused by: com.mysql.jdbc.exceptions.jdbc4.mysqlsyntaxerrorexception: have error in sql syntax; check manual corresponds mysql server version right syntax use near '(6) not null ,_last_update_uri_uservarchar(80) character set utf8 null ,_l’ @ line 1 @ sun.reflect.nativeconstructoraccessorimpl.newinstance0(native method) @ sun.reflect.nativeconstructoraccessorimpl.newinstance(nativeconstructoraccessorimpl.java:57) @ sun.reflect.delegatingconstructoraccessorimpl.newinstance(delegatingconstructoraccessorimpl.java:45) @ java.lang.reflect.constructor.newinstance(constructor.java:526) @ com.mysql.jdbc.util.handlenewinstance(util.java:425) @ com.mysql.jdbc.util.getinstance(util.java:408) @ com.mysql.jdbc.sqlerror.createsqlexception(sqlerror.java:943) @ com.mysql.jdbc.mysqlio.checkerrorpacket(mysqlio.java:3973) @ com.mysql.jdbc.mysqlio.checkerrorpacket(mysqlio.java:3909) @ com.mysql.jdbc.mysqlio.sendcommand(mysqlio.java:2527) @ com.mysql.jdbc.mysqlio.sqlquerydirect(mysqlio.java:2680) @ com.mysql.jdbc.connectionimpl.execsql(connectionimpl.java:2490) @ com.mysql.jdbc.connectionimpl.execsql(connectionimpl.java:2448) @ com.mysql.jdbc.statementimpl.executeinternal(statementimpl.java:845) @ com.mysql.jdbc.statementimpl.execute(statementimpl.java:745) @ org.apache.commons.dbcp2.delegatingstatement.execute(delegatingstatement.java:291) @ org.apache.commons.dbcp2.delegatingstatement.execute(delegatingstatement.java:291) @ org.springframework.jdbc.core.jdbctemplate$1executestatementcallback.doinstatement(jdbctemplate.java:435) @ org.springframework.jdbc.core.jdbctemplate.execute(jdbctemplate.java:408) … 51 more  ago 14, 2017 5:22:18 pm org.apache.catalina.core.standardcontext startinternal grave: error listenerstart ago 14, 2017 5:22:18 pm org.apache.catalina.core.standardcontext startinternal grave: falló en arranque del contexto [/odkaggregate] debido errores previos ago 14, 2017 5:22:18 pm org.apache.catalina.core.applicationcontext log informaciÓn: closing spring root webapplicationcontext 

the people of odk has great community , 1 forum fast answers , gave me solution (was version of mysql).

link bellow:

https://forum.opendatakit.org/t/odk-aggregate-1-4-15-doesnt-install-with-mysql-5-5/9422


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -