Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Multiexcerpt include
MultiExcerptNameissue
PageWithExcerpt_known issue with tomcat 8.5x JAVA EE and BCEL

MySQL JDBC 8.0.x

If you are using the MySQL JDBC driver 8.0.x to install a new Magnolia instance, you may encounter the following error:

Code Block
languagejava
ERROR org.apache.jackrabbit.core.RepositoryImpl: failed to start Repository: 
org.apache.jackrabbit.core.state.ItemStateException: failed to read bundle 
(stacktrace on DEBUG log level): deadbeef-face-babe-cafe-babecafebabe: 
java.sql.SQLSyntaxErrorException: Table '<DATABASE_NAME>.<TABLE_NAME>' doesn't exist

This happens only when you:

  • Install a new instance from scratch
  • Create database tables during installation

To resolve the issue, use JDBC 5.1.x or create the tables manually in your database.

Oracle WebLogic

Page editor and detail subapps are not working due to an NPE

...