--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/531218a9-a9d9-4dee-84d6-9ee008992978n%40googlegroups.com.
----- Root Cause -----
javax.faces.view.facelets.FaceletException: Error Parsing /dataverse_header.xhtml: Error Traced[line: 277] The content of elements must consist of well-formed character data or markup.
at com.sun.faces.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:445)
.......
Cheers
Obi
3. Update your database connection.
Please configure your connection details, replacing all the ${DB_...}.
<payara install path>/bin/asadmin create-system-properties "dataverse.db.user=${DB_USER}"
<payara install path>/bin/asadmin create-system-properties "dataverse.db.host=${DB_HOST}"
<payara install path>/bin/asadmin create-system-properties "dataverse.db.port=${DB_PORT}"
<payara install path>/bin/asadmin create-system-properties "dataverse.db.name=${DB_NAME}"
echo "AS_ADMIN_ALIASPASSWORD=${DB_PASS}" > /tmp/password.txt
<payara install path>/bin/asadmin create-password-alias --passwordfile /tmp/password.txt dataverse.db.password
rm /tmp/password.txt