Alfresco : Cannot find Alfresco Repository on this server

人走茶凉 提交于 2019-12-01 13:13:23

The Alfresco installer ships with PostgreSQL. When it is installed it will place the PostgreSQL driver (postgresql-9.4-1201-jdbc41.jar) in $TOMCAT_HOME/lib.

If you are switching to a different database you need to make sure the new database driver is available. Your error message seems to indicate it isn't.

Go look in $TOMCAT_HOME/lib and see if you have a file named mysql-connector-java-*.jar. If you don't, download it from here, then place the JAR in this directory and restart.

Bhadresh Bajariya

If you change the Database Technology of alfresco, you must create a Database schema with the name alfresco.

Because when Alfresco is started at that time it will find the database and create some table based on that schema.

http://docs.alfresco.com/5.0/tasks/mysql-config.html

Follow this Link

Please check you completed these steps :

  • copy mysql-connector-java-5.x.x jar into <alfresco>\tomcat\lib folder.
  • max_connections = 275 in <MySQL>\MySQL Server 5.0\my.ini
  • Create user alfresco and assign all privileges.
  • Create schema alfresco in DB.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!