I've tried... no success :(

ERROR (5.4.2+00453)

lucee.commons.lang.ClassException: In the OSGi Bundle with the name 
[com.h2database] and the version [2.1.212] was no class with name [
*org.h2.Driver]* found. org.h2.Driver

  caused by: java.lang.RuntimeException

  lucee.commons.lang.ClassException: In the OSGi Bundle with the name 
[com.h2database] and the version [2.1.212] was no class with name 
[org.h2.Driver] found. org.h2.Driver

    caused by: lucee.commons.lang.ClassException

    In the OSGi Bundle with the name [com.h2database] and the version 
[2.1.212] was no class with name [org.h2.Driver] found. org.h2.Driver


# Database Information
DB_BUNDLENAME=com.h2database
DB_CLASS=org.h2.Driver
DB_DRIVER=org.h2.Driver
DB_BUNDLEVERSION=2.1.212
DB_CONNECTIONSTRING=jdbc:h2:file:/Users/elena/ColdBox/baseApp/database/baseAppDB;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE;
DB_SCHEMA=baseApp_SHEMA
DB_DATABASE=baseAppDB
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
tahnk you!

Il giorno giovedì 21 aprile 2022 alle 09:42:05 UTC+2 Evgenij Ryazanov ha 
scritto:

> Hello!
>
> It should be
> DB_CLASS=org.h2.Driver
>
> And I think you shouldn't specify INFORMATION_SCHEMA in DB_SCHEMA 
> parameter, this is a system schema, it isn't suitable to create your own 
> objects in it.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/722812b8-e163-4109-9641-ad4da3c2ca44n%40googlegroups.com.

Reply via email to