[
https://issues.apache.org/jira/browse/MARMOTTA-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172406#comment-14172406
]
Jakob Frank commented on MARMOTTA-524:
--------------------------------------
These are properties to configure the database in
{{system-settings.properties}}:
{code:none}
database.user = db_user
database.password = secr3t!
# postgres
database.url = jdbc:postgresql://localhost:5432/marmotta?prepareThreshold=3
database.type = postgres
## mysql
#database.url =
jdbc:mysql://localhost:3306/marmotta?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true
#database.type = mysql
{code}
> KiWi cannot be connect to MySQL
> -------------------------------
>
> Key: MARMOTTA-524
> URL: https://issues.apache.org/jira/browse/MARMOTTA-524
> Project: Marmotta
> Issue Type: Bug
> Components: KiWi Triple Store
> Affects Versions: 3.2.0
> Environment: Debian 7 (wheezy)
> Java 1.7.0_55
> tomcat-7.0.39
> Reporter: A Brahaj
> Priority: Minor
> Attachments: catalina.out.sav, marmotta-main.log.sav
>
>
> KiWi Storage Backend Configuration does not work with MySQL
> Error:
> {code} Internal Server Error(500): Could not find MessageBodyWriter for
> response object of type:
> org.apache.marmotta.platform.core.jaxrs.ErrorResponse of media type:
> application/octet-stream{code}
> Found this case:
> http://mail-archives.apache.org/mod_mbox/marmotta-users/201404.mbox/%[email protected]%3E
> But the Tomcat is >= 7.0.30
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)