Hello all, I just installed the Matterhorn 1.1 and I am having hard time connecting to the database. If I comment out the database setting from config.properties, all services look running. However if I use those settings, all I can see is these two services. (I created the new database and use ddl-script to generate the tables) Capture Agent Admin REST Endpoint DocsRuntime Information REST Endpoint Docs
And on the upload screen, I get HTTP 404 error. Here is the database settings. org.opencastproject.db.ddl.generation=false # dbVendor can be any of the values listed at under the "eclipselink.target-database" section of# http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29org.opencastproject.db.vendor=MySQL # Matterhorn comes with the jdbc drivers for MySQL (com.mysql.jdbc.Driver) and PostgreSQL (org.postgresql.Driver). To# add other jdbcDrivers to the Matterhorn runtime, rebuild the matterhorn-db module with your desired drivers.org.opencastproject.db.jdbc.driver=com.mysql.jdbc.Driver # The jdbc connection url, username, and password org.opencastproject.db.jdbc.url=jdbc:mysql://10.5.6.104/itde org.opencastproject.db.jdbc.user=username org.opencastproject.db.jdbc.pass=password Sandeep TamrakarTAMU-C
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
