Mysql Connector Java 5.0 0 Bin Jar

broken image

at de.executeBatch(DefaultDbScriptsExecutor.java:142) ~[.

broken image

c:mysqmysql-connector-java-5.0.4-bin.jar Notice that the Clas sPath. My database settings for mysql in local.propertiesĭb.url=jdbc:mysql://localhost:3306/hybrislocal?useConfigs=maxPerformance&characterEncoding=utf8 db.driver= db.username=root db.password=root db.tableprefix=CHARSET=utf8 COLLATE=utf8_bin mysql.tabletype=InnoDB =true innodb_flush_log_at_trx_commit=0Ĭaused by: : Table 'hybrislocal.cronjobs' doesn't exist at .executeBatch(Statement.java:919) ~ at de.executeBatch(StatementImpl.java:481) ~[coreserver.jar: at .JdbcTemplate$1BatchUpdateStatementCallback.doInStatement(JdbcTemplate at .JdbcTemplate$1BatchUpdateStatementCallback.doInStatement(JdbcTemplate at .JdbcTemplate.execute(JdbcTemplate.java:408) ~[spring-jdbc-4.3.17.RELE at .JdbcTemplate.batchUpdate(JdbcTemplate.java:606) ~[spring-jdbc-4.3.17. server Jboss5.0, and set the jdk of Jboss to the jdk configured above, import the database connection jar package: mysql-connector-java-5.0.8-bin.jar. For example, here's a sample ClassPath variable for a driver located in c : mysql. While initializing hybris, it gives error, it is unable to find cronjob table in my databse.

broken image
broken image
broken image

Hi, I have installed hybris 6.7 with b2c_b2b_acc_oms recipe and using mysql as database.